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

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #ccc;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #ccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}
button {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
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: #575757;
}
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: #575757;
}
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: #ffffff url('../../frontend/OM/Isha/en_US/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699D;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.product-items,
.prices-tier,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.product-items > li,
.prices-tier > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review-discount .block .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-radius: 3px;
}
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.primary:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.cancel:not(:focus),
.paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .block .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-review-discount .block .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.checkout-container .action-additional,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.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,
.abs-add-fields .action.remove,
.magento-payments-review-discount .action.check,
.paypal-review-discount .block .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.checkout-container .action-additional:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.abs-add-fields .action.remove:visited,
.magento-payments-review-discount .action.check:visited,
.paypal-review-discount .block .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.checkout-container .action-additional:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.abs-add-fields .action.remove:hover,
.magento-payments-review-discount .action.check:hover,
.paypal-review-discount .block .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.checkout-container .action-additional:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.abs-add-fields .action.remove:active,
.magento-payments-review-discount .action.check:active,
.paypal-review-discount .block .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.checkout-container .action-additional:hover,
.checkout-container .action-additional:active,
.checkout-container .action-additional:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.magento-payments-review-discount .action.check:hover,
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:focus,
.paypal-review-discount .block .action.check:hover,
.paypal-review-discount .block .action.check:active,
.paypal-review-discount .block .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.checkout-container .action-additional.disabled,
.checkout-container .action-additional[disabled],
fieldset[disabled] .checkout-container .action-additional,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.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,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.magento-payments-review-discount .action.check.disabled,
.magento-payments-review-discount .action.check[disabled],
fieldset[disabled] .magento-payments-review-discount .action.check,
.paypal-review-discount .block .action.check.disabled,
.paypal-review-discount .block .action.check[disabled],
fieldset[disabled] .paypal-review-discount .block .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.checkout-container .action-additional:active,
.checkout-container .action-additional:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:not(:focus),
.paypal-review-discount .block .action.check:active,
.paypal-review-discount .block .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-to-action-secondary,
.magento-payments-review .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review-discount .block .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary: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,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.primary:focus,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:focus,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.paypal-review-discount .block .actions-toolbar .action.primary:focus,
.paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-review-discount .block .actions-toolbar .action.cancel:focus,
.paypal-review-discount .block .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.cancel:hover,
.paypal-review-discount .block .actions-toolbar .action.primary:hover,
.paypal-review-discount .block .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.multicheckout .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.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 {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt,
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.opc-block-summary .items-in-cart .product .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after,
.cart.table-wrapper .item-options dt:after,
.minicart-items .product-item-details .product .options.list dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after {
  content: ': ';
}
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd,
.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.opc-block-summary .items-in-cart .product .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.box-tocart .action.tocart {
  width: 100%;
}
.block-giftregistry-shared-items .product-image-wrapper,
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-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,
body .login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong,
body .login-container .block .block-title strong {
  font-weight: 500;
}
.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: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  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: #ffffff;
  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 #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .product-items .action.delete,
.sidebar .block-compare .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 .product-items .action.delete > span,
.sidebar .block-compare .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 .product-items .action.delete:before,
.sidebar .block-compare .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: 12px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.sidebar .block-compare .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: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.sidebar .block-compare .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: #999;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname > .label,
.field.street .field .label,
.filter-options-content .filter-count-label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle > 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:before,
.abs-add-fields .fieldset .actions-toolbar: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,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images: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,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:before,
.checkout-container:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar: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,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:after,
.customer-review .product-details:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.search-autocomplete,
.product-item,
.sidebar .product-items-images .product-item,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field .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: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  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: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  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: #ffffff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff 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;
}
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare {
  color: #666;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover {
  color: #333;
  text-decoration: none;
}
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before {
  width: 18px;
}
.bundle-actions,
.box-tocart {
  margin: 0 0 30px;
}
.abs-discount-block .block,
.cart-summary .block,
.magento-payments-review-discount .block,
.paypal-review-discount .block .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.magento-payments-review-discount .block .content,
.paypal-review-discount .block .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.magento-payments-review-discount .block.active > .title:after,
.paypal-review-discount .block .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.magento-payments-review-discount .block.active .content,
.paypal-review-discount .block .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.abs-account-blocks .block-title,
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.account .legend,
.customer-review .review-details .title,
.magento-payments-review .block .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,
.account .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.account .legend > strong,
.account .legend > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.magento-payments-review .block .block-title > strong,
.magento-payments-review .block .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax {
  color: #666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price {
  font-weight: 700;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total {
  cursor: pointer;
  padding-right: 10px;
  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,
.cart.table-wrapper .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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,
.cart.table-wrapper .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after {
  content: '\e621';
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.magento-payments-review .block .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,
.account .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.magento-payments-review .block .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,
.account .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.magento-payments-review .block .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,
.account .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.magento-payments-review .block .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,
.account .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.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,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.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,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  border: 2px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #ccc;
}
.block-compare .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  vertical-align: middle;
  white-space: nowrap;
}
.block-compare .counter:before {
  content: '(';
}
.block-compare .counter:after {
  content: ')';
}
.block-compare .block-title,
.widget .block-title {
  margin: 0 0 20px;
}
.block-compare .block-title strong,
.widget .block-title strong {
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.block-cart-failed .actions.main .continue,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear {
  display: none;
}
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker {
  margin-right: 10px;
  width: calc(100% - 23px + 10px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 21px + 10px + 5px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #333;
  font-weight: 300;
  font-size: 2.2rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #ccc;
  padding-right: 10px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #ccc;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #ccc;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.magento-payments-review-discount .block > .title strong,
.paypal-review-discount .block .block > .title strong,
.cart-discount .block > .title strong {
  color: #006bb4;
  font-weight: 400;
}
.magento-payments-review-discount .actions-toolbar,
.paypal-review-discount .block .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review-discount .block .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.magento-payments-review-discount .actions-toolbar .secondary,
.paypal-review-discount .block .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.magento-payments-review-discount .action.check,
.paypal-review-discount .block .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.magento-payments-review-discount .fieldset,
.paypal-review-discount .block .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.magento-payments-review-discount .fieldset > .field > .label,
.paypal-review-discount .block .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.magento-payments-review-discount .field,
.paypal-review-discount .block .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/OM/Isha/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/OM/Isha/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/OM/Isha/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/OM/Isha/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/OM/Isha/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/OM/Isha/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/OM/Isha/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/OM/Isha/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.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: 40px;
  -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: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #006bb4;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f0f0f0;
}
.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: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #999;
  margin-top: 16px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 16px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 17px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 26px;
  margin-left: -16px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #999;
  left: 26px;
  margin-left: -17px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/OM/Isha/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -0.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.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: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.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: #575757;
}
.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: #575757;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: 0.01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error[generated] {
  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: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #999;
  margin-left: 16px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 16px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 17px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -16px;
  top: 26px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #999;
  margin-top: -17px;
  top: 26px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../../frontend/OM/Isha/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/OM/Isha/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary {
  border-radius: 3px;
}
button:not(.primary) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
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 {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action.primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #ccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333;
  text-decoration: none;
}
.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 {
  color: #333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 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: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 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: #006bb4;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #006bb4;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #ccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.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: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.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: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #006bb4;
  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: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.breadcrumbs {
  background: #ffffff;
  max-width: 100% !important;
  margin: 0;
  font-family: 'Fedra Sans Book 5';
  padding: 10px 15px;
}
.breadcrumbs ul.items {
  padding: 0 20px;
  font-size: 13px;
  color: #787878;
  list-style: none none;
  width: 100%;
  margin: auto !important;
}
.breadcrumbs ul.items li.item {
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
}
.breadcrumbs ul.items li.item a {
  color: #6c757d;
  font-weight: 300;
  line-height: 1;
}
.breadcrumbs ul.items li.item a strong {
  font-weight: 400;
  color: #020202;
  font-family: 'Fedra Sans Book 5';
  opacity: 0.8;
}
.breadcrumbs ul.items li.item a strong:after {
  content: '';
}
.breadcrumbs ul.items li.item:after {
  margin: 0 4px;
  font-size: 13px;
}
.breadcrumbs ul.items li.item:last-child:after {
  content: '';
}
.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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  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: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.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 .actions-toolbar .action.cancel {
  font-weight: 400;
}
.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 #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
  transition: visibility 0s 0.3s, opacity 0.3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.checkout-container .change-shipping-address-button,
.checkout-container .change-billing-address-button {
  display: block;
  margin-bottom: 15px;
}
.checkout-container .edit-shipping-address-button,
.checkout-container .edit-billing-address-button {
  display: block;
}
.checkout-container .checkout-shipping-address div.new-address-popup,
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 0;
  position: relative;
}
.checkout-container .checkout-shipping-address div.change-address-popup,
.checkout-container .checkout-payment-method div.change-address-popup {
  margin: 5px 0 -5px 0;
}
.checkout-container .checkout-shipping-address div.edit-address-popup,
.checkout-container .checkout-payment-method div.edit-address-popup {
  float: left;
  margin: 5px 35px -5px 0;
}
.checkout-container .checkout-shipping-address div.shipping-address-item.selected,
.checkout-container .checkout-payment-method div.shipping-address-item.selected,
.checkout-container .checkout-shipping-address .checkout-billing-address,
.checkout-container .checkout-payment-method .checkout-billing-address {
  margin: 0;
  padding-left: 0;
}
.checkout-container .checkout-shipping-address .new-billing-address-button,
.checkout-container .checkout-payment-method .new-billing-address-button {
  display: block;
  margin: 20px 35px 0 20px;
  position: relative;
}
.shipping-address-modal.modal-popup.modal-slide .modal-inner-wrap[class],
.billing-address-modal.modal-popup.modal-slide .modal-inner-wrap[class] {
  background-color: #ffffff;
}
.shipping-address-modal .modal-inner-wrap h1.modal-title,
.billing-address-modal .modal-inner-wrap h1.modal-title {
  border: none;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-search,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-search {
  width: 250px;
}
.shipping-address-modal .modal-inner-wrap .block.block-search,
.billing-address-modal .modal-inner-wrap .block.block-search {
  left: 20px;
  position: absolute;
  top: 81px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-select-shipping-addressmultiselect-search-count,
.billing-address-modal .modal-inner-wrap .admin__action-select-shipping-addressmultiselect-search-count {
  border-bottom: 1px solid #ccc;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 5px -30px 10px -30px;
  padding: 0 0 5px 30px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-top: 5px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root {
  border-bottom: 1px solid #ccc;
  clear: both;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-details,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-details {
  float: left;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button {
  background: #006bb7;
  border: 1px solid #006bb4;
  box-shadow: none;
  color: #ffffff;
  outline: 0;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button {
  background-color: #eee;
  border: none;
  box-shadow: none;
  color: #777;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button:hover {
  cursor: auto;
  background-color: #eee;
  border: none;
  box-shadow: none;
  color: #777;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button {
  background-color: Transparent;
  border: none;
  box-shadow: none;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary {
  color: #777;
  text-transform: uppercase;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary:hover {
  cursor: auto;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button.action-primary {
  color: #006bb4;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
  margin-top: 10px;
  overflow-y: auto;
}
.shipping-address-modal .modal-inner-wrap ul,
.billing-address-modal .modal-inner-wrap ul {
  list-style-type: none;
  padding-left: 0;
}
.admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
.admin__data-grid-loading-mask .spinner {
  background: url('../../frontend/OM/Isha/en_US/images/loader-2.gif') 50% 50% no-repeat;
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  left: 50%;
  margin-left: -2rem;
  margin-right: 1.5rem;
  position: absolute;
  top: 50%;
  width: 1em;
}
.ie9 .admin__data-grid-loading-mask .spinner {
  background: url('../../frontend/OM/Isha/en_US/images/loader-2.gif') 50% 50% no-repeat;
  bottom: 0;
  height: 149px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #ccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #fff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #fff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/OM/Isha/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
/**
 * 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.
 */
.form-giftcard-redeem .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.magento-invitation-customer-account-create .form-create-account .g-recaptcha {
  margin-top: 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;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2020 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.payment-method-payment_services_paypal_apm .payment-services-paypal-apm-mark > div,
.payment-method-payment_services_paypal_apm .payment-services-paypal-apm-mark .paypal-marks {
  display: inline-block;
}
.payment-method-payment_services_paypal_apm .billing-address-details,
.payment-method-payment_services_paypal_apm .payment-services-paypal-legal-text {
  margin-bottom: 20px;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
axo-auth,
paypal-shipping-address-selector {
  position: fixed;
  z-index: 10000;
}
.paypal-fastlane-powered-by {
  display: block;
  margin: 5px 0;
  width: 150px;
}
.paypal-fastlane-shipping-change-address-form {
  margin-bottom: 30px;
}
.paypal-fastlane-shipping-change-address-form button {
  width: 100%;
}
.paypal-fastlane-divider {
  margin-top: 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
.paypal-fastlane-divider:before {
  border-bottom: 1px solid #ccc;
  content: '';
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.paypal-fastlane-divider span {
  background-color: #f4f4f4;
  padding: 0 10px;
  position: relative;
}
#payment-services-paypal-fastlane paypal-payment {
  display: block;
  margin-bottom: 20px;
}
#payment-services-paypal-fastlane + .checkout-agreements-block .recaptcha-checkout-place-order {
  margin-bottom: 20px;
}
.magento-payments-review .actions-toolbar {
  margin-top: 10px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 10px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #ccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.payment-services-express-payments .payment-services-express-payments-container {
  max-width: 500px;
  display: grid;
  margin: 10px 0;
}
.payment-services-express-payments .payment-services-express-payments-paypal .paypal-button-container,
.payment-services-express-payments .payment-services-express-payments-alternate {
  display: grid;
  grid-gap: 5px;
}
.payment-services-express-payments + .field.addresses {
  margin-top: 30px;
}
.checkout-payment-method .payment-services-express-payments {
  margin-bottom: 30px;
}
[data-content-type='dynamic_block'] figure[data-content-type='image'] img {
  display: inline;
}
[data-content-type='dynamic_block'] .block-banners .banner-item-content,
[data-content-type='dynamic_block'] .block-banners-inline .banner-item-content {
  margin-bottom: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 20px;
  position: relative;
}
.checkout-shipping-address .address-sender {
  position: relative;
  z-index: 1;
}
.checkout-shipping-address .address-sender .radio {
  position: absolute;
  top: 9px;
}
.checkout-shipping-address .address-sender .radio ~ .shipping-address-item {
  left: 25px;
  padding: 0 0 25px 0;
}
.checkout-shipping-address .address-sender .radio ~ .shipping-address-item:before {
  content: none;
}
.checkout-shipping-address .default-shipping-address.address-sender ~ .new-address-popup {
  margin-left: 25px;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip {
  position: relative;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #999;
  margin-top: 16px;
  left: 0;
  top: 100%;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-content:after,
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-content:after {
  border-width: 16px;
  border-color: transparent;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-content:before {
  border-width: 17px;
  border-color: transparent;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-content:after,
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-content:before {
  bottom: 100%;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-content:after {
  border-bottom-color: #ffffff;
  left: 26px;
  margin-left: -16px;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-content:before {
  border-bottom-color: #999;
  left: 26px;
  margin-left: -17px;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-toggle {
  cursor: help;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-toggle:hover + .tooltip-content,
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-toggle:focus + .tooltip-content,
#aw-sarp2-subscription-update .aw-sarp2-tooltip:hover .tooltip-content {
  display: block;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-toggle {
  position: relative;
  margin-left: 20px;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-toggle:before {
  content: '\e623';
  display: inline;
  font-family: 'luma-icons';
  font-size: 18px;
  color: #656565;
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-content {
  white-space: normal;
  left: unset;
  right: -20px;
  z-index: 105;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-content:after {
  left: unset;
  right: 20px;
}
#aw-sarp2-subscription-update .aw-sarp2-tooltip .tooltip-content:before {
  left: unset;
  right: 19px;
}
#aw-sarp2-add-to-subscription-modal {
  display: none;
}
.aw-sarp2-add-to-subscription-modal .modal-footer {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
}
.aw-sarp2-add-to-subscription-modal .modal-inner-wrap {
  overflow: auto;
  max-height: 70vh;
  position: relative;
}
.aw-sarp2-add-to-subscription-modal .data-grid tr._odd-row td {
  background-color: #f5f5f5;
}
.aw-sarp2-add-to-subscription-modal .data-grid.data.table {
  margin: 20px 0;
}
.box-tocart .action.to-subscription {
  margin-bottom: 0;
  margin-right: 1%;
  width: 100%;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.customer-subscriptions-options-list {
  list-style: none;
  padding-left: 5px;
  font-size: 14px;
}
.my-subscription-credit-cards {
  margin-top: 50px;
}
.my-subscription-credit-cards .action-menu.active .dropdown-options {
  display: block;
}
.my-subscription-credit-cards .action-menu .dropdown-options {
  z-index: 5;
  list-style: none;
  padding: 10px;
  margin: 0;
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
}
.my-subscription-credit-cards .action-menu [data-toggle="dropdown"] {
  background: transparent;
  border: none;
  padding: 0;
}
.my-subscription-credit-cards a.delete {
  color: #d2001c;
}
.action.backup-card {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.backup-card:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.aw-sarp2-subscription__wrapper-options .block-title {
  margin-bottom: 15px;
  margin-top: 10px;
  display: block;
}
.aw-sarp2-subscription__wrapper-options .field.subscription-start-date {
  display: none;
  margin-bottom: 15px;
}
.aw-sarp2-subscription__wrapper-options .field.subscription-start-date:last-child {
  margin-bottom: 0;
}
.aw-sarp2-subscription__wrapper-options .field.subscription-start-date .ui-datepicker-trigger {
  height: 3.2rem;
  margin-left: -3.2rem;
  overflow: hidden;
  position: absolute;
  margin-top: -2px;
}
.aw-sarp2-product-subscription-options .options-margin {
  margin-top: 20px;
}
.aw-sarp2-product-subscription-options .hidden {
  display: none;
}
.aw-sarp2-product-subscription-options .subscription-details {
  display: none;
  padding: 5px 0;
}
.aw-sarp2-product-subscription-options .subscription-details .block-title {
  margin-bottom: 15px;
  margin-top: 30px;
}
.aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}
.aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list li {
  display: table;
  margin-bottom: 1rem;
  width: 100%;
}
.aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list li .details-field,
.aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list li .details-value {
  display: table-cell;
}
.aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list li .details-field {
  text-align: left;
}
.aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list li .details-value {
  text-align: right;
}
.aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list li .details-value .starting-from {
  color: #999;
  display: block;
}
.aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list li .details-value .initial {
  color: #999;
}
.aw-sarp2-product-subscription-options .aw-sarp2-subscription__dropdown-switcher {
  margin-bottom: 15px;
}
.aw-sarp2-product-subscription-options .aw-sarp2-subscription__dropdown-switcher .subscribe-and-save {
  display: inline-block;
  margin: 0;
}
.aw-sarp2-product-subscription-options .aw-sarp2-subscription__dropdown-switcher .subscribe-and-save .title {
  font-weight: normal;
}
.aw-sarp2-product-subscription-options .subscribe-and-save {
  margin: 15px 0 15px 0;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .title {
  font-weight: bold;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip {
  position: relative;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #999;
  margin-left: 16px;
  left: 100%;
  top: 0;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content:after,
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content:after {
  border-width: 16px;
  border-color: transparent;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content:before {
  border-width: 17px;
  border-color: transparent;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content:after,
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content:before {
  right: 100%;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -16px;
  top: 26px;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content:before {
  border-right-color: #999;
  margin-top: -17px;
  top: 26px;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-toggle {
  cursor: help;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-toggle:hover + .tooltip-content,
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-toggle:focus + .tooltip-content,
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip:hover .tooltip-content {
  display: block;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content {
  left: auto;
  margin-top: 2em;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content:after {
  border-right-color: transparent;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .tooltip .tooltip-content:before {
  border-right-color: transparent;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .icon {
  position: relative;
  z-index: 2;
  color: #333333;
  display: inline-block;
  text-decoration: none;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .icon > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.aw-sarp2-product-subscription-options .subscribe-and-save .icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 19px;
  color: inherit;
  content: '\e623';
  font-family: 'luma-icons';
  margin: -3px 0 0 3px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.aw_sarp2-profile-index .limiter-options {
  min-width: 60px;
}
.aw-sarp2-customer-subscriptions .col.products {
  margin: 0 0 1rem;
}
.aw-sarp2-customer-subscriptions .col.products ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aw-sarp2-customer-subscriptions .col.products ul > li {
  margin-bottom: 0;
}
.aw-sarp2-customer-subscriptions .payment-details .wrapper .card-type,
.aw-sarp2-customer-subscriptions .payment-details .wrapper .payment-type {
  padding-top: 8px;
}
.aw-sarp2-customer-subscriptions .right {
  float: right;
}
.aw-sarp2-customer-subscriptions .started {
  color: #777;
}
.aw-sarp2-customer-subscriptions .highlight {
  color: #c76666 !important;
}
.aw-sarp2-customer-subscriptions th .tooltip-toggle {
  font-size: 20px;
}
.aw-sarp2-customer-subscriptions td.status {
  text-align: center;
}
.aw-sarp2-customer-subscriptions .additional-info .status-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 auto;
}
.aw-sarp2-customer-subscriptions .additional-info .status-icon.status-active {
  background: url("../../frontend/OM/Isha/en_US/Aheadworks_Sarp2/images/status/active.svg");
}
.aw-sarp2-customer-subscriptions .additional-info .status-icon.status-cancelled {
  background: url("../../frontend/OM/Isha/en_US/Aheadworks_Sarp2/images/status/cancelled.svg");
}
.aw-sarp2-customer-subscriptions .additional-info .status-icon.status-expired {
  background: url("../../frontend/OM/Isha/en_US/Aheadworks_Sarp2/images/status/expired.svg");
}
.aw-sarp2-customer-subscriptions .additional-info .status-icon.status-pending {
  background: url("../../frontend/OM/Isha/en_US/Aheadworks_Sarp2/images/status/pending.svg");
}
.aw-sarp2-customer-subscriptions .additional-info .status-icon.status-suspended {
  background: url("../../frontend/OM/Isha/en_US/Aheadworks_Sarp2/images/status/suspended.svg");
}
.aw-sarp2-customer-subscriptions .additional-info .status-icon.status-waiting {
  background: url("../../frontend/OM/Isha/en_US/Aheadworks_Sarp2/images/status/waiting.svg");
}
.aw-sarp2-customer-subscriptions .additional-info .status-icon.status-scheduling {
  background: url("../../frontend/OM/Isha/en_US/Aheadworks_Sarp2/images/status/scheduling.svg");
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail {
  float: right;
  position: relative;
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #999;
  margin-left: 16px;
  left: 100%;
  top: 0;
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-content:after,
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-content:after {
  border-width: 16px;
  border-color: transparent;
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-content:before {
  border-width: 17px;
  border-color: transparent;
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-content:after,
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-content:before {
  right: 100%;
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -16px;
  top: 26px;
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-content:before {
  border-right-color: #999;
  margin-top: -17px;
  top: 26px;
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-toggle {
  cursor: help;
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-toggle:hover + .tooltip-content,
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-toggle:focus + .tooltip-content,
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail:hover .tooltip-content {
  display: block;
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-toggle {
  display: inline-block;
  text-decoration: none;
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -2px 0 0 3px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.aw-sarp2-customer-subscriptions .additional-info .payment-token-fail .tooltip-toggle:after {
  font-size: 18px;
  line-height: 20px;
}
.aw-sarp2-customer-subscriptions th.trial-payment-due-date {
  min-width: 75px;
}
.aw-sarp2-subscription-label {
  background-color: #dde9ee;
  border-radius: 4px;
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 0 0 10px;
  padding: 0 10px;
  text-transform: uppercase;
}
.product-item-details .product-item-name.with-subscription-label {
  margin: 0;
}
.cart-totals .totals.grand .mark,
.cart-totals .totals.grand .amount {
  padding-bottom: 11px;
  vertical-align: bottom;
}
.cart-totals .totals.grand .mark .aw-sarp2-subscription-label {
  font-size: 0.6em;
  margin: 10px 0 0 0;
}
.page-product-downloadable .aw-sarp2-product-subscription-options {
  clear: left;
}
.page-product-downloadable .product-add-form {
  clear: right !important;
}
.aw-sarp2__title .page-title {
  float: left;
}
.aw-sarp2__actions {
  text-align: right;
  margin-bottom: 10px;
}
.aw-sarp2__actions .action:not(:last-child) {
  margin-right: 10px;
}
.aw-sarp2__footer-actions {
  text-align: right;
}
.aw-sarp2__address-form {
  clear: both;
}
.aw-sarp2__address-form .customer-address {
  width: 70%;
  float: left;
  margin-right: 10px;
}
.aw-sarp2__next-payment-date-form .next-payment-date input {
  width: 23rem;
  margin-right: 5px;
}
.sarp-calendar-always-opened {
  display: block !important;
}
.aw-sarp2__payment-edit-form .actions-toolbar {
  display: none;
}
.aw-sarp2__payment-edit-form .payment-methods .step-title {
  display: none;
}
.aw-sarp2__subscription-confirm .modal-inner-wrap {
  max-width: 750px;
}
#aw-sarp2-update-subscription-button {
  width: 63%;
}
.product-options-bottom .box-tocart {
  clear: both;
}
#aw-sarp2-subscription-update {
  display: flex;
  flex-direction: column;
}
#aw-sarp2-subscription-update .subscription-update {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #343434;
  border-color: #343434;
}
#aw-sarp2-subscription-update .subscription-update:hover {
  background-color: #444444;
  border-color: #444444;
}
#minicart-content-wrapper #aw-sarp2-subscription-update {
  padding-left: 0;
  padding-right: 0;
}
#minicart-content-wrapper #aw-sarp2-subscription-update .subscription-update {
  line-height: 1.5rem;
  height: 45px;
  font-size: 16px;
}
.aw-sarp2-hide {
  display: none !important;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .aw-sarp2-customer-subscriptions table thead > tr > th {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.2rem;
  }
  .aw-sarp2-customer-subscriptions table tbody > tr > td.status > span {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .aw-sarp2-customer-subscriptions table {
    border: none;
    display: block;
  }
  .aw-sarp2-customer-subscriptions table thead > tr > th {
    display: none;
  }
  .aw-sarp2-customer-subscriptions table tbody,
  .aw-sarp2-customer-subscriptions table tbody > tr {
    display: block;
  }
  .aw-sarp2-customer-subscriptions table tbody td,
  .aw-sarp2-customer-subscriptions table tbody > tr td {
    border: none;
    display: block;
    padding: 5px 10px;
  }
  .aw-sarp2-customer-subscriptions table tbody td.status,
  .aw-sarp2-customer-subscriptions table tbody > tr td.status {
    text-align: left;
  }
  .aw-sarp2-customer-subscriptions table tbody td.status > span,
  .aw-sarp2-customer-subscriptions table tbody > tr td.status > span {
    display: inline-block;
  }
  .aw-sarp2-customer-subscriptions table tbody td.status .additional-info,
  .aw-sarp2-customer-subscriptions table tbody > tr td.status .additional-info {
    display: inline-block;
  }
  .aw-sarp2-customer-subscriptions table tbody td:first-child,
  .aw-sarp2-customer-subscriptions table tbody > tr td:first-child {
    padding-top: 15px;
  }
  .aw-sarp2-customer-subscriptions table tbody td:last-child,
  .aw-sarp2-customer-subscriptions table tbody > tr td:last-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
  }
  .aw-sarp2-customer-subscriptions table tbody td[data-th]:before,
  .aw-sarp2-customer-subscriptions table tbody > tr td[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111;
    font-weight: 700;
  }
}
@media only screen and (max-width: 479px) {
  #minicart-content-wrapper #aw-sarp2-subscription-update .subscription-update {
    line-height: 0.5rem;
    height: 35px;
    font-size: 13px;
  }
}
.aw-sbp__bundle-options-container .fieldset-bundle-options {
  margin: 0 0 10px;
}
.aw-sbp__bundle-options-container .fieldset-bundle-options .legend {
  display: none;
}
.aw-sbp__bundle-options-container .fieldset-bundle-options .legend + br {
  display: none;
}
.aw-sbp__bundle-options-container .bundle-options-container .bundle-options-wrapper,
.aw-sbp__bundle-options-container .bundle-options-container .product-options-wrapper {
  float: none;
  width: auto;
}
.aw-sbp__bundle-options-container .bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .label {
  margin-left: 0;
}
.aw-sbp__hidden-container {
  display: none;
}
#shopping-cart-table .product-item-details .item-options dd .price::after {
  content: "\a";
  white-space: pre;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background 0.3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.-am-blocked {
  pointer-events: none;
}
.checkout-index-index .page-header .minicart-wrapper {
  display: none;
}
.checkout-index-index .authentication-wrapper {
  margin-right: 9px;
}
.checkout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0 9px;
  width: 70%;
}
.checkout-index-index .checkout-header .title {
  margin: 0 auto 7px;
}
.checkout-index-index .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  min-width: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .form-login:not(:last-child) {
  border-bottom: none;
  padding-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: left;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0 22px 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
  margin-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
  padding-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block > li {
  list-style-type: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-payment-method .payment-methods .step-title {
  border-bottom: 1px solid #ccc;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-all;
  word-wrap: break-word;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 500px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 5px 0 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 0 20px 0 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  float: right;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
  display: none;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  background-color: #eaeaea;
  display: block;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  text-align: center;
  transform: translate(-50%);
  width: 1240px;
  z-index: 999;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
.checkout-index-index .checkout-block {
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  background: #ffffff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin: 7px 9px 32px;
  padding: 24px 12px;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index .checkout-block .fieldset > br,
.checkout-index-index .checkout-block .fieldset > hr {
  display: none;
}
.checkout-index-index .am-checkout {
  margin: 20px 0;
  padding: 12px;
}
.checkout-index-index .am-checkout .product-item .amcheckout-price-wrapper {
  font-size: 1.2rem;
  margin: 5px 0;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #eaeaea;
}
.checkout-index-index .opc-block-summary {
  margin: -24px -12px 0;
  padding: 24px 12px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .additional-options {
  margin: 24px 7px 12px;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  background: none;
  border: 0;
  border-radius: 0;
  color: #006bb4;
  display: inline;
  font-weight: 400;
  line-height: 1.42857143;
  padding: 0;
  text-decoration: none;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .amcheckout-form-login .mage-error:not([style*='display: none;']) + .field-error {
  display: none;
}
.checkout-index-index .additional-options .field._required .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button {
  appearance: auto;
  opacity: 1;
  height: auto;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty,
.checkout-index-index .opc-block-summary .minicart-items span.non-editable-qty {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button {
  float: right;
  margin-top: 12px;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  border: 1px #b6b6b6 solid;
  cursor: pointer;
  float: left;
  height: 14px;
  padding: 7px;
  width: 14px;
  border-radius: unset;
  margin-top: 0px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
@media (min-width: 900px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  right: 0;
  width: 100%;
}
.checkout-index-index #recaptcha-checkout-place-order-wrapper .grecaptcha-badge {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary {
  background: #006bb4;
  border: 1px solid #006bb4;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary.disabled,
.checkout-payment-method .payment-methods .actions-toolbar .action.primary[disabled] {
  background: #1979c3;
  border: 1px solid #1979c3;
  opacity: 0.5;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary:hover {
  background: #015690;
  border: 1px solid #015690;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 7px;
  vertical-align: top;
  width: 100%;
}
.checkout-success .success-messages {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .order-date {
  border-bottom: 1px solid #c5c5c5;
  font-size: 1.6rem;
  padding-bottom: 25px;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  border-left: 3px solid #f58c12;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  position: relative;
  width: 600px;
}
#registration br {
  display: none;
}
#registration form {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.amcheckout-trust-badges {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.amcheckout-trust-seal {
  font-size: 8px;
  max-width: 137px;
}
.checkout-payment-method .amcheckout-trust-seal {
  font-size: 10px;
  margin: 0 auto 15px;
  max-width: 66%;
  text-align: center;
}
.am-checkout.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
}
.amcheckout-trust-seal .amcheckout-title,
.amcheckout-trust-seal .amcheckout-description {
  margin-bottom: 0;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip {
  height: auto !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-box {
  border: 1px solid #999;
  border-radius: 0;
  color: inherit !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-content {
  padding: 12px;
  background: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow {
  width: 12px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: -3px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  right: -2px;
  width: 14px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-background {
  left: 3px;
  border-right-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-border {
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #999 !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  left: 15px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  left: -5px;
  z-index: -1;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n + 2),
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.am-checkout.-modern {
  background: none;
  box-sizing: border-box;
  padding: 0;
}
.am-checkout.-modern.-layout-1column {
  margin: auto;
  max-width: 750px;
}
.am-checkout.-modern .checkout-header {
  padding: 0;
}
.am-checkout.-modern .authentication-wrapper {
  margin-right: 0;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  background: #1979c3;
  border-radius: 2px;
  color: #ffffff;
  height: auto;
  padding: 5px 20px;
  transition: all 0.3s ease;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
  background: #429fe7;
}
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}
.am-checkout.-modern .amcheckout-trust-badges {
  justify-content: flex-start;
}
.am-checkout.-modern .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
  width: 66%;
}
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout,
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty {
  background: #315499;
  padding: 14px 30px;
  transition: all 0.3s ease;
}
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout.disabled,
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty.disabled,
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout[disabled],
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty[disabled] {
  background: #315499;
  /* phpcs:ignore: Magento2.Less.ZeroUnits.ZeroUnitFound */
  opacity: 0.5;
}
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout:hover,
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty:hover {
  background: #3d69c0;
}
.am-checkout.-modern.-layout-2columns .product-item-details .product-item-inner .amcheckout-price-wrapper,
.am-checkout.-modern.-layout-3columns .product-item-details .product-item-inner .amcheckout-price-wrapper {
  order: inherit;
  text-align: start;
}
.amcheckout-main-container.-modern {
  clear: both;
  color: #363636;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 40px 0 0;
}
.amcheckout-step-container {
  font-size: 16px;
}
.amcheckout-step-container > li {
  list-style: none;
}
.amcheckout-step-container .amcheckout-title {
  background: #eee;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 15px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  border: 2px solid #1979c3;
  border-radius: 50%;
  box-sizing: border-box;
  float: right;
  height: 24px;
  position: relative;
  transition: all 0.3s ease;
  width: 24px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #429fe7;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  border-bottom: 2px solid #1979c3;
  border-right: 2px solid #1979c3;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 41%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.3s ease;
  width: 8px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  transform: rotate(180deg);
}
.amcheckout-step-container .amcheckout-title-container + .amcheckout-content > .amcheckout-wrapper {
  padding: 20px 0;
}
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > br,
.amcheckout-step-container .fieldset > hr {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-trust-seal {
  font-size: inherit;
  max-width: unset;
}
.amcheckout-step-container .note {
  color: #717171;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-button,
            .gpay-card-info-container),
.amcheckout-step-container button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-button,
            .gpay-card-info-container) {
  background: #1979c3;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover {
  border: none;
}
.amcheckout-step-container .amcheckout-button.-new-address {
  margin-top: 20px;
  transition: all 0.3s ease;
}
.amcheckout-step-container .amcheckout-button.-new-address:hover {
  background: #429fe7;
}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary {
  float: none;
  font-size: 16px;
  margin: 0 15px 0 0;
  padding: 12px 16px;
}
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 40px;
}
.amcheckout-step-container input[type='number']:focus {
  -moz-appearance: none !important;
}
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
  height: 40px;
}
.amcheckout-step-container .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
  text-align: left;
}
.amcheckout-step-container .checkout-agreements .checkout-agreement .label {
  display: flex;
}
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}
.amcheckout-step-container input[type='checkbox'],
.amcheckout-step-container input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: unset;
  top: unset;
}
.amcheckout-step-container input[type='checkbox'] + label,
.amcheckout-step-container input[type='radio'] + label {
  cursor: pointer;
  display: flex;
}
.amcheckout-step-container input[type='checkbox'] + label span:only-child,
.amcheckout-step-container input[type='radio'] + label span:only-child {
  flex: auto;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  background: #ffffff !important;
  border: 2px solid #ccc;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 3px 15px 0 0;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before,
.amcheckout-step-container input[type='radio'] + label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked + label:before,
.amcheckout-step-container input[type='radio']:checked + label:before,
.amcheckout-step-container input[type='checkbox']:focus + label:before,
.amcheckout-step-container input[type='radio']:focus + label:before {
  border-color: #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amcheckout-step-container input[type='checkbox'] + label:before {
  border-radius: 2px;
}
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
  background-size: contain !important;
  border-width: 0;
}
.amcheckout-step-container input[type='radio'] + label:before {
  border-radius: 50%;
  transition: all 0.2s ease;
}
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-width: 5px;
}
.amcheckout-step-container .amcheckout-form-login:last-child,
.amcheckout-step-container .form-login:last-child {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 30px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  flex: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  width: calc(50% - 7px);
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  align-items: center;
  display: flex;
  height: 40px;
  margin-left: 10px;
  position: relative;
  top: 0;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  color: #363636;
  line-height: 40px;
  margin-left: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  display: inline-block;
}
.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
  background: #ddf0ff;
  border: 1px solid #1474c2;
  color: #1979c3;
  float: right;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #1474c2;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  background: none;
  color: #4e4e4e;
  font-size: 16px;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 13px;
  width: 13px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  line-height: 30px;
  padding: 20px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}
.amcheckout-step-container .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}
.amcheckout-step-container .selected-store-pickup {
  margin-top: 15px;
}
.amcheckout-step-container .selected-store-pickup .step-title {
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  padding: 10px 0;
}
.amcheckout-step-container .selected-store-pickup .step-content {
  padding: 10px 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
  color: #1474c2;
}
.amcheckout-step-container .amcheckout-delivery-date .field {
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  border: none !important;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  align-items: flex-start;
  padding: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > *:not(:only-child):not(:last-of-type) {
  margin-right: 5px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-left: auto;
  text-align: right;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 20px 0 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 0 0 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: left;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #315499;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart > .title {
  padding: 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  height: 15px;
  padding: 0;
  position: absolute;
  right: 5px;
  width: 10px;
  z-index: 1;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:focus {
  box-shadow: 0 0 3px 1px #00699D;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  border: 1px solid #d4d4d4;
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .amcheckout-price-wrapper {
  flex-basis: 100%;
  order: 1;
  text-align: end;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  align-items: center;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  background: #f0f8ff;
  border: 1px solid #1474c2;
  border-radius: 2px;
  color: #1474c2;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
  color: #136eb8;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:focus {
  box-shadow: 0 0 3px 1px #00699D;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  border: none;
  font-size: 14px;
  width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-additional-options {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-size: 0;
  margin: 0;
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-left: 0;
  padding-right: 0;
}
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}
.amcheckout-step-container .amcheckout-trust-seal {
  font-size: 9px;
  max-width: 161px;
}
.amcheckout-step-container .amcheckout-trust-seal .amcheckout-title {
  background: none;
  cursor: inherit;
  font-size: inherit;
  font-weight: 400;
  padding: 0;
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}
.amautocomplete-suggestions-container {
  padding-top: 0.4rem;
  position: absolute;
  z-index: 1;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list {
  background: #ffffff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  cursor: pointer;
  filter: drop-shadow(0 0 3px #00699d);
  list-style: none;
  padding: 0.1rem;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li {
  text-decoration: none;
  align-items: flex-start;
  align-self: stretch;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  flex-direction: row;
  gap: 9px;
  margin: 0;
  padding: 9px;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #c7c7c7;
  content: '\e60a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:hover:before {
  color: #1979c2;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:before {
  flex-shrink: 0;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li.-active:before {
  color: #1979c2;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:last-child {
  border-bottom: none;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:hover,
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li.-active {
  background: #e8f6ff;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:active,
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li.-active {
  box-shadow: 0 0 3px #00699d;
}
.hide,
.amcart-message-box.actions,
.am-related-box.actions,
.amcart-message-box .action.back.customization,
.am-related-box .action.back.customization,
.block-bundle-summary .title,
.block-bundle-summary .bundle-summary,
.block-bundle-summary .product-addto-links,
.block-bundle-summary .price-box {
  display: none;
}
.amcart-message-box,
.am-related-box {
  min-width: 320px;
}
.amcart-message-box.required,
.am-related-box.required {
  color: #e02b27;
}
.amcart-message-box.price-box,
.am-related-box.price-box {
  margin: 5px 0 0 10px;
}
.amcart-message-box.price-box p,
.am-related-box.price-box p {
  margin: 0;
  padding: 0;
}
.amcart-message-box .text,
.am-related-box .text {
  font-size: 14px;
  font-weight: normal;
}
.amcart-message-box .product-info-main,
.am-related-box .product-info-main {
  float: none;
  width: auto !important;
}
.amcart-message-box .related,
.am-related-box .related {
  margin: 0 auto;
  width: 320px;
}
.amcart-message-box .product-add-form,
.am-related-box .product-add-form {
  margin: 0 25px;
  text-align: left;
}
.amcart-message-box .product-item-actions,
.am-related-box .product-item-actions {
  display: block;
}
.amcart-message-box .amcart-subtotal,
.am-related-box .amcart-subtotal {
  font-size: 14px;
}
.amcart-message-box .amcart-count,
.am-related-box .amcart-count {
  font-size: 14px;
  margin-bottom: 0;
}
.amcart-message-box .stock.unavailable,
.am-related-box .stock.unavailable {
  margin-top: 10px;
}
.amcart-message-box {
  margin: 40px auto 13px;
}
.amcart-message-box .product-options-bottom .actions,
.amcart-message-box .box-tocart .actions {
  display: none;
}
.am-related-box {
  margin: 20px auto 13px;
}
.am-related-box .am-title {
  color: #333333;
  text-transform: uppercase;
}
.am-related-box .am-product-image {
  margin: 0 0 5px 0;
  position: relative;
}
.am-related-box .am-product-image:focus-within {
  z-index: 10;
}
.am-related-box .products-crosssell .product-item {
  padding: 0;
}
.amcart-confirm-overlay {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.amcart-confirm-overlay img {
  display: inline;
}
.am-related-splide {
  padding: 0 44px;
}
.amcart-confirm-block {
  -ms-overflow-style: none;
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  height: auto;
  max-height: 88vh;
  max-width: 100%;
  overflow-y: auto;
  position: relative;
  scrollbar-width: none;
  text-align: center;
  z-index: 9999;
  /* rewrite magento styles*/
}
.amcart-confirm-block::-webkit-scrollbar {
  display: none;
}
.amcart-confirm-block:focus {
  outline: 3px solid #0066cc;
  outline-offset: 2px;
}
.amcart-confirm-block > p {
  background: none;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
}
.amcart-confirm-block > .cross {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font: inherit;
  font-size: 21px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 9;
}
.amcart-confirm-block > .cross:hover {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
.amcart-confirm-block > .cross:focus-visible {
  color: rgba(0, 0, 0, 0.65);
  outline: 3px solid #0066cc;
  outline-offset: 2px;
}
.amcart-confirm-block .am-actions-wrapper > .towishlist,
.amcart-confirm-block .am-actions-wrapper > .tocompare {
  background: #f0f0f0 no-repeat center;
  background-size: 60%;
}
.amcart-confirm-block .am-actions-wrapper > .towishlist:before,
.amcart-confirm-block .am-actions-wrapper > .tocompare:before {
  content: '';
}
.amcart-confirm-block .am-actions-wrapper > .towishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0wIDIwMFYwaDIwMGExMDAgMTAwIDkwIDAgMSAwIDIwMCAxMDAgMTAwIDkwIDAgMS0yMDAgMHoiIGlkPSJhIi8+PC9kZWZzPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMS0xaDMydjMySC0xeiIvPjx1c2UgeGxpbms6aHJlZj0iI2EiIGZpbGw9IiM2NjYiIHRyYW5zZm9ybT0icm90YXRlKC0xMzUgNTEgLTE4NSkgc2NhbGUoLjA3NTU3KSIgeT0iLTQ3NzUiIHg9Ii05NjciIHN0cm9rZS13aWR0aD0iMCIvPjwvc3ZnPg==);
}
.amcart-confirm-block .am-actions-wrapper > .towishlist:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0wIDIwMFYwaDIwMGExMDAgMTAwIDkwIDAgMSAwIDIwMCAxMDAgMTAwIDkwIDAgMS0yMDAgMHoiIGlkPSJhIi8+PC9kZWZzPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMS0xaDMydjMySC0xeiIvPjx1c2UgeGxpbms6aHJlZj0iI2EiIGZpbGw9IiNmZjBlMDAiIHRyYW5zZm9ybT0icm90YXRlKC0xMzUgNTEgLTE4NSkgc2NhbGUoLjA3NTU3KSIgeT0iLTQ3NzUiIHg9Ii05NjciIHN0cm9rZS13aWR0aD0iMCIvPjwvc3ZnPg==);
}
.amcart-confirm-block .am-actions-wrapper > .towishlist:focus {
  outline: 3px solid #0066cc;
  outline-offset: 2px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0wIDIwMFYwaDIwMGExMDAgMTAwIDkwIDAgMSAwIDIwMCAxMDAgMTAwIDkwIDAgMS0yMDAgMHoiIGlkPSJhIi8+PC9kZWZzPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMS0xaDMydjMySC0xeiIvPjx1c2UgeGxpbms6aHJlZj0iI2EiIGZpbGw9IiNmZjBlMDAiIHRyYW5zZm9ybT0icm90YXRlKC0xMzUgNTEgLTE4NSkgc2NhbGUoLjA3NTU3KSIgeT0iLTQ3NzUiIHg9Ii05NjciIHN0cm9rZS13aWR0aD0iMCIvPjwvc3ZnPg==);
}
.amcart-confirm-block .am-actions-wrapper > .tocompare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMzJ2MzJILTF6Ii8+PGc+PHBhdGggZmlsbD0iIzY2NiIgZD0iTTEyIDRoN3YyMmgtN3pNMSAyMGg3djZIMXpNMjIgMTJoN3YxNGgtN3oiLz48L2c+PC9zdmc+);
}
.amcart-confirm-block .am-actions-wrapper > .tocompare:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMzJ2MzJILTF6Ii8+PHBhdGggZmlsbD0iI2ZmOTQxNiIgZD0iTTEyIDRoN3YyMmgtN3pNMSAyMGg3djZIMXptMjEtOGg3djE0aC03eiIvPjwvc3ZnPg==);
}
.amcart-confirm-block .am-actions-wrapper > .tocompare:focus {
  outline: 3px solid #0066cc;
  outline-offset: 2px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMzJ2MzJILTF6Ii8+PHBhdGggZmlsbD0iI2ZmOTQxNiIgZD0iTTEyIDRoN3YyMmgtN3pNMSAyMGg3djZIMXptMjEtOGg3djE0aC03eiIvPjwvc3ZnPg==);
}
.amcart-confirm-block .product-item-name {
  margin: 0 0 10px;
}
.amcart-confirm-block .am-slider {
  margin: 15px 0 0 0;
}
.amcart-confirm-block .actions-secondary .action {
  color: #666;
}
.amcart-confirm-block .actions-secondary .action:focus {
  outline: 3px solid #0066cc;
  outline-offset: 2px;
}
.amcart-confirm-block .product-item .price-box {
  margin: 0 0 15px;
}
.amcart-confirm-block a:focus-visible,
.amcart-confirm-block button:focus-visible,
.amcart-confirm-block input:focus-visible,
.amcart-confirm-block select:focus-visible,
.amcart-confirm-block textarea:focus-visible,
.amcart-confirm-block [tabindex]:focus-visible {
  box-shadow: none;
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}
.amcart-confirm-block a.product-item-photo:focus,
.amcart-confirm-block a.product-item-link:focus {
  position: relative;
  z-index: 10;
}
.amcart-confirm-block .product-options-bottom .product-social-links {
  display: none;
}
.amcart-confirm-block .product-options-bottom .grouped .price-box .price-container .price,
.amcart-confirm-block .product-options-bottom .grouped .price-box .price-container {
  font-size: 14px;
  line-height: 20px;
}
.amcart-confirm-block .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.amcart-confirm-buttons {
  margin: 20px auto;
}
.amcart-confirm-buttons .button {
  border-radius: 3px;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  height: 50px;
  line-height: 23px;
  padding: 7px 10px;
  position: relative;
  width: 45%;
}
.amcart-confirm-buttons .button:hover {
  opacity: 0.8;
}
.amcart-confirm-buttons .button:focus {
  outline: 3px solid #0066cc;
  outline-offset: 2px;
}
.amcart-confirm-buttons .checkout {
  display: block;
  font-size: 16px;
  padding: 25px 0 8px 0;
}
.amcart-confirm-buttons .checkout:focus {
  outline: 2px solid #0066cc;
  outline-offset: -5px;
}
.amcart-confirm-buttons .button:last-child {
  margin-right: 0;
}
.amcart-confirm-buttons .am-btn-left {
  margin-right: 10px;
}
.amcart-confirm-buttons button.am-btn-right,
.amcart-confirm-buttons button.am-btn-left {
  border: 0;
}
.amcart-confirm-buttons .timer {
  display: none;
}
.product-details {
  bottom: 3px;
  position: relative;
}
.am-cart-info {
  color: #000;
  font-weight: bold;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.added-item {
  display: block;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  margin: 33px 15px 5px;
  word-break: break-word;
}
.am_price {
  font-weight: bold;
}
.mask {
  opacity: 0.4;
}
.am-a-count {
  font-weight: bold;
}
.am-a-count:visited {
  color: #000;
}
.amcart-message-box .products .product-item-name {
  margin: 0;
}
.amcart-message-box .products .product-item-actions .secondary-addto-links,
.amcart-message-box .products .product-item-actions .actions-primary,
.amcart-message-box .products .product-item-actions .actions-secondary {
  text-align: center;
}
.amcart-message-box .products .product-item-actions .actions-primary,
.amcart-message-box .products .product-item-actions .secondary-addto-links {
  display: flex;
  margin: 5px auto;
}
.amcart-message-box .products .product-item-actions .tocart {
  background: #1E7CB3;
  border: 0;
  border-radius: 3px;
}
.am-related-box .products .am-product-image {
  padding: 4px;
}
.am-related-box .products .am-product-image .product-item-photo .product-image-photo {
  width: calc(100% - 20px);
}
.am-related-box .products .product-item-name {
  margin: 0;
}
.am-related-box .products .product-item-actions .secondary-addto-links,
.am-related-box .products .product-item-actions .actions-primary,
.am-related-box .products .product-item-actions .actions-secondary {
  text-align: center;
}
.am-related-box .products .product-item-actions .actions-primary,
.am-related-box .products .product-item-actions .secondary-addto-links {
  display: flex;
  float: none;
  margin: 5px auto 10px;
}
.am-related-box .products .product-item-actions .am-actions-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  margin: 5px auto 10px;
  position: relative;
  top: auto;
  transition: none;
  width: auto;
  z-index: 999;
}
.am-related-box .products .product-item-actions .am-actions-wrapper .action {
  width: 30px;
  height: 30px;
  background: #f0f0f0;
  flex: 0 0 auto;
}
.am-related-box .products .product-item-actions .am-actions-wrapper .action:before {
  line-height: 30px;
}
.am-related-box .products .product-item-actions .tocart {
  background: #1E7CB3;
  border: 0;
  border-radius: 3px;
}
.product-info-main .product-add-form {
  text-align: left;
}
.products.list .swatch-attribute .amcart-error {
  display: none;
}
.am-photo-container {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
}
.product-item-photo > .amcart-image-success {
  aspect-ratio: auto;
  height: auto;
  width: 100%;
}
.am-related-title {
  background: #cecccc;
  font-size: 15px;
  height: 1px;
  line-height: 0;
  margin: 20px 40px;
}
.am-related-title > .am-title {
  padding: 0 20px;
}
.amimg-container {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 9999;
}
.amprogress {
  background: linear-gradient(to bottom, rgba(11, 11, 11, 0.1) 0%, rgba(11, 11, 11, 0.6) 100%) repeat-x rgba(11, 11, 11, 0.2);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}
div.swatch-option-tooltip {
  z-index: 99999;
}
.amcart-confirm-block .error {
  margin: 33px 15px 5px;
}
[data-post-ajax] {
  cursor: pointer;
}
.amcart-message-box .bundle-options-wrapper {
  margin-top: 25px;
}
.amcart-message-box .bundle-options-wrapper input[type='radio'] {
  width: 15px;
}
.amcart-message-box .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amcart-message-box .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  font-weight: 600;
  margin: 10px 0 8px;
}
.amcart-message-box .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amcart-message-box .block-bundle-summary {
  display: none;
}
.page-product-downloadable .amcart-message-box .product-add-form {
  margin-bottom: 0;
}
.page-product-downloadable .amcart-message-box .product-options-bottom,
.page-product-downloadable .amcart-message-box .product-options-wrapper {
  float: none;
  width: auto;
}
.page-product-downloadable .amcart-message-box .box-tocart .field.qty {
  display: block;
  margin-bottom: 6px;
}
.page-products .amcart-minipage-wrap .product-item-info {
  width: 100%;
}
.amcart-minipage-wrap {
  /* don't hide grouped price*/
}
.amcart-minipage-wrap .product-item-info {
  width: 100%;
}
.amcart-minipage-wrap .amcart-confirm-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.amcart-minipage-wrap .amcart-confirm-buttons .am-btn-left,
.amcart-minipage-wrap .amcart-confirm-buttons .am-btn-right {
  font-size: 18px;
  margin: auto;
  max-width: 260px;
  width: 100%;
}
.amcart-minipage-wrap .amcart-message-box {
  max-width: 320px;
}
.amcart-minipage-wrap .am-photo-container {
  border: 1px solid #b2b2b2;
  box-sizing: border-box;
  margin: 0 25px 10px;
  width: initial;
}
.amcart-minipage-wrap .am-photo-container > .product-item-photo {
  display: block;
  width: 60%;
}
.amcart-minipage-wrap .am-photo-container .product-image-container {
  vertical-align: middle;
}
.amcart-minipage-wrap .product-options-bottom .price-box {
  display: none;
}
.amcart-minipage-wrap .product-options-bottom .grouped .price-box {
  display: block;
}
.ampage-top-info,
.ampage-bottom-info {
  text-align: left;
}
.ampage-top-info {
  margin: 5px 25px 15px;
}
.ampage-top-info > .am-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.ampage-top-info > .am-rating .rating-summary {
  vertical-align: text-bottom;
}
.ampage-top-info > .am-price,
.ampage-top-info > .am-price .price {
  font-size: 24px;
  font-weight: bold;
}
.amcart-confirm-block .reviews-actions .action {
  color: #000;
  font-size: 14px;
  margin-left: 15px;
}
.ampage-bottom-info > .am-description {
  font-size: 12px;
  margin: 0 25px;
}
.ampage-bottom-info .swatch-attribute {
  margin-bottom: 20px;
}
.amcart-product-notice {
  background: #fffae5;
  display: inline-block;
  font-size: 12px;
  padding: 10px 20px;
}
.amcart-product-notice p {
  margin-bottom: 0;
}
.amcart-qty-wrap {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-self: center;
  margin: 0 5px 0 7px;
  position: relative;
}
.amcart-qty-wrap > .amcart-label {
  font-weight: bold;
  margin-right: 8px;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  line-height: 30px;
}
.amcart-qty-wrap > .amcart-control {
  cursor: pointer;
  position: relative;
  width: 25px;
  background: #b2b2b2;
  height: 30px;
  transition: all 0.3s ease-in-out;
}
.amcart-qty-wrap > .amcart-control:before {
  bottom: 0;
  color: #ffffff;
  font-size: 16px;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  line-height: 30px;
}
.amcart-qty-wrap > .amcart-control:hover {
  background: #999999;
}
.amcart-qty-wrap > .amcart-control.-minus {
  order: 1;
}
.amcart-qty-wrap > .amcart-control.-minus:before {
  content: '-';
}
.amcart-qty-wrap > .amcart-control.-plus {
  order: 3;
}
.amcart-qty-wrap > .amcart-control.-plus:before {
  content: '+';
}
.amcart-qty-wrap > .amcart-input,
.amcart-qty-wrap > .amcart-input.input-text.qty {
  box-sizing: border-box;
  margin: 0 5px;
  order: 2;
  padding: 3px;
  text-align: center;
  width: 40px;
  height: 30px;
}
.amcart-qty-wrap > .amcart-refresh {
  cursor: pointer;
  margin-left: 10px;
  opacity: 0.7;
  order: 4;
  visibility: hidden;
  width: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjQ2NCAxMC42MjVsMS4yMjIgMS41NjNBNy45MDQgNy45MDQgMCAwIDEgOS42NDMgMTVDNS40IDE1IDEuOTI5IDExLjYyNSAxLjkyOSA3LjVjMC0uMTg4IDAtLjQzOC4wNjQtLjYyNUgwbDIuODkzLTMuNzUgMi44OTMgMy43NUgzLjkyYy0uMDY0LjE4OC0uMDY0LjQzOC0uMDY0LjYyNSAwIDMuMTI1IDIuNTcyIDUuNjI1IDUuNzg2IDUuNjI1IDEuOTkzIDAgMy43OTMtMSA0LjgyMS0yLjV6bTIuODI5LTMuNzVDMTYuOTcgMy4wNjIgMTMuNjkzIDAgOS42NDMgMGE3Ljk5OCA3Ljk5OCAwIDAgMC01LjUyOSAyLjI1bDEuMjIyIDEuNWMxLjAyOC0xLjE4OCAyLjU3MS0xLjg3NSA0LjMwNy0xLjg3NSAyLjk1NyAwIDUuNCAyLjE4OCA1LjcyMSA1SDEzLjVsMi44OTMgMy43NSAyLjg5My0zLjc1aC0xLjk5M3oiIGZpbGw9IiM5NDk0OTQiLz48L3N2Zz4=) no-repeat center;
  height: 30px;
  transition: all 0.3s ease-in-out;
}
.amcart-qty-wrap > .amcart-refresh:hover {
  opacity: 1;
}
.amcart-message-box > .amcart-qty-wrap {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 5px;
}
.amscroll-page-num {
  clear: both;
  padding: 6px 10px;
  color: #252525;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2rem;
}
.amscroll-page-num.-amscroll-button {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  background: #fbfbfb;
}
.amscroll-page-num.-amscroll-divider {
  border-bottom: 1px solid #c2c2c2;
}
.amscroll-page-num.-amscroll-background {
  background: #fbfbfb;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amscroll-arrow-icon {
  width: 14px;
  height: 28px;
  background: url('../../frontend/OM/Isha/en_US/Amasty_Scroll/images/arrow.svg');
}
.amscroll-chevron-icon {
  width: 24px;
  height: 24px;
  background: url('../../frontend/OM/Isha/en_US/Amasty_Scroll/images/chevron.svg');
}
@-webkit-keyframes amScrollRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.amscroll-loading-block {
  margin: 0 auto;
  padding: 10px 0;
  width: 20px;
  height: 20px;
}
.amscroll-loading-icon {
  min-width: 20px;
  height: 20px;
}
.amscroll-loading-icon.-amscroll-animate {
  animation: amScrollRotate 1.5s linear infinite;
}
.amscroll-load-button {
  display: flex;
  align-items: center;
  margin: 5px auto;
  padding: 5px 20px;
  max-width: 100%;
  width: max-content;
  border: 1px solid;
  border-radius: 2px;
  background-color: transparent;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  cursor: pointer;
  transition: color 0.2s;
}
._keyfocus .amscroll-load-button:focus {
  box-shadow: none;
}
.amscroll-load-button:not(.focus-visible) {
  border-color: transparent !important;
}
.amscroll-load-button:hover,
.amscroll-load-button:focus,
.amscroll-load-button:active {
  background-color: transparent;
}
.amscroll-load-button:hover > .amscroll-text {
  filter: brightness(0.8);
}
.ie11 .amscroll-load-button {
  width: 120px;
}
.amscroll-load-button > .amscroll-text {
  word-wrap: break-word;
  word-break: break-word;
  transition: filter 0.2s;
  pointer-events: none;
  user-select: none;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.amscroll-load-button > .amscroll-loading-icon {
  display: none;
  margin-right: 10px;
}
.amscroll-load-button.-amscroll-loading {
  pointer-events: none;
  user-select: none;
}
.amscroll-load-button.-amscroll-loading > .amscroll-loading-icon {
  display: block;
}
.amscroll-arrow-style {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.amscroll-arrow-style:before {
  border-radius: 100px;
}
.amscroll-arrow-style:after {
  width: 14px;
  height: 28px;
  background: url('../../frontend/OM/Isha/en_US/Amasty_Scroll/images/arrow.svg');
}
.amscroll-arrow-style .amscroll-text {
  display: none;
}
.amscroll-text-style {
  padding-right: 7px;
  border-radius: 100px;
  transform: rotate(-90deg) translate(60px, 60px);
}
.amscroll-text-style:before {
  border-radius: 100px;
}
.amscroll-text-style:after {
  width: 24px;
  height: 24px;
  background: url('../../frontend/OM/Isha/en_US/Amasty_Scroll/images/chevron.svg');
}
.amscroll-edge-style {
  right: 0;
  padding: 4px 26px 4px 20px;
  border-radius: 20px 20px 0 0;
  transform: rotate(-90deg) translate(71px, 72px);
}
.amscroll-edge-style .amscroll-text {
  margin-right: 20px;
}
.amscroll-edge-style:before {
  border-radius: 20px 20px 0 0;
}
.amscroll-edge-style:after {
  width: 14px;
  height: 28px;
  background: url('../../frontend/OM/Isha/en_US/Amasty_Scroll/images/arrow.svg');
  transform: rotate(90deg) translateX(2px);
}
.amscroll-backtotop-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99999;
  overflow: hidden;
  box-sizing: border-box;
  padding: 6px 12px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  transition: right 0.2s;
}
.amscroll-backtotop-block:not(.-amscroll-active) {
  right: -60px !important;
}
._keyfocus .amscroll-backtotop-block:focus,
.amscroll-backtotop-block:not(.primary) {
  box-shadow: none;
}
.amscroll-backtotop-block:hover,
.amscroll-backtotop-block:focus,
.amscroll-backtotop-block:active {
  border: 0;
  box-shadow: none;
  color: #fff;
}
.amscroll-backtotop-block .amscroll-text {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.amscroll-backtotop-block:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: '';
  opacity: 0;
  filter: brightness(0.8);
  transition: opacity 0.2s;
}
.amscroll-backtotop-block:after {
  position: relative;
  z-index: 1;
  display: inline-block;
  content: '';
}
.amscroll-backtotop-block:hover:before {
  opacity: 1;
}
.ordertracking-index-tracking main#maincontent {
  max-width: 1540px;
}
.tracking-wrap {
  float: left;
  width: 100%;
  border-radius: 20px;
}
.tracking-wrap .tracking-wrap-inner {
  max-width: 1220px;
  margin: 0 auto;
  float: none;
  width: 100%;
  display: flex            ;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tracking-wrap .tracking-wrap-inner .page-title h1 {
  float: left;
  width: 100%;
  color: #E29A1E;
  font-family: 'Fedra Sans Medium 5';
}
.tracking-wrap .tracking-wrap-inner .page-title h1 span {
  width: 100%;
  float: left;
  color: #000;
}
.tracking-wrap .tracking-wrap-inner .page-title .sub-title {
  width: 100%;
  float: left;
  font-weight: 400;
}
.tracking-wrap .tracking-wrap-inner .image {
  float: left;
  width: 100%;
  padding: 0;
  max-width: 526px;
}
.tracking-wrap .tracking-wrap-inner .image img {
  width: 100%;
}
.tracking-wrap .tracking-wrap-inner .tracking-left {
  float: left;
  width: 100%;
  max-width: 526px;
}
.tracking-wrap .tracking-wrap-inner .tracking-right {
  width: 100%;
  max-width: 514px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  text-align: left;
  float: right;
}
.tracking-wrap .tracking-wrap-inner .tracking-right .tracking-radio-group {
  display: flex;
}
.tracking-wrap .tracking-wrap-inner .tracking-right .tracking-radio-group h3 {
  margin-bottom: 10px;
  font-weight: 600;
  font-family: 'Fedra Sans Medium 5';
  margin-right: 15px;
}
.tracking-wrap .tracking-wrap-inner .tracking-right .tracking-radio-group label {
  display: inline-block;
  font-family: 'Fedra Sans Medium 5';
  margin-right: 15px;
}
.tracking-wrap .tracking-wrap-inner .tracking-right input[type="text"] {
  width: 100%;
  padding: 10px;
  margin: 15px 0;
  border: 1px solid #ccc;
  border-radius: 10px;
  height: 42px;
}
.tracking-wrap .tracking-wrap-inner .tracking-right button {
  width: 100%;
  padding: 12px;
  background-color: #EE7203;
  color: #fff;
  border: none;
  border-radius: 10px !important;
  cursor: pointer;
  opacity: 1;
  font-weight: 600;
}
.tracking-wrap .tracking-wrap-inner .tracking-right button:hover {
  border: none !important;
  box-shadow: none;
  background: #EE7203 !important;
}
.tracking-wrap .tracking-wrap-inner .tracking-right p {
  float: left;
  width: 100%;
}
.tracking-wrap .tracking-wrap-inner .tracking-right b#tracking-details {
  float: left;
  width: 100%;
  border-top: 1px solid #D8D8D8;
}
.tracking-wrap .tracking-wrap-inner .tracking-right b#tracking-details p {
  font-weight: 400;
  margin: 0;
  line-height: 20px;
}
.tracking-wrap .tracking-wrap-inner .tracking-right b#tracking-details p.error-top {
  font-weight: 600;
  margin-bottom: 15px;
}
.tracking-wrap .tracking-wrap-inner .link {
  float: right;
  width: 100%;
  text-align: right;
  margin-top: 18px;
}
.tracking-wrap .bottom-image {
  float: left;
  width: 100%;
}
.ordertracking-index-details {
  background: rgba(241, 240, 251, 0.3);
}
.ordertracking-index-details main#maincontent {
  background: transparent;
}
.trackingdetail-wrap {
  float: left;
  width: 100%;
}
.trackingdetail-wrap .page-title {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.trackingdetail-wrap .page-title h1 {
  font-size: 27px;
  font-weight: 700;
  float: left;
  width: 100%;
  margin: 20px 0;
}
div#tracking-details {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
div#tracking-details .tracking-detail-left {
  float: left;
}
div#tracking-details .tracking-detail-right {
  float: right;
}
div#tracking-details .tracking-detail-right .details-content {
  min-height: 200px;
}
div#tracking-details .order-tracking-parent.details-content h3 {
  color: #2E2E38;
  font-weight: 600;
  margin-bottom: 10px;
}
div#tracking-details .order-tracking-parent.details-content p {
  font-size: 13px;
  margin-bottom: 5px;
  float: left;
  width: 100%;
}
div#tracking-details .order-tracking-parent.details-content div#order-tracking {
  min-height: 200px;
  float: left;
  width: 100%;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
div#tracking-details .order-tracking-parent.details-content div#order-tracking h2 {
  font-size: 14px;
}
div#tracking-details div#shipping-message {
  float: left;
  width: 100%;
}
div#tracking-details div#shipping-message h2 {
  font-size: 14px;
}
div#tracking-details #information th {
  font-size: 15px;
  color: #797986;
}
div#tracking-details #information td {
  font-size: 16px;
  font-weight: 600;
  color: #2E2E38;
  text-align: right;
}
div#tracking-details .details-content {
  float: left;
  width: 100%;
  background: #fff;
  border: 1px solid #E3E3E8;
  border-radius: 13px;
  margin-bottom: 25px;
  padding: 25px;
}
div#tracking-details .details-content strong {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 700;
}
div#tracking-details .details-content .current-status-wrap {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
div#tracking-details .details-content .current-status-wrap .column {
  float: left;
  background: #F4F4F6 4C;
  text-align: left;
  border-radius: 12px;
  border: none;
  color: #000;
  margin: 0;
  padding: 15px;
}
div#tracking-details .details-content .current-status-wrap .column span {
  font-size: 15px;
}
div#tracking-details .details-content .current-status-wrap .column span:before {
  content: '';
  width: 24px;
  height: 16px;
  display: inline-block;
  background-size: 100%;
  vertical-align: middle;
}
div#tracking-details .details-content .current-status-wrap .column.order-number span:before {
  background: url('../../frontend/OM/Isha/en_US/images/trackcart.png') no-repeat center center;
}
div#tracking-details .details-content .current-status-wrap .column.order-date span:before {
  background: url('../../frontend/OM/Isha/en_US/images/calander.png') no-repeat center center;
}
div#tracking-details .details-content .current-status-wrap .column.order-status span:before {
  background: url('../../frontend/OM/Isha/en_US/images/status.png') no-repeat center center;
}
div#tracking-details .details-content .current-status-wrap .column .data {
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
}
div#tracking-details .details-content th {
  font-size: 15px;
  color: #797986;
}
div#tracking-details .details-content td {
  font-size: 16px;
  font-weight: 600;
  color: #2E2E38;
}
div#tracking-details .details-content button {
  width: 100%;
  background: #F9F9FB;
  box-shadow: none;
  font-size: 14px;
  border: 1px solid #E3E3E8;
  color: #2E2E38;
  height: 40px;
  margin-top: 20px;
  border-radius: 10px !important;
}
div#tracking-details .details-content.need-help {
  font-size: 13px;
}
div#tracking-details .details-content.need-help b {
  margin-bottom: 10px;
  float: left;
  width: 100%;
  color: #2E2E38;
  font-weight: 500;
}
div#tracking-details .details-content.need-help b::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url('../../frontend/OM/Isha/en_US/images/info.png') no-repeat center center;
  display: inline-block;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 8px;
}
div#tracking-details .details-content.need-help p {
  color: #797986;
}
.shipment-title {
  background: #e3e3e8;
  padding: 10px;
  border-radius: 8px;
}
div#shipmentTitlesWrapper {
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 380px) {
  .tracking-wrap .tracking-wrap-inner .tracking-right .tracking-radio-group label {
    margin-right: 7px;
    font-size: 12px;
  }
}
.account.aw_sarp2-profile-index .subscription_filter {
  float: left;
  width: 100%;
  overflow: auto;
}
.account.aw_sarp2-profile-index .subscription_filter ul {
  float: left;
  width: auto;
  max-width: 100%;
  background: #F5F5F5;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 4px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.account.aw_sarp2-profile-index .subscription_filter ul li {
  display: inline;
  margin: 0 10px 0 0;
}
.account.aw_sarp2-profile-index .subscription_filter ul li a {
  color: #797986;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 9px 17px;
  float: left;
  white-space: nowrap;
}
.account.aw_sarp2-profile-index .subscription_filter ul li a.active,
.account.aw_sarp2-profile-index .subscription_filter ul li a.pending {
  color: #2E2E38;
  color: #000;
  background: #F9F9FB;
  border-radius: 8px;
  box-shadow: 1px 4px 10px 1px rgba(0, 0, 0, 0.05);
}
.account.aw_sarp2-profile-index .aw-sarp2-subscription-cards-wrapper {
  float: left;
  width: 100%;
}
.account.aw_sarp2-profile-index .aw-sarp2-subscription-cards-wrapper .aw-sarp2-subscription-card {
  float: left;
  width: 33.33333%;
  padding: 0 8px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .account.aw_sarp2-profile-index .aw-sarp2-subscription-cards-wrapper .aw-sarp2-subscription-card {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .account.aw_sarp2-profile-index .aw-sarp2-subscription-cards-wrapper .aw-sarp2-subscription-card {
    width: 100%;
  }
}
.account.aw_sarp2-profile-index .aw-sarp2-subscription-cards-wrapper .aw-sarp2-subscription-card .card-inner {
  float: left;
  width: 100%;
  background: #fff;
  border: 1px solid #E3E3E8;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  padding: 10px;
}
.account.aw_sarp2-profile-index .aw-sarp2-subscription-cards-wrapper .aw-sarp2-subscription-card .card-inner .card-image img {
  float: left;
  width: 100%;
  border-radius: 8px;
}
.account.aw_sarp2-profile-index .aw-sarp2-subscription-cards-wrapper .aw-sarp2-subscription-card .card-inner .card-content {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.account.aw_sarp2-profile-index .aw-sarp2-subscription-cards-wrapper .aw-sarp2-subscription-card .card-inner .card-content .name-duration {
  float: left;
  width: 100%;
  height: 64px;
  margin-bottom: 25px;
}
.account.aw_sarp2-profile-index .aw-sarp2-subscription-cards-wrapper .aw-sarp2-subscription-card .card-inner .card-content .name-duration h3.product-title {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.account.aw_sarp2-profile-index .aw-sarp2-subscription-cards-wrapper .aw-sarp2-subscription-card .card-inner .card-content .name-duration .plan-info {
  float: left;
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
}
.account.aw_sarp2-profile-index .aw-sarp2-subscription-cards-wrapper .aw-sarp2-subscription-card .card-inner .card-content .next-payment {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.account.aw_sarp2-profile-index .aw-sarp2-subscription-cards-wrapper .aw-sarp2-subscription-card .card-inner .card-content .next-payment strong {
  font-weight: 400;
}
.account.aw_sarp2-profile-index .aw-sarp2-subscription-cards-wrapper .aw-sarp2-subscription-card .card-inner .card-content .status-amount {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}
.account.aw_sarp2-profile-index .aw-sarp2-subscription-cards-wrapper .aw-sarp2-subscription-card .card-inner .card-content .status-amount .status {
  font-size: 14px;
  font-weight: 400;
  color: #EE7203;
  text-align: center;
  border: 1px solid #EE7203;
  padding: 10px;
  border-radius: 12px;
}
.account.aw_sarp2-profile-index .aw-sarp2-subscription-cards-wrapper .aw-sarp2-subscription-card .card-inner .card-content .status-amount .status.active {
  border: 1px solid #16A34A;
  color: #16A34A;
}
.account.aw_sarp2-profile-index .aw-sarp2-subscription-cards-wrapper .aw-sarp2-subscription-card .card-inner .card-content .status-amount .amount {
  color: #EE7203;
  font-weight: 700;
  font-size: 16px;
}
.account.aw_sarp2-profile-index .aw-sarp2-subscription-cards-wrapper .aw-sarp2-subscription-card .card-inner .card-content .card-actions {
  float: left;
  width: 100%;
  height: 40px;
}
.account.aw_sarp2-profile-index .aw-sarp2-subscription-cards-wrapper .aw-sarp2-subscription-card .card-inner .card-content .card-actions .action,
.account.aw_sarp2-profile-index .aw-sarp2-subscription-cards-wrapper .aw-sarp2-subscription-card .card-inner .card-content .card-actions .btn-details {
  float: left;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #E3E3E8;
  background: #F9F9FB;
  color: #2E2E38;
  font-size: 13px;
  font-weight: 600;
  padding: 9.5px 17px;
  text-align: center;
}
.account.aw_sarp2-profile-index .aw-sarp2-subscription-cards-wrapper .aw-sarp2-subscription-card .card-inner .card-content .card-actions .action {
  background: #EE7203;
  border: 1px solid #EE7203;
  color: #fff;
}
.account.aw_sarp2-profile-index .aw-sarp2-subscription-cards-wrapper .aw-sarp2-subscription-card.aw-sarp2-inactive .card-image img {
  filter: grayscale(1);
}
.account.aw_sarp2-profile_edit-index #maincontent .column.main .page-title-wrapper .page-title {
  display: none !important;
}
@media (min-width: 768px) {
  .account.aw_sarp2-profile_edit-index .page-title-wrapper {
    margin-bottom: -49px;
  }
}
.account.aw_sarp2-profile_edit-index .page-title-wrapper h1 {
  display: none !important;
}
@media (max-width: 768px) and (min-width: 460px) {
  .account.aw_sarp2-profile_edit-index .page-title-wrapper .aw-sarp2__actions {
    margin-bottom: -40px;
  }
}
@media (max-width: 459px) {
  .account.aw_sarp2-profile_edit-index .page-title-wrapper .aw-sarp2__actions {
    text-align: left;
  }
}
.account.aw_sarp2-profile_edit-index .page-title-wrapper .aw-sarp2__actions button[data-role="aw-sarp2-Back"] {
  color: #2E2E38 !important;
  background: transparent !important;
  box-shadow: none;
  border-radius: 0 !important;
  font-size: 13px !important;
}
@media (max-width: 459px) {
  .account.aw_sarp2-profile_edit-index .page-title-wrapper .aw-sarp2__actions button[data-role="aw-sarp2-Back"] {
    padding-left: 0;
  }
}
.account.aw_sarp2-profile_edit-index .page-title-wrapper .aw-sarp2__actions button[data-role="aw-sarp2-Back"]:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url('../../frontend/OM/Isha/en_US/images/backarrow.png') no-repeat center center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.account.aw_sarp2-profile_edit-index .subsreption-title {
  font-size: 22px;
  color: #2E2E38;
  float: left;
  width: 100%;
  font-weight: 700;
}
.account.aw_sarp2-profile_edit-index .next_to_title {
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  color: #797986;
}
.account.aw_sarp2-profile_edit-index .subscription-detail-top {
  float: left;
  width: 100%;
  text-align: left;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.account.aw_sarp2-profile_edit-index .subscription-detail-top .subscription_summary_top {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  float: left;
  width: 100%;
}
.account.aw_sarp2-profile_edit-index .subscription-detail-top .subscription_profile_id {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}
.account.aw_sarp2-profile_edit-index .subscription-detail-top .subscription_status {
  color: #EE7203;
  border: 1px solid #EE7203;
  padding: 8px;
  border-radius: 12px;
  font-size: 15px;
}
.account.aw_sarp2-profile_edit-index .subscription-detail-top .subscription_status.active {
  border: 1px solid #16A34A;
  color: #16A34A;
}
.account.aw_sarp2-profile_edit-index .subscription-detail-top .aw-sarp2__actions {
  display: none !important;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions {
  width: 100%;
  float: left;
  border: none !important;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section {
  float: left;
  width: 58%;
  border: 1px solid #E3E3E8;
  border-radius: 12px;
  padding: 24px;
}
@media (max-width: 1024px) {
  .account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section {
    width: 100%;
    margin-bottom: 20px;
  }
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .plan_subscription-row {
  float: left;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .plan_subscription-row .plan-detail {
  float: left;
  width: 100%;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .plan_subscription-row .plan-detail .label {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .plan_subscription-row .plan-detail .subscription-value {
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .plan_subscription-row .subscription-value {
  font-weight: 700;
  font-size: 16px;
  color: #EE7203;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .products_subscription-row {
  float: left;
  width: 100%;
  margin: 20px 0;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .products_subscription-row .col.products {
  margin: 0 !important;
  padding: 0 !important;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .products_subscription-row .col.products ul li {
  float: left;
  width: 100%;
  display: block !important;
  margin-bottom: 15px !important;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .products_subscription-row .col.products ul li a {
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .products_subscription-row .col.products ul li .col.products.actions {
  float: left;
  width: 100%;
  flex-wrap: wrap;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .products_subscription-row .col.products ul li .col.products.actions .edit-button-qty {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .products_subscription-row .col.products ul li .col.products.actions .edit-button-qty .qty_edit_section {
  font-size: 14px;
  font-weight: 400;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .products_subscription-row .col.products ul li .col.products.actions .edit-button-qty a {
  width: auto;
  margin-left: 7px;
  float: none;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .products_subscription-row .col.products ul li .col.products.actions .edit-button-qty a span {
  font-size: 0;
  width: 15px;
  height: 15px;
  background: url('../../frontend/OM/Isha/en_US/images/edit-icon-pen.png') no-repeat center center;
  background-size: 15px 15px;
  display: inline-block;
  vertical-align: middle;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .products_subscription-row .col.products ul li .col.products.actions .extar-edit-button {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 479px) {
  .account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .products_subscription-row .col.products ul li .col.products.actions .extar-edit-button {
    flex-wrap: wrap;
  }
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .products_subscription-row .col.products ul li .col.products.actions .extar-edit-button a {
  background: #F9F9FB;
  width: auto !important;
  border: 1px solid #E3E3E8;
  padding: 12px 17px;
  border-radius: 10px;
  line-height: 1;
  font-weight: 600;
  color: #2E2E38;
  font-size: 13px;
}
@media (max-width: 479px) {
  .account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .products_subscription-row .col.products ul li .col.products.actions .extar-edit-button a {
    margin: 0 0 10px;
    width: 100% !important;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .products_subscription-row .col.products ul li .col.products.actions .extar-edit-button a {
    font-size: 11px;
  }
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .subscription-row.pay-date {
  float: left;
  width: 100%;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .subscription-row.pay-date .label {
  font-size: 12px;
  font-weight: 400;
  float: left;
  width: 100%;
  color: #000;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .subscription-row.pay-date .subscription-value {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .subscription-row.pay-date .subscription-value span {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
@media (max-width: 767px) {
  .account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .subscription-row.pay-date .subscription-value span {
    font-size: 11px;
  }
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .subscription-row.pay-date .subscription-value .aw-sarp2__skip-this-date {
  background: #f9f9fb;
  width: auto !important;
  border: 1px solid #e3e3e8;
  padding: 12px 17px;
  border-radius: 10px;
  line-height: 1;
  font-weight: 600;
  color: #2e2e38;
  font-size: 13px;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .subscription-row.pay-date .subscription-value .aw-sarp2__skip-this-date span {
  font-size: 13px !important;
}
@media (max-width: 768px) {
  .account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .subscription-row.pay-date .subscription-value .aw-sarp2__skip-this-date span {
    font-size: 11px !important;
  }
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .subscription-row.pay-date .aw-sarp2__next-payment-date {
  display: none;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .subscription-row.pay-date .aw-sarp2__next-payment-date-form .next-payment-date input {
  width: calc(100% - 30px);
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .subscreption-action-bottom {
  float: left;
  width: 100%;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .subscreption-action-bottom .subscription-row {
  float: left;
  width: 50%;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .subscreption-action-bottom .subscription-row .label {
  font-size: 12px;
  float: left;
  width: 100%;
  font-weight: 400;
  margin-bottom: 10px;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .subscreption-action-bottom .subscription-row .subscription-value {
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .subscreption-action-bottom .subscription-value.cancel-action {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .subscreption-action-bottom .subscription-value.cancel-action a {
  font-size: 12px;
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-left-section .subscription-row-profle {
  display: none;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-right-section {
  float: right;
  width: 37%;
}
@media (max-width: 1024px) {
  .account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-right-section {
    width: 100%;
  }
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-right-section .shipping_section.subscription-row {
  float: left;
  width: 100%;
  border: 1px solid #e3e3e8;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px !important;
  position: relative;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-right-section .shipping_section.subscription-row .label {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-right-section .shipping_section.subscription-row .subscription-value {
  color: #2E2E38;
  font-size: 14px;
  font-weight: 400;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-right-section .shipping_section.subscription-row .subscription-value.edit-address a {
  background: #F9F9FB;
  border: 1px solid #E3E3E8;
  width: 100%;
  float: left;
  text-align: center;
  padding: 9px 7px;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #2E2E38;
  text-decoration: none;
}
@media (max-width: 768px) {
  .account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-right-section .shipping_section.subscription-row .subscription-value.edit-address a {
    font-size: 11px;
  }
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-right-section .payment_section.subscription-row {
  float: left;
  width: 100%;
  border: 1px solid #e3e3e8;
  border-radius: 12px;
  padding: 24px 40px 24px 24px;
  margin-bottom: 20px;
  position: relative;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-right-section .payment_section.subscription-row .label {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-right-section .payment_section.subscription-row .subscription-value {
  float: left;
  width: 100%;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-right-section .payment_section.subscription-row .subscription-value .credit-card.wrapper {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #000;
  font-weight: 400;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-right-section .payment_section.subscription-row .subscription-value .credit-card.wrapper .credit-cart-top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-right-section .payment_section.subscription-row .subscription-value .credit-card.wrapper .credit-cart-top .payment-type {
  padding: 0 !important;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-right-section .payment_section.subscription-row .subscription-value .credit-card.wrapper .card-number,
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-right-section .payment_section.subscription-row .subscription-value .credit-card.wrapper .expiration-date {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-right-section .payment_section.subscription-row .subscription-value .credit-card.wrapper .card-number .card-number,
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-right-section .payment_section.subscription-row .subscription-value .credit-card.wrapper .expiration-date .card-number {
  margin-bottom: 0 !important;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-right-section .payment_section.subscription-row .subscription-value .credit-card.wrapper .card-number .card-number span,
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-right-section .payment_section.subscription-row .subscription-value .credit-card.wrapper .expiration-date .card-number span {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-size: 14px;
  color: #2E2E38;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-right-section .payment_section.subscription-row .subscription-value .credit-card.wrapper .card-number .card-number span:first-child,
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-right-section .payment_section.subscription-row .subscription-value .credit-card.wrapper .expiration-date .card-number span:first-child {
  font-size: 12px;
  color: #000;
  font-weight: 400;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-right-section .payment_section.subscription-row .subscription-value.payment-edit {
  position: absolute;
  right: 24px;
  top: 24px;
  width: auto;
}
.account.aw_sarp2-profile_edit-index .aw-sarp2-customer-subscriptions .subscription-right-section .payment_section.subscription-row .subscription-value.payment-edit a {
  font-size: 0;
  width: 15px;
  height: 15px;
  background: url('../../frontend/OM/Isha/en_US/images/edit-icon-pen.png') no-repeat center center;
  background-size: 15px 15px;
  display: inline-block;
  vertical-align: middle;
}
.account .aw-sarp2__actions button[data-role="aw-sarp2-Back"] {
  color: #2E2E38 !important;
  background: transparent !important;
  box-shadow: none;
  border-radius: 0 !important;
  font-size: 13px !important;
}
.account .aw-sarp2__actions button[data-role="aw-sarp2-Back"] span {
  font-size: 13px !important;
  vertical-align: middle;
}
.account .aw-sarp2__actions button[data-role="aw-sarp2-Back"]:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url('../../frontend/OM/Isha/en_US/images/backarrow.png') no-repeat center center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.account .aw-sarp2__next-payment-date-form .field.next-payment-date input {
  background: #F9F9FB;
  border: 1px solid #E3E3E8;
  border-radius: 10px;
  height: 40px;
  font-size: 14px;
  color: #2E2E38;
  font-weight: 400;
}
.account .aw-sarp2__next-payment-date-form button.action.primary {
  background: #ee7203 !important;
  border: none !important;
  border-radius: 8px !important;
  font-weight: 600;
  padding: 9px 30px !important;
  font-size: 13px !important;
}
.account .aw-sarp2__address-form .aw-sarp2__current-address {
  font-size: 14px;
  color: #2E2E38;
  font-weight: 400;
}
.account .aw-sarp2__address-form .aw-sarp2__current-address a {
  color: #2E2E38;
}
.account .aw-sarp2__address-form #customer_address_id {
  background-color: #F9F9FB;
  border: 1px solid #E3E3E8;
  border-radius: 10px;
  height: 40px;
  font-size: 14px;
  color: #2E2E38;
  font-weight: 400;
}
.account .aw-sarp2__address-form button.action.primary {
  background: #ee7203 !important;
  border: none !important;
  border-radius: 8px !important;
  font-weight: 600;
  font-size: 13px !important;
}
.account.aw_sarp2-profile_edit-payment div#checkout-payment-method-load .amcheckout-content {
  background: #fff;
  padding: 15px;
  border: 1px solid #E3E3E8;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}
.account.aw_sarp2-profile_edit-payment .actions-toolbar .primary button#profile_save_payment_button {
  background: #ee7203 !important;
  border: none !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 13px !important;
}
.account.aw_sarp2-profile_edit-address button[data-role="aw-sarp2-Back"] {
  color: #2E2E38 !important;
  box-shadow: none;
  border-radius: 0 !important;
  font-size: 13px !important;
  border: none;
  float: right;
  margin: -38px 0 0 0;
  background: transparent !important;
  padding-left: 0 !important;
}
@media (max-width: 459px) {
  .account.aw_sarp2-profile_edit-address button[data-role="aw-sarp2-Back"] {
    float: left;
    margin: 0;
    padding-left: 0 !important;
  }
}
.account.aw_sarp2-profile_edit-address button[data-role="aw-sarp2-Back"]:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url('../../frontend/OM/Isha/en_US/images/backarrow.png') no-repeat center center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.account.aw_sarp2-profile_edit-address .aw-sarp2__address-form button.action.primary {
  padding: 10px;
}
@media (max-width: 650px) {
  .account.aw_sarp2-profile_edit-address .aw-sarp2__address-form button.action.primary {
    margin-top: 10px;
  }
}
@media (max-width: 650px) {
  .account.aw_sarp2-profile_edit-address .fieldset > .field.customer-address {
    width: 100%;
  }
}
.account.aw_sarp2-profile_edit-address button.action.secondary {
  background: #ee7203 !important;
  border: none !important;
  border-radius: 8px !important;
  font-weight: 600;
  font-size: 13px !important;
  padding: 10px;
}
.aw_sarp2-profile_edit-item .modal-footer button {
  color: #fff;
}
html .account .page-title-wrapper.aw-sarp2__title button[data-role="aw-sarp2-Back"] {
  color: #2E2E38 !important;
  background: transparent !important;
  box-shadow: none;
  border-radius: 0 !important;
  font-size: 13px !important;
  border: none;
  float: right;
  margin: -38px 0 0 0;
  padding-left: 0 !important;
}
@media (max-width: 459px) {
  html .account .page-title-wrapper.aw-sarp2__title button[data-role="aw-sarp2-Back"] {
    float: left;
    margin: 0;
    padding-left: 0 !important;
  }
}
html .account .page-title-wrapper.aw-sarp2__title button[data-role="aw-sarp2-Back"]:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url('../../frontend/OM/Isha/en_US/images/backarrow.png') no-repeat center center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.bulkenquiry-index-index .page-title-wrapper {
  display: none;
}
.bulkenquiry-index-index .page-main {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.bulkenquiry-index-index .page-main .columns {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 30px;
  padding: 0 20px;
  clear: both;
}
.bulkenquiry-index-index .banner-bulkenquery {
  float: left;
  width: 100%;
}
.bulkenquiry-index-index .banner-bulkenquery img {
  width: 100%;
}
.bulkenquiry-index-index .sub-heading {
  width: 'calc(100%; - 40px)';
  text-transform: uppercase;
  max-width: 1240px;
  clear: both;
}
.bulkenquiry-index-index.page-layout-2columns-right .sidebar-main .bulk-faq .title {
  font-weight: 600;
  text-transform: capitalize;
  float: left;
  width: 100%;
}
.bulkenquiry-index-index .tab-content {
  display: none;
}
.bulkenquiry-index-index .tab-content.active {
  display: block;
}
.bulkenquiry-index-index .suggesstion-item {
  position: absolute;
  z-index: 1;
}
.bulkenquiry-index-index .suggesstion-item ul {
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  max-height: 250px;
  overflow: auto;
  padding: 10px;
}
.bulkenquiry-index-index .suggesstion-item ul li {
  cursor: pointer;
  float: left;
  width: 100%;
}
.bulkenquiry label {
  float: left;
  width: 100%;
  font-size: 15px;
  margin: 0 0 10px;
}
.bulkenquiry label:after {
  content: '*';
  color: #df1313;
  margin-left: 5px;
}
.bulkenquiry input[type="text"] {
  height: 40px;
  border-radius: 10px;
  border: 1px solid #000;
}
.bulkenquiry .product-fields-container .product-field {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.bulkenquiry .product-fields-container .product-field .field.product_name {
  float: left;
  width: 63%;
  margin-right: 2%;
  position: relative;
}
.bulkenquiry .product-fields-container .product-field .field.product_qty {
  width: calc(35% - 50px);
  float: left;
}
.bulkenquiry .product-fields-container .product-field .remove {
  float: left;
  width: 40px;
  height: 40px;
  background: #edaa38;
  margin-left: 10px;
  border-radius: 10px;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.bulkenquiry .product-fields-container .field-label {
  float: left;
  width: 100%;
}
.bulkenquiry .product-fields-container .field-label .product-label {
  width: 63%;
  margin-right: 2%;
  float: left;
}
.bulkenquiry .product-fields-container .field-label .qty-label {
  width: calc(35% - 50px);
  float: left;
}
.bulkenquiry .add-fields {
  float: left;
  width: 100%;
}
.bulkenquiry .add-fields .add {
  text-transform: uppercase;
  font-size: 18px;
  background: #edaa38;
  padding: 10px;
  border-radius: 10px;
  float: left;
  color: #fff;
  cursor: pointer;
}
.bulkenquiry .add-fields .add:hover {
  background: #E46700;
}
.tabs-container {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.tabs-container .tabs {
  border: none;
  list-style: none;
  padding: 0;
  display: flex;
  border-bottom: none;
  margin-bottom: 10px;
}
.tabs-container .tabs li {
  padding: 13px 40px;
  cursor: pointer;
  border: none;
  margin-right: 5px;
  background: #edaa38;
  font-size: 18px;
  line-height: 1;
  border-radius: 10px;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
}
.tabs-container .tabs li:hover {
  background: #E46700;
}
.tabs-container .tabs li.active {
  border-bottom: none;
  background: #E46700;
}
.tabs-container .tab-content {
  border: none;
  padding: 0;
  margin-bottom: 40px;
}
.tabs-container .tab-content .field {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.field.commentbox textarea {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  border: 1px solid #000;
  font-size: 14px;
}
.submitbutton button {
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  background: #edaa38 !important;
  padding: 15px 40px;
  width: 188px;
  height: 48px;
  color: #fff;
}
.submitbutton button:hover {
  border: none;
  color: #fff;
}
ul.qa-wrap {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.qa-wrap li {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  float: left;
  width: 100%;
}
ul.qa-wrap li .bulk-question {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 700;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}
ul.qa-wrap li .bulk-question:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
ul.qa-wrap li .bulk-question.active:after {
  content: '-';
}
ul.qa-wrap li .bulk-answer {
  float: left;
  width: 100%;
  display: none;
}
.cms-bulkenquiry-success .pagebuilder-column img {
  width: 100%;
}
.bulkenquiry-index-index.page-layout-2columns-right .sidebar-main .bulk-faq ul.qa-wrap li .bulk-question {
  cursor: pointer;
}
.bulkenquiry-index-index.page-layout-2columns-right .suggesstion-item {
  z-index: 2;
}
.bulkenquiry-index-index.page-layout-2columns-right .sub-heading {
  clear: both;
}
html .catalog-product-view .product-info-main .pdp-bulk-enquery-link {
  float: left;
  width: 100%;
  color: #000;
  font-size: 16px;
  margin: 15px 0;
}
html .catalog-product-view .product-info-main .pdp-bulk-enquery-link a {
  text-decoration: underline;
  color: #BC1717;
}
html .catalog-product-view .product-info-main .pdp-bulk-enquery-link a:hover {
  color: #BC1717;
}
.otp-validation {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  background: #fff;
  width: 90%;
  height: 90%;
  max-width: 486px;
  max-height: 564px;
}
.otp-validation span.label.close {
  width: 48px;
  position: absolute;
  top: -26px;
  right: -21px;
  height: 48px;
  background: #fff;
  border-radius: 100%;
  font-size: 0;
  box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.otp-validation span.label.close:after {
  margin-top: -6px;
  content: '';
  width: 2px;
  height: 15px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg);
  transform-origin: center;
}
.otp-validation span.label.close:before {
  content: '';
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg);
  transform-origin: center;
  margin-left: -7px;
}
.otp-validation span.label.close:hover {
  opacity: 1;
}
.otp-validation button#verify_cod_otp {
  border-radius: 3px !important;
  border: none;
  box-shadow: none;
  width: 100%;
  margin: 10px 0;
  height: 52px;
  background: #BC1717;
  font-size: 18px;
  color: #fff;
}
.otp-validation button#send_cod_otp {
  border-radius: 3px !important;
  border: none;
  box-shadow: none;
  width: 100%;
  margin: 10px 0;
  height: 52px;
  background: #BC1717;
  font-size: 18px;
  color: #fff;
}
.otp-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999991;
  display: none;
}
span.title-main {
  font-size: 21px;
  text-align: left;
  width: 100%;
  float: left;
  margin: 0 0 20px;
  font-weight: 600;
}
span.title {
  color: #5f5f5f;
  margin-bottom: 10px;
  font-size: 17px;
  float: left;
  width: 100%;
}
.otp-input.otpsend {
  position: relative;
  float: left;
  width: 100%;
}
.otp-input.otpsend input {
  height: 58px;
  border: 1px solid #edaa39;
  border-radius: 3px;
  width: 100%;
  float: left;
  pointer-events: none;
  opacity: 0.5;
  font-size: 18px;
  padding-left: 70px;
}
.otp-input.otpsend:before {
  content: '';
  width: 1px;
  height: 23px;
  background: #c4c4c4;
  position: absolute;
  left: 62px;
  top: 50%;
  transform: translateY(-50%);
}
.otp-input.otpsend:after {
  content: '';
  width: 35px;
  height: 23px;
  background: url('../../frontend/OM/Isha/en_US/images/flag.png') no-repeat center center;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.otp-wrap {
  float: left;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 70px;
}
.otp-box {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}
.otp-box input {
  border: solid #c4c4c4;
  border-width: 0 0 2px 0;
  margin: 0;
  padding: 0;
}
.otp-box input:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
input#cod_otp_verify_input {
  height: 58px;
  border: none;
  letter-spacing: 52px;
  font-size: 20px;
}
input#cod_otp_verify_input:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
span.terms-condition-otp {
  font-size: 15px;
  color: #5f5f5f;
  width: 100%;
  float: left;
}
.terms-condition-otp a {
  color: #5f5f5f !important;
  text-decoration: underline;
}
span.edit-link {
  display: none;
}
span.edit-link a {
  float: left;
  color: #BC1717;
  font-size: 17px;
  margin-left: 10px;
}
.otp-input.verify {
  width: 100%;
  float: left;
  position: relative;
}
.otp-input-lines span {
  width: 15.833333%;
  height: 3px;
  background: #c4c4c4;
  float: left;
  margin-right: 1%;
}
.otp-input-lines span:last-child {
  margin-right: 0;
}
.resend {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  font-size: 17px;
}
.resend button#resend_cod_otp {
  border-radius: 0 !important;
  border: none;
  background: transparent;
  box-shadow: none;
  color: #BC1717;
  text-decoration: underline;
  padding: 0;
  margin-right: 5px;
}
.resend span {
  margin-right: 5px;
}
span.verification-msg {
  width: 100%;
  float: left;
  margin: 10px 0 0;
  font-size: 12px;
}
.otp-digit {
  width: 40px;
  height: 45px;
  font-size: 22px;
  text-align: center;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .otp-wrap {
    padding: 20px;
  }
  span.title-main {
    font-size: 19px;
  }
  .otp-validation {
    padding: 20px;
  }
  .otp-validation span.label.close {
    width: 40px;
    position: absolute;
    top: -19px;
    right: -12px;
    height: 40px;
  }
}
.account .page-title-wrapper {
  display: block !important;
}
.account .page-title-wrapper h1 {
  font-family: 'Fedra Sans Medium 5' !important;
  border-bottom: none !important;
}
.account.customer-account-index .page-title-wrapper h1 {
  display: none !important;
}
.account.customer-account-index .products-grid .item_row {
  float: left;
  width: 100%;
}
.account.customer-account-index .products-grid .item_row .product-item {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0 8px !important;
}
@media (max-width: 1450px) and (min-width: 1200px) {
  .account.customer-account-index .products-grid .item_row .product-item {
    width: 33.3333333%;
    margin-bottom: 12px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .account.customer-account-index .products-grid .item_row .product-item {
    width: 50%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .account.customer-account-index .products-grid .item_row .product-item {
    width: 33.3333333%;
  }
}
@media (max-width: 768px) and (min-width: 480px) {
  .account.customer-account-index .products-grid .item_row .product-item {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .account.customer-account-index .products-grid .item_row .product-item {
    width: 100%;
  }
}
.account.customer-account-index .products-grid .image-product {
  float: left;
  width: 100%;
}
.account.customer-account-index .products-grid .product-info-wrap {
  float: left;
  width: 100%;
  padding: 12px;
}
.account.customer-account-index .products-grid .product-item-info {
  max-width: 100%;
  width: 100%;
  border: 1px solid #E3E3E8;
  border-radius: 12px;
  overflow: hidden;
}
.account.customer-account-index .products-grid .product-item-info:hover {
  background: #fff;
  box-shadow: none;
  border: 1px solid #E3E3E8;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 9;
}
.account.customer-account-index .products-grid .product-item-detail {
  width: 100%;
  float: left;
  padding: 12px;
  min-height: 130px;
}
.account.customer-account-index .products-grid .product-name {
  float: left;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  white-space: nowrap;
  font-size: 12px;
  color: #2E2E38;
  margin: 0;
  margin-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.account.customer-account-index .products-grid .product-item-name a {
  font-size: 12px !important;
  color: #2E2E38 !important;
  text-decoration: none !important;
}
.account.customer-account-index .products-grid .reiew-product {
  float: left;
  width: 100%;
  display: flex;
  font-size: 14px;
  color: #797986;
  text-align: center;
}
.account.customer-account-index .products-grid .product-item .product-reviews-summary.short {
  display: inline-block;
  width: auto;
}
.account.customer-account-index .products-grid .product-item .price-cart {
  display: flex;
  width: 100%;
  float: left;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.account.customer-account-index .products-grid .product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
  color: #EE7203;
  font-size: 12px;
}
.account.customer-account-index .products-grid .product-item .actions-primary .action.primary {
  border: 1px solid #E3E3E8;
  font-size: 0;
  border-radius: 8px !important;
  padding: 13px;
  width: 34px;
  height: 28px;
  background: #F9F9FB url('../../frontend/OM/Isha/en_US/images/recent-cart.png') no-repeat center center !important;
  background-size: 16px 16px !important;
}
.account.customer-account-index .products-grid .product-price-cart {
  float: left;
  width: 100%;
  display: flex;
  margin: 12px 0 0;
  align-items: center;
  justify-content: space-between;
}
.account.customer-account-index .products-grid .price-box.price-final_price {
  flex-wrap: wrap;
}
.account.customer-account-index .products-grid .price-box.price-final_price .span.special-price {
  width: 100%;
}
.account.customer-account-index .products-grid .price-box.price-final_price .old-price {
  width: 100% !important;
}
.account.customer-account-index .products-grid .price-box.price-final_price .old-price .price {
  text-decoration: line-through !important;
}
.account.customer-account-index .products-grid .product-item-info.active {
  background: #fff;
  box-shadow: none;
  border: 1px solid #E3E3E8;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 9;
  margin-bottom: 16px;
}
.account .block.block-collapsible-nav ul li {
  margin-bottom: 10px;
}
.account .block.block-collapsible-nav ul li:first-child a {
  font-weight: 700;
  color: #000 !important;
  background: #fff !important;
  border-bottom: 1px solid #E3E3E8;
  border-radius: 0 !important;
  padding: 24px 9px;
}
.account .block.block-collapsible-nav ul li:first-child a:after {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background-size: 20px 20px;
  background: url('../../frontend/OM/Isha/en_US/images/nav-back.png') no-repeat center center;
  float: right;
  margin: 0 18px 0 0;
}
.account .block.block-collapsible-nav ul li:first-child a:before {
  display: none !important;
}
.account .block.block-collapsible-nav ul li a {
  border-radius: 10px !important;
}
.account .block.block-collapsible-nav ul li a.myprofile-link:before {
  background: url('../../frontend/OM/Isha/en_US/images/nav-profile.png') no-repeat center center;
}
.account .block.block-collapsible-nav ul li a.myorder-link:before {
  background: url('../../frontend/OM/Isha/en_US/images/nav-order.png') no-repeat center center;
}
.account .block.block-collapsible-nav ul li a.addressbook-link:before {
  background: url('../../frontend/OM/Isha/en_US/images/nav-address.png') no-repeat center center;
}
.account .block.block-collapsible-nav ul li a.wishlist-link:before {
  background: url('../../frontend/OM/Isha/en_US/images/nav-wishlist.png') no-repeat center center;
}
.account .block.block-collapsible-nav ul li a.reviews-link:before {
  background: url('../../frontend/OM/Isha/en_US/images/nav-review.png') no-repeat center center;
}
.account .block.block-collapsible-nav ul li a.downloads-link:before {
  background: url('../../frontend/OM/Isha/en_US/images/nav-download.png') no-repeat center center;
}
.account .block.block-collapsible-nav ul li a.return-link:before {
  background: url('../../frontend/OM/Isha/en_US/images/nav-returns.png') no-repeat center center;
}
.account .block.block-collapsible-nav ul li a.hathateacher-link:before {
  background: url('../../frontend/OM/Isha/en_US/images/nav-hathateacher.png') no-repeat center center;
}
.account .block.block-collapsible-nav ul li a.subscription-link:before {
  background: url('../../frontend/OM/Isha/en_US/images/nav-subscreption.png') no-repeat center center;
}
.account .block.block-collapsible-nav ul li a[class*="-link"]:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-size: 20px 20px;
}
.account .block.block-collapsible-nav ul li.current a {
  background: #EE7203;
  color: #fff;
}
.account .block.block-collapsible-nav ul li.current a.myprofile-link:before {
  background: url('../../frontend/OM/Isha/en_US/images/nav-profile-white.png') no-repeat center center;
}
.account .block.block-collapsible-nav ul li.current a.myorder-link:before {
  background: url('../../frontend/OM/Isha/en_US/images/nav-order-white.png') no-repeat center center;
}
.account .block.block-collapsible-nav ul li.current a.addressbook-link:before {
  background: url('../../frontend/OM/Isha/en_US/images/nav-address-white.png') no-repeat center center;
}
.account .block.block-collapsible-nav ul li.current a.wishlist-link:before {
  background: url('../../frontend/OM/Isha/en_US/images/nav-wishlist-white.png') no-repeat center center;
}
.account .block.block-collapsible-nav ul li.current a.reviews-link:before {
  background: url('../../frontend/OM/Isha/en_US/images/nav-review-white.png') no-repeat center center;
}
.account .block.block-collapsible-nav ul li.current a.downloads-link:before {
  background: url('../../frontend/OM/Isha/en_US/images/nav-download-white.png') no-repeat center center;
}
.account .block.block-collapsible-nav ul li.current a.return-link:before {
  background: url('../../frontend/OM/Isha/en_US/images/nav-returns-white.png') no-repeat center center;
}
.account .block.block-collapsible-nav ul li.current a.hathateacher-link:before {
  background: url('../../frontend/OM/Isha/en_US/images/nav-hathateacher-white.png') no-repeat center center;
}
.account .block.block-collapsible-nav ul li.current a.subscription-link:before {
  background: url('../../frontend/OM/Isha/en_US/images/nav-subscreption-white.png') no-repeat center center;
}
.account .block.block-collapsible-nav ul.logout-link-nav-end {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  float: left;
  width: 100%;
}
.account .block.block-collapsible-nav ul.logout-link-nav-end li:first-child a,
.account .block.block-collapsible-nav ul.logout-link-nav-end li:first-child strong {
  font-weight: 700;
  color: #EF4444 !important;
  background: #fff !important;
  border-bottom: none;
  border-top: 1px solid #E3E3E8 !important;
  border-radius: 0;
}
.account .block.block-collapsible-nav ul.logout-link-nav-end li:first-child a:before,
.account .block.block-collapsible-nav ul.logout-link-nav-end li:first-child strong:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block !important;
  vertical-align: middle;
  margin-right: 5px;
  background-size: 20px 20px;
  background: url('../../frontend/OM/Isha/en_US/images/nav-logout.png') no-repeat center center;
}
.account .block.block-collapsible-nav ul.logout-link-nav-end li:first-child a:after,
.account .block.block-collapsible-nav ul.logout-link-nav-end li:first-child strong:after {
  content: none !important;
}
.account .block.block-collapsible-nav ul.nav.logout-link {
  float: left;
  width: 100%;
  padding: 24px 9px;
  border-top: 1px solid #E3E3E8;
}
.account #maincontent .column.main .page-title-wrapper .block-collapsible-nav .title {
  background: #f9f9fb url('../../frontend/OM/Isha/en_US/images/nav-profile.png') left 10px center no-repeat !important;
  background-size: 16px 16px !important;
  padding-left: 29px !important;
}
.account #maincontent .column.main .page-title-wrapper .block-collapsible-nav .title.active {
  content: '';
  background: rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.account .toolbar.bottom {
  float: left !important;
  width: 100% !important;
}
.account .toolbar.bottom .toolbar-amount {
  display: none !important;
}
.account .toolbar.bottom .limiter {
  display: none !important;
}
.account.aw_sarp2-profile_edit-index.downloadable-customer-products #maincontent .column.main .page-title-wrapper h1,
.account.customer-account-forhathateachers.downloadable-customer-products #maincontent .column.main .page-title-wrapper h1,
.account.customer-account-edit.downloadable-customer-products #maincontent .column.main .page-title-wrapper h1 {
  display: none !important;
}
.profile > img {
  border: 2px solid #e4e4e4;
  margin: -6px 10px -2px 12px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.field > img {
  width: 100px;
  height: 100px;
}
.profile-img > img {
  width: 50px;
  height: 50px;
}
.custom-bundle-layout.catalog-product-view #bundle-slide {
  display: none;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container {
  display: inline-block;
  margin-bottom: 0px;
  width: 100%;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container legend#customizeTitle {
  display: none;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container button.action.back.customization {
  display: none;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container .bundle-options-wrapper {
  width: 100%;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container .product-options-wrapper {
  width: 100%;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container .product-options-wrapper label {
  width: 100% !important;
  text-align: left !important;
  line-height: 30px !important;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container .product-options-wrapper select {
  background-color: #fff;
  border: 1px solid #ccc;
  min-height: 40px;
  border-radius: 6px;
  font-size: 1.2rem;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container .product-options-wrapper div.mage-error[generated] {
  color: #e02b27 !important;
  font-size: 1rem !important;
  padding-top: 10px !important;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container .product-options-wrapper .field.option {
  border-radius: 0;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container .product-options-wrapper .field.option:last-child {
  border-bottom: 1px solid #e4e4e4;
  border-radius: 0;
  padding-bottom: 10px;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container .product-options-wrapper .field.option span.product-name {
  font-size: 1.5rem;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container .product-options-wrapper ._keyfocus *:focus,
.custom-bundle-layout.catalog-product-view .bundle-options-container .product-options-wrapper input:not([disabled]):focus,
.custom-bundle-layout.catalog-product-view .bundle-options-container .product-options-wrapper textarea:not([disabled]):focus,
.custom-bundle-layout.catalog-product-view .bundle-options-container .product-options-wrapper select:not([disabled]):focus {
  outline: none;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container .product-options-wrapper > .field {
  display: flex;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container .product-options-wrapper input {
  margin: 0;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container .product-add-form {
  display: block;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container .product-add-form .fieldset > .field {
  margin-bottom: 10px;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container .nested .price-notice {
  display: none;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container .nested .field.qty-holder {
  display: none;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container .block-bundle-summary {
  padding: 0;
  float: left;
  width: 100%;
  background-color: inherit;
  margin-top: 0;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 0;
  margin-bottom: 20px;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  margin-top: 1rem;
  font-weight: 500;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container .input-text .qty.qty-disabled {
  display: none;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container fieldset.fieldset-bundle-options {
  margin-bottom: 10px;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container .bundle-configurable.fieldset {
  margin-bottom: 10px;
  margin-top: 10px;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container .fieldset > .field:not(.choice) > .label span {
  font-weight: 500;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container .block-bundle-summary .title {
  display: none;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container .block-bundle-summary .content .bundle-summary {
  display: none;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container .block-bundle-summary .content .bundle-info .product-image-container {
  display: none;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .stock,
.custom-bundle-layout.catalog-product-view .bundle-options-container .block-bundle-summary .content .bundle-info .product-details strong {
  display: none !important;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container .block-bundle-summary .content .bundle-info .product-details .product-addto-links {
  display: none;
}
.custom-bundle-layout.catalog-product-view .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
  font-weight: 500;
  font-size: 30px;
  color: #231f20;
}
.custom-bundle-layout.catalog-product-view #bundleSummary .bundle-summary {
  display: none;
}
.custom-bundle-layout.catalog-product-view .option {
  background-color: transparent;
  border: 0;
  box-shadow: unset;
  color: #000;
  height: auto;
  text-transform: unset;
}
.custom-bundle-layout.catalog-product-view .product-info-main .product-info-price {
  float: left;
  margin-bottom: 0 !important;
}
.custom-bundle-layout.catalog-product-view .product-info-main .product-info-price .price-from {
  margin: 0;
  float: left;
}
.custom-bundle-layout.catalog-product-view .product-info-main .product-info-price .price-box .price-container > span:last-child {
  float: left;
}
.custom-bundle-layout.catalog-product-view .product-info-main .product-info-price span.price {
  font-size: 26px !important;
}
.custom-bundle-layout.catalog-product-view .product-info-main .product-info-price span.price-label {
  display: block !important;
  float: left;
  margin-right: 10px;
}
.custom-bundle-layout.catalog-product-view .product-info-main .product-info-price .old-price span.price-label {
  display: none !important;
}
.custom-bundle-layout.catalog-product-view .codcheck-prod .codcheck-text {
  padding-top: 0;
}
.custom-bundle-layout.catalog-product-view .product-info-price {
  display: none !important;
}
.checkout-cart-index .product-item-details .item-options span.price {
  display: none;
}
.minicart-items .product-item-details .product.options span.price {
  display: none;
}
.bundle_options {
  display: flex;
  flex-direction: column;
}
.table-order-items .col.label {
  background-color: transparent !important;
  padding: 0.75rem;
}
.table-order-items .option {
  background-color: transparent;
  box-shadow: none;
  color: #212529;
  height: auto;
  text-transform: unset;
  padding: 0.75rem;
}
.table-order-items .item-options-container .col.value {
  padding: 0.75rem;
}
#bundleSummary .price-box {
  display: block !important;
}
.checkout-cart-index .product-item-details .item-options {
  white-space: normal !important;
}
.checkout-cart-index .product-item-details .item-options span.price {
  display: block;
  height: 0;
  overflow: hidden;
  opacity: 0;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.checkout-cart-index .product-item-details .item-options dt:nth-child(3) {
  display: block !important;
}
.checkout-cart-index .product-item-details .item-options dt dd:nth-child(4) {
  display: block !important;
}
html .catalog-product-view.new-pdp-design.custom-bundle-layout .product-media-info-section .product-info-main .product-info-price {
  display: block !important;
}
html .catalog-product-view.new-pdp-design.custom-bundle-layout #bundleSummary .price-box {
  display: none !important;
}
.product-media-info-section .product-info-main .product-info-price .price-box .price-from .price-container > span.price-label {
  display: none !important;
}
.product-media-info-section .product-info-main .product-info-price .price-box .price-to {
  display: none !important;
}
html .catalog-product-view.new-pdp-design.custom-bundle-layout .product-media-info-section .product-info-main .product-info-price.hidebundle {
  display: none !important;
}
html .catalog-product-view.new-pdp-design.custom-bundle-layout #bundleSummary .price-box.showbundle {
  display: block !important;
}
.iass-spinner {
  text-align: center;
  font-size: 16px;
  color: #333;
  display: block;
}
.ias-noneleft {
  text-align: center;
  color: #333;
  letter-spacing: 0px;
  font-size: 14px;
  font-weight: 400;
}
.iass-spinner img,
.ias-noneleft img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.iass-spinner,
.ias-noneleft {
  display: inline-block;
  width: 100%;
}
.ias-trigger-next {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}
.load-more {
  font-size: 15px;
  border: none;
}
.load-more::hover {
  background: #0491ff;
}
.ias-trigger-prev {
  text-align: center;
  cursor: pointer;
}
.iass-spinner img {
  height: 40px;
  width: 40px;
  margin-bottom: 7px;
}
.catalog-category-view .actions-primary + .actions-secondary {
  vertical-align: top;
}
.catalog-category-view button.buynow {
  margin-left: 5px;
}
.catalog-product-view #product-addtocart-button {
  float: left;
}
@media (max-width: 767px) {
  .catalog-category-view button.buynow {
    margin-top: 5px;
    margin-left: 0px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
  display: none;
}
/*seo-info*/
/*seo-info-color*/
.seo-info .seo-info-incorrect {
  color: #df280a;
}
.seo-info .seo-info-correct {
  color: #50B655;
}
.seo-info .seo-info-notice {
  color: #BD5D1F;
}
/*seo-info-main-style*/
.seo-info .seo-info-base-window {
  width: 370px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #F8F8F8;
  color: #363636;
  z-index: 100000;
  font-family: Arial;
  outline: 5px solid rgba(203, 203, 203, 0.7);
}
.seo-info .seo-info-hr-style {
  margin: 5px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.seo-info .seo-info-h1-style {
  font-family: Arial;
  background: #FEFEFE;
  color: #666666;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0px;
}
.seo-info .seo-info-h2-style {
  font-family: Arial;
  padding: 0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  text-transform: none;
}
.seo-info .seo-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  /*color: #363636;*/
}
.seo-info .seo-additional-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
}
/*seo-info-keyword-progress-bar*/
.seo-info .seo-info-progress-container {
  width: 100%;
  font-size: 13px;
}
.seo-info .seo-info-progress-label {
  width: 150px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 10px;
  text-align: left;
}
.seo-info .seo-info-progress-label,
.seo-info .seo-info-progress {
  border-radius: 11px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}
.seo-info .seo-info-progress {
  background-color: #f5f7fa;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 150px;
  height: 6px;
}
.seo-info .seo-info-progress-success .seo-info-progress-bar {
  background-color: #50B655;
  border-color: #5cb85c;
  color: #5cb85c;
  box-sizing: border-box;
  border-radius: 11px;
  box-shadow: none;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
}
.seo-info .seo-info-progress-label,
.seo-info-progress {
  border-radius: 11px;
}
.seo-info .seo-info-progress.seo-info-progress-success {
  width: 100px;
}
.seo-info .seo-info-progress-bar {
  background-color: #a0c5e4;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #428bca;
  float: left;
  font-size: 13px;
  height: 100%;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}
/*seo-info images alt info*/
.seo-info .seo-info-image-alt {
  display: inline-block;
  width: 260px;
}
/*link*/
.seo-info .seo-additional-info-link-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 3px;
}
.seo-info .seo-additional-info-link-style a {
  color: #3196CA;
}
/*scroll*/
.seo-info .seo-info-scroll {
  overflow-y: auto;
  height: 500px;
  margin-top: 0.7em;
  padding: 2px 15px 10px 5px;
  text-align: justify;
  margin-bottom: 5px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}
/*SEO Template Info*/
.seo-info .seo-additional-info-template-style {
  font-size: 13px;
}
/*hide/show button*/
.seo-info .seo-additional-info-hide-show-button-style {
  position: absolute !important;
  right: 0;
  top: 0;
  padding-right: 7px;
  color: #3196CA;
  text-decoration: underline;
  cursor: pointer;
}
.seo-info .m-seo-info-scroll-hide {
  display: none;
}
/*table for SEO Templates*/
.seo-info .m-seo-info-template-table {
  display: table;
  width: 100%;
  padding-top: 3px;
}
.seo-info .m-seo-info-template-table-row {
  display: table-row;
}
.seo-info .m-seo-info-template-table-cell {
  display: table-cell;
  text-align: center;
  padding: 2px;
  vertical-align: middle;
}
.seo-info .m-seo-info-template-table-cell:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(3) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-left {
  text-align: left;
  padding-left: 1px;
}
.seo-info .m-seo-info-template-table-row:last-child .m-seo-info-template-table-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-id-width {
  width: 30px;
}
.seo-info .m-seo-info-rule-name-width {
  width: 120px;
}
.seo-info .m-seo-info-sort-order-width {
  width: 70px;
}
.seo-info .m-seo-info-rules-processing-width {
  width: 110px;
}
.seo-info .m-seo-info-status-width {
  width: auto;
}
/*seo-info demo store style*/
@media all and (max-width: 590px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 40px !important;
    right: 10px !important;
  }
}
@media all and (min-width: 591px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 5px !important;
    right: 260px !important;
  }
}
.mst-seo-content__description {
  display: block;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
  text-align: left;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.mst-seo-sitemap__map .search-bar {
  display: flex;
}
.mst-seo-sitemap__map .search-bar input[type=search] {
  position: relative;
  margin: 0 auto;
  max-width: 45rem;
}
.mst-seo-sitemap__map .provider {
  margin-bottom: 4rem;
}
.mst-seo-sitemap__map .provider ul {
  list-style: none;
  margin: 2rem 0 0 2rem;
  padding: 0;
}
.mst-seo-sitemap__map .provider ul.cols-1 {
  column-count: 1;
}
.mst-seo-sitemap__map .provider ul.cols-2 {
  column-count: 2;
}
.mst-seo-sitemap__map .provider ul.cols-3 {
  column-count: 3;
}
.mst-seo-sitemap__map .provider ul.cols-4 {
  column-count: 4;
}
.mst-seo-sitemap__map .provider ul.cols-5 {
  column-count: 5;
}
.mst-seo-sitemap__map .provider ul.cols-6 {
  column-count: 6;
}
.mst-seo-sitemap__map .provider ul.cols-7 {
  column-count: 7;
}
.mst-seo-sitemap__map .provider ul.cols-8 {
  column-count: 8;
}
.mst-seo-sitemap__map .provider ul.cols-9 {
  column-count: 9;
}
.mst-seo-sitemap__map .provider ul.cols-10 {
  column-count: 10;
}
.mst-seo-sitemap__map .provider ul li {
  display: inline;
}
.mst-seo-sitemap__map .provider ul li a {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.mst-seo-sitemap__map .provider ul li a span:after {
  font-size: 10px;
  line-height: 20px;
  content: "\e608";
  font-family: "luma-icons";
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #707070;
}
.mst-seo-sitemap__map .provider ul li a span:last-child:after {
  display: none;
}
.mst-seo-sitemap__map .provider .letter {
  margin: 0 0 2rem -2rem;
}
.mst-seo-sitemap__map .provider .letter strong {
  font-size: 2rem;
  font-weight: 800;
  display: block;
}
.mst-seo-sitemap__map .provider .letter .strong_visible {
  display: block;
}
.mst-seo-sitemap__map .provider .letter .strong_hidden {
  display: none;
}
.mst-seo-sitemap__map .provider .letter ul {
  margin-top: 0;
}
.mst-seo-sitemap__map .provider ._highlight {
  background: #fad764;
  font-style: normal;
}
.mst-seo-sitemap__map [data-element=notFound] {
  margin-top: 2rem;
}
@media (max-width: 801px) {
  .mst-seo-sitemap__map ul {
    column-count: 1 !important;
  }
}
.hidden {
  display: none;
}
.mst-seo-toolbar__toolbar {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000000;
  outline: 5px solid rgba(74, 69, 66, 0.6);
  box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25);
  max-width: 90%;
  min-width: 10rem;
  background: #fff;
}
.mst-seo-toolbar__toolbar-header {
  font-weight: 600;
  color: #fff;
  background: #315aa5;
  padding: 1rem 2rem 1rem 4rem;
  text-align: center;
  position: relative;
}
.mst-seo-toolbar__toolbar-header > i {
  position: absolute;
  left: 1rem;
  font-size: 15px;
}
.mst-seo-toolbar__toolbar-header .close {
  position: absolute;
  right: 1rem;
  top: 0.4rem;
  font-size: 18px;
  cursor: pointer;
}
.mst-seo-toolbar__toolbar-content {
  background: #F5F5F5;
  max-height: 55vh;
  overflow-y: auto;
}
.mst-seo-toolbar__toolbar-content section h4 {
  color: #999;
  padding: 1rem;
  display: block;
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-weight: 400;
  line-height: 1.4;
  cursor: default;
}
.mst-seo-toolbar__toolbar-content section ul {
  margin: 0;
  background: #fff;
  padding: 0 1rem;
  list-style: none;
}
.mst-seo-toolbar__toolbar-content section ul li {
  display: flex;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 1rem 0;
}
.mst-seo-toolbar__toolbar-content section ul li .title {
  font-weight: 600;
  width: 12rem;
  font-size: 1.3rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status {
  width: 20px;
  height: 20px;
  text-align: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status._success {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%231C9D74' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M13.8274662,4.73712054 C13.6809464,4.57908482 13.4424141,4.57908482 13.2968944,4.73712054 L7.70563722,10.6990848 C7.55911738,10.858192 7.32008501,10.858192 7.17456531,10.6990848 L4.72473356,8.02640625 C4.65222374,7.94712054 4.55721087,7.90801339 4.46169794,7.90747768 C4.36518487,7.90694196 4.2671716,7.94604911 4.19366164,8.02640625 L3.11101503,9.06890625 C3.03900528,9.14819196 3,9.24729911 3,9.35069196 C3,9.45462054 3.03900528,9.56337054 3.1115151,9.64212054 L5.58184963,12.4192634 C5.7278694,12.5778348 5.96740184,12.8349777 6.11292154,12.9924777 L7.17506537,14.139442 C7.32108515,14.2964063 7.55961745,14.2964063 7.70613729,14.139442 L14.8901101,6.45729911 C15.03663,6.29979911 15.03663,6.04104911 14.8901101,5.88354911 L13.8274662,4.73712054 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .status._warning,
.mst-seo-toolbar__toolbar-content section ul li .status._error {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%23FF5501' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M10.21944,3 C11.02296,3 11.4246,3.54804 11.4246,4.17468 C11.4246,4.95732 10.72692,5.68128 9.81768,5.68128 C9.0564,5.68128 8.61228,5.23104 8.6334,4.48764 C8.6334,3.86112 9.162,3 10.21944,3 Z M7.74516,15 C7.11072,15 6.64548,14.60856 7.0896,12.8862 L7.818,9.83136 C7.94484,9.34212 7.9656,9.14652 7.818,9.14652 C7.62744,9.14652 6.80388,9.48444 6.3168,9.81732 L6,9.28872 C7.54356,7.9776 9.31944,7.20864 10.08048,7.20864 C10.71468,7.20864 10.82064,7.97196 10.50348,9.1464 L9.6696,12.3576 C9.52152,12.92508 9.58524,13.12068 9.73284,13.12068 C9.92316,13.12068 10.54728,12.88512 11.16036,12.39576 L11.52,12.88524 C10.01856,14.412 8.3796,15 7.74516,15 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .description {
  max-width: 30rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.mst-seo-toolbar__toolbar-content section ul li .description .action {
  margin-bottom: 0.5rem;
}
.mst-seo-toolbar__toolbar-content section ul li .description .note {
  color: #999;
  font-size: 90%;
  overflow-x: hidden;
  word-wrap: break-word;
  margin-top: 0.5rem;
}
.mst-seo-toolbar__toolbar-content section ul li a {
  font-size: 1.2rem;
  color: #006bb4;
  text-decoration: underline;
}
.mst-seo-toolbar__toolbar-content section ul li a:hover {
  text-decoration: none;
}
.mst-seo-toolbar__toolbar._disabled {
  outline: none;
  box-shadow: none;
  display: none;
}
.mst-seo-toolbar__toolbar._hidden {
  outline: none;
  box-shadow: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-content {
  display: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  background: #315aa5;
  color: #fff;
  padding: 1rem 1.5rem 1rem 4rem;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 100000;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header .close {
  display: none;
}
body.tutorial .mst-seo-toolbar__toolbar,
body.no-tutorial .mst-seo-toolbar__toolbar {
  left: 1rem;
  right: auto;
}
.amcheckout-delivery-date .field {
  box-sizing: border-box;
  float: left;
  padding-top: 4px;
  width: 100%;
}
.amcheckout-delivery-date .field.comment {
  width: 100%;
}
.amcheckout-delivery-date .field.datepicker,
.amcheckout-delivery-date .field.timepicker {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.amcheckout-delivery-date .field.datepicker .control,
.amcheckout-delivery-date .field.timepicker .control {
  flex: none;
  width: 60%;
}
.amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.amcheckout-delivery-date .clearer {
  clear: both;
}
.amcheckout-delivery-date .field._required > .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: 600;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
/*
 * ShipperHQ
 *
 * @category ShipperHQ
 * @package ShipperHQ\AddressAutocomplete
 * @copyright Copyright (c) 2020 Zowta LTD and Zowta LLC (http://www.ShipperHQ.com)
 * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 * @author ShipperHQ Team sales@shipperhq.com
 */
.pac-container {
  z-index: 905 !important;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.block-category-event {
  background: #f0f0f0;
  color: #333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333;
}
.block-search .label:active:before {
  color: #333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #ccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #ffffff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  font-weight: 700;
  border-radius: 3px;
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
.gift-item-block .title:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.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 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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 #ccc;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #ccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #ccc;
}
.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 #ccc;
}
.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: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  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: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  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: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #006bb4;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: #666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: #666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  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 #ffffff 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: '\e600';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #b3b3b3;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #adadad;
  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: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  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: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.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: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 40px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url('../../frontend/OM/Isha/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: 0.6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/OM/Isha/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #ccc;
  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 #ccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #ccc;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #ccc;
  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: 'luma-icons';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #00699D;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333;
  outline: 1px solid #999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/OM/Isha/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff 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: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #00699D;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  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: #006bb4;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #006bb4;
  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;
}
.products {
  margin: 15px 0;
  clear: both;
  padding-top: 5px;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.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: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.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;
}
.product-item-actions .actions-secondary > button.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 {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.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 {
  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-actions .actions-primary > .stock.unavailable {
  line-height: 1;
  padding-bottom: 10px;
  padding-right: 24px;
  padding-top: 10px;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 3px 0 8px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666;
  font-size: 12px;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.block.upsell .owl-nav button {
  width: 72px;
  height: 72px;
  border: 0 !important;
  box-shadow: none;
  position: absolute;
  outline: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.block.upsell .owl-nav button span {
  display: none;
}
.block.upsell .owl-nav button.owl-prev {
  background: url('../../frontend/OM/Isha/en_US/images/Left-Scroll.svg') no-repeat 0 0 !important;
  left: 37px;
}
.block.upsell .owl-nav button.owl-next {
  background: url('../../frontend/OM/Isha/en_US/images/Right-Scroll.svg') no-repeat 0 0 !important;
  right: 37px;
}
.item.product.product-item.out-of-stock .product-item-inner .unavailable {
  border-radius: 40px !important;
  color: #ffffff !important;
}
.item.product.product-item.out-of-stock .product-item-inner .product.actions.product-item-actions .actions-primary .stock.unavailable {
  border-radius: 0px !important;
  color: #000 !important;
}
.page-with-filter .item.product.product-item.out-of-stock .product-item-inner .unavailable {
  border-radius: 40px !important;
  color: #000 !important;
}
.page-with-filter .item.product.product-item.out-of-stock .product-item-inner .product.actions.product-item-actions .actions-primary .stock.unavailable {
  border-radius: 0px !important;
  color: #000 !important;
}
.catalog-category-view .bss-bt-quickview {
  display: none !important;
}
.liquidation-banner {
  float: left;
  width: 100%;
  background: #f5f5f5;
  border: none;
  border-radius: 4px;
  margin: 0 0 32px;
  text-align: center;
}
.liquidation-banner__inner {
  max-width: 700px;
  margin: 0 auto;
}
span.liquidation-banner__tag {
  display: inline-block;
  background: #c7372f;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 2px;
  margin-bottom: 12px;
}
h2.liquidation-banner__title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px;
  line-height: 1.3;
}
p.liquidation-banner__message {
  font-size: 16px;
  color: #3d3d3d;
  margin: 0 0 12px;
  line-height: 1.5;
  font-weight: 600;
}
p.liquidation-banner__note {
  font-size: 13px;
  color: #666;
  margin: 0;
  font-weight: 600;
}
.products_listing_grid.products.wrapper .product-image-wrapper {
  padding-bottom: 100%;
}
.products_listing_grid.products.wrapper .product-item {
  padding: 0 1% !important;
  margin-left: 0 !important;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .products_listing_grid.products-grid .product-item {
    padding: 0 5px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .catalog-category-view .products_listing_grid.products.wrapper .product-item .product-reviews-summary.short {
    text-align: left !important;
  }
}
.catalog-category-view {
  background: #ffffff;
}
.catalog-category-view .sidebar.sidebar-additional {
  display: none;
}
.catalog-category-view h1.page-title {
  font-size: 1.2vw;
  color: #020202;
  font-family: 'Fedra Sans Std';
  font-weight: 600;
  margin: 0px;
  display: none;
}
.catalog-category-view .row {
  margin: 0px;
}
.catalog-category-view #maincontent {
  max-width: 100%;
  padding: 0px;
}
.catalog-category-view .category-image {
  margin-bottom: 0px !important;
}
.catalog-category-view .category-image .image {
  width: 100%;
}
.catalog-category-view .columns {
  padding: 0 40px;
  padding-top: 20px !important;
}
.catalog-category-view .category-description {
  color: #020202;
  padding-top: 10px;
}
.catalog-category-view .category-description p {
  font-size: 0.98vw;
  font-family: 'Fedra Sans Book 5';
}
.sidebar.sidebar-additional .block.block-compare,
.sidebar.sidebar-additional .block.block-wishlist {
  display: none;
}
.siderbarcustom {
  position: relative;
}
.siderbarcustom .calltoaction {
  position: absolute;
  width: 200px;
  text-align: center;
  bottom: 10px;
  left: 8px;
}
.siderbarcustom .calltoaction .topblcok a {
  background: #ffbe35;
  display: block;
  font-family: 'FedraSansStdMddium', sans-serif;
  font-size: 16px;
  color: #ffffff;
  border: solid 1px #ffbe35;
  margin: 0 20px 15px 20px;
  padding: 5px 0;
  border-radius: 4px;
  transition: 0.5s all ease;
}
.siderbarcustom .calltoaction .topblcok a:hover {
  background: none;
  text-decoration: none;
  transition: 0.5s all ease;
}
.siderbarcustom .calltoaction .topblcok a:last-child {
  background: none;
  border: solid 1px #ffbe35;
}
.siderbarcustom .calltoaction .topblcok a:last-child:hover {
  background: #ffbe35;
}
.siderbarcustom .calltoaction p {
  font-size: 14px;
  color: #ffffff;
}
.siderbarcustom .calltoaction p a {
  color: #ffbe35;
  text-decoration: underline;
}
.products.list .product-item-info {
  transition: 0.5s all ease;
  position: relative;
  width: 100%;
}
.products.list .product-item-info .product-image-container {
  width: 100% !important;
  height: 100% !important;
}
.products.list .product-item-info .product-image-container img {
  width: 100%;
}
.products.list .product-item-info .product-item-name {
  margin-bottom: 0px;
  height: auto;
  width: 100%;
  line-height: normal;
  max-width: 100% !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.products.list .product-item-info a {
  display: inline;
}
.products.list .product-item-info img {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.products.list .product-item-info .weltpixel_quickview_button_v2 {
  display: none;
  padding: 10px 0;
  color: #ffffff;
  right: 0px !important;
  border-radius: 4px;
}
.products.list .product-item-info .product-item-inner {
  box-shadow: none;
  border: none;
  background: none;
  border: 0;
  clip: auto !important;
  height: auto;
  margin: 0;
  overflow: visible !important;
  padding: 0;
  width: 100% !important;
  margin: 0px !important;
  position: unset !important;
  height: auto !important;
  float: left;
}
.products.list .product-item-info .product-item-inner::before {
  display: none;
}
.products.list .product-item-info .product-item-inner .actions-secondary {
  display: block;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 10px;
}
.products.list .product-item-info .product-item-inner .actions-secondary a::before {
  color: #ffffff;
}
.products.list .product-item-info .product-item-inner .actions-primary {
  display: block;
}
.products.list .product-item-info .product-item-inner .actions-primary button {
  width: 100%;
  display: block;
  border-radius: 3px;
  background: #edaa38;
  border: none;
  text-transform: uppercase;
  line-height: normal;
  opacity: 1;
  height: auto;
  padding: 8px 0;
  margin: 0px;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.45px;
}
.products.list .product-item-info .product-item-inner .actions-primary button:focus,
.products.list .product-item-info .product-item-inner .actions-primary button:hover {
  border: none;
  outline: none;
}
.products.list .product-item-info .bss-quickview {
  display: none;
}
.products.list .product-item-info:hover {
  background: none;
  padding: 0;
  box-shadow: none;
  border: none;
  margin: 0;
  transition: 0.5s all ease;
}
.products.list .product-item-info:hover a {
  overflow: hidden;
  text-decoration: none;
}
.products.list .product-item-info:hover a img {
  -moz-transform: scale(1.1) rotate(0deg);
  -webkit-transform: scale(1.1) rotate(0deg);
  -o-transform: scale(1.1) rotate(0deg);
  -ms-transform: scale(1.1) rotate(0deg);
  transform: scale(1.1) rotate(0deg);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.products.list .product-item-info:hover .weltpixel_quickview_button_v2 {
  position: absolute !important;
  bottom: 108px;
  top: auto !important;
  width: 100% !important;
  font-size: 13px;
  color: #020202;
  background: rgba(253, 248, 239, 0.7) !important;
  text-indent: unset !important;
  text-align: center;
  font-family: 'Fedra Sans Medium 5';
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.9399999999999999px;
}
.products.list .product-item-info:hover button {
  width: 100%;
}
.products.list .product-item-info:hover .bss-quickview {
  display: block !important;
  position: absolute !important;
  bottom: 0px;
  top: auto !important;
  width: 100% !important;
  font-size: 13px;
  color: #020202;
  background: rgba(253, 248, 239, 0.7) !important;
  text-indent: unset !important;
  text-align: center;
  font-family: 'Fedra Sans Medium 5';
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.9399999999999999px;
  z-index: 9999;
  padding: 14px 0;
}
.products.list .product-item-info .product-item-link {
  color: #241f20;
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
}
.products.list .product-item-info .product-item-link:hover {
  text-decoration: underline;
}
.products.list .product-item-info .price {
  color: #241f20;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.45px;
}
.toolbar.toolbar-products {
  position: relative;
  clear: both;
  margin: 0px;
}
.toolbar.toolbar-products::after {
  content: '';
  border-top: solid 1px #e5b34c;
  width: 100%;
  top: 19px;
  left: 0;
  position: absolute;
  z-index: -1;
}
.toolbar.toolbar-products .modes {
  display: none;
}
.toolbar.toolbar-products .toolbar-amount {
  font-size: 15px;
  color: #020202;
  font-weight: 500;
  font-family: 'Fedra Sans Book 5';
  padding-right: 20px;
  background: #ffffff;
  display: none !important;
}
.toolbar.toolbar-products .toolbar-amount .toolbar-number {
  font-family: 'FedraSansStdMddium', sans-serif;
  font-weight: 600;
}
.toolbar.toolbar-products .toolbar-sorter {
  width: auto;
  z-index: 1;
  top: -10px;
  position: relative;
  background: #ffffff;
  padding-left: 20px;
}
.toolbar.toolbar-products .toolbar-sorter.sorter::after {
  content: '';
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 0.6;
}
.toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
  font-family: 'Fedra Sans Medium 5';
  color: #020202;
  font-size: 15px;
  padding-right: 10px;
  display: inline-block;
  width: inherit;
  padding-top: 8px;
}
.toolbar.toolbar-products .toolbar-sorter.sorter select {
  background: none;
  border: none;
  box-shadow: none;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  font-family: 'Fedra Sans Book 5';
  font-size: 13px;
  font-weight: normal;
  color: #020202;
  border: solid 1px #cacaca;
  border-radius: 4px;
  padding: 8px 12px;
  height: auto;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  width: 64%;
  padding-right: 22px;
}
.toolbar.toolbar-products .toolbar-sorter.sorter .sorter-action::before {
  display: none;
}
.breadcrumbs {
  font-size: 15px;
  color: #020202;
}
.breadcrumbs li {
  font-family: 'Fedra Sans Book 5';
  font-weight: 600;
  color: #020202;
  position: relative;
}
.breadcrumbs li a {
  font-family: 'Fedra Sans Book 5';
  color: #020202;
  font-weight: 400;
}
.sidebar-main {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  padding-right: 0px !important;
}
.sidebar-main .breadcrumbs {
  order: 1;
  max-width: 100%;
  width: 100%;
}
.catalog-product-view {
  background: #ffffff;
}
.catalog-product-view .footernewsletter {
  margin-top: -18px;
}
.catalog-product-view .page-main {
  max-width: 100%;
  padding: 0 40px;
}
.catalog-product-view .page-main .breadcrumbs {
  margin-bottom: 14px;
  padding-top: 16px;
}
.catalog-product-view .page-main .breadcrumbs ul.items {
  padding: 0px !important;
}
.catalog-product-view .page-main .breadcrumbs ul.items li.item {
  font-size: 13px;
}
.catalog-product-view .product.media {
  width: 48% !important;
  position: relative;
}
.catalog-product-view .product.media .action.towishlist {
  float: left;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Fedra Sans Medium 5';
  margin: 10px 0 0 20px;
  padding-left: 22px;
  position: absolute;
  top: 5px;
  left: 145px;
  z-index: 9;
}
.catalog-product-view .product.media .action.towishlist::before {
  content: '';
  content: "\f08a";
  font-family: "FontAwesome";
  position: absolute;
  color: #ffffff;
  left: 2px;
  font-weight: bold;
}
.catalog-product-view .product.media .action.towishlist.wishlist-added::before {
  content: "\f004";
  font-family: "FontAwesome";
}
.catalog-product-view .product.media .action.towishlist.updated::before {
  content: "\f004";
  font-family: "FontAwesome";
}
.catalog-product-view .product.media .action.towishlist.wishlistadded::before {
  content: "\f004";
  font-family: "FontAwesome";
}
.catalog-product-view .product.media .action.towishlist span {
  border-bottom: solid 1px #fdf8ee;
}
.catalog-product-view .product.media .action.towishlist:hover {
  text-decoration: none;
}
.catalog-product-view .product.media .action.towishlist:hover span {
  border-bottom: solid 1px #a92611;
}
.catalog-product-view .product-info-main {
  width: 50% !important;
  padding-bottom: 0;
  position: relative;
  padding-right: 0px;
}
.catalog-product-view .product-info-main h1.page-title {
  font-size: 18px;
  font-weight: normal;
  font-family: 'Fedra Sans Book 5';
  margin: 0px;
  padding: 0 0 8px 0;
}
.catalog-product-view .product-info-main .page-title-wrapper.product {
  float: left;
  padding-right: 15px;
}
.catalog-product-view .product-info-main .product-reviews-summary {
  float: none;
  width: 100%;
  clear: both;
  display: flex;
  padding-bottom: 5px;
}
.catalog-product-view .product-info-main .product-reviews-summary .rating-summary {
  margin: 0px;
  padding-top: 4px;
}
.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions a {
  color: #020202;
  font-size: 12.5px;
  font-weight: 600;
  font-family: 'Fedra Sans Book 5';
  margin-left: 10px;
  line-height: normal;
}
.catalog-product-view .product-info-main .product-info-price {
  width: auto;
  border: none;
  color: #000;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}
.catalog-product-view .product-info-main .product-info-price span.price {
  color: #020202;
  font-weight: bold;
  font-size: 24px;
}
.catalog-product-view .product-info-main .action.towishlist {
  float: left;
  color: #a92611;
  font-size: 13px;
  font-family: 'Fedra Sans Medium 5';
  margin: 10px 0 0 20px;
  padding-left: 22px;
  position: relative;
}
.catalog-product-view .product-info-main .action.towishlist::before {
  content: '';
  content: "\f08a";
  font-family: "FontAwesome";
  position: absolute;
  color: #a92611;
  left: 2px;
  font-weight: bold;
}
.catalog-product-view .product-info-main .action.towishlist span {
  border-bottom: solid 1px #fdf8ee;
}
.catalog-product-view .product-info-main .action.towishlist:hover {
  text-decoration: none;
}
.catalog-product-view .product-info-main .action.towishlist:hover span {
  border-bottom: solid 1px #a92611;
}
.catalog-product-view .product-info-main .action.towishlist:visited {
  color: #0056b3;
}
.catalog-product-view .product-info-main .action.towishlist:visited::before {
  color: #0056b3;
}
.catalog-product-view .product-info-main .action.towishlist:visited span {
  border: none;
}
.catalog-product-view .product-info-main .action.towishlist:focus {
  color: #0056b3;
}
.catalog-product-view .product-info-main .action.towishlist:focus::before {
  color: #0056b3;
}
.catalog-product-view .product-info-main .action.towishlist:focus span {
  border: none;
}
.catalog-product-view .product-info-main .price-box {
  margin-bottom: 0px;
  padding: 0px;
}
.catalog-product-view .product-info-main .product.attribute.overview {
  clear: both;
  font-size: 14px;
  font-family: 'Fedra Sans Std';
}
.catalog-product-view .product-info-main .product.attribute.overview p {
  padding-right: 0px;
}
.catalog-product-view .product-info-main .box-tocart {
  clear: both;
  overflow: hidden;
  margin: 0 0 10px 0;
}
.catalog-product-view .product-info-main .box-tocart .field.qty {
  float: left;
  margin: 0px;
  padding: 8px 35px 0 0;
}
.catalog-product-view .product-info-main .box-tocart .field.qty input {
  background: none;
  border: none;
  font-weight: 600;
  width: 25px;
  padding: 0;
  text-align: center;
  line-height: normal;
  padding-top: 0;
  font-family: 'Fedra Sans Book 5';
  font-size: 24px;
  font-weight: normal;
}
.catalog-product-view .product-info-main .box-tocart .field.qty input:focus {
  outline: none;
  box-shadow: none;
}
.catalog-product-view .product-info-main .box-tocart .field.qty span {
  background: #ffffff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  padding: 1px 6px 6px 5px;
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  cursor: pointer;
}
.catalog-product-view .product-info-main .box-tocart .field.qty span.decrement-qty {
  padding: 1px 8px 6px 8px;
}
.catalog-product-view .product-info-main .box-tocart .actions {
  float: left;
  padding-left: 0px;
  width: 70%;
}
.catalog-product-view .product-info-main .box-tocart .actions .primary.tocart {
  border: none;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
  height: 48px;
  line-height: 48px;
  width: auto;
  border-radius: 4px;
  margin-right: 22px;
  background: #a92611;
  transition: 0.5s all ease;
  font-family: 'Fedra Sans Std';
  width: 180px;
  color: #fdf8ee;
  letter-spacing: 0px;
  padding: 0px;
}
.catalog-product-view .product-info-main .box-tocart .actions .primary.tocart:hover {
  background: #a92611;
  color: #fdf8ee;
}
.catalog-product-view .product-info-main .box-tocart .actions .primary.tocart:focus,
.catalog-product-view .product-info-main .box-tocart .actions .primary.tocart:hover {
  outline: none;
  border: none;
}
.catalog-product-view .product-info-main .box-tocart .actions #buy-now {
  border: none;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  font-size: 15px;
  padding: 0;
  width: auto;
  border-radius: 4px;
  font-family: 'Fedra Sans Std';
  background: #edaa38 url('../../frontend/OM/Isha/en_US/images/buynow-bg.png') no-repeat 40px 14px;
  text-align: center;
  width: 180px;
  height: 48px;
  line-height: 48px;
  padding-left: 26px;
}
.catalog-product-view .product-info-main .box-tocart .actions #buy-now:hover {
  background: #ffb943 url('../../frontend/OM/Isha/en_US/images/buynow-bg.png') no-repeat 40px 14px;
}
.catalog-product-view .product-info-main .box-tocart .actions #buy-now:focus {
  border: none;
  outline: none;
}
.catalog-product-view .product-info-main .pincode-check-container {
  clear: both;
  overflow: hidden;
  display: none;
}
.catalog-product-view .product-info-main .pincode-check-container p {
  font-family: 'Fedra Sans Std';
  font-size: 16px;
  font-weight: 600;
  color: #020202;
  float: left;
  padding: 9px 15px 0 0;
}
.catalog-product-view .product-info-main .pincode-check-container .colors.size-chart {
  float: left;
  position: relative;
  width: 30%;
}
.catalog-product-view .product-info-main .pincode-check-container .colors.size-chart input {
  border: solid 1px #edaa38;
  height: auto;
  padding: 8px;
  border-radius: 4px;
}
.catalog-product-view .product-info-main .pincode-check-container .colors.size-chart input:focus {
  box-shadow: none;
}
.catalog-product-view .product-info-main .pincode-check-container .colors #avilabilitycheck {
  position: absolute;
  right: 18px;
  font-size: 14px;
  color: #a92611;
  top: 11px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Fedra Sans Medium 5';
}
.catalog-product-view .product-info-main .product.info.detailed {
  width: 100%;
  padding-top: 30px;
}
.catalog-product-view .product-info-main .product.info.detailed .title {
  border-bottom: solid 1px #f9e4c0;
  padding-right: 20px;
}
.catalog-product-view .product-info-main .product.info.detailed .title a {
  border: none;
  background: none;
  color: #020202;
  font-weight: normal;
  opacity: 0.7;
  font-size: 18px;
  font-family: 'Fedra Sans Medium 5';
  padding: 0 20px !important;
}
.catalog-product-view .product-info-main .product.info.detailed .title a:hover,
.catalog-product-view .product-info-main .product.info.detailed .title a:focus {
  background: none !important;
}
.catalog-product-view .product-info-main .product.info.detailed .title.active a {
  opacity: 1;
  background: none;
  border-bottom: solid 4px #edaa38;
}
.catalog-product-view .product-info-main .product.info.detailed .data.item.content {
  background: none;
  padding: 0;
  border: none;
  padding-top: 20px;
}
.catalog-product-view .product-info-main .product.info.detailed .data.item.content p {
  line-height: normal;
  color: #020202;
  font-family: 'Fedra Sans Book 5';
  line-height: 25px;
  font-size: 14px;
  letter-spacing: 0.15px;
}
.catalog-product-view .product-info-main .product.info.detailed .data.item.content p span {
  font-size: 15px !important;
}
.catalog-product-view .product-info-main .product.info.detailed .data.item.content p strong {
  font-size: 14px;
}
.catalog-product-view .product-info-main .product.info.detailed .data.item.content p .h2-header {
  font-family: 'Fedra Sans Book 5';
  font-weight: 600;
  font-size: 14px;
}
.catalog-product-view .product-info-main .product.info.detailed .data.item.content table {
  font-size: 14px;
  letter-spacing: 0.15px;
}
.catalog-product-view .product-info-main .product.info.detailed .data.item.content table th {
  font-weight: 600;
}
.catalog-product-view .product-info-main .product.alert.stock {
  float: none;
  clear: both;
  padding: 0;
  text-align: left;
  padding-top: 15px;
}
.catalog-product-view .product-info-main .product.alert.stock a {
  font-size: 15.5px;
  color: #020202;
  border: solid 1px #fdf8ee;
  padding: 10px;
  border-radius: 3px;
  letter-spacing: 0.45px;
}
.catalog-product-view .block.related {
  clear: both;
  overflow: hidden;
  width: 100vw;
  margin-left: -51.5vw;
  height: 100%;
  left: 51%;
  padding: 0;
  background: #ffffff;
  position: relative;
  padding-top: 60px;
  margin-bottom: 0px;
}
.catalog-product-view .block.related .block-title.title {
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 0px;
}
.catalog-product-view .block.related .block-title.title strong {
  display: inline-block;
  font-family: 'Fedra Sans Medium 5';
  font-size: 22px;
  color: #020202;
  padding: 0;
  margin: 0;
  position: relative;
  font-weight: normal;
}
.catalog-product-view .block.related .block-title.title strong::before {
  content: '';
  position: absolute;
  left: -260px;
  top: 10px;
  background: url('../../frontend/OM/Isha/en_US/images/related-bg.png') no-repeat left top;
  width: 228px;
  height: 7px;
}
.catalog-product-view .block.related .block-title.title strong::after {
  content: '';
  position: absolute;
  right: -260px;
  top: 10px;
  background: url('../../frontend/OM/Isha/en_US/images/related-bg.png') no-repeat left top;
  width: 228px;
  height: 7px;
}
.catalog-product-view .block.related .block-content.content {
  padding-left: 118px;
  padding-right: 50px;
}
.catalog-product-view .block.related .block-content.content .choice {
  display: none;
}
.catalog-product-view .block.related .block-content.content .block-actions {
  display: none;
}
.catalog-product-view .block.related .block-content.content .product-item-name {
  margin-left: 0px;
}
.catalog-product-view .block.related .product-item-info {
  width: 85%;
}
.catalog-product-view .block.related .product-item-info .product-item-name {
  display: block;
  width: 100%;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
}
.catalog-product-view .block.related span.price {
  font-weight: 700;
  color: #000;
}
.catalog-product-view .block.related .product-item-actions {
  display: none !important;
}
.catalog-product-view .block.related .item.product.product-item {
  width: 100%;
}
.catalog-product-view .block.related .owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
  z-index: 100;
  display: block;
}
.catalog-product-view .block.related .owl-nav button {
  width: 37px;
  background: #faf3e7;
  height: 38px;
  border-radius: 50%;
  line-height: 28px;
}
.catalog-product-view .block.related .owl-nav button span {
  color: #4b4645;
  font-size: 34px;
}
.catalog-product-view .block.related .owl-nav button.owl-prev {
  margin-left: -18px;
}
.catalog-product-view .block.related .owl-nav button.owl-next {
  float: right;
  margin-right: 22px;
}
.catalog-product-view .block.related .owl-nav button:focus {
  outline: none;
  border: none;
}
.catalog-product-view .column.main {
  padding-bottom: 0px !important;
}
#customer-reviews {
  padding-right: 80px;
}
#customer-reviews .block-title {
  float: left;
  width: 78%;
}
#customer-reviews .block-title strong {
  color: #020202;
  font-family: 'Fedra Sans Medium 5';
  font-weight: normal;
  font-size: 18px;
  border-bottom: solid 1px #edaa38;
  padding-bottom: 12px;
  display: block;
  margin: 0;
}
#customer-reviews .write-review-btn {
  float: right;
  border: solid 1px #a92611;
  padding: 8px 8px;
  font-size: 14px;
  line-height: normal;
  cursor: pointer;
  border-radius: 2px;
  font-family: 'Fedra Sans Book 5';
  transition: 0.5s all ease;
  color: #a92611;
}
#customer-reviews .block-content {
  clear: both;
}
#customer-reviews .items.review-items .review-title {
  font-size: 14px;
  font-weight: normal;
  font-family: 'Fedra Sans Medium 5';
  color: #020202;
  opacity: 0.9;
  margin-bottom: 10px;
}
#customer-reviews .items.review-items .label {
  font-family: 'Fedra Sans Book 5';
  color: #020202;
  font-size: 14px;
  letter-spacing: 0.38px;
}
#customer-reviews .items.review-items .review-content {
  margin-left: 0;
  clear: both;
  float: none;
  line-height: normal;
  font-family: 'Fedra Sans Book 5';
  color: #020202;
  line-height: 22px;
  padding-top: 10px;
  font-size: 14px;
  letter-spacing: 0.15px;
}
#customer-reviews .items.review-items .review-details {
  margin: 0px;
  font-size: 14px;
  color: #000;
  font-family: 'Fedra Sans Book 5';
  opacity: 0.7;
}
#customer-reviews .items.review-items .review-details .review-date {
  float: right;
}
#customer-reviews .toolbar-number {
  font-size: 14px;
  font-weight: 600;
  padding-top: 20px;
  display: block;
}
.rating-summary .rating-result:before {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../../frontend/OM/Isha/en_US/images/grey-star.svg');
  content: "" !important;
  height: 20px !important;
}
.rating-summary .rating-result > span:before {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../../frontend/OM/Isha/en_US/images/yellow-star.svg');
  content: "" !important;
  height: 20px;
}
.products.list .product-item-info .product-item-inner .actions-secondary a::before {
  content: "\f08a";
  font-family: "FontAwesome";
}
.products.list .product-item-info .product-item-inner .actions-secondary a.wishlist-added::before {
  content: "\f004";
  font-family: "FontAwesome";
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 20px;
  height: 18px;
}
.review-control-vote label:before {
  color: #edaa38;
}
.page-products .products-grid .product-item .product-item-details {
  position: static;
}
.product-item {
  position: relative;
}
.product-item .product-reviews-summary.short {
  position: relative;
  top: 4px;
  float: right;
  margin: 0px;
}
.product-item .product-reviews-summary.short .reviews-actions {
  display: none;
}
.bestseller-tag,
.new-tag {
  font-family: 'Fedra Sans Book 5';
  font-size: 11px;
  background: #ffffff;
  width: 91px;
  text-align: center;
  padding: 6px 0;
  position: absolute;
  right: 5px;
  top: 4px;
  z-index: 100;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.item.product.product-item.out-of-stock .product-image-photo {
  filter: grayscale(100%);
  opacity: 0.7;
}
.item.product.product-item.out-of-stock .product-item-inner {
  overflow: visible;
  padding: 0;
  position: static;
  width: 100%;
  box-shadow: none;
  border: none;
  background: none;
  height: auto;
}
.item.product.product-item.out-of-stock .product-item-inner .unavailable {
  position: absolute;
  top: 0;
  right: 0px;
  font-family: 'Fedra Sans Book 5';
  font-size: 11px;
  background: #ffffff;
  width: 91px;
  text-align: center;
  padding: 6px 0;
  z-index: 100;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  color: #000 !important;
  border-radius: 0 !important;
}
.fotorama__nav--thumbs {
  height: 556px !important;
  margin-top: -5px;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active img {
  border: solid 4px #ffffff !important;
}
.fotorama__thumb__arr.fotorama__thumb__arr--left .fotorama__thumb--icon {
  transform: unset;
  background: none !important;
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 20px;
  width: 15px;
  height: 15px;
  left: 50px;
  position: relative;
  z-index: 9999;
}
.fotorama__thumb__arr.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background: none !important;
  border: solid #000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 15px;
  height: 13px;
  left: 50px;
  position: relative;
  bottom: -8px;
  z-index: 9999999999;
  opacity: 1;
}
.fotorama__thumb-border {
  border: 2px solid #edaa38;
}
.codcheck-prod {
  border: none;
  padding: 0px;
  position: relative;
  width: 370px;
}
.codcheck-prod h3 {
  font-family: 'Fedra Sans Book 5';
  font-size: 16px;
  font-weight: 600;
  color: #020202;
  float: left;
  padding-top: 10px;
  margin: 0px;
}
.codcheck-prod .codcheck-text {
  float: left;
  padding-left: 20px;
  width: 60%;
  position: relative;
}
.codcheck-prod .codcheck-text input {
  border: solid 1px #edaa38;
  height: auto;
  padding: 8px;
  border-radius: 4px;
}
.codcheck-prod .codcheck-text input:focus {
  outline: none;
  box-shadow: none;
}
.codcheck-prod .codcheck-btn {
  position: absolute;
  right: 5px;
  top: 2px;
  padding: 0px;
}
.codcheck-prod .codcheck-btn input {
  font-size: 14px;
  color: #a92611;
  top: 11px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Fedra Sans Medium 5';
  background: none;
  border: none;
}
.codcheck-prod .codcheck-btn input:hover {
  background: none;
  border: none;
  color: #a92611;
}
.codcheck-prod .codcheck-btn input:focus {
  outline: none;
  box-shadow: none;
  background: none;
  border: none;
  color: #a92611;
}
.codcheck-prod #errormsg {
  display: block;
  background: none;
  padding-top: 4px;
  padding-bottom: 0;
  padding-left: 0px;
  line-height: normal;
  clear: both;
}
.codcheck-prod #errormsg .msg::before {
  display: none;
  width: 22px;
  margin: -18px 0 0;
}
.codcheck-prod .success.message {
  background: none;
  padding-top: 4px;
  padding-bottom: 0;
  padding-left: 0px;
  line-height: normal;
}
.codcheck-prod .success.message .msg::before {
  display: none;
  width: 22px;
  margin: -18px 0 0;
}
.pdpstaticcontent {
  font-family: 'Fedra Sans Book 5';
  font-size: 13px;
  font-weight: 300;
  color: #020202;
  clear: both;
  padding-top: 12px;
}
.pdpstaticcontent a {
  color: #a92611;
  font-weight: 400;
  display: inline-block;
  font-family: 'Fedra Sans Medium 5';
  border-bottom: solid 1px;
  line-height: normal;
  margin-left: 5px;
  transition: 0.5s all ease;
  border-bottom: solid solid 1px #a92611;
}
.pdpstaticcontent a:hover {
  text-decoration: none;
  transition: 0.5s all ease;
  border: none;
}
.pdpstaticcontent a:visited {
  color: #0056b3;
  border: none;
}
.relatedCategory {
  padding: 0;
  background: #ffffff;
  position: relative;
  padding-top: 10px;
  margin-right: 30px;
  padding-bottom: 40px;
}
.relatedCategory .innersection {
  padding: 0 118px;
  clear: both;
  overflow: hidden;
}
.relatedCategory span.related-category {
  display: inline-block;
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
  padding-right: 30px;
  float: left;
}
.relatedCategory .pillslisting {
  float: left;
  width: 80%;
}
.relatedCategory a {
  display: inline-block;
  background: #ffffff;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  color: #020202;
  text-decoration: none;
  padding: 5px 20px;
  margin-right: 15px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.fotorama__arr {
  top: -260px !important;
}
.product-options-wrapper .swatch-opt span,
.product-options-wrapper .swatch-opt label,
.product-options-wrapper .swatch-opt input {
  float: left;
}
.product-options-wrapper .swatch-opt label {
  color: #020202;
  font-size: 16px;
  font-family: 'Fedra Sans Medium 5';
  margin-right: 20px;
  padding-left: 0px !important;
}
.product-options-wrapper .swatch-opt input {
  margin-left: 10px;
  border: solid 1px #edaa38;
}
.product-options-wrapper .swatch-opt .swatch-attribute-label {
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
  letter-spacing: 0.95px;
  padding-right: 20px;
}
.product-options-wrapper .swatch-opt .swatch-attribute-selected-option {
  display: none;
}
.swatch-opt {
  padding-top: 10px;
}
.swatch-opt input[type="radio"]:not(:checked) + label:before,
.swatch-opt input[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 42px;
  height: 42px;
  background: none;
  border-radius: 50%;
  background: #EEE6D7;
  z-index: -1;
}
.swatch-opt input[type="radio"]:not(:checked) + label,
.swatch-opt input[type="radio"]:checked + label {
  position: relative;
  padding-left: 1.2em;
  cursor: pointer;
}
.swatch-opt input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 18px;
  line-height: 0.8;
  color: #000000;
  font-family: Montserrat, sans-serif;
  transition: all 0.2s ease 0s;
  background: #edaa38;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  z-index: -1;
}
.swatch-opt input[type="radio"]:not(:checked),
.swatch-opt input[type="radio"]:checked {
  opacity: 0;
  position: relative;
  z-index: 99;
  visibility: visible;
  left: 40px;
  top: 2px;
  height: 32px;
}
div#product-options-wrapper label {
  margin-right: 0px !important;
  text-align: center;
  width: 42px;
  line-height: 42px;
}
.aw-sbp__bundle-options-container div#product-options-wrapper label {
  width: calc(100% - 30px) !important;
  text-align: left;
}
.aw-sbp__bundle-options-container div#product-options-wrapper label a {
  color: #000;
}
.product-options-wrapper .swatch-opt .swatch-attribute-label {
  padding-top: 8px;
  padding-right: 0px;
  font-size: 16px;
}
.additional-attributes-wrapper.table-wrapper td.col,
.additional-attributes-wrapper.table-wrapper th.col {
  width: auto;
}
#review-form .review-fieldset {
  clear: both;
  overflow: hidden;
  padding-top: 40px;
}
#review-form .review-legend span {
  color: #020202;
  font-family: 'Fedra Sans Medium 5';
  font-weight: normal;
  font-size: 18px;
  display: block;
  border: none;
  padding-bottom: 5px;
  margin: 0;
}
#review-form .review-field-ratings legend {
  font-size: 18px;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 400;
}
#review-form .review-field-ratings .control .choice.review-field-rating {
  display: flex;
}
#review-form .review-field-ratings .control .choice.review-field-rating label span {
  font-family: 'Fedra Sans Book 5';
  font-size: 16px;
  padding-top: 14px;
  display: inline-block;
  padding-right: 20px;
  font-weight: 400;
}
#review-form .field input {
  border: solid 1px #edaa38;
  height: auto;
  padding: 10px;
}
#review-form .field input:focus {
  outline: none;
  box-shadow: none;
}
#review-form .field textarea {
  border: solid 1px #edaa38;
}
#review-form .field textarea:focus {
  outline: none;
  box-shadow: none;
}
#review-form .field label span {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  font-weight: 400;
}
#review-form .actions-primary button {
  border: none;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  font-size: 15px;
  padding: 14px 20px;
  width: auto;
  border-radius: 4px;
  font-family: 'Fedra Sans Book 5';
  background: #edaa38;
  height: auto;
  line-height: normal;
  color: #ffffff;
}
#review-form .actions-primary button:focus {
  outline: none;
}
.filter-content .swatch-option.text {
  background: none;
  color: #020202;
  font-size: 15.5px;
  font-weight: 500;
  margin-right: 7px;
  min-width: 22px;
  font-family: 'Fedra Sans Book 5';
  background: #EEE6D7;
  border-radius: 50%;
  height: 36px;
  width: 37px;
  padding: 0;
  line-height: 34px;
  text-align: center;
  transition: 0.5s all ease;
}
.filter-content .swatch-option.text:hover {
  outline: none;
  background: #edaa38;
  color: #ffffff;
  transition: 0.5s all ease;
}
.block-content.filter-content .filter-current li {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.block-content.filter-content .filter-current li .filter-value {
  color: #a92611;
}
.block-content.filter-content .block-actions.filter-actions a {
  background: #edaa38;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 3px;
  font-family: 'Fedra Sans Book 5';
  font-size: 12px;
  letter-spacing: 0.45px;
  text-decoration: none;
}
.ias-spinner {
  font-family: 'Fedra Sans Book 5';
  color: #a92611 !important;
  font-weight: 600;
  font-size: 15px !important;
  border: solid 1px #a92611;
  width: 230px;
  margin: auto;
  font-style: normal !important;
  height: auto;
  line-height: 20px;
  text-shadow: none !important;
  text-align: center;
  border-radius: 3px;
  padding-top: 0px;
  padding-bottom: 10px;
}
.catalogsearch-result-index {
  background: #ffffff;
}
.catalogsearch-result-index .page-title-wrapper {
  padding-top: 15px;
}
.catalogsearch-result-index .page-title-wrapper h1 span {
  font-family: 'Fedra Sans Medium 5';
  font-size: 26px;
}
.catalogsearch-result-index .column.main {
  padding: 0px;
  font-family: 'Fedra Sans Book 5';
  font-size: 15px;
  letter-spacing: 0.45px;
  width: 100% !important;
}
.product.attribute.description {
  padding-right: 80px;
}
.catalog-product-view .product.attribute.overview p {
  padding-right: 140px !important;
}
.bss_quickview-catalog_product-view .product.attribute.overview p {
  padding-right: 0 !important;
}
.bss_quickview-catalog_product-view .column.main {
  padding-top: 40px;
}
.bss_quickview-catalog_product-view .fotorama1611829525107 .fotorama__nav--thumbs .fotorama__nav__frame {
  width: 65px !important;
  height: 65px !important;
}
.product-item-inner .action.tocompare {
  display: none !important;
}
.related-category {
  background: #ffffff;
}
.product-item .price-box .price-label {
  display: none;
}
span.price-label {
  display: none !important;
}
.moreinfocontent {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  padding-top: 10px;
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: transparent !important;
}
.fotorama__arr .fotorama__arr__arr {
  top: 51.5% !important;
}
.ias-noneleft {
  display: none !important;
}
.ias-trigger.ias-trigger-next {
  margin-top: 15px;
}
.ias-trigger.ias-trigger-next button {
  height: auto;
  background: none;
  border: solid 1px #a92611;
  line-height: normal;
  padding: 15px 40px;
  border-radius: 3px;
  color: #a92611;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 300;
  text-transform: uppercase;
}
.category-view-show {
  float: left;
  display: flex;
  padding-right: 20px;
}
.category-view-show h2 {
  font-family: 'Fedra Sans Medium 5';
  color: #020202;
  font-size: 15px;
  padding-top: 6px;
  margin: 0;
  padding-bottom: 0;
  padding-right: 8px;
}
.category-view-show .double-view {
  background: url('../../frontend/OM/Isha/en_US/images/sho_cat_four_after.svg') no-repeat left top;
  width: 43px;
  height: 26px;
  cursor: pointer;
  opacity: 0.5;
  margin-left: 8px;
}
.category-view-show .double-view span {
  background: #908B86;
  width: 8px;
  height: 15px;
  display: inline-block;
  font-size: 0px;
  vertical-align: text-top;
  margin-left: 3px;
  display: none;
}
.category-view-show .single-view {
  background: url('../../frontend/OM/Isha/en_US/images/show-cat_three_before.svg') no-repeat left top;
  width: 35px;
  height: 26px;
  cursor: pointer;
  opacity: 0.2;
}
.category-view-show .single-view span {
  display: inline-block;
  background: #eee6d7;
  font-size: 0px;
  width: 8px;
  height: 15px;
  vertical-align: text-top;
  margin-left: 3px;
  display: none;
}
body.single-product-view .category-view-show .single-view {
  opacity: 0.5;
}
body.single-product-view .double-view {
  opacity: 0.2;
}
.toolbartop {
  float: right;
  background: #ffffff;
  padding-left: 20px;
}
.moreinfo img {
  padding-top: 0;
  display: inline-block;
  vertical-align: top;
}
.review-ratings .rating-summary.item {
  display: none;
}
.review-ratings .rating-summary.item:first-child {
  display: flex;
}
.review-ratings .rating-summary.item:first-child .label.rating-label {
  display: none;
}
.review-ratings .rating-summary.item:first-child .rating-result {
  margin-top: 4px;
}
.product.info.detailed .data.item.content li {
  color: #020202;
  font-family: 'Fedra Sans Book 5';
  font-size: 15px;
}
.product.attribute.description .value {
  color: #020202;
  font-family: 'Fedra Sans Book 5';
  font-size: 15px;
}
.catalog-product-view .product-info-main .product.info.detailed .data.item.content {
  display: none;
}
a.action.towishlist.updated span {
  font-size: 0px;
}
.page.messages.wishlist-success {
  position: fixed;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.pricewhatsapp {
  position: relative;
}
.pricewhatsapp .whatsapp-share {
  font-size: 20px;
  position: absolute;
  top: -1px;
  left: 70px;
}
.pricewhatsapp .whatsapp-share i {
  color: #25D366;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333;
}
.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.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666;
}
.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]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.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 > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.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: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
  display: inline-block !important;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: inline-block;
  float: right;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.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;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #e02b27;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #006bb4;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-icon {
  position: absolute;
  top: 5px;
  z-index: 99;
  right: 0;
  left: auto !important;
  height: fit-content;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product.media .action.towishlist span {
  display: none;
}
aside.modal-popup.share-product-popup .action-close {
  position: absolute !important;
}
.modal-popup .action-close {
  position: absolute !important;
}
.catalog-product-view.new-pdp-design .product-media-info-section .descerption-more .product-short-info-content:before,
.catalog-product-view.new-pdp-design .product-media-info-section .descerption-more .product-short-info-content:after {
  display: none !important;
}
.catalog-product-view.new-pdp-design .product-media-info-section .description.descerption-more .product-short-info-content {
  max-height: 400px;
  overflow: auto !important;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-short-info-content {
  width: 100%;
  max-width: 100% !important;
  padding-right: 20px;
}
.swatch-opt .swatch-option-wrap input[type=radio] {
  position: absolute;
}
.field.subscription-type .option {
  height: auto;
  box-shadow: none;
}
.columns .column.main {
  padding-bottom: 0 !important;
}
.cms-page-view .product-item-details {
  border: none !important;
}
.cms-page-view .stock.unavailable {
  border-radius: 30px !important;
  color: #ffffff;
}
.prar-sticky-cart {
  display: none;
}
.stock-status-availibility[data-product-id="5483"] {
  display: none;
}
.proceeds-border {
  clear: both;
}
.catalog-product-view.new-pdp-design .prar-review-list .rating-summary .rating-result::before {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../../frontend/OM/Isha/en_US/images/grey-star.svg');
  content: "" !important;
  height: 20px;
}
.catalog-product-view.new-pdp-design .prar-review-list .rating-summary .rating-result > span::before {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../../frontend/OM/Isha/en_US/images/yellow-star.svg');
  content: "" !important;
  height: 20px;
}
@media (max-width: 767px) {
  .catalog-product-view.new-pdp-design .product-options-wrapper .swatch-attribute {
    text-align: left;
  }
  .catalog-product-view.new-pdp-design .swatch-option-wrap {
    margin-bottom: 10px;
  }
  .catalog-product-view.new-pdp-design .product-media-info-section .proceeds-ishalife p {
    font-size: 13px !important;
    padding-left: 9px !important;
  }
  .catalog-product-view.new-pdp-design .product-size-chart {
    margin-top: 15px;
    text-align: left;
  }
  .catalog-product-view.new-pdp-design #size-chart {
    padding-left: 0;
    text-align: left;
  }
  .catalog-product-view.new-pdp-design #size-chart:before {
    display: none;
  }
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #ccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #ccc;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: 0.6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #ccc;
}
.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.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
@media only screen and (min-width: 1024px) {
  .fixed #product-addtocart-button {
    position: fixed !important;
    left: 10px;
    z-index: 999999 !important;
  }
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
.catalog-product-view #review-form .field textarea {
  font-size: 14px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.checkout-cart-index .gift-item-block .title {
  background: transparent;
  border: none;
  position: relative;
}
.checkout-cart-index .gift-item-block .title:after {
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  right: 0;
}
.checkout-cart-index .gift-item-block .actions-toolbar .secondary .action-update {
  background: #a92611;
  color: #ffffff;
  border: none;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Fedra Sans Book 5';
  padding: 12px 0;
  transition: 0.5s all ease;
  line-height: normal;
  width: 150px;
  border-radius: 40px;
}
.checkout-cart-index .gift-item-block .actions-toolbar .secondary .action-cancel {
  margin-right: 10px;
  background: #edaa39;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 18px;
  letter-spacing: 1px;
  height: auto;
  line-height: normal;
  border-radius: 4px;
  border: none;
  transition: 0.5s all ease;
  width: 200px;
  float: right;
  border-radius: 40px;
}
.checkout-cart-index #gift-options-cart {
  display: none;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
  border-radius: 100%;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 60px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  /*padding: 15px @mobile-cart-padding @indent__s 90px;*/
  padding: 15px 45px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover {
  text-decoration: none;
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #ccc;
}
.cart-discount {
  border-bottom: 1px solid #ccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.checkout-cart-index .page-main {
  background-color: #ffffff;
}
.new-user-promo-block {
  display: none !important;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.checkout-cart-index .page-main {
  width: 1140px;
  margin: auto;
  max-width: 100%;
}
.checkout-cart-index .page-main form.form-cart {
  /* padding-right: 30px !important;*/
  padding-right: 0px !important;
}
.checkout-cart-index .footershipping {
  padding-top: 60px;
}
.checkout-cart-index .footershipping::before {
  display: none;
}
.block.crosssell {
  width: 100% !important;
  padding: 0 104px !important;
  background: #ffffff;
  margin-bottom: 0px !important;
  margin-top: 0;
  padding-top: 20px !important;
}
.block.crosssell .product-item-info {
  width: 100%;
}
.block.crosssell .product-item-info:hover {
  padding: 0;
  box-shadow: none;
  background: none;
  border: none;
  margin: 0px;
}
.block.crosssell .product-item-info:hover .product-item-inner {
  border: none;
  margin: 0px !important;
  padding: 0px;
}
.block.crosssell .product-item-info:hover .bss-quickview {
  display: none !important;
  position: absolute !important;
  bottom: 6.5px;
  top: auto !important;
  width: 100% !important;
  font-size: 13px;
  color: #020202;
  background: rgba(253, 248, 239, 0.7) !important;
  text-indent: unset !important;
  text-align: center;
  font-family: 'Fedra Sans Medium 5';
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.9399999999999999px;
  z-index: 9999;
  padding: 14px 0;
}
.block.crosssell .product-item-info .product-reviews-summary.short {
  top: 4px;
}
.block.crosssell .product-item-info .price-box {
  float: left;
}
.block.crosssell .product-item {
  width: 100% !important;
}
.block.crosssell .product-item .product-item-name {
  width: 100%;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #241f20;
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
  text-align: left;
}
.block.crosssell .product-item .price {
  font-weight: 400;
  white-space: nowrap;
  font-family: 'Fedra Sans Book 5';
  font-size: 18px;
}
.block.crosssell .owl-nav {
  display: block !important;
  position: absolute;
  top: 30%;
  width: 100%;
}
.block.crosssell .owl-nav button {
  background: #ffffff !important;
  width: 38px;
  height: 38px;
  box-shadow: 2px 3.5px 9px 0 rgba(0, 0, 0, 0.12);
  margin-left: -20px;
  border-radius: 50%;
  line-height: 0px !important;
}
.block.crosssell .owl-nav button span {
  color: #a92611;
  font-size: 36px;
  font-weight: 600;
  vertical-align: text-top;
  display: inline-block;
  margin-top: -5px;
}
.block.crosssell .owl-nav .owl-prev {
  float: left;
}
.block.crosssell .owl-nav .owl-prev:focus {
  outline: none;
}
.block.crosssell .owl-nav .owl-next {
  float: right;
  margin-right: -10px;
}
.block.crosssell .owl-nav .owl-next:focus {
  outline: none;
}
.block.crosssell .product-item-actions .actions-secondary {
  display: none;
}
.block.crosssell .product-item-actions .actions-primary {
  width: 100%;
}
.block.crosssell .product-item-actions .actions-primary button {
  width: 100%;
  display: block;
  border-radius: 30px;
  background: #edaa38;
  border: none;
  text-transform: uppercase;
  line-height: normal;
  opacity: 1;
  height: auto;
  padding: 8px 0;
  margin: 0px;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  font-weight: 400;
  margin-left: 1px;
}
.block.crosssell .product-item-actions .actions-primary button:focus {
  outline: none;
}
.block.crosssell .block-title strong {
  font-family: 'Fedra Sans Medium 5';
  text-align: center;
  display: block;
  font-weight: normal;
  font-size: 24px;
  position: relative;
}
.block.crosssell .block-title strong::before {
  content: '';
  position: absolute;
  bottom: 5px;
  background: url('../../frontend/OM/Isha/en_US/images/home-heading-bg.png') no-repeat left top;
  width: 50%;
  height: 7px;
  transform: translate(-50%, -50%);
  left: 47%;
}
.block.crosssell .block-title strong::after {
  content: '';
  position: absolute;
  bottom: 5px;
  background: url('../../frontend/OM/Isha/en_US/images/home-heading-bg.png') no-repeat right top;
  width: 50%;
  height: 7px;
  transform: translate(-50%, -50%);
  right: -3%;
}
.block.crosssell .actions-secondary {
  display: block !important;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 9;
}
.block.crosssell .actions-secondary .tocompare {
  display: none !important;
}
.block.crosssell .actions-secondary a::before {
  content: "\f08a" !important;
  font-family: "FontAwesome" !important;
  color: #ffffff !important;
}
.block.crosssell .product-item-info {
  width: 92%;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
  display: none;
}
.block-minicart .items-total .count {
  font-size: 14px;
  color: #000;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: left;
  float: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0px;
  padding-top: 20px;
  border-top: solid 1px #edaa38;
  position: fixed;
  width: 78%;
  bottom: 96px;
  z-index: 999 !important;
}
.block-minicart .subtotal .label span {
  font-family: 'Fedra Sans Book 5';
  font-size: 15px;
  color: #020202;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.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: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
.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: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  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: -10px;
  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 #ffffff 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: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 0px;
  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;
}
.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 > 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: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  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.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  color: #ffffff;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 20px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  border-radius: 50%;
  background: #edaa38;
  position: absolute;
  right: -11px;
  top: -8px;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
  height: 66vh !important;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #edaa38;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  font-family: 'Fedra Sans Book 5';
  display: block;
  padding-bottom: 8px;
}
.minicart-items .product-item-name a {
  color: #006bb4;
}
.minicart-items .product-item-name a:hover {
  text-decoration: none;
}
.minicart-items .sku-wrapper {
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
}
.minicart-items .qty-wrapper {
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
  padding: 2px 0 5px 0;
}
.minicart-items .product-item-details {
  padding-left: 124px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > 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 .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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 .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 60px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  padding: 8px 5px;
  clear: both;
  width: 49px;
  height: 34px;
  display: block;
  margin-top: 10px;
}
.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: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  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: #333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
#minicart-content-wrapper .actions .primary button {
  border-radius: 40px;
}
#minicart-content-wrapper .actions .secondary a {
  border-radius: 40px;
}
#minicart-content-wrapper .gift-item-block .title {
  background: transparent;
  border: none;
  position: relative;
}
#minicart-content-wrapper .gift-item-block .title:after {
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  right: 0;
}
.page.messages {
  z-index: 99 !important;
}
a.action.showcart.active:after {
  content: '';
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 9;
}
#minicart-content-wrapper .actions .primary button {
  margin-top: 5px;
}
.minicart-items-wrapper {
  height: auto !important;
}
.minicart-wrapper.active .block-minicart {
  padding: 30px 0 !important;
}
.minicart-items-wrapper {
  height: auto !important;
  overflow-x: hidden;
  margin: 0 !important;
  padding: 15px !important;
}
#minicart-content-wrapper h2 {
  padding-left: 10px;
}
.page-header .product-recommendation .widget.block {
  margin-top: 0;
}
.product-recommendation {
  background: #f3f3f3;
  float: left;
  clear: both;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 15px 20px;
}
.product-recommendation .tophead h3 {
  text-align: left;
  font-size: 20px;
  position: relative;
  font-family: 'Fedra Sans Medium 5';
  background: none;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 0;
  color: #000 !important;
}
.product-recommendation .block.widget .products-grid .item-photo a {
  float: left;
  width: 100%;
}
.product-recommendation .block.widget .item-photo {
  position: relative;
  float: left;
  width: 100%;
}
.product-recommendation .block.widget .product-item-info .stock.unavailable {
  position: absolute;
  top: 10px;
  right: 4px;
  font-size: 10px;
  background: #fff;
  padding: 5px;
  border-radius: 20px;
  z-index: 1;
}
.product-recommendation .block.widget .product-item-info .tocart {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 1;
  width: 30px;
  height: 30px;
  font-size: 0;
  background-image: url('../../frontend/OM/Isha/en_US/images/cart-icon.svg') !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.product-recommendation .block-products-list.grid .action.towishlist {
  top: 8px;
  left: 4px;
  font-size: 0;
}
.product-recommendation .products-grid .product-item-info:hover {
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}
.product-recommendation .products-grid .product-item-info.active {
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}
.page-layout-1column .product-recommendation .block.widget .products-grid .product-item {
  width: 100% !important;
}
.page-layout-1column .product-recommendation .block.widget .products-grid .product-item:nth-child(5n+1) {
  margin: 0 !important;
}
div#minicart-content-wrapper {
  height: calc(100%; - 140px);
  overflow: auto;
}
#minicart-content-wrapper .product-recommendation .product-item-name a {
  width: 100%;
  text-align: left;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.product-recommendation .block.widget .products-grid .product-item .product-item-details,
.cms-home .block.widget .products-grid .product-item .product-item-info {
  border: none;
}
.minicart-wrapper .block-minicart {
  float: right;
  background: #ffffff;
  display: none;
  bottom: 0;
  right: 0;
  position: fixed;
  top: 0;
  z-index: 9999999991;
  width: 420px;
  min-width: 420px;
  margin: 0;
  border: none;
  border-left: 1px solid #ccc;
  box-shadow: none;
  transform: translateX(100%);
  transition: all 0.3s;
}
.minicart-wrapper.active .block-minicart {
  display: block;
  right: 0;
  transform: translateX(0%);
  transition: all 0.3s;
  width: 420px;
  padding: 50px;
  padding-top: 20px;
  border: none;
  box-shadow: 3px 10px 10px #777;
  z-index: 9999;
  height: 100%;
}
.minicart-wrapper.active .block-minicart .price-container {
  float: right;
  padding-top: 0px;
}
.minicart-wrapper.active .block-minicart .price-container .price {
  font-size: 18px;
}
.minicart-wrapper.active .block-minicart .product.actions {
  display: block !important;
  width: 100%;
  position: relative;
}
.minicart-wrapper.active .block-minicart .product.actions .primary {
  display: none;
}
.minicart-wrapper.active .block-minicart .product.actions .secondary {
  position: absolute;
  left: 0;
  z-index: 10;
  top: 0;
}
.minicart-wrapper.active .block-minicart .product.actions .secondary a::before {
  content: 'Remove';
  color: #020202;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  text-transform: capitalize;
  opacity: 0.7;
  text-decoration: underline;
}
.ui-front.mage-dropdown-dialog {
  transition: right 0.3s ease-in-out 0s;
}
#minicart-content-wrapper h2 {
  color: #020202;
  font-size: 21px;
  font-family: 'Fedra Sans Medium 5';
  border-bottom: solid 1px #edaa38;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
#minicart-content-wrapper .actions {
  display: flex;
  justify-content: space-between;
}
#minicart-content-wrapper .actions .secondary {
  width: 45%;
}
#minicart-content-wrapper .actions .secondary a {
  background: #edaa38;
  color: #ffffff;
  border: none;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Fedra Sans Book 5';
  padding: 12px 0;
  transition: 0.5s all ease;
  border-radius: 2px;
  line-height: normal;
  width: 100%;
  display: inline-block;
}
#minicart-content-wrapper .actions .secondary a:hover {
  transition: 0.5s all ease;
  background: #a92611;
  color: #ffffff;
  text-decoration: none;
}
#minicart-content-wrapper .actions .primary {
  width: 50%;
}
#minicart-content-wrapper .actions .primary button {
  background: #a92611;
  color: #ffffff;
  border: none;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Fedra Sans Book 5';
  padding: 12px 0;
  transition: 0.5s all ease;
  border-radius: 2px;
  line-height: normal;
  width: 100%;
}
#minicart-content-wrapper .actions .primary button:hover {
  background: none;
  background: #edaa38;
  color: #ffffff;
}
#minicart-content-wrapper .actions .primary button:focus {
  outline: none;
}
#minicart-content-wrapper .product.actions a {
  border: none;
  padding: 0px;
  background: none;
}
#minicart-content-wrapper .product.actions a:hover {
  background: none;
  border: none;
}
#minicart-content-wrapper .product-item-name a {
  color: #551e00;
}
#minicart-content-wrapper #btn-minicart-close {
  background: #000000;
  color: #ffffff;
  height: auto;
  padding: 14px 14px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 50px;
  top: 15px;
  opacity: 1;
}
#minicart-content-wrapper #btn-minicart-close:hover {
  border: none;
}
#minicart-content-wrapper #btn-minicart-close::before {
  color: #ffffff;
  font-weight: bold;
  opacity: 1;
  text-align: center;
  left: 0;
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 8px;
  font-size: 10px;
  line-height: 12px;
}
#minicart-content-wrapper #btn-minicart-close:focus {
  outline: none;
}
#minicart-content-wrapper .cartcalltoaction {
  position: absolute;
  bottom: 20px;
  width: 82%;
  left: 50px;
}
.modal-popup.confirm .modal-header {
  border: none;
}
.modal-popup.confirm .modal-header .action-close {
  background: #000000;
  border-radius: 50%;
  line-height: normal;
  padding: 6px;
  color: #ffffff;
  opacity: 1;
  top: 5px;
  right: 5px;
  position: absolute !important;
}
.modal-popup.confirm .modal-header .action-close::before {
  color: #ffffff;
  font-size: 12px;
}
.modal-popup.confirm .modal-content {
  border: none;
  font-family: 'Fedra Sans Book 5';
  font-size: 18px;
  text-align: center;
}
.modal-popup.confirm .modal-footer {
  border: none;
  display: block;
  text-align: center;
}
.modal-popup.confirm .modal-footer button:focus {
  border: none;
  outline: none;
}
.modal-popup.confirm .modal-footer .action-dismiss {
  background: #edaa38;
  color: #ffffff;
  border: none;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Fedra Sans Book 5';
  box-shadow: none;
  border-radius: 4px;
}
.modal-popup.confirm .modal-footer .action-accept {
  background: #a92611;
  color: #ffffff;
  border: none;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Fedra Sans Book 5';
  box-shadow: none;
  border-radius: 4px;
}
/* New CSS */
.block-minicart .block-content > .actions > .primary .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.minicart-items .product-item-details .product .options.list dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.minicart-items .product-item-details .product .options.list dt:after {
  content: ': ';
}
.minicart-items .product-item-details .product .options.list dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.minicart-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.minicart-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product-item-name {
  font-weight: 400;
}
.product-item-name > a {
  color: #020202;
  text-decoration: none;
}
.product-item-name > a:visited {
  color: #020202;
  text-decoration: underline;
}
.product-item-name > a:hover {
  color: #020202;
  text-decoration: underline;
}
.product-item-name > a:active {
  color: #020202;
  text-decoration: underline;
}
.minicart-items .product.options .toggle > span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list:after {
  content: '';
  display: table;
}
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:after {
  clear: both;
}
.product-item {
  box-sizing: border-box;
}
.minicart-items .product .toggle {
  border-top: 1px solid #ccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.minicart-items .product .toggle:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.minicart-items .product .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 .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .details-qty .label:after {
  content: ': ';
}
.action.primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Fedra Sans Book 5';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action.primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-excluding-tax .price {
  font-weight: 700;
}
.product-item {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  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: 5px 0;
  word-wrap: break-word;
}
.price-container .price {
  font-size: 1.4rem;
}
.product-item {
  position: relative;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.price-excluding-tax {
  display: block;
  white-space: nowrap;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
  display: none;
}
.block-minicart .items-total .count {
  font-size: 14px;
  color: #000;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: left;
  float: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding-top: 20px;
  border-top: solid 1px #edaa38;
  position: fixed;
  width: 78%;
  bottom: 96px;
  z-index: 999 !important;
}
.block-minicart .subtotal .label span {
  font-family: 'Fedra Sans Book 5';
  font-size: 15px;
  color: #020202;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  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: -10px;
  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 #ffffff;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #6c757d;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  top: -14px;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  background-image: none;
  background: 0 0;
  -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;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: 0 0;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: 0 0;
  border: none;
}
.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: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  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 .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
  height: 66vh !important;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #edaa38;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  font-family: 'Fedra Sans Book 5';
  display: block;
  padding-bottom: 8px;
}
.minicart-items .product-item-name a {
  color: #006bb4;
}
.minicart-items .product-item-name a:hover {
  text-decoration: none;
}
.minicart-items .product-item-details {
  padding-left: 124px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 5px;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .item-qty {
  text-align: center;
  width: 60px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
  background: transparent;
  border: 1px solid #edaa38;
  box-shadow: none;
  text-transform: uppercase;
  min-width: 70px;
  padding: 5px !important;
  background: #edaa38;
  color: #fff;
  position: absolute;
  z-index: 999;
}
.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: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #020202;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.minicart-wrapper .block-minicart {
  float: right;
  background: #ffffff;
  display: none;
  bottom: 0;
  right: 0;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 420px;
  min-width: 420px;
  margin: 0;
  border: none;
  border-left: 1px solid #ccc;
  box-shadow: none;
  transform: translateX(100%);
  transition: all 0.3s;
}
.minicart-wrapper.active .block-minicart {
  display: block;
  right: 0;
  transform: translateX(0%);
  transition: all 0.3s;
  width: 420px;
  padding: 30px;
  border: none;
  box-shadow: 3px 10px 10px #777;
  z-index: 9999;
  height: 100%;
}
.minicart-wrapper.active .block-minicart .price-container {
  float: right;
  padding-top: 0;
}
.minicart-wrapper.active .block-minicart .price-container .price {
  font-size: 18px;
}
.minicart-wrapper.active .block-minicart .product.actions {
  display: block !important;
  width: 100%;
  position: relative;
}
.minicart-wrapper.active .block-minicart .product.actions .primary {
  display: none;
}
.minicart-wrapper.active .block-minicart .product.actions .secondary {
  position: absolute;
  left: 0;
  z-index: 10;
  top: 0;
}
.minicart-wrapper.active .block-minicart .product.actions .secondary a:before {
  content: 'Remove';
  color: #020202;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  text-transform: capitalize;
  opacity: 0.7;
  text-decoration: underline;
}
#minicart-content-wrapper h2 {
  color: #020202;
  font-size: 21px;
  font-family: 'Fedra Sans Medium 5';
  border-bottom: solid 1px #edaa38;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
#minicart-content-wrapper .actions {
  display: flex;
  justify-content: space-between;
}
#minicart-content-wrapper .actions .secondary {
  width: 45%;
  position: relative;
  left: 5px;
  top: 5px;
}
#minicart-content-wrapper .actions .secondary a {
  background: #edaa38;
  color: #ffffff;
  border: none;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Fedra Sans Book 5';
  padding: 12px 0;
  transition: 0.5s all ease;
  border-radius: 2px;
  line-height: normal;
  width: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 40px;
}
#minicart-content-wrapper .actions .secondary a:hover {
  transition: 0.5s all ease;
  background: #a92611;
  color: #ffffff;
  text-decoration: none;
}
#minicart-content-wrapper .actions .primary {
  width: 50%;
}
#minicart-content-wrapper .actions .primary button {
  background: #a92611;
  color: #ffffff;
  border: none;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Fedra Sans Book 5';
  padding: 12px 0;
  transition: 0.5s all ease;
  border-radius: 2px;
  line-height: normal;
  width: 100%;
  border-radius: 40px;
}
#minicart-content-wrapper .actions .primary button:hover {
  background: 0 0;
  background: #edaa38;
  color: #ffffff;
}
#minicart-content-wrapper .actions .primary button:focus {
  outline: none;
}
#minicart-content-wrapper .product.actions a {
  border: none;
  padding: 0;
  background: 0 0;
  text-align: right;
}
#minicart-content-wrapper .product.actions a:hover {
  background: 0 0;
  border: none;
}
#minicart-content-wrapper .product-item-name a {
  color: #551e00;
}
#minicart-content-wrapper #btn-minicart-close {
  background: #000000;
  color: #ffffff;
  height: auto;
  padding: 14px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 50px;
  top: 15px;
  opacity: 1;
}
#minicart-content-wrapper #btn-minicart-close:hover {
  border: none;
}
#minicart-content-wrapper #btn-minicart-close:before {
  color: #ffffff;
  font-weight: 700;
  opacity: 1;
  text-align: center;
  left: 0;
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 8px;
  font-size: 10px;
  line-height: 12px;
}
#minicart-content-wrapper #btn-minicart-close:focus {
  outline: none;
}
#minicart-content-wrapper .cartcalltoaction {
  position: absolute;
  bottom: 20px;
  width: 82%;
  left: 50px;
}
#mini-cart li .product a .product-image-container {
  width: auto !important;
}
#mini-cart li .product a .product-image-container {
  width: 120px !important;
  display: inline-block;
}
#mini-cart li .product a {
  color: #000;
}
#mini-cart li .product a .product-image-container {
  border: none;
  z-index: 1;
}
#mini-cart li .product .details-qty.qty,
#mini-cart li .product .product.actions {
  display: none;
}
@media only screen and (max-width: 768px) {
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
}
#mini-cart li .product .details-qty.qty,
#mini-cart li .product .product.actions {
  display: block;
  position: relative;
  width: auto;
}
@media only screen and (max-width: 479px) {
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
}
.checkout-index-index #registration,
.checkout-onepage-success #registration {
  width: 100% !important;
  border-left: none !important;
}
.checkout-index-index #registration p,
.checkout-onepage-success #registration p {
  font-size: 16px;
  font-family: 'Fedra Sans Book 5';
}
.checkout-container {
  position: relative;
  margin: 0 0 20px;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #ccc;
}
.opc-wrapper .step-content {
  margin: 30px 0 40px;
}
.checkout-index-index .logo {
  margin-left: 0;
}
div#shipping-method-buttons-container {
  margin-top: 20px;
}
.checkout-index-index #maincontent .opc-wrapper #checkout-step-shipping_method .actions-toolbar button {
  border-radius: 20px;
}
.checkout-index-index #maincontent .opc-wrapper #checkout-step-shipping_method .actions-toolbar .primary button {
  width: 200px;
  border-radius: 40px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  transition: ease-in-out 0.2s;
  background: #a92611;
}
.checkout-index-index #maincontent .opc-wrapper #checkout-step-shipping_method .actions-toolbar .primary button span {
  position: relative;
  z-index: 1;
}
.checkout-index-index .page-header .header.content {
  display: block;
}
html .checkout-index-index .modal-popup .modal-inner-wrap .modal-content .form.form-shipping-address label {
  position: static;
  width: auto;
  height: auto;
  display: inline-block !important;
}
.checkout-index-index .modal-popup.modal-slide,
.checkout-index-index .confirm {
  z-index: 9999999999 !important;
}
.checkout-index-index .modals-overlay {
  z-index: 999999 !important;
}
.checkout-index-index .page-main #checkout #co-payment-form .payment-method .field.choice input,
.checkout-index-index .page-main #checkout #co-payment-form .payment-method .field.choice label {
  display: inline-block;
  width: auto !important;
}
.checkout-index-index .new-shipping-address-modal.modal-popup .modal-footer button {
  display: block !important;
}
.checkout-index-index.sticky-header .page-header {
  position: static !important;
}
.checkout-onepage-success div#registration a {
  border-radius: 30px;
}
.checkout-index-index .shipping-address-items .shipping-address-item button.button-quickview {
  display: none !important;
}
.checkout-index-index.sticky-header .page-header {
  position: static !important;
}
.checkout-index-index .shipping-address-items .shipping-address-item button.button-quickview {
  display: none !important;
}
.checkout-index-index .page-main #checkout .field.street .field[name="shippingAddress.street.0"] label:after,
.checkout-index-index .page-main #checkout .field[name="shippingAddress.street.1"] label:after,
.checkout-index-index .page-main #checkout .field[name="shippingAddress.street.1"] label:after,
.checkout-index-index .modal-popup #shipping-new-address-form .street .field[name="shippingAddress.street.0"] label:after,
.checkout-index-index .modal-popup #shipping-new-address-form .street .field[name="shippingAddress.street.1"] label:after,
.checkout-index-index .page-main #checkout .checkout-billing-address .field[name*=".street.1"] label:after,
.checkout-index-index .page-main #checkout .checkout-billing-address .field[name*=".street.0"] label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.checkout-index-index .new-shipping-address-modal.modal-popup .modal-footer button {
  display: block !important;
}
.checkout-index-index.sticky-header .page-header {
  position: static !important;
}
.checkout-onepage-success div#registration a {
  border-radius: 30px;
}
.checkout-index-index .shipping-address-items .shipping-address-item button.button-quickview {
  display: none !important;
}
.opc-block-summary .minicart-items .product.options {
  background: transparent;
  box-shadow: none;
}
.opc-wrapper #opc-shipping_method {
  float: left;
}
.checkout-index-index .page-main #checkout .form.form-login .fieldset .actions-toolbar .primary {
  text-align: left;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address,
.opc-wrapper .methods-shipping {
  background: transparent;
}
html .checkout-index-index .parent-container-wrap {
  display: block !important;
}
.checkout-index-index .desktop-toggle {
  display: none;
}
.checkout-index-index .header.content .middle-container-wrap {
  justify-content: center;
  padding-left: 0 !important;
}
.checkout-index-index header .header.content .middle-container-wrap .block.block-search {
  display: none !important;
}
.checkout-index-index .page-header.headersticky {
  background: #fff !important;
}
.checkout-index-index header.page-header.headersticky .nav-container-wrap {
  display: none !important;
}
body.checkout-index-index .header.content .right-container-wrap {
  display: none !important;
}
.checkout-index-index .opc-progress-bar {
  position: static;
}
.opc-block-summary .minicart-items .product.options {
  width: calc(100% - 40px);
}
.fail-page {
  float: left;
  margin: 80px 0;
  text-align: center;
  width: 100%;
}
.fail-page .order-id {
  font-size: 14px;
}
.fail-page .message {
  float: left;
  font-size: 24px;
  line-height: 1.3;
  margin: 10px 0;
  width: 100%;
}
.fail-page .continue {
  float: left;
  width: 100%;
}
.fail-page .continue a {
  background: #EE7203;
  border-radius: 12px;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  padding: 12px 16px 12px 32px;
  position: relative;
  text-transform: capitalize;
}
.fail-page .continue a:before {
  background: url('../../frontend/OM/Isha/en_US/images/continue-icon.png') no-repeat center center;
  content: '';
  height: 14px;
  left: 16px;
  position: absolute;
  top: 15px;
  width: 12px;
  background-size: 100% 100%;
}
.fail-page .failure-icon {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.checkout-onepage-failure .page-title-wrapper {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .opc-sidebar,
  .checkout-index-index #maincontent .opc-wrapper {
    width: 100%;
  }
}
.opc-wrapper .shipping-address-item {
  padding: 10px !important;
}
.checkout-index-index .column.main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-index-index .shipping-address-items .shipping-address-item button {
  margin-top: 0;
}
.checkout-index-index .shipping-address-items .shipping-address-item button {
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 0 !important;
  margin-top: 0;
}
div#checkout-step-store-selector .location-details {
  border: 1px solid #ccc;
  padding: 10px;
}
.checkout-index-index #maincontent .opc-wrapper {
  margin-top: 0;
}
#delivery-method-selector {
  border-bottom: 1px solid #e8e8e8;
}
#delivery-method-selector button {
  border: 1px solid !important;
  box-shadow: none;
  padding: 15px !important;
  margin: 0 0 0 10px;
  background: none;
  border-radius: 0 !important;
  border-width: 0 0 1px 0 !important;
  outline: none !important;
  border-color: transparent !important;
}
#delivery-method-selector button:first-child {
  margin-left: 0 !important;
}
#delivery-method-selector .action.selected {
  background: #e8e8e8 !important;
  border-color: #a92611 !important;
  border-radius: 5px 5px 0 0 !important;
}
.checkout-index-index .page-main #checkout .form.form-login .fieldset .actions-toolbar .primary button {
  text-align: center;
}
.checkout-index-index .header.content .middle-container-wrap {
  width: 100%;
}
#checkout-step-store-selector .location-address,
#checkout-step-store-selector p.location-description {
  font-size: 14px;
}
#store-selector .form-continue .actions-toolbar .secondary button {
  background: #a92611;
  border: 1px solid #a92611;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  color: #fff;
  box-shadow: none !important;
}
.opc-wrapper .shipping-address-item {
  width: 100% !important;
}
.opc-wrapper .shipping-address-item.selected-item .edit-address-link:before {
  color: #fff;
}
.store-selector-popup-table p.location-address {
  font-size: 14px;
}
.store-selector-popup-table .location-description .store-selector-popup-table p.location-address {
  font-size: 14px;
}
.store-selector-popup-table tbody .col-location-actions .action {
  font-size: 14px;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: #a92611;
}
.checkout-index-index .header.content .middle-container-wrap {
  width: 100% !important;
}
.checkout-index-index .logo {
  float: none;
  margin: 0 auto !important;
  display: block;
  max-width: 96px;
}
html .checkout-index-index .page-header .header.content {
  display: block !important;
}
@media (max-width: 767px) {
  .checkout-index-index .page-main #checkout #co-payment-form input[type=radio]:checked + label:after {
    margin-top: -3px;
  }
  .checkout-index-index #maincontent .opc-summary-wrapper .modal-content .opc-block-summary {
    padding: 0 10px !important;
  }
  .checkout-index-index .opc-block-summary .minicart-items .product-item-details {
    padding-left: 0;
    width: 100% !important;
    margin-top: 20px;
  }
  .checkout-index-index .custom-slide .modal-inner-wrap {
    height: 100% !important;
  }
  .checkout-index-index .page-main #checkout #co-payment-form .payment-method .actions-toolbar .primary {
    float: none !important;
    margin: 0 auto !important;
  }
  #checkout-step-shipping button.action.action-show-popup {
    width: 100% !important;
    color: #000;
  }
  .checkout-index-index .page-main #checkout #co-payment-form .payment-method label {
    width: 80%;
  }
  .checkout-index-index .page-main #checkout .field input,
  .checkout-index-index .page-main #checkout .field select {
    display: inline-block !important;
  }
  #delivery-method-selector {
    border-bottom: 1px solid #e8e8e8;
    float: left;
    width: 100% !important;
  }
  #store-selector .form-continue .actions-toolbar .secondary button {
    line-height: 1.2rem;
    font-size: 1.4rem;
    color: #fff;
    box-shadow: none !important;
  }
  #store-selector .form-continue .actions-toolbar .primary button {
    line-height: 1.2rem;
    font-size: 1.4rem;
  }
  .checkout-index-index .page-main #checkout .form.form-login .fieldset .actions-toolbar .primary button {
    width: 100%;
    margin-top: 20px;
  }
  .checkout-index-index .page-main #checkout .form.form-login .fieldset .actions-toolbar .primary {
    width: 100% !important;
  }
  .checkout-index-index .page-main #checkout .form.form-login .fieldset .actions-toolbar .secondary {
    width: 100%;
    text-align: center;
  }
  .checkout-index-index .page-main #checkout #co-payment-form .payment-method .actions-toolbar .primary {
    justify-content: center !important;
  }
  .checkout-index-index #maincontent .opc-wrapper #checkout-step-shipping_method .actions-toolbar .primary,
  #checkout-step-shipping_method .actions-toolbar {
    width: 100%;
  }
}
.checkout-cart-index .page-title-wrapper {
  padding-top: 15px;
  text-align: left;
}
.checkout-cart-index .page-title-wrapper .page-title {
  padding-top: 15px;
  padding-bottom: 24px;
  margin: 0;
  padding-left: 11px;
}
.checkout-cart-index .page-title-wrapper .page-title span {
  font-family: 'Fedra Sans Medium 5';
  font-size: 24px;
  color: #020202;
  display: inline-block;
  position: relative;
}
#shopping-cart-table thead tr {
  display: contents;
}
#shopping-cart-table th {
  padding-top: 20px;
  border-top: 0;
  text-transform: capitalize;
  padding: 10px;
  text-align: left;
  background: #fdf8ee;
  border: none;
  color: #020202;
  font-size: 16px;
  font-family: 'Fedra Sans Book 5';
  font-weight: 400;
  white-space: nowrap;
}
#shopping-cart-table th .col.item {
  padding-left: 0px;
}
#shopping-cart-table th.col.qty {
  padding-left: 52px;
}
#shopping-cart-table .cart.item .col.item {
  border-top: none;
  padding-bottom: 0px;
  padding-left: 0px;
  display: flex;
}
#shopping-cart-table .cart.item .col.item .product-item-photo {
  display: inline-block;
  width: auto;
  padding-right: 0px;
}
#shopping-cart-table .cart.item .col.item .product-item-details {
  display: inline-block;
  width: 250px;
  vertical-align: top;
  padding-top: 0;
  padding-left: 10px;
}
#shopping-cart-table .cart.item .col.item .product-item-details .product-item-name {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  font-family: 'Fedra Sans Book 5';
  line-height: normal;
  margin: 0;
}
#shopping-cart-table .cart.item .col.item .product-item-details .product-item-name a {
  color: #241f20;
  font-weight: 500;
  line-height: normal !important;
  padding-bottom: 8px;
  text-decoration: none;
}
#shopping-cart-table .cart.item .col.item .product-item-details .product-item-name a:hover {
  text-decoration: none;
}
#shopping-cart-table .cart.item .col.item .product-item-details .product-item-name-block {
  vertical-align: top;
}
#shopping-cart-table .cart.item .col.item .product-item-details .item-options {
  font-size: 13px !important;
  color: #020202;
  font-weight: 500 !important;
  margin-top: 4px;
}
#shopping-cart-table .cart.item .col.item .product-item-details .item-options dt {
  font-weight: 500;
  color: #020202;
  font-size: 13px;
}
#shopping-cart-table .cart.item .col.item .product-item-details .item-options dd {
  color: #747474;
  font-weight: 500;
}
#shopping-cart-table .cart.item .col.price,
#shopping-cart-table .cart.item .col.subtotal {
  border-top: 0;
  padding-left: 0px;
  padding-right: 30px;
}
#shopping-cart-table .cart.item .col.price .per-price,
#shopping-cart-table .cart.item .col.subtotal .per-price {
  font-weight: 500;
  letter-spacing: 0.45px;
}
#shopping-cart-table .cart.item .col.price .price,
#shopping-cart-table .cart.item .col.subtotal .price {
  font-weight: 700;
  color: #020202;
  font-size: 18px;
}
#shopping-cart-table .cart.item .col.qty {
  border-top: 0;
}
#shopping-cart-table .cart.item .col.subtotal {
  border-top: 0;
}
#shopping-cart-table .actions-toolbar {
  padding-top: 8px;
  padding-bottom: 5px;
}
.form.form-cart {
  width: 70% !important;
  padding: 0px;
}
.form.form-cart .cart.main.actions {
  text-align: center;
}
.form.form-cart .cart.main.actions a,
.form.form-cart .cart.main.actions button {
  display: inline-block;
  background: #ffffff;
  color: #020202;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 18px;
  letter-spacing: 1px;
  height: auto;
  line-height: normal;
  border-radius: 4px;
  border: solid 1px #000;
  transition: 0.5s all ease;
  position: relative;
  padding-left: 35px;
}
.form.form-cart .cart.main.actions a:hover,
.form.form-cart .cart.main.actions button:hover {
  text-decoration: none;
  background: #121111;
  color: #ffffff;
  transition: 0.5s all ease;
}
.form.form-cart .cart.main.actions a:hover::before,
.form.form-cart .cart.main.actions button:hover::before {
  color: #ffffff;
}
.form.form-cart .cart.item {
  border-top: 0;
  border: none;
}
.checkout-cart-index .cart-summary {
  background: none;
  border-left: 1px solid #6c757d;
  border-radius: 0px;
  width: 28% !important;
  top: 0px !important;
}
.checkout-cart-index .cart-summary .summary.title {
  margin-top: 0px !important;
  color: #020202;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
}
.checkout-cart-index .cart-summary #block-shipping .title {
  padding-top: 10px;
  margin-top: 10px;
  border: none;
}
.checkout-cart-index .cart-summary #block-shipping .title strong {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}
.checkout-cart-index .cart-summary .cart-totals {
  border: none;
  color: #000;
  padding-left: 0px;
}
.checkout-cart-index .cart-summary .cart-totals th,
.checkout-cart-index .cart-summary .cart-totals td {
  border-top: none;
  background: #ffffff;
  font-size: 14px;
}
.checkout-cart-index .cart-summary .grand.totals strong {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #020202;
}
.checkout-cart-index .cart-summary .mark {
  background: #ffffff;
}
.checkout-cart-index .cart-summary .block.discount .content {
  display: none !important;
}
.checkout-cart-index .cart-summary .block.discount.active .content {
  display: block !important;
}
.checkout-cart-index .cart-summary .block.discount.active .content .field .label {
  display: none;
}
.checkout-cart-index .cart-summary .block.discount.active .content .actions-toolbar {
  position: absolute;
  top: 5px;
  margin: 0px;
}
.checkout-cart-index .cart-summary .block.discount.active .content .actions-toolbar button {
  background: #a92611;
  border: none;
  font-size: 14px;
  padding: 10px 10px;
  font-weight: 600;
  font-family: 'Fedra Sans Book 5';
  letter-spacing: 0.45px;
}
.checkout-cart-index .cart-summary .block.discount .title {
  background: #fdf8ee;
  padding: 15px 20px;
  line-height: normal;
  margin: 0;
}
.checkout-cart-index .cart-summary .block.discount .title strong {
  font-weight: 400;
  font-size: 14px;
  font-family: 'Fedra Sans Std';
  display: block;
  position: relative;
  padding: 0px;
  margin: 0px;
}
.checkout-cart-index .cart-summary .block.discount .title strong::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 5px;
  background: url('../../frontend/OM/Isha/en_US/images/coupon-arrow.png') no-repeat right top;
  width: 100%;
  height: 100%;
}
.checkout-cart-index .cart-summary .block.discount .fieldset.coupon label {
  font-weight: normal;
  color: #000;
}
.checkout-cart-index .cart-summary .block.discount .fieldset.coupon .control input {
  border: solid 1px #edaa38;
  height: auto;
  border-radius: 4px;
  padding: 8px;
}
.checkout-cart-index .cart-summary .block.discount .fieldset.coupon .control input:focus {
  outline: none;
  box-shadow: none;
}
.checkout-cart-index .cart-summary .block.discount .fieldset.coupon .actions-toolbar .primary {
  width: 100%;
}
.checkout-cart-index .cart-summary .block.discount .fieldset.coupon .actions-toolbar .primary button {
  width: 100%;
  background: none;
  border: solid 1px #000;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 20px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.checkout-cart-index .cart-summary .checkout.methods .checkout {
  background: #a92611;
  border: solid 1px #a92611;
  text-transform: uppercase;
  font-size: 18.5px;
  font-weight: 500;
  padding: 10px 0px;
  width: auto;
  transition: 0.5s all ease;
  width: 100%;
  border-radius: 40px;
  font-family: 'Fedra Sans Book 5';
}
.checkout-cart-index .cart-summary .checkout.methods .checkout:hover {
  background: #e8532c;
  color: #ffffff;
  border: solid 1px #e8532c;
  transition: 0.5s all ease;
}
.checkout-cart-index .cart-summary .checkout.methods .checkout:focus {
  outline: none;
}
.checkout-cart-index .cart-summary .checkout.methods li:nth-child(2n) {
  display: none;
}
.checkout-index-index .header.content {
  border: none;
}
.checkout-index-index .header.content .headerPanel {
  float: none;
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.checkout-index-index .header.content .headerPanel .logosection {
  float: none;
}
.checkout-index-index .header.content .headerPanel .logosection img {
  display: inline-block;
}
.checkout-index-index #maincontent .authentication-wrapper {
  text-align: left;
  position: absolute;
  right: -72px;
  top: 84px;
}
.checkout-index-index #maincontent .authentication-wrapper::before {
  content: 'Already have an account?';
  position: absolute;
  left: -190px;
  top: 0px;
  font-size: 16px;
}
.checkout-index-index #maincontent .opc-wrapper {
  width: 64.666%;
  border-right: none;
  padding-right: 0;
  margin-top: 0px;
  border-radius: 0px;
  padding-right: 40px;
  box-sizing: border-box;
  margin-top: 115px;
}
.checkout-index-index #maincontent .opc-wrapper .step-title {
  font-size: 22px;
  font-weight: 500;
  color: #020202;
  margin: 0;
  padding-bottom: 10px;
  background: none;
  text-align: left;
  margin-bottom: 20px;
  padding: 0;
  border: none;
}
.checkout-index-index #maincontent .opc-wrapper .form.form-shipping-address {
  max-width: 100%;
  padding: 0;
}
.checkout-index-index #maincontent .opc-wrapper .form.form-shipping-address #shipping-new-address-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.checkout-index-index #maincontent .opc-wrapper .form.form-shipping-address #shipping-new-address-form .field {
  width: 49%;
  padding-bottom: 0px;
  margin-bottom: 12px;
}
.checkout-index-index #maincontent .opc-wrapper .form.form-shipping-address #shipping-new-address-form .field label {
  display: none;
  float: none;
  width: 100%;
  text-align: left;
  color: #000;
  font-size: 13px;
  padding-bottom: 0px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.checkout-index-index #maincontent .opc-wrapper .form.form-shipping-address #shipping-new-address-form .field .control {
  width: 100%;
}
.checkout-index-index #maincontent .opc-wrapper .form.form-shipping-address #shipping-new-address-form .field .control input {
  height: auto;
  border: none;
  border-bottom: solid 1px #000;
  outline: 0;
  letter-spacing: 0.5px;
  padding: 10px;
  line-height: 24px;
  border: solid 1px #d9d9d9;
  border-radius: 0;
  font-size: 14px;
  text-transform: capitalize;
}
.checkout-index-index #maincontent .opc-wrapper .form.form-shipping-address #shipping-new-address-form .field .control input:focus {
  box-shadow: none;
  outline: 0;
}
.checkout-index-index #maincontent .opc-wrapper .form.form-shipping-address #shipping-new-address-form .field .control select {
  height: auto;
  border: 0;
  padding: 10px;
  width: 100%;
  letter-spacing: 0.5px;
  line-height: 24px;
  border: solid 1px #d9d9d9;
  border-radius: 0;
  font-size: 12px;
  color: #777;
  text-transform: none;
}
.checkout-index-index #maincontent .opc-wrapper .form.form-shipping-address #shipping-new-address-form .field .control select:focus {
  outline: 0;
  box-shadow: none;
}
.checkout-index-index #maincontent .opc-wrapper .form.form-shipping-address #shipping-new-address-form .field.street legend {
  width: 100%;
  text-align: left;
  padding-bottom: 8px;
}
.checkout-index-index #maincontent .opc-wrapper .form.form-shipping-address #shipping-new-address-form .field.street legend.label {
  display: none;
}
.checkout-index-index #maincontent .opc-wrapper .form.form-shipping-address #shipping-new-address-form .field.street .field {
  width: 100%;
}
.checkout-index-index #maincontent .opc-wrapper .form.form-shipping-address #shipping-new-address-form .field.street .field label {
  width: auto;
}
.checkout-index-index #maincontent .opc-wrapper .form.form-shipping-address #shipping-new-address-form .field.street .field.additional {
  display: none;
}
.checkout-index-index #maincontent .opc-wrapper .form.form-login {
  max-width: 100%;
  padding: 0;
  margin-bottom: 0;
  border: none;
  margin-top: 15px;
}
.checkout-index-index #maincontent .opc-wrapper .form.form-login #customer-email-fieldset {
  margin-bottom: 0;
}
.checkout-index-index #maincontent .opc-wrapper .form.form-login .field {
  width: 100%;
}
.checkout-index-index #maincontent .opc-wrapper .form.form-login .field label {
  display: none;
  float: none;
  width: 100%;
  text-align: left;
  color: #000;
  font-size: 13px;
  padding-bottom: 0px;
  margin-bottom: 10;
}
.checkout-index-index #maincontent .opc-wrapper .form.form-login .field .control {
  width: 100%;
}
.checkout-index-index #maincontent .opc-wrapper .form.form-login .field .control input {
  height: auto;
  border: none;
  border: solid 1px #d9d9d9;
  padding: 10px;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.checkout-index-index #maincontent .opc-wrapper .form.form-login .field .control input:focus {
  outline: 0;
  box-shadow: none;
}
.checkout-index-index #maincontent .opc-wrapper .form.form-login .field .control select {
  height: auto;
  border: solid 1px #777;
  padding: 5px;
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.checkout-index-index #maincontent .opc-wrapper #checkout-step-shipping_method {
  padding: 0 20px;
  position: relative;
  padding-right: 0px;
  padding-left: 10px;
  padding-bottom: 15px;
}
.checkout-index-index #maincontent .opc-wrapper #checkout-step-shipping_method .actions-toolbar .primary {
  float: left;
}
.checkout-index-index #maincontent .opc-wrapper #checkout-step-shipping_method .actions-toolbar button {
  display: inline-block;
  background: #e4af3f;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 18px;
  letter-spacing: 1px;
  height: auto;
  line-height: normal;
  border-radius: 4px;
  border: solid 1px #000;
  transition: 0.5s all ease;
  position: relative;
  border: solid 1px #e4af3f;
}
.checkout-index-index #maincontent .opc-wrapper #checkout-step-shipping_method .actions-toolbar button:hover {
  transition: 0.5s all ease;
  background: none;
  color: #020202;
  border: solid 1px #020202;
}
.checkout-index-index #maincontent .opc-summary-wrapper {
  margin: 0px 0 0 0;
}
.checkout-index-index #maincontent .opc-summary-wrapper .modal-content {
  border: none;
  border-radius: 0px;
  background: none;
}
.checkout-index-index #maincontent .opc-summary-wrapper .modal-content .opc-block-summary {
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 10px;
}
.checkout-index-index #maincontent .opc-summary-wrapper .modal-content .opc-block-summary .title {
  color: #000;
  border-bottom: none;
  margin: 0 0 20px;
  padding: 10px;
  position: relative;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  line-height: 30px;
  background: #f5eded;
  letter-spacing: 0.5px;
}
.checkout-index-index #maincontent .opc-summary-wrapper .modal-content .opc-block-summary .product-item-inner {
  color: #000;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.checkout-index-index #maincontent .opc-summary-wrapper .modal-content .opc-block-summary .product-item-inner strong {
  font-weight: 400;
  font-size: 13px;
  padding-right: 10px;
}
.checkout-index-index #maincontent .opc-summary-wrapper .modal-content .opc-block-summary .product-item-inner .price {
  font-weight: 500;
  font-size: 15px;
}
.checkout-index-index #maincontent .opc-summary-wrapper .modal-content .opc-block-summary .content.minicart-items {
  display: block !important;
}
.checkout-index-index #maincontent .opc-summary-wrapper .modal-content .opc-block-summary .product-item-name {
  white-space: pre-wrap;
}
.checkout-index-index #maincontent .opc-summary-wrapper .modal-content .opc-block-summary .product.options .toggle {
  display: none;
}
.checkout-index-index #maincontent .opc-summary-wrapper .modal-content .opc-block-summary .product.options .content {
  display: inline-block !important;
  width: 100%;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #505050;
}
.checkout-index-index .actions-toolbar button.checkout {
  width: 90% !important;
  background: #a92611 !important;
  color: #ffffff;
  border: none;
  font-size: 20px !important;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Fedra Sans Book 5';
  padding: 12px 0 !important;
  transition: 0.5s all ease;
  border-radius: 4px;
  line-height: normal !important;
  margin: 0;
}
.checkout-index-index .actions-toolbar button.checkout:focus {
  outline: none;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-content {
  line-height: 22px;
  font-size: 12px;
  font-weight: 400;
}
.product-item:hover .product-item-inner {
  position: relative;
  top: 0;
}
.opc-block-summary > span {
  z-index: 1;
}
#co-payment-form .payment-method .payment-method-title {
  padding-left: 20px;
  border-top: none;
}
#co-payment-form .payment-method .payment-method-title label {
  padding-bottom: 10px;
}
#co-payment-form .payment-method .payment-method-title span {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  padding-left: 15px;
  display: inline-block;
  padding-top: 0px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
#co-payment-form .payment-method .payment-method-content {
  padding: 0 15px;
}
#co-payment-form .actions-toolbar {
  margin-left: 0 !important;
}
#co-payment-form .actions-toolbar .primary {
  float: right;
}
#co-payment-form .actions-toolbar .primary button {
  background: #a92611;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 18px;
  letter-spacing: 1px;
  height: auto;
  line-height: normal;
  border-radius: 4px;
  border: none;
  transition: 0.5s all ease;
  max-width: 200px;
  float: right;
  margin-bottom: 20px;
  border-radius: 40px;
}
#co-payment-form .actions-toolbar .primary button:hover {
  color: #ffffff;
  border: none;
  background: #a92611;
  transition: 0.5s all ease;
}
.payment-option.opc-payment-additional.discount-code .action-toggle {
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0.5px;
  width: 100%;
  font-weight: 400;
  font-size: 13px;
  font-family: 'Fedra Sans Medium 5';
}
.payment-option.opc-payment-additional.discount-code .action-toggle:after {
  float: right;
  line-height: 24px;
  font-size: 14px;
  color: #000;
}
.payment-option.opc-payment-additional.discount-code #discount-form {
  max-width: 100%;
  position: relative;
}
.payment-option.opc-payment-additional.discount-code #discount-form .payment-option-inner {
  float: left;
  width: 50%;
  margin: auto;
}
.payment-option.opc-payment-additional.discount-code #discount-form .payment-option-inner .control input {
  height: auto;
  padding: 10px 80px 10px 10px;
  border: solid 1px #edaa38;
  border-radius: 3px;
}
.payment-option.opc-payment-additional.discount-code #discount-form .actions-toolbar {
  float: left;
  margin-top: 0px;
  position: absolute;
  width: auto;
  right: 0;
  margin: 0;
  top: 29px;
}
.payment-option.opc-payment-additional.discount-code #discount-form .actions-toolbar button {
  background: none;
  color: #a92611;
  border: none;
  font-size: 13px;
  padding: 11px 10px;
  font-weight: 600;
  font-family: 'Fedra Sans Book 5';
  letter-spacing: 0.45px;
  border-radius: 0;
}
.payment-option.opc-payment-additional.discount-code #discount-form .actions-toolbar button:focus {
  outline: none;
}
.mark {
  background: none;
}
.opc-block-shipping-information .shipping-information-title {
  border: none;
  padding: 0;
  margin: 0 0 10px 0;
  border-bottom: solid 1px #ddd;
}
.opc-block-shipping-information .shipping-information-title .action {
  padding-bottom: 10px;
}
.opc-block-shipping-information .shipping-information-title span {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  position: relative;
  z-index: 1;
}
.opc-block-shipping-information .shipping-information-content {
  word-break: break-all;
}
.checkout-onepage-success .column.main {
  text-align: center;
}
.checkout-onepage-success .column.main .actions-toolbar .primary {
  float: none;
}
.checkout-onepage-success .column.main .page-title {
  float: none;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#checkout-payment-method-load .no-payments-block {
  font-size: 18px;
  padding-left: 20px;
  padding-top: 0;
  margin-top: 0;
}
#checkout-payment-method-load input[type="radio"]:not(:checked) + label:before,
#checkout-payment-method-load input[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  background: #ffffff;
  border-radius: 50%;
}
#checkout-payment-method-load input[type="radio"]:not(:checked) + label,
#checkout-payment-method-load input[type="radio"]:checked + label {
  position: relative;
  padding-left: 1.2em;
  cursor: pointer;
}
#checkout-payment-method-load input[type="radio"]:not(:checked),
#checkout-payment-method-load input[type="radio"]:checked {
  opacity: 1;
  position: absolute;
  accent-color: #020202;
}
#checkout-payment-method-load input[type="radio"]:checked + label:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  background: #020202;
  border-radius: 100%;
  top: 50%;
  left: 5px;
  margin-top: -10px;
}
#checkout-shipping-method-load input[type="radio"]:not(:checked) + label,
#checkout-shipping-method-load input[type="radio"]:checked + label {
  position: relative;
  padding-left: 1.2em;
  cursor: pointer;
}
#checkout-shipping-method-load input[type="radio"]:not(:checked),
#checkout-shipping-method-load input[type="radio"]:checked {
  opacity: 1;
  position: absolute;
  accent-color: #020202;
}
.checkout-index-index .page-main #checkout .field.street .field[name="shippingAddress.street.0"] label:after,
.checkout-index-index .page-main #checkout .field[name="shippingAddress.street.1"] label:after,
.checkout-index-index .page-main #checkout .field[name="shippingAddress.street.1"] label:after,
.checkout-index-index .modal-popup #shipping-new-address-form .street .field[name="shippingAddress.street.0"] label:after,
.checkout-index-index .modal-popup #shipping-new-address-form .street .field[name="shippingAddress.street.1"] label:after,
.checkout-index-index .page-main #checkout .checkout-billing-address .field[name*=".street.1"] label:after,
.checkout-index-index .page-main #checkout .checkout-billing-address .field[name*=".street.0"] label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  word-break: break-all;
  padding-right: 20px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
}
.checkout-billing-address {
  font-size: 13px;
  letter-spacing: 0.5px;
  padding-left: 10px;
}
#checkout-payment-method-load .fieldset {
  width: 100%;
}
#checkout-payment-method-load .fieldset .billing-address-form {
  max-width: 100%;
}
#checkout-payment-method-load .fieldset .billing-address-form .field {
  float: left;
  width: 45%;
  margin-right: 20px;
}
#checkout-payment-method-load .fieldset .billing-address-form .field label {
  display: block;
  text-align: left;
  width: 100%;
  padding-bottom: 0px;
}
#checkout-payment-method-load .fieldset .billing-address-form .field input,
#checkout-payment-method-load .fieldset .billing-address-form .field select {
  width: 100%;
  border: solid 1px #777;
  height: auto;
  padding: 10px;
}
#checkout-payment-method-load .fieldset .billing-address-form .field.street .label {
  display: block;
  text-align: left;
  width: 100%;
  padding-bottom: 8px;
}
#checkout-payment-method-load .fieldset .billing-address-form .field.street .field {
  width: 100%;
}
#checkout-payment-method-load .fieldset .billing-address-form .field.street .field label {
  display: none;
}
#checkout-payment-method-load .fieldset .billing-address-form .field.street .additional {
  display: none;
}
#checkout-payment-method-load .fieldset .billing-address-form .field .control {
  width: 100%;
}
#checkout-payment-method-load .payment-method-billing-address .actions-toolbar button {
  background: none;
  border: solid 1px #000;
  padding: 8px 20px;
  border-radius: 4px;
  color: #000;
  margin-top: 0;
  transition: 0.5s all ease;
  height: auto;
  line-height: normal;
  margin-top: 20px;
}
#checkout-payment-method-load .payment-method-billing-address .actions-toolbar button:hover {
  text-decoration: none;
  color: #000;
  background: #f5eded;
  border: solid 1px #9c4d4f;
  transition: 0.5s all ease;
}
.checkout-index-index .memberlogo {
  display: none;
}
.checkout-index-index .page-bottom,
.checkout-index-index .fooerpayment {
  display: none;
}
.checkout-index-index .page-header {
  height: 120px;
  background: #fdf8ee url('../../frontend/OM/Isha/en_US/images/checkout-top-bg.svg') no-repeat right 82px;
}
.checkout-index-index .panel.wrapper {
  display: none;
}
.payment-method.payment-method-twocheckout .payment-method-title.field.choice {
  padding-bottom: 0;
}
.payment-method.payment-method-twocheckout label.label {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  padding-top: 5px;
  padding-left: 35px !important;
}
.cart.table-wrapper td {
  position: relative;
}
.cart.table-wrapper .col {
  vertical-align: top;
}
.cart.table-wrapper .item-actions .actions-toolbar a {
  border: none;
  padding: 2px 5px;
  line-height: normal;
}
.cart.table-wrapper .product-image-container {
  border: none;
}
.cart-discount .block.discount {
  width: 60%;
}
.cart-discount .block.discount .title strong {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}
.cart-discount .block.discount .control input {
  height: auto;
  padding: 12px;
  border: solid 1px #6c757d;
  border-right: 0;
}
.cart-discount .block.discount .actions-toolbar .primary {
  margin-left: 0px;
}
.cart-discount .block.discount .actions-toolbar .primary button {
  background: #e4af3f;
  color: #ffffff;
  font-weight: 400;
  height: auto;
  padding: 13px 18px;
  transition: 0.5s all ease;
  font-size: 14px;
  border: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: none;
}
.cart-discount .block.discount .actions-toolbar .primary button:hover {
  background: none;
  color: #020202;
  border: solid 1px #020202;
  transition: 0.5s all ease;
}
.table-checkout-shipping-method td {
  color: #000;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.opc-block-shipping-information .shipping-information {
  padding: 0;
  font-size: 13px;
  color: #000;
  letter-spacing: 0.5px;
}
.opc-block-summary .table-totals {
  font-size: 14px;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 24px;
  border: none;
  margin: 20px 0 0;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
}
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  padding: 3px 0;
  line-height: 20px;
  font-size: 13px;
  background: transparent;
}
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  padding: 3px 0 3px 14px;
  font-size: 13px;
}
.checkout-index-index .modal-popup .modal-title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.checkout-index-index .modal-popup .form-shipping-address {
  max-width: 100% !important;
}
.checkout-index-index .modal-popup #shipping-new-address-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout-index-index .modal-popup #shipping-new-address-form .field {
  width: 48%;
}
.checkout-index-index .modal-popup #shipping-new-address-form .field label span {
  color: #000;
  font-size: 12px;
}
.checkout-index-index .modal-popup #shipping-new-address-form .field input,
.checkout-index-index .modal-popup #shipping-new-address-form .field select {
  height: auto;
  padding: 10px;
  border: solid 1px #000;
  font-size: 14px;
  text-transform: none;
}
.checkout-index-index .modal-popup #shipping-new-address-form .field input:focus,
.checkout-index-index .modal-popup #shipping-new-address-form .field select:focus {
  outline: none;
  box-shadow: none;
}
.checkout-index-index .modal-popup #shipping-new-address-form .street legend {
  display: none;
}
.checkout-index-index .modal-popup #shipping-new-address-form .street .field {
  width: 100%;
}
.checkout-index-index .modal-popup #shipping-new-address-form .street .additional {
  display: none;
}
.checkout-index-index .modal-popup .modal-footer {
  display: flex;
  justify-content: space-between;
}
.checkout-index-index .modal-popup .modal-footer button {
  margin: 0;
}
.checkout-index-index .modal-popup .modal-footer .action-save-address {
  background: #f5eded;
  border: solid 1px #9c4d4f;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  transition: 0.5s all ease;
}
.checkout-index-index .modal-popup .modal-footer .action-save-address:hover {
  background: #ffffff;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  transition: 0.5s all ease;
  border: solid 1px #000;
  padding: 0 10px;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover {
  background: #f5eded;
  border: solid 1px #9c4d4f;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
  margin: 0 0 5px;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  line-height: 24px;
}
.checkout-index-index .shipping-address-items {
  padding: 20px 0 0 0;
}
.checkout-index-index .shipping-address-items .shipping-address-item button {
  font-family: 'Fedra Sans Book 5';
  font-weight: 600;
  background: none;
  color: #020202;
  text-transform: none;
  letter-spacing: 0;
  border-bottom: solid 1px #020202;
  border-radius: 0;
  padding: 0;
  line-height: normal;
  font-size: 14.5px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  font-size: 0px;
  border: none;
}
.checkout-index-index .shipping-address-items .shipping-address-item button:focus {
  outline: none;
}
.checkout-index-index .new-address-popup {
  padding: 10px 0;
}
.checkout-index-index .new-address-popup .action-show-popup {
  background: #f5eded;
  border: solid 1px #9c4d4f;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  transition: 0.5s all ease;
  padding: 8px 20px;
  height: auto;
}
.checkout-index-index .new-address-popup .action-show-popup:hover {
  background: #ffffff;
  transition: 0.5s all ease;
}
.opc-wrapper .shipping-address-item {
  color: #000;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 30px;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ec9f2d;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ec9f2d;
}
.opc-wrapper .shipping-address-item .action-select-shipping-item {
  float: none;
  margin: 18px 0 0;
  background: #f9f9f8;
  border: solid 1px #f9f9f8;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.5s all ease;
  padding: 8px 20px;
  line-height: normal;
  height: auto;
}
.opc-wrapper .shipping-address-item .edit-address-link {
  float: none;
  margin: 18px 0 0;
  background: #ffffff;
  border: solid 1px #000;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.5s all ease;
  padding: 8px 20px;
  line-height: normal;
  height: auto;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 500;
}
.cart.table-wrapper .actions-toolbar > .action-edit {
  display: none;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: 'Remove';
  color: #020202;
  font-size: 15px;
  position: absolute;
  left: 7px;
  top: 2px;
  opacity: 0.7;
  font-family: 'Fedra Sans Book 5';
  border-bottom: solid 1px #777;
  opacity: 0.5;
}
.checkout-cart-index .cart-summary {
  background: none;
  border: none;
  border-left: 1px solid #6c757d;
  border-radius: 0px;
}
.opc-block-summary .minicart-items .product-item-details .item-options {
  display: flex;
  justify-content: space-evenly;
  text-align: left;
  flex-wrap: nowrap;
  flex-direction: column;
}
.opc-block-summary .minicart-items .product-item-details .item-options dt,
.opc-block-summary .minicart-items .product-item-details .item-options dd {
  font-weight: normal;
  width: 50%;
}
.opc-block-summary .minicart-items .product > .product-item-photo,
.opc-block-summary .minicart-items .product > .product-image-container {
  border: none;
}
.opc-block-summary .minicart-items .product.options {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.opc-block-summary .minicart-items li.product-item {
  margin: 0 0 30px !important;
  padding: 0;
  border-bottom: 1px solid #fdf8ee;
  border-top: none;
}
.opc-block-summary .minicart-items li.product-item .product-item-name-block {
  vertical-align: top;
}
.opc-block-summary .table-totals .grand .mark {
  border-top: none;
  font-size: 14px;
  padding-right: 9px;
  letter-spacing: 0.5px;
}
.opc-block-summary .table-totals .grand .mark strong {
  font-weight: 500;
}
.opc-block-summary .table-totals .grand .amount {
  border-top: none;
  font-size: 14px;
  padding-left: 9px;
  letter-spacing: 0.5px;
}
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 500;
}
.cart-container {
  display: block;
}
.cart-container .cart-summary {
  float: right;
  width: 30%;
  padding: 0;
  border: none;
  padding-right: 50px;
}
.cart-container .cart-summary .summary.title {
  display: block;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  font-weight: 500;
}
.cart-container .cart-summary #block-shipping {
  border: none;
  padding-left: 10px;
}
.cart-container .cart-summary .cart-totals {
  padding-left: 0px;
}
.cart-container .cart-summary .block.discount .content {
  padding-bottom: 5px;
}
.cart-container .form.form-cart {
  float: left;
  width: 100%;
}
.cart-container .form.form-cart .cart.item {
  margin-bottom: 10px;
  width: 100%;
  padding-bottom: 10px;
}
.cart-container .form.form-cart .cart.item .item-actions {
  position: relative;
  top: -44px;
  left: 129px;
  float: left;
}
.cart-container .form.form-cart .cart.item .item-actions td {
  padding: 0;
}
.cart-container .form.form-cart .cart.item .item-info {
  width: 100%;
  border-bottom: solid 1px #f1bf55;
}
.cart-container .form.form-cart .cart.item .item-info td {
  padding-bottom: 20px !important;
}
.cart-container .form.form-cart .cart.item .sku-wrapper {
  padding-top: 12px;
  font-size: 15px;
  color: #020202;
  opacity: 0.9;
}
.cart-container .form.form-cart .cart.item .unit-price-wrapper {
  display: flex;
  color: #020202;
  font-size: 15px;
  opacity: 0.9;
}
.cart-container .form.form-cart .cart.item .unit-price-wrapper .price {
  font-weight: normal;
  line-height: normal;
  padding-left: 5px;
  font-size: 15px;
  display: inline-block;
  padding-top: 3px;
}
.cart-container .cart-discount {
  margin-top: 0px;
}
.cart-container .cart-discount .block.discount {
  width: 100%;
}
.cart-container .cart-discount .block.discount .title {
  float: left;
  width: auto;
  padding-top: 10px;
}
.cart-container .cart-discount .block.discount .title strong {
  color: #020202;
}
.cart-container .cart-discount .block.discount .title strong::after {
  margin: 0;
  margin-top: -5px;
  color: #020202;
}
.cart-container .cart-discount .block.discount .content {
  float: none;
  width: 50%;
}
.cart.table-wrapper .cart tbody td {
  padding: 15px 10px;
  text-align: left !important;
}
#checkout-step-payment .discount-code {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  border: none;
  margin: 30px 0;
}
#checkout-step-payment .discount-code .payment-option-title {
  border: none;
  padding: 10px;
  line-height: 30px;
  background: #f5eded;
  margin: 0 0 30px;
}
#checkout-step-payment .discount-code .payment-option-content {
  float: left;
  width: 100%;
  padding: 0;
}
.checkout-cart-index .print-customer-name {
  position: absolute;
  top: 56px;
  left: 62px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 30px;
  font-size: 7px;
  z-index: 100;
  color: #000;
}
.input-text::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777;
}
.input-text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777;
}
.input-text::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777;
}
.input-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777;
}
.contact-info-heading {
  font-size: 22px;
  font-weight: 500;
  color: #020202;
  margin: 0;
}
.shipping-text-container {
  padding-top: 20px;
}
.shipping-text-container .shipping-text-container-heading {
  font-size: 22px;
  font-weight: 500;
  color: #020202;
  margin: 0;
  padding-bottom: 10px;
}
.shipping-text-container .shipping-text-container-note {
  font-family: 'Fedra Sans Book 5';
  font-size: 12px;
  padding-bottom: 10px;
}
.opc-progress-bar {
  display: flex;
  justify-content: center;
}
.opc-progress-bar li span {
  font-size: 18px !important;
}
#checkoutSteps .field-tooltip.toggle {
  display: none;
}
.field .control._with-tooltip input {
  width: 100%;
}
.overflowed::-webkit-scrollbar {
  width: 5px;
}
/* Handle */
.overflowed::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 0px;
  height: 40px;
}
/* Handle on hover */
.overflowed::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}
.form.form-shipping-address .field.street.required {
  margin-bottom: 0px !important;
}
.opc-block-summary .title {
  display: none;
}
.block.items-in-cart.active .title,
.block.items-in-cart .title {
  display: block;
  background: none !important;
  text-align: left !important;
  padding: 0 !important;
  cursor: inherit;
}
.block.items-in-cart.active .title::after,
.block.items-in-cart .title::after {
  display: none;
}
.block.items-in-cart.active .title strong,
.block.items-in-cart .title strong {
  font-size: 18px !important;
}
.block.items-in-cart.active .price-including-tax,
.block.items-in-cart .price-including-tax {
  margin: 0px !important;
}
.cart.table-wrapper .col.qty {
  padding-left: 50px;
  padding-right: 70px;
  padding-top: 22px;
}
.cart.table-wrapper .field.qty {
  position: relative;
}
.cart.table-wrapper .field.qty .qty-changer {
  position: absolute;
  width: 100%;
  border: none;
  display: flex;
  justify-content: space-between;
  top: 10px;
}
.cart.table-wrapper .field.qty .qty-changer a {
  border: none;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
}
.cart.table-wrapper .field.qty .qty-changer a i {
  color: #000;
  font-size: 16px;
  border: none;
}
.cart.table-wrapper .field.qty .qty-changer a i::before {
  width: auto;
}
.cart.table-wrapper .field.qty .control.qty {
  float: none;
  width: 40px;
  margin: auto;
  display: block;
}
.cart.table-wrapper .field.qty .input-text {
  border: none;
  border: solid 1px #aaa;
  font-weight: bold;
  width: 100%;
}
.page-title-wrapper .cart__top__section {
  display: inline-block;
  font-weight: 500;
  color: #000;
  font-size: 12px;
  letter-spacing: 1px;
  padding-left: 5px;
}
.cart-summary #block-shipping {
  display: none;
}
.cart-summary .block.discount .title {
  padding: 0;
  border: none;
  text-transform: capitalize;
  border-bottom: solid 1px #ddd;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.cart-summary .block.discount .title strong {
  text-transform: capitalize;
}
.cart-summary .block.discount .title strong span {
  display: inline-block;
  padding-right: 5px;
}
.cart-summary .block.discount .title::after {
  font-size: 24px;
  top: 0px;
  display: none;
}
.cart-summary .block.discount #discount-coupon-form {
  padding-top: 15px;
}
.cart-summary .block.discount #discount-coupon-form .coupon {
  padding: 0 25px;
}
.cart-summary .block.discount #discount-coupon-form .actions-toolbar {
  position: absolute;
  top: 18px;
  right: 20px;
}
.cart-summary .block.discount #discount-coupon-form .actions-toolbar button {
  background: none;
  color: #a92611;
  border: none;
  font-size: 13px;
  padding: 11px 10px;
  font-weight: 600;
  font-family: 'Fedra Sans Book 5';
  letter-spacing: 0.45px;
  border-radius: 0;
  box-shadow: none;
}
.cart-summary .block.discount #discount-coupon-form .actions-toolbar button:focus {
  outline: none;
}
.cart-summary .block.discount .content {
  display: block !important;
}
.opc-block-summary .action.action-toggle {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.opc-block-summary .opc-payment-additional.discount-code {
  padding: 0px 0 20px 0;
  clear: both;
  overflow: hidden;
}
.opc-block-summary .opc-payment-additional.discount-code .payment-option-content {
  display: block !important;
}
.opc-block-summary .opc-payment-additional.discount-code .payment-option-content .form-discount {
  position: relative;
}
.opc-block-summary .opc-payment-additional.discount-code .payment-option-content .form-discount .payment-option-inner {
  width: 100% !important;
  padding-top: 16px;
}
.opc-block-summary .opc-payment-additional.discount-code .payment-option-content .form-discount .payment-option-inner label {
  display: none;
}
.opc-block-summary .opc-payment-additional.discount-code .payment-option-content .form-discount .actions-toolbar {
  position: absolute;
  top: 16px;
  right: -14px;
}
.opc-wrapper #payment .opc-payment-additional.discount-code {
  display: none;
}
#opc-sidebar .block.items-in-cart.active {
  margin-bottom: 0px !important;
}
#mini-cart li .product a {
  color: #000;
}
#mini-cart li .product a .show-name {
  position: absolute;
  z-index: 10;
  font-size: 10px;
  top: 50px;
  width: 74% !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 15px;
}
#mini-cart li .product a .show-image {
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  left: 20px;
  top: 16px;
  width: 35px;
  height: 33px;
}
#mini-cart li .product a .product-image-container {
  border: none;
  z-index: 1;
}
#mini-cart li .product .details-qty.qty,
#mini-cart li .product .product.actions {
  display: none;
}
.cart-summary .checkout-methods-items {
  margin-top: 23px;
}
.checkout-cart-index .cart-container .cart-summary .checkout.methods .checkout {
  padding: 10px 30px;
}
.checkout-index-index #maincontent .authentication-wrapper {
  display: none;
}
.checkout-index-index input::-webkit-input-placeholder {
  color: #b2b2b2;
  font-family: 'Fedra Sans Std';
  font-size: 13px;
}
.checkout-index-index input::-moz-placeholder {
  color: #b2b2b2;
  font-family: 'Fedra Sans Std';
  font-size: 13px;
}
.checkout-index-index input:-ms-input-placeholder {
  color: #b2b2b2;
  font-family: 'Fedra Sans Std';
  font-size: 13px;
}
.checkout-index-index input {
  color: #020202;
  font-family: 'Fedra Sans Std';
  font-size: 13px;
}
.checkout-index-index {
  background: #ffffff;
}
.checkout-index-index .nav-container-wrap.fixed-header {
  top: 0px;
}
.checkout-index-index .sections.nav-sections {
  margin-top: 0px !important;
  padding-left: 40px;
}
.checkout-index-index #mySidenav .menu-left {
  top: 52px;
}
.checkout-index-index .page-main {
  width: 100%;
  max-width: 100%;
  padding: 0 40px;
  padding-top: 27px;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .page-main {
    padding: 0 20px;
  }
}
.checkout-index-index .page-main .checkout-header {
  position: absolute;
  top: -111px;
  left: 80px;
  padding: 0;
  margin: 0;
}
.checkout-index-index .page-main .checkout-header h1 {
  font-weight: 400;
  font-family: 'Fedra Sans Medium 5';
  font-size: 24px;
}
.checkout-index-index .page-main .checkout-header .description {
  font-family: 'Fedra Sans Book 5';
  font-size: 13px;
}
.checkout-index-index .page-main #checkout h2 {
  font-size: 16px;
  font-family: 'Fedra Sans Medium 5';
}
.checkout-index-index .page-main #checkout h2.contact-info-heading {
  padding-bottom: 15px;
  padding-top: 20px;
}
.checkout-index-index .page-main #checkout .step-title {
  font-size: 16px;
  font-family: 'Fedra Sans Medium 5';
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  font-weight: 400;
}
.checkout-index-index .page-main #checkout .amcheckout-title {
  background: none;
  padding: 0px 0 0 0;
  float: none;
  display: inline-block;
  margin: 8px 0 18px 0;
}
.checkout-index-index .page-main #checkout .field-tooltip.toggle {
  display: none;
}
.checkout-index-index .page-main #checkout .field select {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 30px !important;
  display: inline-block;
}
.checkout-index-index .page-main #checkout .field input,
.checkout-index-index .page-main #checkout .field select {
  border: none;
  border: solid 1px #edaa38;
  border-radius: 0;
  padding: 10px;
  height: auto;
  font-size: 14px;
  text-transform: none;
}
.checkout-index-index .page-main #checkout .field input:focus,
.checkout-index-index .page-main #checkout .field select:focus {
  box-shadow: none;
  outline: none;
}
.checkout-index-index .page-main #checkout .field {
  /*float: left;*/
  width: 50%;
  margin: auto;
}
.checkout-index-index .page-main #checkout .field.additional {
  display: none;
}
.checkout-index-index .page-main #checkout .field.street .field {
  width: 100%;
  margin-bottom: 20px;
}
.checkout-index-index .page-main #checkout .form.form-login {
  border: none;
  margin: 0px;
  padding-top: 10px;
}
.checkout-index-index .page-main #checkout .form.form-login .field {
  width: 100%;
}
.checkout-index-index .page-main #checkout .form.form-login .fieldset {
  clear: both;
}
.checkout-index-index .page-main #checkout .form.form-login .fieldset .actions-toolbar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.checkout-index-index .page-main #checkout .form.form-login .fieldset .actions-toolbar::before {
  display: none;
}
.checkout-index-index .page-main #checkout .form.form-login .fieldset .actions-toolbar .primary {
  width: 48%;
  margin: 0;
}
.checkout-index-index .page-main #checkout .form.form-login .fieldset .actions-toolbar .primary button {
  font-size: 14px;
}
.checkout-index-index .page-main #checkout .form.form-login .fieldset .actions-toolbar .primary button:focus {
  outline: none;
}
.checkout-index-index .page-main #checkout .form.form-login .fieldset .actions-toolbar .secondary {
  width: 48%;
  text-align: right;
  padding-top: 14px;
}
.checkout-index-index .page-main #checkout .form.form-login .fieldset .actions-toolbar .secondary a {
  font-family: 'Fedra Sans Medium 5';
  font-size: 12px;
  border-bottom: solid 1px #a92611;
  color: #a92611;
  font-weight: 400;
  text-decoration: none;
  transform: 0.5s all ease;
}
.checkout-index-index .page-main #checkout .form.form-login .fieldset .actions-toolbar .secondary a:hover {
  transition: 0.5s all ease;
  border: none;
}
.checkout-index-index .page-main #checkout #checkout-shipping-method-load tr {
  background: #f9f9f8;
  border: none;
  padding: 10px;
  font-family: 'Fedra Sans Book 5';
}
.checkout-index-index .page-main #checkout #checkout-shipping-method-load tr:hover {
  box-shadow: none;
}
.checkout-index-index .page-main #checkout #checkout-shipping-method-load tr td {
  padding: 18px 10px;
  width: auto;
}
.checkout-index-index .page-main #checkout #shipping .amcheckout-wrapper {
  padding-top: 0;
}
.checkout-index-index .page-main #checkout #co-payment-form .payment-method {
  border-bottom: none;
  background: transparent;
  border: none;
  box-shadow: none;
  padding-top: 20px;
  margin-bottom: 0px;
  border-bottom: solid 1px #edaa39;
}
.checkout-index-index .page-main #checkout #co-payment-form .payment-method:last-child {
  border-bottom: none;
}
.checkout-index-index .page-main #checkout #co-payment-form .payment-method .field {
  float: none;
  width: 100%;
  font-family: 'Fedra Sans Book 5';
}
.checkout-index-index .page-main #checkout #co-payment-form .payment-method .actions-toolbar .primary {
  width: 100%;
}
.checkout-index-index .page-main #checkout #co-payment-form .payment-method .actions-toolbar .primary .action-update {
  background: none;
  color: #a92611;
  border: solid 1px #a92611;
  font-family: 'Fedra Sans Book 5';
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  width: 125px;
  height: 38px;
  padding: 0;
  line-height: 1.5;
  float: left;
  margin-right: 20px;
  border-radius: 2px;
}
.checkout-index-index .page-main #checkout #co-payment-form .payment-method .actions-toolbar .primary .action-cancel {
  color: #a92611;
  font-family: 'Fedra Sans Book 5';
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0;
  background: none;
  width: auto;
  padding: 0;
  height: 38px;
  line-height: 38px;
  text-transform: none;
  border: none;
}
.checkout-index-index .page-main #checkout .payment-option-content .messages .message.message-error.error {
  position: absolute;
}
.checkout-index-index .page-main #checkout .checkout-payment-method .checkout-billing-address .billing-address-details .action-edit-address {
  background: none;
  color: #a92611;
  border: solid 1px #a92611;
  font-family: 'Fedra Sans Book 5';
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  width: 125px;
  height: 38px;
  padding: 0;
  line-height: 1.5;
  margin: 20px 0;
  border-radius: 2px;
}
.field[name="shippingAddress.country_id"] {
  clear: both;
}
.amcheckout-additional-options.additional-options {
  display: none;
}
.amcheckout-main-container .amcheckout-column:nth-child(2) .amcheckout-step-container:last-child {
  margin-top: 7px !important;
}
.amcheckout-main-container .amcheckout-column:nth-child(2) .amcheckout-title {
  margin-top: 13px;
}
.amcheckout-block.amcheckout-step-container.-summary {
  background: #fdf8ee !important;
  border: none !important;
}
.amcheckout-block.amcheckout-step-container.-summary .step-title.amcheckout-title {
  padding-left: 20px !important;
  padding-left: 50px !important;
  padding-top: 7px !important;
}
.amcheckout-block.amcheckout-step-container.-summary .title {
  border: none !important;
}
.amcheckout-block.amcheckout-step-container.-summary .title strong {
  font-size: 14px !important;
}
.amcheckout-block.amcheckout-step-container.-summary .amcheckout-summary-container {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  background: #fdf8ee !important;
}
.amcheckout-block.amcheckout-step-container.-summary .amcheckout-summary-container .product-image-container {
  width: 72px !important;
}
.checkout-payment-method .form.form-discount {
  clear: both;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.checkout-payment-method .form.form-discount .payment-option-inner {
  width: 100% !important;
}
.checkout-payment-method .form.form-discount .payment-option-inner .field {
  width: 100% !important;
}
.checkout-payment-method .form.form-discount .actions-toolbar {
  width: 40%;
}
.checkout-payment-method .form.form-discount .actions-toolbar .primary {
  width: 100%;
}
.form.form-cart .cart.main.actions {
  text-align: left;
}
.form.form-cart .cart.main.actions button {
  display: none;
}
.form.form-cart .cart.main.actions .continue {
  color: #a92611;
  border: solid 1px #a92611;
  border-radius: 4px;
  height: auto;
  line-height: normal;
  padding: 0px;
  font-family: 'Fedra Sans Medium 5';
  font-size: 15px;
  height: 48px;
  line-height: 46px;
  width: 238px;
  text-align: center;
  letter-spacing: 0px;
  font-weight: 400 !important;
}
.form.form-cart .cart.main.actions .continue:hover {
  background: #fdf8ee;
  color: #a92611;
  border: solid 1px #fdf8ee;
}
.form.form-cart .field.qty .control.qty {
  width: 100px;
  text-align: center;
}
.form.form-cart .field.qty .control.qty label {
  display: inline-block;
}
.form.form-cart .field.qty .control.qty label .decreaseQty {
  background: #fdf8ee;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  padding: 0;
  line-height: 19px;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  width: 28px;
  height: 29px;
}
.form.form-cart .field.qty .control.qty label input {
  border: none;
  font-weight: 600;
  width: 25px;
  padding: 0;
  text-align: center;
  padding-top: 0;
  font-family: 'Fedra Sans Book 5';
  font-size: 18px;
  margin: 0 5px;
  height: auto;
  font-weight: normal;
  line-height: normal;
  padding-top: 5px;
  color: #43260f;
}
.form.form-cart .field.qty .control.qty label input:focus {
  outline: none;
  box-shadow: none;
}
.form.form-cart .field.qty .control.qty label .increaseQty {
  background: #fdf8ee;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  padding: 0;
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  height: 29px;
  width: 28px;
}
.cart-container .cart-summary {
  background: #fdf8ee;
  padding: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding-top: 16px;
}
.cart-container .cart-summary .summary.title {
  font-family: 'Fedra Sans Medium 5';
  font-size: 16px;
  color: #020202;
  border-bottom: solid 1px #f1bf55;
  padding-bottom: 10px;
  margin: 0 25px;
}
.cart-container .cart-summary table {
  font-family: 'Fedra Sans Book 5';
  padding: 0 25px;
  display: inline-block;
}
.cart-container .cart-summary table tbody {
  display: inline-table;
  width: 100%;
}
.cart-container .cart-summary table th,
.cart-container .cart-summary table td {
  background: none !important;
  font-size: 15px !important;
}
.cart-container .cart-summary table .grand.totals {
  border-top: solid 1px #f1bf55;
  font-family: 'Fedra Sans Medium 5';
}
.cart-container .cart-summary .checkout-methods-items {
  padding: 0 25px 25px;
}
.cart-container .cart-summary .checkout-methods-items button {
  padding: 14px 30px !important;
}
.cart-container .cart-summary .checkout-methods-items button span {
  font-family: 'Fedra Sans Medium 5';
  font-size: 16px;
  font-weight: 400;
}
.cart-container .cart-summary .discount .title {
  border-top: solid 8px #ffffff;
  padding: 15px 25px 12px 25px;
  line-height: normal;
}
.amcheckout-wrapper .payment-method label {
  padding-top: 0px !important;
  display: block;
}
.step-content.amcheckout-content .field.addresses {
  width: 100% !important;
  float: none !important;
}
.step-content.amcheckout-content .field.addresses .shipping-address-item {
  border: solid 1px #f9f9f8;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  background: #f9f9f8;
  position: relative;
  padding-left: 65px;
  border-radius: 4px;
  margin-bottom: 25px !important;
}
.step-content.amcheckout-content .field.addresses .shipping-address-item::before {
  width: 24px;
  height: 24px;
  content: '';
  border: solid 1px #000;
  border-radius: 50%;
  left: 22px;
  top: 25px;
  position: absolute;
  opacity: 0.7;
}
.step-content.amcheckout-content .field.addresses .shipping-address-item.selected-item {
  border: solid 2px #7ceec1;
  background: #ffffff;
  border-radius: 4px;
}
.step-content.amcheckout-content .field.addresses .shipping-address-item.selected-item::after {
  width: 12px;
  height: 12px;
  content: '';
  background: #000;
  border-radius: 50%;
  left: 27.5px;
  top: 31px;
  position: absolute;
}
.step-content.amcheckout-content .field.addresses .shipping-address-item:hover {
  box-shadow: none;
}
.step-content.amcheckout-content .field.addresses .shipping-address-item a {
  color: #020202;
}
.step-content.amcheckout-content button.action.action-show-popup {
  background: #f5f0e5 !important;
  text-align: center;
  width: 100%;
  color: #a92611 !important;
  text-transform: none;
  font-family: 'Fedra Sans Medium 5';
  font-size: 16px !important;
  font-weight: 500;
  border: none !important;
  padding: 0 !important;
  height: 203px !important;
  line-height: 203px !important;
  border-radius: 4px !important;
  margin: 0px;
}
.step-content.amcheckout-content button.action.action-show-popup span {
  display: block;
  background: url('../../frontend/OM/Isha/en_US/images/checkout-address-icon.svg') no-repeat center 60px;
  padding-top: 40px;
}
.step-content.amcheckout-content button.action.action-show-popup:focus {
  outline: none;
}
.checkout-index-index .modal-popup .modal-inner-wrap {
  background: #fdf8ee;
  border-radius: 4px;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-header {
  border: none;
  padding-left: 42px;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-header h1 {
  font-weight: 400;
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
  border: none;
  padding: 0;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-header .action-close:focus {
  outline: none;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-content {
  border: solid 1px #edaa38;
  margin: 0 40px;
  width: 86%;
  float: none;
  padding: 10px 20px;
  display: block;
  overflow: auto;
  background: none;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-content .form.form-shipping-address label {
  line-height: 1;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-content .form.form-shipping-address input,
.checkout-index-index .modal-popup .modal-inner-wrap .modal-content .form.form-shipping-address select {
  border: none !important;
  border-bottom: solid 1px #edaa38 !important;
  padding-left: 0 !important;
  background: none !important;
  height: auto !important;
  padding: 10px 10px 10px 0px !important;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-content .form.form-shipping-address .field.choice label {
  display: inline-block !important;
  vertical-align: top;
  font-size: 14px;
  width: 80%;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-content .form.form-shipping-address .field.choice input {
  margin-top: 4px;
  display: inline-block;
  vertical-align: text-top;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-content .form.form-shipping-address .field-tooltip.toggle {
  display: none;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-footer {
  border: none;
  padding-left: 42px;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-footer .action-save-address,
.checkout-index-index .modal-popup .modal-inner-wrap .modal-footer .action-hide-popup {
  background: #edaa38;
  color: #ffffff;
  border: none;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Fedra Sans Book 5';
  padding: 10px 30px;
  border-radius: 3px;
  line-height: normal;
  margin: 0;
  text-decoration: none;
  transition: 0.5s all ease;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-footer .action-save-address:focus,
.checkout-index-index .modal-popup .modal-inner-wrap .modal-footer .action-hide-popup:focus {
  outline: none;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-footer .action-hide-popup {
  background: #a92611;
}
.checkout-success .actions-toolbar .continue {
  background: #edaa38;
  color: #ffffff;
  border: none;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Fedra Sans Book 5';
  padding: 10px 30px;
  border-radius: 3px;
  line-height: normal;
  margin: 0;
  text-decoration: none;
  transition: 0.5s all ease;
  border-radius: 30px;
}
.form.form-cart {
  padding-right: 0px !important;
}
.form.form-cart th.col.subtotal {
  padding-left: 0px !important;
}
.cart.table-wrapper .action-towishlist {
  display: none;
}
#opc-shipping_method .amcheckout-title {
  padding-top: 0px !important;
}
.checkout-onepage-success .page-title-wrapper {
  position: relative !important;
  height: auto !important;
  width: 100%;
  text-align: center;
  padding-top: 40px;
}
.checkout-onepage-success .page-title-wrapper h1 {
  width: 100%;
  margin: 0;
  font-family: 'Fedra Sans Medium 5';
  font-size: 26px;
  padding: 0 0 15px 0;
}
.checkout-onepage-success .page-title-wrapper a {
  display: none;
}
.checkout-onepage-success .checkout-success {
  font-size: 16px;
  font-family: 'Fedra Sans Book 5';
}
.checkout-onepage-success .checkout-success a {
  color: #a92611;
}
.checkout-onepage-success .box.box-order-shipping-address {
  text-align: left;
}
.checkout-onepage-success .box.box-order-shipping-address .box-content {
  font-family: 'Fedra Sans Book 5';
  font-size: 13px;
}
.checkout-onepage-success .block-order-details-view {
  padding-left: 40px;
}
.checkout-onepage-success .block.block-order-details .block-title {
  padding-top: 20px;
}
.checkout-onepage-success .block.block-order-details .order-date {
  border: none;
}
.checkout-onepage-success .table-wrapper.order-items th {
  font-family: 'Fedra Sans Medium 5';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.45px;
  border-bottom: solid 1px #edaa38 !important;
}
.checkout-onepage-success .table-wrapper.order-items .col {
  width: auto;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  border-bottom: solid 1px #edaa38 !important;
}
.checkout-onepage-success .table-wrapper.order-items td {
  width: auto;
}
.checkout-onepage-success .table-wrapper.order-items tfoot,
.checkout-onepage-success .table-wrapper.order-items td {
  background: none;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.checkout-onepage-success .table-wrapper.order-items tfoot {
  border-bottom: solid 1px #edaa38 !important;
}
.checkout-onepage-success .table-wrapper.order-items tfoot th {
  border-bottom: none !important;
}
.checkout-onepage-success .order-details-items.ordered {
  border: none;
}
.checkout-onepage-success .order-details-items.ordered .product-image {
  float: left;
}
.checkout-onepage-success .order-details-items.ordered .product-item-name {
  float: left;
  padding-left: 20px;
}
.checkout-onepage-success .order-details-items.ordered .product-item-name a {
  color: #020202;
}
.checkout-onepage-success .box.box-order-billing-address {
  text-align: left;
}
.amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
  padding-top: 12px;
}
.cartfooter {
  margin: 0 130px !important;
  border-top: solid 1px #f1bf55;
  margin-top: 40px;
  padding-top: 40px;
  margin-right: 160px !important;
}
.cartfooter ul {
  padding: 0px;
  list-style-type: none;
}
.cartfooter ul li {
  display: inline-block;
  margin-right: 10px;
}
.cartfooter p {
  font-family: 'Fedra Sans Medium 5';
  font-size: 21px;
  letter-spacing: 0.16px;
  font-weight: 500;
  text-align: right;
  padding-right: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  padding: 0px;
  list-style-type: none;
}
#shopping-cart-table .cart.item .col.qty {
  padding-top: 18px;
}
.edit-cart-from-checkout {
  color: #020202;
  border-bottom: solid 1px #020202;
  float: right;
  margin-right: 18px;
  margin-top: 12px;
  cursor: pointer;
  transition: 0.5s all ease;
  font-family: 'Fedra Sans Book 5';
  font-weight: 600;
  position: absolute;
  top: 69px;
  right: 10px;
  line-height: normal;
  opacity: 0.8;
}
.edit-cart-from-checkout:hover {
  border-bottom: none;
}
.step-content.amcheckout-content {
  clear: both;
  overflow: hidden;
}
.checkout-cart-index .form.form-cart .field.qty .control.qty label .decreaseQty {
  width: 25px;
  height: 25px;
}
.checkout-cart-index .form.form-cart .field.qty .control.qty label .increaseQty {
  width: 25px;
  height: 25px;
  padding: 2px 6px 6px 5px;
}
#otpblock .form.otp-gift-card-form {
  padding: 0 15px;
  position: relative;
}
#otpblock .form.otp-gift-card-form .label {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  padding-bottom: 5px;
}
#otpblock .form.otp-gift-card-form input {
  border: solid 1px #edaa38;
}
#otpblock .form.otp-gift-card-form input:focus {
  outline: none;
  box-shadow: none;
}
#otpblock .form.otp-gift-card-form .otp-mobile {
  position: absolute;
  top: 27px;
  right: 15px;
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
  background: #d9422c;
  height: auto;
  padding: 9px;
  border: none;
}
#otpblock .form.otp-gift-card-form .otp-mobile:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
#otpblock .form.otp-gift-card-form .otp-section {
  position: relative;
}
#otpblock .form.otp-gift-card-form .otp-section .otp-numbers {
  position: absolute;
  top: 27px;
  right: 0px;
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
  background: #d9422c;
  height: auto;
  padding: 9px;
  border: none;
}
.resend-otpbtn {
  padding: 10px 0 10px 15px;
}
.resend-otpbtn a {
  color: #d9422c;
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
  font-weight: 600;
  border-bottom: solid 1px #d9422c;
}
.payment-option-content.store-credit-container {
  position: relative;
}
.payment-option-content.store-credit-container .payment-option-inner {
  position: relative;
  float: left;
  width: 50%;
}
.payment-option-content.store-credit-container .payment-option-inner .field {
  width: 100% !important;
}
.payment-option-content.store-credit-container .payment-option-inner input {
  border-right: 0 !important;
}
.payment-option-content.store-credit-container .actions-toolbar.storecredit-actions {
  float: right;
  top: auto;
  width: 50%;
  margin: 0;
}
.payment-option-content.store-credit-container .actions-toolbar.storecredit-actions button {
  background: #a92611 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  padding: 12px 14px !important;
  width: auto;
  border: none !important;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px !important;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.payment-option-content.store-credit-container .actions-toolbar.storecredit-actions button:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
#co-payment-form .payment-option-title.field.choice {
  margin: 0 !important;
}
#co-payment-form .payment-option-title.field.choice span {
  font-family: 'Fedra Sans Book 5';
  font-size: 16px;
  font-weight: 600;
  color: #020202;
  float: left;
  padding-top: 10px;
  margin: 0px;
}
#co-payment-form .payment-option-title.field.choice span::after {
  padding-top: 16px;
}
.opc-block-summary .table-totals .grand .mark strong {
  font-weight: 600;
  text-transform: uppercase;
}
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 600;
}
#checkout-step-shipping .field.addresses {
  padding-top: 2px;
}
#checkout-step-shipping .field.addresses .address-heading {
  font-size: 16px;
  font-family: 'Fedra Sans Medium 5';
  padding-top: 7px;
  display: inline-block;
  padding-left: 5px;
}
.sequence {
  background: #EEAC35;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Fedra Sans Book 5';
  width: 38px;
  height: 38px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  line-height: 38px;
  margin-right: 10px;
  vertical-align: top;
}
.opc-block-summary .step-title.amcheckout-title {
  margin: 0 !important;
  background: #FDF8EF !important;
  width: 100%;
  position: relative;
  padding-bottom: 30px !important;
}
.opc-block-summary .step-title.amcheckout-title::before {
  content: '';
  background: url('../../frontend/OM/Isha/en_US/images/view-order-icon.svg') no-repeat left top;
  width: 37px;
  height: 37px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.checkout-payment-method.submit .payment-methods {
  padding-bottom: 20px;
}
.opc-block-summary .minicart-items .product-item-name {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  opacity: 0.7;
}
.opc-block-summary .product-item .price {
  font-size: 15px;
  font-weight: 600;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  display: block;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 90px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  border-bottom: 1px solid #edaa38;
}
.checkout-index-index .page-main #checkout .discount-code .payment-option-content .messages .message.message-error.error {
  margin-top: 0;
  position: relative;
}
#co-shipping-form .field {
  margin-bottom: 20px;
}
.checkout-index-index .page-main #checkout .field {
  padding-bottom: 15px;
}
.checkout-index-index .page-main #checkout .field.street {
  padding-bottom: 0px !important;
}
.checkout-index-index .page-main #checkout .field.street .field {
  margin-bottom: 0px;
}
.checkout-index-index .page-main #checkout #giftcardaccount-placer {
  display: none;
}
.checkout-index-index .opc-wrapper .form-giftcard-account {
  max-width: 100%;
}
.checkout-index-index .opc-wrapper .form-giftcard-account .field {
  width: 100%;
}
.checkout-index-index #co-payment-form .payment-option-title.field.choice span {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.checkout-index-index #co-payment-form .payment-option-title.field.choice span:after {
  position: absolute;
  right: 0;
}
.checkout-index-index #co-payment-form .actions-toolbar .secondary {
  float: right;
}
.checkout-index-index #co-payment-form .actions-toolbar .secondary button {
  margin-right: 10px;
  background: #edaa39;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 10px 18px;
  letter-spacing: 1px;
  height: auto;
  line-height: normal;
  border-radius: 4px;
  border: none;
  transition: 0.5s all ease;
  max-width: 200px;
  float: right;
  border-radius: 40px;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.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;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333;
}
.opc-progress-bar {
  counter-reset: i;
  font-size: 0;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: 'Roboto Condensed', sans-serif;
  width: 180px;
}
.opc-progress-bar-item:before {
  background: #cecece;
  top: 16px;
  content: '';
  height: 6px;
  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: #616161;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  height: 38px;
  margin-left: -19px;
  width: 38px;
  background: #cecece;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333;
  font-weight: 600;
  font-size: 1.4rem;
  font-size: 19px;
  line-height: 23px;
}
.opc-progress-bar-item._active:before {
  background: #020202;
}
.opc-progress-bar-item._active > span {
  color: #333;
}
.opc-progress-bar-item._active > span:before {
  background: #020202;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'luma-icons';
  line-height: 24px;
  font-size: 17px;
  color: #020202;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'luma-icons';
  color: #ed991e;
  font-size: 17px;
  line-height: 24px;
}
.opc-progress-bar-item._active span {
  color: #020202;
  border-bottom: none;
  font-weight: 500;
  font-size: 22px;
}
.opc-progress-bar-item > span {
  font-size: 22px;
  font-weight: 500;
  color: #020202;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 100%/2;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .shipping-address-item.selected-item .edit-address-link {
  display: block !important;
  border-radius: 0 !important;
}
.opc-wrapper .shipping-address-item.selected-item .edit-address-link:before {
  content: '\e601';
  font-family: 'luma-icons';
  font-size: 15px;
  color: #020202;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-index-index main#maincontent {
  background-color: #fff;
}
.checkout-index-index #checkout-shipping-method-load {
  max-height: 400px;
  overflow-y: auto;
}
.checkout-index-index .page-main #checkout .field.addresses {
  width: 100%;
}
.checkout-index-index .page-main #checkout .field.addresses .shipping-address-items {
  display: flex;
  flex-wrap: wrap;
}
.checkout-index-index .page-main #checkout .field.addresses .shipping-address-items .shipping-address-item .edit-address-link {
  bottom: 10px;
  right: 10px;
  top: unset;
  height: auto;
  width: auto;
  left: unset;
  background: #a92611;
  padding: 10px 15px;
  color: #fff;
  font-size: 13px;
}
@media screen and (min-width: 1024px) {
  .checkout-index-index .page-main #checkout .field.addresses .address-heading {
    display: none;
  }
}
.checkout-index-index .page-main .opc-wrapper {
  margin-top: 46px;
}
.checkout-index-index .page-main #gift-options-cart {
  display: none;
}
.checkout-index-index .page-main #co-payment-form .payment-method .actions-toolbar .primary .action-update {
  line-height: 1.5;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody td input[type='radio'] {
  margin: 4px 5px 0 0;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.new-shipping-address-modal .message.warning {
  display: none !important;
}
.checkout-index-index .page-main #checkout .field.addresses .shipping-address-items .shipping-address-item.seleselected-item .edit-address-link {
  display: inline-block !important;
  background: #cf4520;
  font-family: "Fedra Sans Book 5";
  font-size: 15px;
  border: none;
  border-radius: 3px;
  font-weight: 400;
  text-transform: none;
  color: #ffffff;
  padding: 10px 20px;
  margin-top: 10px;
  line-height: normal;
}
.checkout-index-index .page-main .payment-group .step-title,
.checkout-index-index .page-main .checkout-shipping-address .step-title,
.checkout-index-index .page-main .checkout-shipping-method .step-title {
  position: relative;
}
.checkout-index-index .page-main .payment-group .step-title:before,
.checkout-index-index .page-main .checkout-shipping-address .step-title:before,
.checkout-index-index .page-main .checkout-shipping-method .step-title:before {
  content: '';
  width: 37px;
  height: 37px;
  display: inline-block;
  background: #eeac35;
  vertical-align: middle;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
}
.checkout-index-index .page-main .payment-group .step-title:after,
.checkout-index-index .page-main .checkout-shipping-address .step-title:after,
.checkout-index-index .page-main .checkout-shipping-method .step-title:after {
  content: '';
  color: #ffffff;
  font-family: "Fedra Serif A Book 3";
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  line-height: 38px;
  margin-right: 10px;
  vertical-align: top;
  position: absolute;
  line-height: 1.5;
}
.checkout-index-index .page-main .payment-group .step-title:after {
  content: '4';
}
.checkout-index-index .page-main .payment-group .step-title.mobile:after {
  content: '3';
}
.checkout-index-index .page-main .checkout-shipping-address .step-title:after {
  content: '1';
}
.checkout-index-index .page-main .checkout-shipping-method .step-title:after {
  content: '2';
}
.checkout-index-index .page-header .header.content {
  display: flex !important;
  padding: 10px 0 !important;
}
.checkout-index-index .nav-container-wrap,
.checkout-index-index .parent-container-wrap,
.checkout-index-index .nav-toggle,
.checkout-index-index .footer-container,
.checkout-index-index .pagebuilder-column-group.copyright {
  display: none !important;
}
.checkout-index-index .address-heading,
.checkout-index-index .address-sequence.sequence {
  display: none !important;
}
.shipping-notes .shipping-list {
  display: list-item;
  list-style: disc;
  padding-left: 0;
}
.shipping-notes span.shipping-note {
  margin-left: -15px;
}
.shipping-notes {
  padding-left: 15px;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #006bb4;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  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: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #757575;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666;
  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;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ccc;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #ccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  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 form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method-content {
  /**
             * @codingStandardsIgnoreStart
             */
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-bottom: 20px;
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .checkout-billing-address input[type="checkbox"] {
  vertical-align: top;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.payment-method.stripe-payments.mobile {
  background: #f9f9f8 !important;
  padding: 15px;
  margin: 20px 0 !important;
}
div#checkout-payment-method-load .amcheckout-content {
  background: #f9f9f8;
  padding: 15px;
}
.amcheckout-block.amcheckout-step-container.-summary {
  background: transparent !important;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container {
  background: transparent !important;
}
.checkout-index-index .page-main #checkout .amcheckout-title {
  background: #fff !important;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-content .amcheckout-wrapper {
  background: #f9f9f8 !important;
}
.checkout-payment-method.submit,
.amcheckout-step-container .opc-payment-additional {
  background: #f9f9f8 !important;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #006bb4;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.header.content .right-container-wrap .header.links .show-login-logout .authorization-link .loginbeforeicon .terms-privacy p {
  font-family: 'Fedra Sans Book 5';
  font-size: 12px !important;
  letter-spacing: 0;
  padding: 15px 40px;
}
.header.content .right-container-wrap .header.links .show-login-logout .authorization-link .loginbeforeicon .terms-privacy a {
  font-family: 'Fedra Sans Book 5';
  background: none;
  color: #a92611;
  font-size: 12px !important;
  display: contents;
  text-decoration: underline !important;
  font-weight: 600 !important;
}
@media screen and (min-width: 768px) {
  .header.content .right-container-wrap .header.links .show-login-logout .authorization-link .loginbeforeicon .loginbeforeicon-img img {
    width: 100% !important;
    margin-top: 10px !important;
    margin-bottom: -30px !important;
    margin-left: 0 !important;
    height: 100%;
    padding-bottom: 0 !important;
    display: none !important;
  }
  .header.content .right-container-wrap .header.links .show-login-logout .authorization-link .loginbeforeicon .loginbeforeicon-img {
    background: 0 0 !important;
    padding: 12px 0 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.account:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .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;
}
.account {
  background: #ffffff;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
  font-family: 'Fedra Sans Medium 5';
  font-size: 27px;
  margin: 0px;
  padding-bottom: 16px;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
  padding-left: 5px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  overflow-x: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .form.form-newsletter-manage .legend {
  color: #020202;
  font-family: 'Fedra Sans Medium 5';
  font-size: 16px;
  font-weight: 500;
  border-bottom: solid 1px #f1bf55 !important;
}
.account .form.form-newsletter-manage .field.choice {
  font-family: 'Fedra Sans Book 5';
  font-size: 15px;
}
.account .form.form-newsletter-manage .actions-toolbar button {
  background: #edaa38;
  border: none;
  padding: 10px 30px;
  line-height: normal;
  height: auto;
  font-family: 'Fedra Sans Book 5';
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.9399999999999999px;
  border-radius: 3px;
  transition: 0.5s all ease;
  font-size: 16px;
  color: #ffffff;
}
.account .form.form-newsletter-manage .actions-toolbar button:hover {
  background: #a92611;
  color: #ffffff;
}
.account .items.order-links .item {
  border-bottom: none;
  line-height: 40px;
  margin: 0 0 -1px;
}
.account .items.order-links .item.current {
  border-bottom: none;
}
.account .items.order-links strong {
  border: none;
  font-family: 'Fedra Sans Medium 5';
  padding: 0 20px !important;
  font-size: 18px;
  letter-spacing: 0.45px;
  margin-bottom: 20px;
  opacity: 1;
  background: none;
  border-bottom: solid 4px #edaa38;
}
.account .items.order-links a {
  border: none !important;
  background: none !important;
  color: #020202;
  font-weight: normal !important;
  opacity: 0.7;
  font-size: 18px;
  font-family: 'Fedra Sans Book 5';
  padding: 0 20px !important;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #df280a;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar,
.customer-addresses-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative;
}
.additional-addresses table > thead > tr > th {
  white-space: nowrap;
}
.customer-account-edit .form-edit-account .field.field-name-email {
  float: left !important;
}
.customer-account-edit .form-edit-account .form-bottom-links {
  clear: both;
}
.customer-account-edit .form-edit-account .field-update-profile {
  margin-bottom: 20px;
}
.customer-account-edit .form-edit-account .field-update-profile a {
  color: #a92611;
  font-family: 'Fedra Sans Book 5';
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
}
.account.wishlist-index-index .wishlist .product-item {
  border-bottom: solid 1px #f1bf55;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.account.wishlist-index-index .wishlist .product-item:last-child {
  border-bottom: none;
}
.account.wishlist-index-index .wishlist .product-item .product-item-info {
  width: 100%;
}
.account.wishlist-index-index .wishlist .product-item .product-item-info .product-item-photo {
  display: none;
}
.account.wishlist-index-index .wishlist .product-item .product-item-info .product-item-name > a {
  font-weight: 600;
}
.account.wishlist-index-index .wishlist .product-item .product-item-info .product-reviews-summary .rating-summary {
  left: 0;
}
.account.wishlist-index-index .wishlist .product-item .product-item-info .product-reviews-summary .rating-summary .rating-result {
  margin-left: 0;
}
.account.wishlist-index-index .wishlist .product-item .box-tocart .product-item-actions .tocart {
  width: auto;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  transition: 0.5s all ease;
}
.account.wishlist-index-index .wishlist .product-item .box-tocart .product-item-actions .tocart:after {
  content: '';
  width: 0;
  height: 100%;
  background: #a92611;
  transition: width 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}
.account.wishlist-index-index .wishlist .product-item .box-tocart .product-item-actions .tocart span {
  position: relative;
  z-index: 1;
}
.account.wishlist-index-index .wishlist .product-item .box-tocart .product-item-actions .tocart:hover:after {
  width: 100%;
}
.account.wishlist-index-index .wishlist .product-item .product-item-actions .delete {
  text-align: center;
}
.account .block-collapsible-nav .item {
  margin-bottom: 0;
  position: relative;
}
.account .block-collapsible-nav .item a,
.account .block-collapsible-nav .item strong {
  margin-bottom: 0;
  padding: 9px 0;
}
.account .block-collapsible-nav .item a:empty,
.account .block-collapsible-nav .item strong:empty {
  display: none;
}
.account .block-collapsible-nav .item .delimiter {
  display: none;
}
.account .form.form-edit-account .field.email.required {
  float: left;
}
.account .box.box-order-billing-address,
.account .box.box-order-billing-method {
  float: left;
}
.account .table-wrapper table tr th {
  background: transparent;
}
.account .order-links {
  border-bottom: none;
}
.account .aw-sarp2__next-payment-date-form {
  clear: both;
}
.account .aw-sarp2-Back {
  font-size: 16px;
  padding: 10px 20px;
  float: right;
  background: #a92611;
  border: 1px solid #a92611;
}
.account #customer_address_id {
  font-size: 13px;
}
.account .action.primary:focus,
.account .action.primary:active {
  background: #a92611;
  border: 1px solid #a92611;
}
.account .aw-sarp2__actions button.action.secondary {
  font-size: 16px;
  padding: 10px 20px;
}
.confirm .modal-footer button {
  color: #fff;
}
.aw_sarp2-profile_edit-index.account .data.table .col.actions {
  justify-content: flex-start;
}
.aw_sarp2-profile_edit-index.account .data.table .col.actions a {
  width: 100%;
}
.review-customer-view p.rating-links a {
  font-size: 14px;
  color: #000 !important;
  margin-top: 10px !important;
  float: left;
}
.aw-sarp2-customer-subscriptions a.aw-sarp2__subscription-plan {
  display: none;
}
.aw-sarp2-customer-subscriptions a.remove {
  margin-left: 10px;
}
.account .form.form-edit-account .field input[readonly] {
  opacity: 0.4 !important;
}
.account .form-address-edit .field.field-name-firstname,
.account .form.form-edit-account .field.field-name-firstname {
  width: 100%;
}
.account .form-address-edit .field.field-name-firstname label,
.account .form.form-edit-account .field.field-name-firstname label {
  position: static !important;
  overflow: hidden !important;
  width: auto !important;
  height: auto !important;
  clip: unset !important;
}
.account .form-address-edit .field.region,
.account .form.form-edit-account .field.region,
.account .form-address-edit .field.zip,
.account .form.form-edit-account .field.zip {
  clear: none !important;
}
.account .form-address-edit .field.country,
.account .form.form-edit-account .field.country {
  display: none !important;
}
.account .form-address-edit .legend,
.account .form.form-edit-account .legend {
  display: none;
}
.account .form-address-edit .field.street,
.account .form.form-edit-account .field.street {
  width: 100%;
}
div#minicart-recommendation .owl-nav {
  display: none;
}
.account main#maincontent {
  max-width: 100%;
}
.account .page-title-wrapper {
  display: none;
}
.account .customer-left-data.left {
  float: left;
  width: 34%;
}
.account .customr-name.welcome strong {
  font-size: 27px;
  width: 100%;
  float: left;
  font-weight: 700;
  font-family: 'Fedra Sans Medium 5' !important;
}
.account .customr-name.welcome span.tag-line {
  color: #797986;
  font-size: 15px;
  font-weight: 400;
  float: left;
  width: 100%;
  margin: 10px 0;
}
.account .customr-links {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  border: 1px solid #e3e3e8;
  padding: 24px;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.account .link-items-title {
  float: inline-end;
  width: 100%;
}
.account .link-items-title h2 {
  float: left;
  width: 100%;
  font-size: 21px;
  color: #2E2E38;
  font-weight: 700;
}
.account .link-items-title span.tag-line {
  font-size: 13px;
  color: #797986;
  float: left;
  width: 100%;
  text-align: left;
  margin: 10px 0 20px;
}
.account .link-items {
  float: left;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  gap: 16px;
}
.account .link-items span {
  float: left;
  width: calc(50% - 8px);
}
.account .link-items span a {
  font-size: 14px;
  float: left;
  width: 100%;
  color: #000;
  padding: 16px;
  background: #FFF7F0;
  text-align: center;
  font-weight: 600;
  border-radius: 12px;
}
.account .link-items span a:before {
  content: '';
  width: 32px;
  height: 40px;
  clear: both;
  display: block;
  margin: 0 auto 10px;
}
.account .link-items span.my-order a:before {
  background: url('../../frontend/OM/Isha/en_US/images/order-icon.png') no-repeat center center;
  background-size: 100%;
}
.account .link-items span.my-wishlist a:before {
  background: url('../../frontend/OM/Isha/en_US/images/wishlist-account.png') no-repeat center center;
  background-size: 100%;
}
.account .link-items span.my-profile a:before {
  background: url('../../frontend/OM/Isha/en_US/images/profile.png') no-repeat center center;
  background-size: 100%;
}
.account .link-items span.my-address-book a:before {
  background: url('../../frontend/OM/Isha/en_US/images/adress.png') no-repeat center center;
  background-size: 100%;
}
.account .customer-right-data {
  float: left;
  width: 66%;
  padding-left: 60px;
}
.account .customer-right-data .feature-slider.block .pagebuilder-slide-wrapper {
  background-size: 100% 100% !important;
  padding-bottom: 32.3%;
}
.account .customer-right-data .feature-slider.block .pagebuilder-slide-wrapper,
.account .customer-right-data .feature-slider.block .pagebuilder-slider,
.account .customer-right-data .feature-slider.block .pagebuilder-overlay {
  min-height: unset !important;
  height: auto !important;
}
.account .feature-slider.block h2 {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  clear: both;
  display: inline-block;
  margin-bottom: 20px;
}
.account .feature-slider .slick-prev,
.account .feature-slider .slick-next {
  margin-left: -20px;
  top: unset;
  bottom: -64px;
  width: 32px;
  height: 32px;
  background-size: 100%;
  left: 50%;
}
.account .feature-slider .slick-prev:before,
.account .feature-slider .slick-next:before {
  content: none;
}
.account .feature-slider .slick-prev {
  background: url('../../frontend/OM/Isha/en_US/images/prev.png') no-repeat center center;
  margin-left: -18px;
}
.account .feature-slider .slick-next {
  background: url('../../frontend/OM/Isha/en_US/images/next.png') no-repeat center center;
  margin-left: 18px;
}
.account .block.block-collapsible-nav {
  width: 256px !important;
  position: relative;
  padding: 0 0 100%;
  margin: 0;
  background: transparent;
}
.account .block.block-collapsible-nav .content {
  background: #fff;
  width: 256px !important;
  max-width: 256px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 23px 8px 25px -10px rgba(0, 0, 0, 0.12);
  padding: 0 10px;
}
.account .block.block-collapsible-nav ul li {
  padding-left: 0;
  margin-bottom: 5px;
  text-align: left;
}
.account .block.block-collapsible-nav ul li a {
  width: 100%;
  float: left;
  background: #fff;
  padding: 9px;
}
.account .block.block-collapsible-nav ul li a:hover {
  background: #f5f5f5;
  border-radius: 10px;
}
.account .block.block-collapsible-nav ul li.current > strong {
  width: 100%;
  float: left;
  background: #E1630E;
  padding: 9px;
  color: #fff;
  border-radius: 10px;
}
.account.sales-order-history .page-main .page-title-wrapper .page-title {
  display: block !important;
}
.account.sales-order-history .page-main .page-title-wrapper .page-title span {
  font-size: 27px !important;
}
.account.sales-order-history .subtitle {
  float: left;
  width: 100%;
}
.account.sales-order-history .subtitle p {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  color: #797986;
  font-size: 15px;
  font-weight: 400;
}
.account .order-filter-buttons {
  width: 100%;
  overflow: auto;
}
.account .order-filter-buttons button {
  min-width: 100px;
}
.account.page-layout-2columns-left .column.main {
  width: calc(100% - 256px) !important;
  padding: 20px 60px 20px !important;
}
.account.page-layout-2columns-left .block.block-collapsible-nav {
  width: 256px !important;
  height: 100%;
  position: static;
}
.block.block-collapsible-nav ul li {
  border: none !important;
}
.custom-dashboard-page {
  float: left;
  width: 100%;
  clear: both;
}
.custom-dashboard-page h1 {
  font-size: 21px;
  color: #2E2E38;
  float: left;
  width: 100%;
  font-weight: 700;
  clear: both;
  font-family: 'Fedra Sans Medium 5' !important;
}
.custom-dashboard-page p {
  color: #797986;
  display: inline-block;
  width: 100%;
  font-size: 15px;
  margin: 10px 0 20px;
}
.custom-dashboard-page .block.widget .products-grid .product-items {
  margin: 0;
  margin: 32px 0 0;
  float: left;
  width: 100%;
}
.custom-dashboard-page .block.widget .products-grid .product-item .product-item-inner {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  float: left;
  width: 100%;
}
.custom-dashboard-page .block.widget .product-item-info {
  overflow: hidden;
  width: 100%;
  float: left;
  border: 1px solid #E3E3E8;
  border-radius: 12px;
  padding: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.custom-dashboard-page .pagebuilder-column [data-content-type=products] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 25%;
  margin: 0;
  padding: 0 8px 16px;
}
.custom-dashboard-page .pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  width: 100%;
}
.custom-dashboard-page .pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  background: #EE7203;
  max-width: 100%;
  white-space: normal;
  font-size: 13px;
  font-weight: 600;
  padding: 12px;
  border-radius: 10px !important;
}
.custom-dashboard-page .pagebuilder-column .widget-product-grid .product-item .price-box {
  margin-bottom: 16px;
}
.custom-dashboard-page .pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
  font-size: 16px;
  font-weight: 600;
  color: #EE7203;
}
.custom-dashboard-page .product-item-info .product-image-photo {
  margin: 0;
  width: 100%;
}
.custom-dashboard-page .product-item-info .actions-secondary {
  display: none;
}
.custom-dashboard-page .product-item-info .product-item-details {
  float: left;
  width: 100%;
  padding: 16px;
  min-height: 160px;
}
.custom-dashboard-page .product-item-info .product-item-details .product-item-name {
  float: left;
  width: 100%;
  margin-bottom: 16px;
}
.custom-dashboard-page .product-item-info .product-item-details .product-item-name a {
  color: #2E2E38 !important;
  height: 36px;
  float: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: none;
}
.custom-dashboard-page .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  clip: none;
  height: auto;
  margin: -1px;
  overflow: visible;
  padding: 0;
  position: static;
  width: 100%;
}
.custom-dashboard-page .products-grid .product-item-info:hover {
  margin: 0;
}
.custom-dashboard-page .products-grid .product-item-info.outof-stock .product-item-actions .actions-primary > .stock.unavailable {
  background: #F9F9FB;
  max-width: 100%;
  white-space: normal;
  font-size: 13px;
  font-weight: 600;
  padding: 12px;
  border-radius: 10px !important;
  border: 1px solid #E3E3E8;
  text-align: center;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  width: 100%;
}
@media (max-width: 1199px) {
  .account.page-layout-2columns-left .column.main {
    padding: 0 20px !important;
  }
  .custom-dashboard-page .pagebuilder-column [data-content-type=products] .block.widget .products-grid .widget-product-grid.product-items .product-item {
    width: 33.33333333%;
  }
  .account .customer-left-data.left {
    width: 47%;
  }
  .account .customer-right-data {
    width: 53%;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .custom-dashboard-page .pagebuilder-column [data-content-type=products] .block.widget .products-grid .widget-product-grid.product-items .product-item {
    width: 50%;
  }
  .account .customer-left-data.left {
    width: 100%;
  }
  .account .customer-right-data {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .account.page-layout-2columns-left .column.main {
    padding: 0 20px !important;
    width: 100% !important;
  }
  .custom-dashboard-page .pagebuilder-column [data-content-type=products] .block.widget .products-grid .widget-product-grid.product-items .product-item {
    width: 100%;
  }
  .custom-dashboard-page .pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
    display: none;
  }
  .custom-dashboard-page .product-item-inner .actions-primary form {
    width: 100%;
  }
  .account .customer-left-data.left {
    width: 100%;
  }
  .account .customer-right-data {
    width: 100%;
    padding-left: 0;
  }
}
.order-filter-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  background: #F5F5F5;
  clear: both;
  float: left;
  padding: 4px;
  border-radius: 8px;
}
.order-filter-buttons button {
  font-size: 13px;
  color: #797986;
  background: #F5F5F5 !important;
  box-shadow: none !important;
  border-radius: 8px !important;
  border: none !important;
}
.order-filter-buttons button.active {
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.05);
  background: #F9F9FB !important;
  color: #2E2E38 !important;
}
.order-filter-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
  width: 100%;
}
.order-filter-container input {
  padding: 10px;
  border-radius: 8px;
  height: 40px;
  border: 1px solid #E3E3E8;
  max-width: 448px;
  width: 100%;
  background: #F6f6f6 url('../../frontend/OM/Isha/en_US/images/filter-search.png') no-repeat left 10px center;
  background-size: 16px 16px;
  padding-left: 35px;
  font-size: 14px;
}
.order-filter-container select {
  padding: 10px;
  border-radius: 8px;
  height: 40px;
  border: 1px solid #E3E3E8;
  background-color: #F6f6f6;
  max-width: 180px;
  width: 100%;
  font-size: 13px;
  color: #2E2E38;
}
.order-card {
  background: #fff;
  border-radius: 10px;
  padding: 0;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid #E3E3E8;
  overflow: hidden;
  float: left;
  width: 100%;
}
.sales-order-history .actions-toolbar {
  display: none !important;
}
.sales-order-history .subtitle {
  color: #797986;
  font-size: 16px;
  float: left;
  width: 100%;
  margin-bottom: 24px;
}
html .account .page-title-wrapper {
  padding: 0;
}
.sales-order-history dl.item-options dt,
.sales-order-history dl.item-options dd {
  width: 100%;
  float: left;
}
.order-card .order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  background: #F5F5F5;
  padding: 24px 24px 16px 24px;
}
.order-header .order-left {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
.order-header .order-left .order-id-details strong {
  font-size: 15px;
  font-weight: 700;
  color: #2E2E38;
}
.order-card .order-id-details small {
  color: #797986;
  font-size: 14px;
}
.order-card .order-status {
  font-size: 12px;
  font-weight: 700;
  border: none;
  padding: 3px 11px;
  border-radius: 20px;
  margin: 0;
}
.load-more-container .back-btn {
  float: left;
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 13px;
}
.load-more-container button.back-btn:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url('../../frontend/OM/Isha/en_US/images/backarrow.png') no-repeat center center;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}
.order-card .order-status.dispatching_process,
.order-card .order-status.Processing,
.order-card .order-status.processing {
  background: #DBEAFE !important;
  color: #1E40AF !important;
}
.order-card .order-status.delivered,
.order-card .order-status.Delivered {
  background: #DCFCE7;
  color: #166534;
}
.order-card .order-status.canceled,
.order-card .order-status.Canceled {
  background: #ffe7d5;
  color: #ff6b00;
}
.order-card span.order-product-name {
  font-size: 14px;
  color: #2E2E38;
  float: left;
  width: 100%;
  font-weight: 600;
}
.order-card .order-product-name-qty small {
  color: #797986;
  font-size: 13px;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.order-card .order-items .order-item {
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.order-card .order-items .order-item:last-child {
  margin-bottom: 0;
}
.order-product-name-qty {
  max-width: 70%;
}
.order-card .order-price span {
  font-size: 16px;
  color: #2E2E38;
  float: left;
  width: 100%;
}
.order-card .order-items {
  margin: 0;
  float: left;
  width: 100%;
  padding: 16px 24px;
}
.order-card .order-total {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #E3E3E8;
  padding: 12px 24px;
}
.order-card .order-total span {
  color: #2E2E38;
  font-size: 16px;
  font-weight: 700;
}
.order-card .order-total strong {
  font-size: 14px;
  color: #2E2E38;
  font-weight: 600;
}
.order-card .order-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.order-card .order-actions a,
.order-card .order-actions button {
  font-size: 13px;
  border: 1px solid #e3e3e8;
  background: #f9f9fb;
  font-weight: 600;
  padding: 8px 13px;
  border-radius: 8px;
  color: #2E2E38;
}
.order-card .order-actions button {
  padding: 8px 10px;
  box-shadow: none;
}
.order-card .order-actions .details-btn {
  background: #ff6b00;
  color: #fff;
  border: 1px solid #ff6b00;
}
.sales-order-view .back-link-wrap a {
  font-size: 13px;
  font-weight: 600 !important;
  color: #2E2E38 !important;
  text-align: left;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.sales-order-view .order-details-items.ordered .item-order-wrap {
  border: none;
  background: #fff;
  margin-bottom: 40px;
  width: 100%;
  padding: 0;
  float: left;
  margin-right: 0;
}
.main-section-left {
  float: left;
  width: calc(33% - 24px);
}
@media (max-width: 991px) {
  .main-section-left {
    width: 100%;
  }
}
.sales-order-view.account .page-title-wrapper .page-title {
  font-size: 29px;
  color: #2E2E38;
}
.sales-order-view.account .page-title-wrapper span.order-status {
  float: right;
  display: inline-block !important;
  border: none !important;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 11px !important;
  border-radius: 20px;
  margin: 0;
}
.sales-order-view.account .page-title-wrapper span.order-status.Delivered,
.sales-order-view.account .page-title-wrapper span.order-status.delivered {
  background: #DCFCE7 !important;
  color: #166534 !important;
}
.sales-order-view.account .page-title-wrapper span.order-status.Canceled,
.sales-order-view.account .page-title-wrapper span.order-status.canceled {
  background: #ffe7d5 !important;
  color: #ff6b00 !important;
}
.sales-order-view.account .page-title-wrapper span.order-status.processing,
.sales-order-view.account .page-title-wrapper span.order-status.Processing,
.sales-order-view.account .page-title-wrapper span.order-status.Packed {
  background: #DBEAFE !important;
  color: #1E40AF !important;
}
.sales-order-view.account .page-title-wrapper .order-date {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #797986;
}
.sales-order-view.account .order-button-action {
  display: flex;
  width: 100%;
  align-items: center;
  float: left;
  justify-content: end;
  margin-bottom: 24px;
}
.sales-order-view.account .order-button-action form.reorder button {
  border: 2px solid #EE7203;
  background: transparent;
  font-size: 14px;
  color: #EE7203;
  padding: 8px 10px;
}
.sales-order-view.account .order-button-action form.reorder button:before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url('../../frontend/OM/Isha/en_US/images/cart-icon-orange.png') no-repeat center center;
  margin-right: 7px;
}
.sales-order-view.account .order-button-action form.reorder {
  margin-right: 14px;
}
.sales-order-view.account .order-button-action form.pdf-download button {
  font-size: 14px;
  border: 2px solid #E3E3E8;
  background: #F9F9FB;
  padding: 9px 10px;
  box-shadow: none;
}
.sales-order-view .order-details-items.ordered {
  border: none !important;
  background: #fff;
  margin-bottom: 0 !important;
  padding: 0;
}
.sales-order-view ul.items.order-links {
  display: none !important;
}
.order-details-items.ordered .order-title {
  display: block;
}
.sales-order-view.account .order-timeline,
.order-details-items.ordered .item-order-wrap .tbody {
  float: left;
  width: 100%;
  border: 1px solid #E3E3E8;
  border-radius: 10px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 0 25px -10px #000000;
}
.sales-order-view.account .order-timeline {
  box-shadow: none;
  margin-bottom: 20px;
}
.sales-order-view.account .order-details-items.ordered .order-title-in {
  float: left;
  width: 100%;
  color: #2E2E38;
  font-size: 20px;
  margin: 0 0 20px;
}
.sales-order-view.account .order-details-items.ordered div#my-orders-table {
  float: left;
  width: 100%;
}
.sales-order-view .order-details-items.ordered .col {
  padding: 0;
}
.sales-order-view .order-details-items.ordered .product-row {
  display: flex;
  align-items: flex-start;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.sales-order-view .order-details-items.ordered .product-row span.child-product-name {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.sales-order-view .order-details-items.ordered .product-image img {
  max-width: 112px;
  border-radius: 12px;
}
.sales-order-view .order-details-items.ordered .product-item-name dl.item-options {
  margin-top: 20px;
}
.sales-order-view .order-details-items.ordered .product-item-name dl.item-options dd,
.sales-order-view .order-details-items.ordered .product-item-name dl.item-options dt {
  float: left;
  width: 100%;
}
.sales-order-view .order-details-items.ordered .product-item-name strong.price-poduct,
.sales-order-view .order-details-items.ordered .product-item-name .name {
  float: left;
  width: 100%;
}
.sales-order-view .order-details-items.ordered .product-item-name strong.qty {
  float: left;
  width: 100%;
  margin: 10px 0;
  font-size: 13px;
  font-weight: 400;
  color: #797986;
}
.sales-order-view .order-details-items.ordered .product-item-name strong.price-poduct {
  color: #2E2E38;
  font-size: 14px;
  font-weight: 600;
}
.sales-order-view .order-details-items.ordered .product-item-name .name a {
  color: #2E2E38;
  font-size: 14px;
  font-weight: 600;
  text-overflow: ellipsis;
  max-height: 20px;
  overflow: hidden;
  float: left;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.sales-order-view .order-details-items.ordered .product-actions {
  float: left;
  width: 100%;
  display: flex;
  justify-content: end;
}
.sales-order-view .order-details-items.ordered .product-actions a {
  border: 1px solid #E3E3E8;
  border-radius: 10px;
  padding: 11px 13px;
  background: #F9F9FB;
  font-size: 13px;
  color: #2E2E38;
  font-weight: 600;
  line-height: 1;
}
.sales-order-view .order-details-items.ordered .product-actions a {
  border: 1px solid #E3E3E8;
  border-radius: 10px;
  padding: 11px 13px;
  background: #F9F9FB;
  font-size: 13px;
  color: #2E2E38;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.sales-order-view .order-details-items.ordered .product-actions a:hover {
  background: #fef6f1 !important;
  color: #2E2E38 !important;
}
.order-timeline {
  margin-top: 24px;
}
.order-timeline h3 {
  font-size: 21px;
  font-weight: 700;
  color: #2E2E38;
  float: left;
  width: 100%;
  margin-bottom: 24px;
}
ul.timeline {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  width: 100%;
}
ul.timeline h3 {
  font-size: 21px;
  font-weight: 700;
  color: #2E2E38;
  float: left;
  width: 100%;
  margin-bottom: 24px;
}
ul.timeline li {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 32px;
}
ul.timeline li:after {
  float: left;
  width: 2px;
  height: 56px;
  content: '';
  background: #E3E3E8;
  clear: both;
  margin: 15px 0;
  position: relative;
  left: -16px;
}
ul.timeline li:last-child:after {
  content: none;
}
ul.timeline li:before {
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
  background: #EE7203;
  border-radius: 100%;
  left: 0;
}
ul.timeline li.order-timeline-complete:before {
  background: #EE7203 url('../../frontend/OM/Isha/en_US/images/delivered.png') no-repeat center center;
}
ul.timeline li.order-timeline-processing:before {
  background: #EE7203 url('../../frontend/OM/Isha/en_US/images/processing.png') no-repeat center center;
}
ul.timeline li.order-timeline-pending:before {
  background: #EE7203 url('../../frontend/OM/Isha/en_US/images/order-placed.png') no-repeat center center;
}
ul.timeline li.order-timeline-shipped:before {
  background: #EE7203 url('../../frontend/OM/Isha/en_US/images/shiped.png') no-repeat center center;
}
ul.timeline li strong {
  float: left;
  width: 100%;
  clear: both;
}
ul.timeline li strong.status {
  font-size: 15px;
  font-weight: 600;
  padding-left: 10px;
  margin-bottom: 7px;
}
ul.timeline li strong.date {
  font-size: 14px;
  color: #797986;
  font-weight: 400;
  padding-left: 10px;
}
.order-section,
.order-summary {
  float: left;
  width: 100%;
  border: 1px solid #E3E3E8;
  padding: 24px;
  border-radius: 10px;
  margin-bottom: 24px;
}
.order-summary h2,
.order-section h3 {
  color: #2E2E38;
  float: left;
  width: 100%;
  font-weight: 700;
  font-size: 21px;
  margin: 0 0 24px;
}
.order-summary p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #2E2E38;
  float: left;
  width: 100%;
}
.help-buttons a {
  border: 1px solid #E3E3E8 !important;
  width: 100%;
  text-align: center;
  float: left;
  margin-bottom: 10px;
  font-size: 13px !important;
  border-radius: 10px !important;
  background: #F9F9FB !important;
  color: #2E2E38 !important;
  padding: 9px 17px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}
.sales-order-view.account.account .help-buttons a:hover {
  background: #fef6f1 !important;
  color: #2E2E38 !important;
}
.sales-order-view.account.account .table-wrapper {
  border-bottom: 0;
  float: left;
  width: 67%;
  margin-right: 24px;
}
@media (max-width: 991px) {
  .sales-order-view.account.account .table-wrapper {
    width: 100%;
    margin-right: 0;
  }
}
.sales-order-view.account .order-totals .totals {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.sales-order-view.account .order-totals .totals .title {
  font-size: 15px;
  color: #2E2E38;
  font-weight: 400;
}
.sales-order-view.account .order-totals .totals {
  font-size: 16px;
  color: #2E2E38;
  font-weight: 400;
}
.sales-order-view.account .order-totals .totals.grand {
  border-top: 1px solid #E3E3E8;
  padding-top: 15px;
}
.sales-order-view.account .order-totals .totals.grand .data,
.sales-order-view.account .order-totals .totals.grand .title {
  font-weight: 600;
}
.sales-order-view.account .order-section p {
  font-size: 16px;
  font-weight: 400;
  color: #2E2E38;
}
.load-more-container {
  float: left;
  width: 100%;
  text-align: center;
}
.load-more-container button.load-more-btn {
  background: #f9f9fb url('../../frontend/OM/Isha/en_US/images/filter-search.png') no-repeat right 17px center;
  border: 1px solid #E3E3E8;
  border-radius: 10px !important;
  padding: 9px 54px 9px 17px;
  font-size: 13px;
  font-weight: 600;
  background-size: 16px 16px;
}
.downloadable-products-wrapper h2 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  color: #2E2E38;
}
.downloadable-products-wrapper p.table-caption {
  float: left;
  width: 100%;
  font-size: 15px;
  margin-bottom: 20px;
  color: #797986;
}
form#downloadable-products-filter-form input {
  padding: 10px;
  border-radius: 8px;
  height: 40px;
  border: 1px solid #e3e3e8;
  width: 100%;
  background: #f6f6f6 url('../../frontend/OM/Isha/en_US/images/filter-search.png') no-repeat left 10px center;
  background-size: 16px 16px;
  padding-left: 35px;
  font-size: 14px;
  margin-bottom: 20px;
}
.downloadable-products-header {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
  justify-content: space-between;
  background: transparent !important;
}
.downloadable-products-header .col,
.downloadable-product-row .col {
  flex-grow: unset !important;
  padding: 0 !important;
  flex-basis: max-content !important;
}
.downloadable-products-header .col {
  font-weight: 700;
  font-size: 15px;
  color: #000;
}
.downloadable-product-row {
  display: flex;
  padding: 10px 10px 10px 0 !important;
  border-bottom: 1px solid #eaeaea;
  justify-content: space-between;
  background: transparent;
}
.downloadable-product-row .product-name {
  font-weight: 400;
  margin-bottom: 5px;
  color: #000;
  font-size: 14px;
}
.downloadable-product-row .title {
  max-width: 60%;
}
.downloadable-product-row .order-date {
  display: flex;
}
.downloadable-product-row .order-date span,
.downloadable-product-row .order-date a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  font-weight: 400;
}
.downloadable-product-row .order-date span {
  margin-left: 10px;
}
.downloadable-product-row .col.remaining a {
  width: 28px;
  height: 28px;
  font-size: 0;
  background: url('../../frontend/OM/Isha/en_US/images/download.png') no-repeat center center;
  background-size: 28px 28px;
  display: inline-block;
}
.account.customer-address-index .page-heading {
  float: left;
  width: 100%;
  font-size: 28px;
  font-weight: 700;
  color: #2E2E38;
  padding-bottom: 5px;
  text-align: left;
}
.account.customer-address-index .page-sub-heading {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  color: #797986;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
}
.account.customer-address-index #maincontent .column.main .page-title-wrapper {
  padding: 0 !important;
}
.account.customer-address-index #maincontent .column.main .page-title-wrapper .custom-title-tags,
.account.customer-address-index #maincontent .column.main .page-title-wrapper h1.page-title {
  display: none !important;
}
.account.customer-address-index .add-new-button.button {
  float: right;
}
.account.customer-address-index .add-new-button.button #add_new_button {
  background: #EE7203;
  border: none;
  box-shadow: none;
  color: #fff;
  padding: 8px 16px;
  float: right;
  font-size: 13px;
  font-weight: 600;
  border-radius: 10px !important;
  position: relative;
  z-index: 9;
}
.account.customer-address-index .block.block-addresses-default {
  float: left;
  width: 100%;
}
.account.customer-address-index .block.block-addresses-default strong.default-address-logo {
  float: right;
  position: absolute;
  right: 24px;
  top: 24px;
}
.account.customer-address-index .block.block-addresses-default strong.default-address-logo span {
  float: right;
  color: #EE7203;
  border: 1px solid #EE7203;
  padding: 3px 11px;
  border-radius: 10px;
}
.account.customer-address-index .block.block-addresses-default strong.default-address-logo span.city,
.account.customer-address-index .block.block-addresses-default strong.default-address-logo span.region,
.account.customer-address-index .block.block-addresses-default strong.default-address-logo span.postcode {
  width: auto;
  display: inline-block;
}
.account.customer-address-index .block.block-addresses-default .block-content .box {
  width: 100% !important;
}
.account.customer-address-index .block.block-addresses-default .block-content .box.box-address-billing {
  margin-top: 40px;
}
.account.customer-address-index .block.block-addresses-default .block-content .box.box-address-shipping {
  margin-top: -33px;
}
.account.customer-address-index .block.block-addresses-default .block-content .box .box-title {
  margin-bottom: 20px;
}
.account.customer-address-index .block.block-addresses-default .block-content .box .address-container {
  float: left;
  width: 100%;
  border: 1px solid #E3E3E8;
  border-radius: 12px;
  position: relative;
}
.account.customer-address-index .block.block-addresses-default .block-content .box .address-container .address {
  float: left;
  width: 100%;
  padding: 24px;
}
.account.customer-address-index .block.block-addresses-default .block-content .box .address-container .address span {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #2E2E38;
}
.account.customer-address-index .block.block-addresses-default .block-content .box .address-container .address span.fullname {
  font-size: 15px;
  font-weight: 700;
  padding-right: 150px;
}
.account.customer-address-index .block.block-addresses-default .block-content .box .address-container .address span.mobile {
  margin-bottom: 10px;
  color: #797986;
}
.account.customer-address-index .block.block-addresses-default .block-content .box .address-container .address span.city,
.account.customer-address-index .block.block-addresses-default .block-content .box .address-container .address span.region,
.account.customer-address-index .block.block-addresses-default .block-content .box .address-container .address span.postcode {
  width: auto;
  display: inline-block;
  float: none;
  margin-left: 5px;
}
.account.customer-address-index .block.block-addresses-default .block-content .box .address-container .address span.city {
  margin-left: 0;
}
.account.customer-address-index .block.block-addresses-default .block-content .box .address-container .box-actions {
  float: left;
  width: 100%;
  padding: 24px;
  border-top: 1px solid #E3E3E8;
}
.account.customer-address-index .block.block-addresses-default .block-content .box .address-container .box-actions a {
  color: #2E2E38 !important;
  text-decoration: none !important;
  font-size: 13px !important;
}
.account.customer-address-index .block.block-addresses-default .block-content .box .address-container .box-actions a:before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.account.customer-address-index .block.block-addresses-default .block-content .box .address-container .box-actions a.edit:before {
  background: url('../../frontend/OM/Isha/en_US/images/edit-icon.png');
}
.account.customer-address-index .block.block-addresses-default .block-content .box .address-container .box-actions a.delete {
  color: #EF4444 !important;
}
.account.customer-address-index .block.block-addresses-default .block-content .box .address-container .box-actions a.delete:before {
  background: url('../../frontend/OM/Isha/en_US/images/delete-icon.png');
}
.account.customer-address-index .block-addresses-list {
  float: left;
  width: 100%;
}
.account.customer-address-index .additional-addresses .address-item {
  float: left;
  width: 100%;
  border: 1px solid #E3E3E8;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
}
.account.customer-address-index .additional-addresses .address-item .other-data {
  float: left;
  width: 100%;
  margin-bottom: 24px;
}
.account.customer-address-index .additional-addresses .address-item span {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #2E2E38;
}
.account.customer-address-index .additional-addresses .address-item span.fullname {
  font-size: 15px;
  font-weight: 700;
  padding-right: 150px;
}
.account.customer-address-index .additional-addresses .address-item span.mobile {
  margin-bottom: 10px;
  color: #797986;
}
.account.customer-address-index .additional-addresses .address-item span.city,
.account.customer-address-index .additional-addresses .address-item span.region,
.account.customer-address-index .additional-addresses .address-item span.postcode {
  width: auto;
  display: inline-block;
  float: none;
  margin-left: 5px;
}
.account.customer-address-index .additional-addresses .address-item span.city {
  margin-left: 0;
}
.account.customer-address-index .additional-addresses .address-item .actions {
  padding: 24px 24px 0;
  margin: 0 -24px 0;
  display: flex;
  border-top: 1px solid #E3E3E8;
}
.account.customer-address-index .additional-addresses .address-item .actions span {
  width: auto;
  float: none;
}
.account.customer-address-index .additional-addresses .address-item .actions a {
  color: #2E2E38 !important;
  text-decoration: none !important;
  font-size: 13px !important;
  margin-right: 20px;
}
.account.customer-address-index .additional-addresses .address-item .actions a:before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.account.customer-address-index .additional-addresses .address-item .actions a.edit:before {
  background: url('../../frontend/OM/Isha/en_US/images/edit-icon.png');
}
.account.customer-address-index .additional-addresses .address-item .actions a.delete {
  color: #EF4444 !important;
}
.account.customer-address-index .additional-addresses .address-item .actions a.delete:before {
  background: url('../../frontend/OM/Isha/en_US/images/delete-icon.png');
}
.account.customer-address-index .address-overlay {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 99;
}
.account.customer-address-index #address-new-popup .form-address-edit {
  overflow: auto;
  width: 500px;
  position: fixed;
  top: calc(50% + 187px);
  left: 50%;
  transform: translate(-50%, -76%);
  background: #F9F9FB;
  border-radius: 12px;
  max-height: 70%;
  height: 600px;
  padding: 16px 32px;
  display: none;
  z-index: 110;
  max-width: 90%;
}
.account.customer-address-index #address-new-popup .form-address-edit .popup-title {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.account.customer-address-index #address-new-popup .form-address-edit .popup-title span {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #797986;
}
.account.customer-address-index #address-new-popup .form-address-edit .popup-title span.popup-title-main {
  font-size: 15px;
  color: #2E2E38;
  font-weight: 700 !important;
  font-family: 'Fedra Sans Medium 5';
}
.account.customer-address-index #address-new-popup .form-address-edit .header-popup .cancel {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
}
.account.customer-address-index #address-new-popup .form-address-edit .header-popup .cancel .cancel {
  position: static;
}
.account.customer-address-index #address-new-popup .form-address-edit .header-popup .cancel a:before,
.account.customer-address-index #address-new-popup .form-address-edit .header-popup .cancel a:after {
  content: '';
  width: 2px;
  height: 12px;
  background: #797986;
  position: absolute;
  left: 50%;
}
.account.customer-address-index #address-new-popup .form-address-edit .header-popup .cancel a:before {
  transform: rotate(-45deg);
}
.account.customer-address-index #address-new-popup .form-address-edit .header-popup .cancel a:after {
  transform: rotate(45deg);
}
.account.customer-address-index #address-new-popup .form-address-edit .header-popup .cancel a span {
  display: none;
}
.account.customer-address-index #address-new-popup .form-address-edit .addres-type {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account.customer-address-index #address-new-popup .form-address-edit .addres-type .field {
  width: 48%;
  float: left;
  position: relative;
}
.account.customer-address-index #address-new-popup .form-address-edit .addres-type .field input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.account.customer-address-index #address-new-popup .form-address-edit .addres-type .field label {
  width: 100%;
  border: 2px solid #E3E3E8;
  text-align: center;
  padding: 8px 10px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 400 !important;
  color: #000;
  background: #fff;
}
.account.customer-address-index #address-new-popup .form-address-edit .addres-type .field label span {
  float: left;
  width: 100%;
}
.account.customer-address-index #address-new-popup .form-address-edit .addres-type .field label:before {
  content: '';
  font-size: smaller;
  width: 20px;
  height: 20px;
  background: url('../../frontend/OM/Isha/en_US/images/location-icon.png') no-repeat center center;
  display: inline-block;
}
.account.customer-address-index #address-new-popup .form-address-edit .addres-type .field label select#country {
  pointer-events: none;
  opacity: 0.5;
}
.account.customer-address-index #address-new-popup .form-address-edit .addres-type .field input[type="checkbox"]:checked + label {
  border: 2px solid #D26A2D !important;
}
.account.customer-address-index #address-new-popup .form-address-edit .field {
  margin-bottom: 20px !important;
}
.account.customer-address-index #address-new-popup .form-address-edit .field:empty {
  display: none !important;
}
.account.customer-address-index #address-new-popup .form-address-edit .field label {
  float: left;
  width: 100% !important;
}
.account.customer-address-index #address-new-popup .form-address-edit .field.field-name-firstname {
  width: 48%;
  float: left !important;
}
.account.customer-address-index #address-new-popup .form-address-edit .field.telephone {
  width: 48%;
  float: right !important;
}
.account.customer-address-index #address-new-popup .form-address-edit .field.company {
  display: none !important;
}
.account.customer-address-index #address-new-popup .form-address-edit .field.country {
  display: block !important;
}
.account.customer-address-index #address-new-popup .form-address-edit .field input[title="Street"] {
  margin-bottom: 0;
}
.account.customer-address-index #address-new-popup .form-address-edit .field input,
.account.customer-address-index #address-new-popup .form-address-edit .field select {
  background-color: #fff;
  border: 1px solid #E3E3E8 !important;
  border-radius: 10px;
}
.account.customer-address-index #address-new-popup .form-address-edit .field select#country {
  opacity: 0.5;
  pointer-events: none;
}
.account.customer-address-index #address-new-popup .form-address-edit .field.street .field.primary {
  display: none;
}
.account.customer-address-index #address-new-popup .form-address-edit .field div.mage-error {
  position: absolute;
}
.account.customer-address-index #address-new-popup .form-address-edit .field .nested {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.account.customer-address-index #address-new-popup .form-address-edit .field .nested label {
  margin-bottom: 0.5rem;
}
.account.customer-address-index #address-new-popup .form-address-edit .actions-toolbar {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.account.customer-address-index #address-new-popup .form-address-edit .actions-toolbar span {
  width: auto;
  float: none;
  display: inline-block;
}
.account.customer-address-index #address-new-popup .form-address-edit .actions-toolbar .primary button {
  background: #EE7203 !important;
  font-size: 13px;
  font-weight: 600;
  padding: 12px;
  border-radius: 10px !important;
  margin: 0 !important;
  border: none !important;
}
.account.customer-address-index #address-new-popup .form-address-edit .actions-toolbar .secondary a.action.cancel {
  font-size: 14px;
  color: #2E2E38;
  margin-right: 20px;
}
.account.customer-address-index button.action.primary.add {
  display: none;
}
.account.customer-address-form .form-address-edit {
  float: none;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background: #F9F9FB;
  padding: 16px;
  border-radius: 12px;
}
.account.customer-address-form .form-address-edit .field.company {
  display: none;
}
.account.customer-address-form .form-address-edit .field select,
.account.customer-address-form .form-address-edit .field input {
  border-radius: 8px;
  border: 1px solid #e3e3e8 !important;
}
.account.customer-address-form .form-address-edit .actions-toolbar .primary {
  float: right;
}
.account.customer-address-form .form-address-edit .actions-toolbar .primary button {
  background: #ee7203 !important;
  font-size: 13px;
  font-weight: 600;
  padding: 12px;
  border-radius: 10px !important;
  margin: 0 !important;
  border: none !important;
  text-transform: unset;
}
.downloadable-customer-products.account #maincontent .column.main .page-title-wrapper h1,
.customer-account-edit.account #maincontent .column.main .page-title-wrapper h1,
.customer-account-index.account #maincontent .column.main .page-title-wrapper h1 {
  display: none !important;
}
body .row {
  margin: 0;
}
body.customer-account-login .page-title-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 15px 0;
}
body.customer-account-login .page-title-wrapper .page-title {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 20px 0;
  font-size: 26px;
  font-family: 'Fedra Sans Medium 5';
}
body.customer-account-login .note {
  font-size: 14px;
}
body.customer-account-login .field {
  margin: 0px;
}
body.customer-account-login .field .label {
  font-size: 14px;
  font-weight: normal;
}
body.customer-account-login .field .control {
  width: 100% !important;
}
body.customer-account-login .field .control input {
  border: none;
  border-bottom: solid 1px #f6d49b;
  padding: 16px 0;
  height: auto;
}
body.customer-account-login .field .control input:focus {
  outline: 0;
  box-shadow: none;
}
body.customer-account-login .field.password {
  position: relative;
}
body.customer-account-login .field.password .forgotpass {
  position: absolute;
  top: 19px;
  right: 0;
  z-index: 100;
}
body.customer-account-login .field.password .forgotpass a {
  color: #d9422c;
  font-size: 14px;
  font-family: 'Fedra Sans Std';
}
body.customer-account-login .actions-toolbar {
  float: left;
}
body.customer-account-login .actions-toolbar::before {
  display: none;
}
body.customer-account-login .actions-toolbar .primary {
  float: none;
  text-align: center;
  width: 100%;
  padding-top: 24px;
}
body.customer-account-login .actions-toolbar .primary button {
  background: #a92611;
  border: solid 1px #a92611;
  text-transform: uppercase;
  font-size: 16px;
  height: auto;
  padding: 10px 0px;
  transition: 0.5s all ease;
  border-radius: 4px;
  font-family: 'Fedra Sans Medium 5';
  display: block;
  width: 100%;
  letter-spacing: 1.5px;
  font-weight: normal;
}
body.customer-account-login .actions-toolbar .primary button:hover {
  background: #ffffff;
  border: solid 1px #a92611;
  color: #a92611;
}
body.customer-account-login .actions-toolbar .primary button:focus {
  border: solid 1px #a92611;
}
body.customer-account-login .actions-toolbar .requestotp a {
  display: block;
  text-align: center;
  border: solid 1px #a92611;
  border-radius: 4px;
  padding: 10px 0;
  font-family: 'Fedra Sans Medium 5';
  color: #a92611;
  font-size: 16px;
  margin-top: 15px;
  text-transform: uppercase;
  transition: 0.5s all ease;
  letter-spacing: -0.45px;
}
body.customer-account-login .actions-toolbar .requestotp a:hover {
  background: #a92611;
  color: #ffffff;
  transition: 0.5s all ease;
  text-decoration: none;
}
body.customer-account-login .actions-toolbar .secondary {
  width: 63%;
  text-align: right;
}
body.customer-account-login .actions-toolbar .secondary a {
  font-size: 16px;
  color: #e4af3f;
  text-decoration: underline;
}
body .login-container .block {
  width: 100%;
  margin-bottom: 25px;
}
body .login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
body .login-container .block .block-title {
  text-align: center;
  font-size: 1.8rem;
}
body .login-container .block .block-title strong {
  margin-bottom: 12px;
  display: block;
  text-transform: uppercase;
  color: #000;
  text-transform: capitalize;
  font-size: 20px;
}
body .login-container .block .block-title p {
  font-size: 13px;
  color: #020202;
  margin-bottom: 20px;
  display: block;
}
body .login-container .block.block-new-customer {
  text-align: center;
  margin: 0;
  margin-bottom: 0px;
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
  background: #f5eded;
}
body .login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
body .login-container .fieldset:after {
  display: none;
  margin-top: 25px;
}
.or-line {
  width: 100%;
  display: inline-block;
  border-top: 1px solid #ccc;
  text-align: center;
}
.or-line span {
  background: #ffffff;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  top: -14px;
  margin-top: -24px;
  position: relative;
  color: #000;
}
.login-container .block-new-customer h4 {
  text-align: center;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}
.login-container .block-new-customer h4 a span {
  color: #c17700;
  display: inline-block;
  margin-left: 10px;
  text-decoration: underline;
}
.customer-account-login .login-container {
  width: 475px;
  padding: 0;
  margin: auto;
  background: #ffffff;
  margin-top: 55px;
  margin-bottom: 105px;
}
.customer-account-login .login-container .block-customer-login {
  border: none;
  padding: 20px;
  box-sizing: border-box;
  padding-top: 52px;
}
body .login-container .block.block-new-customer {
  text-align: center;
  margin: 0;
  margin-bottom: 0px;
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
  background: #f3edd9;
  float: left;
}
body .login-container .block.block-new-customer p {
  font-size: 14px;
}
body .login-container .block.block-new-customer .actions-toolbar .primary {
  width: 100%;
  text-align: center;
}
body .login-container .block.block-new-customer .actions-toolbar .primary a {
  background: #e4af3f;
  border: solid 1px #e4af3f;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  width: auto;
  transition: 0.5s all ease;
}
body .login-container .block.block-new-customer .actions-toolbar .primary a:hover {
  background: none;
  color: #020202;
  border: solid 1px #020202;
}
.form.create.account.form-create-account {
  margin: 0;
  margin-top: 0px;
  padding: 0 20px;
  min-width: 475px;
  background: #ffffff;
  width: 475px;
  padding-top: 50px;
  position: relative;
}
.form.create.account.form-create-account .signupclose {
  position: absolute;
  right: 30px;
  top: 26px;
}
.form.create.account.form-create-account legend {
  font-family: 'Fedra Sans Medium 5';
  font-size: 16px;
  border: none;
  padding: 0;
}
.form.create.account.form-create-account legend span {
  font-size: 16px;
  font-weight: 600;
}
.form.create.account.form-create-account .field {
  margin: 0px;
}
.form.create.account.form-create-account .field input {
  border: none;
  padding: 10px 0;
  border-bottom: solid 1px #f6d49b;
  height: auto;
}
.form.create.account.form-create-account .field input#pass {
  border: none;
}
.form.create.account.form-create-account .field input:focus {
  outline: none;
  box-shadow: none;
}
.form.create.account.form-create-account .field .label {
  font-size: 14px;
  font-weight: normal;
}
.form.create.account.form-create-account .field.field-name-firstname {
  float: left;
  width: 48%;
}
.form.create.account.form-create-account .field.field-name-lastname {
  float: right;
  width: 48%;
}
.form.create.account.form-create-account .field.choice.newsletter {
  clear: both;
  overflow: hidden;
}
.form .actions-toolbar .primary {
  float: left;
}
.form .actions-toolbar .primary button {
  background: #a92611;
  border: solid 1px #a92611;
  text-transform: uppercase;
  font-size: 16px;
  height: auto;
  padding: 10px 0px;
  transition: 0.5s all ease;
  border-radius: 4px;
  font-family: 'Fedra Sans Medium 5';
  display: block;
  width: 100%;
  letter-spacing: 1.5px;
  margin: 0;
  font-weight: normal;
  transform: 0.5s all ease;
}
.form .actions-toolbar .primary button:hover {
  transition: 0.5s all ease;
  background: #ffffff;
  color: #a92611;
}
.form .actions-toolbar .primary button:focus {
  border: solid 1px #a92611;
}
.form .password-strength-meter {
  background: none;
  padding-left: 0px;
}
.customer-account-create .page-title,
.customer-account-forgotpassword .page-title {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 20px 0;
  font-size: 26px;
  font-family: 'Fedra Sans Medium 5';
  margin-top: 20px;
}
.customer-account-forgotpassword .page-title-wrapper .page-title span {
  color: #000;
  font-weight: 400;
  font-size: 20px;
  text-transform: capitalize;
}
.customer-account-forgotpassword .form.password.forget {
  border: solid 1px #ddd;
  margin-top: 20px;
  padding: 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin: auto;
}
.customer-account-forgotpassword .form.password.forget .legend {
  font-size: 14px;
  text-transform: capitalize;
}
.customer-account-forgotpassword .form.password.forget .field label {
  margin: 0;
}
.customer-account-forgotpassword .form.password.forget .field label span {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.customer-account-forgotpassword .form.password.forget .field input {
  height: auto;
  border: none;
  border: solid 1px #000;
  padding: 10px;
}
.customer-account-forgotpassword .form.password.forget .field.choice span {
  padding-top: 2px;
  display: inline-block;
  vertical-align: text-top;
  font-size: 12px;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar button {
  background: #e4af3f;
  border: solid 1px #e4af3f;
  height: auto !important;
  padding: 10px 30px;
  line-height: normal !important;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  min-width: inherit !important;
  font-size: 14px;
  transition: 0.5s all ease;
  box-shadow: none;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar button:hover {
  background: none;
  color: #020202;
  border: solid 1px #020202;
}
.customer-account-forgotpassword .form.password.forget .control.captcha-image {
  padding-top: 10px;
}
.customer-account-forgotpassword .form.password.forget .control.captcha-image button {
  background: #e4af3f;
  border: solid 1px #e4af3f;
  height: auto !important;
  padding: 10px 30px;
  line-height: normal !important;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  min-width: inherit !important;
  font-size: 13px;
  float: right;
  box-shadow: none;
}
.customer-account-forgotpassword .form.password.forget .control.captcha-image button:hover {
  background: none;
  color: #020202;
  border: solid 1px #020202;
}
.block.block-collapsible-nav {
  width: 100%;
  text-align: center;
}
.customer-account-create {
  background: #ffffff;
}
.customer-account-create h1.page-title {
  display: none !important;
}
.customer-account-create .registermain {
  width: 950px;
  margin: auto;
  padding-top: 85px;
  padding-bottom: 105px;
}
.customer-account-create .block-title {
  text-align: center;
}
.customer-account-create .block-title span {
  font-family: 'Fedra Sans Medium 5';
  font-size: 21px;
  display: inline-block;
  vertical-align: top;
}
.customer-account-create .block-title p {
  font-family: 'Fedra Sans Book 5';
  font-size: 16px;
  padding-top: 0px;
  margin: 0px;
}
.customer-account-create .fieldset.create.account {
  width: 324px;
  margin: auto;
  border: solid 1px #edaa38;
  padding: 0 20px;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.customer-account-login .page-main {
  background: #ffffff;
  max-width: 100%;
}
.customer-account-login .page-main .page-title {
  display: none !important;
}
.customer-account-login .page-main .block.block-new-customer {
  display: none;
}
.customer-account-login .page-main .block.block-customer-login .block-title {
  border: none;
  clear: both;
  overflow: hidden;
  margin: 0px;
  padding: 0 0 5px 0;
}
.customer-account-login .page-main .block.block-customer-login .block-title .tophead span {
  font-family: 'Fedra Sans Medium 5';
  font-size: 21px;
  display: inline-block;
  vertical-align: top;
  padding: 2px 0 0 8px;
}
.customer-account-login .page-main .block.block-customer-login .block-title p {
  font-family: 'Fedra Sans Book 5';
  font-size: 16px;
  padding-top: 8px;
}
.customer-account-login .page-main .block.block-customer-login .fieldset.login {
  width: 324px;
  border: solid 1px #edaa38;
  padding: 0 20px;
  margin: auto;
  border-radius: 4px;
}
.socialloginbox {
  width: 324px;
  margin: auto;
  text-align: center;
  padding-top: 20px;
}
.socialloginbox .tophead {
  position: relative;
  font-family: 'Fedra Sans Medium 5';
  font-size: 14px;
  color: #020202;
}
.socialloginbox .tophead::before {
  content: '';
  position: absolute;
  left: 0px;
  top: -10px;
  width: 30%;
  height: 100%;
  border-bottom: solid 1px #edaa38;
}
.socialloginbox .tophead::after {
  content: '';
  position: absolute;
  right: 0px;
  top: -10px;
  width: 30%;
  height: 100%;
  border-bottom: solid 1px #edaa38;
}
.socialloginbox .list {
  padding-top: 20px;
}
.socialloginbox .list a {
  display: inline-block;
}
.socialloginbox .list a:first-child {
  margin-right: 15px;
}
.newinisha {
  text-align: center;
  font-size: 18px;
  color: #020202;
  font-family: 'Fedra Sans Book 5';
  padding-top: 40px;
  padding-bottom: 26px;
}
.newinisha a {
  color: #a92611;
  font-family: 'Fedra Sans Medium 5';
  border-bottom: solid 1px #a92611;
}
.newinisha a:hover {
  text-decoration: none;
  border: none;
}
.newinisha span {
  font-weight: 600;
  color: #020202;
  opacity: 0.9;
}
.bysigning {
  color: #020202;
  font-family: 'Fedra Sans Book 5';
  font-size: 12px;
  text-align: center;
}
.bysigning a {
  color: #a92611;
}
.form-create-account .fieldset.create.account:after {
  display: none;
}
input::-webkit-input-placeholder {
  color: #b2b2b2;
}
input::-moz-placeholder {
  color: #b2b2b2;
}
input:-ms-input-placeholder {
  color: #b2b2b2;
}
input {
  color: #020202;
}
body.customer-account-login .field .control input#pass {
  border: none;
}
.block.account-nav {
  float: left;
  width: 18%;
  background: #ffffff;
  padding: 20px;
  font-family: 'Fedra Sans Book 5';
  font-size: 15px;
}
.block.account-nav ul {
  display: block;
}
.block.account-nav ul li {
  line-height: normal;
  padding: 0px 0 0 15px;
  margin-bottom: 18px;
}
.block.account-nav ul li.current strong,
.block.account-nav ul li.current a {
  border-left: solid 4px #edaa38;
  padding: 5px 10px;
}
.block.account-nav ul li a {
  color: #020202;
  text-decoration: none;
  font-size: 15px;
}
.block.account-nav ul li:nth-child(4) {
  display: none;
}
.block.account-nav ul li:nth-child(7) {
  display: none;
}
.account .block .block-title {
  color: #020202;
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
  font-weight: 500;
  border-bottom: solid 1px #f1bf55 !important;
}
.account .block .block-title a {
  color: #a92611;
  font-family: 'Fedra Sans Book 5';
  font-weight: 600;
  font-size: 15px;
  text-decoration: underline;
}
.account .block .block-title a:hover {
  text-decoration: none;
}
.account .block .block-content {
  padding-bottom: 5px;
}
.account .block .block-content p {
  font-size: 14px;
  color: #020202;
  font-family: 'Fedra Sans Book 5';
}
.account .block .block-content .box-title span {
  color: #020202;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Fedra Sans Medium 5';
}
.account .block .block-content a {
  color: #a92611;
  font-family: 'Fedra Sans Book 5';
  font-weight: 600;
  font-size: 15px;
  text-decoration: underline;
}
.account .block .block-content a:hover {
  text-decoration: none;
}
.account .form.form-edit-account .fieldset,
.account .form-address-edit .fieldset {
  margin: 0px;
  float: none;
  width: 100%;
  padding-bottom: 15px;
}
.account .form.form-edit-account .legend,
.account .form-address-edit .legend {
  color: #020202;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 500;
  border-bottom: solid 1px #f1bf55 !important;
}
.account .form.form-edit-account .legend span,
.account .form-address-edit .legend span {
  font-size: 18px;
}
.account .form.form-edit-account .field,
.account .form-address-edit .field {
  float: left;
  width: 48%;
}
.account .form.form-edit-account .field:nth-child(2n),
.account .form-address-edit .field:nth-child(2n) {
  float: right;
}
.account .form.form-edit-account .field .label span,
.account .form-address-edit .field .label span {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Fedra Sans Book 5';
}
.account .form.form-edit-account .field input,
.account .form-address-edit .field input,
.account .form.form-edit-account .field select,
.account .form-address-edit .field select {
  border: solid 1px #edaa38;
  height: auto;
  padding: 8px 10px;
  font-size: 14px;
}
.account .form.form-edit-account .field input:focus,
.account .form-address-edit .field input:focus,
.account .form.form-edit-account .field select:focus,
.account .form-address-edit .field select:focus {
  outline: none;
  box-shadow: none;
}
.account .form.form-edit-account .field.additional,
.account .form-address-edit .field.additional {
  display: none;
}
.account .form.form-edit-account .actions-toolbar .primary button,
.account .form-address-edit .actions-toolbar .primary button {
  background: #edaa38;
  border: none;
  padding: 10px 30px;
  line-height: normal;
  height: auto;
  font-family: 'Fedra Sans Book 5';
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.9399999999999999px;
  border-radius: 3px;
  transition: 0.5s all ease;
  font-size: 15px;
}
.account .form.form-edit-account .actions-toolbar .primary button:hover,
.account .form-address-edit .actions-toolbar .primary button:hover {
  background: #a92611;
  color: #ffffff;
}
.account .form.form-edit-account .actions-toolbar .primary button:focus,
.account .form-address-edit .actions-toolbar .primary button:focus {
  outline: none;
}
.account address {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  font-weight: 400;
}
.account .actions-toolbar button {
  background: #edaa38;
  color: #fff;
  border: none;
  padding: 10px 20px;
  line-height: normal;
  height: auto;
  font-family: 'Fedra Sans Book 5';
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.9399999999999999px;
  border-radius: 3px;
  transition: 0.5s all ease;
  font-size: 15px;
}
.account .actions-toolbar button:hover {
  background: #a92611;
  color: #ffffff;
  transition: 0.5s all ease;
  border: none;
}
.account .actions-toolbar button:focus {
  background: #a92611;
  color: #ffffff;
  transition: 0.5s all ease;
  border: none;
  outline: none;
}
.account .message.info {
  background: no-repeat;
  padding: 0;
  clear: both;
  overflow: hidden;
}
.account .message.info span::before {
  display: none;
}
.account .form-wishlist-items li.product-item {
  min-width: 100%;
  position: relative;
}
.account .form-wishlist-items li.product-item .price-as-configured {
  margin: 0px;
}
.account .form-wishlist-items li.product-item .product-item-inner {
  clip: auto !important;
  overflow: visible !important;
  position: relative !important;
  width: 100% !important;
  background: none;
  box-shadow: none;
  clear: both;
  height: auto !important;
  float: left;
}
.account .form-wishlist-items li.product-item .field.comment-box {
  display: none;
}
.account .form-wishlist-items li.product-item .box-tocart {
  float: right;
  margin: 0px;
}
.account .form-wishlist-items li.product-item .box-tocart .fieldset {
  margin: 0px;
}
.account .form-wishlist-items li.product-item .box-tocart button {
  background: #edaa38;
  border: none;
  font-family: 'Fedra Sans Book 5';
  font-size: 15px !important;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 2px;
  height: auto;
  padding: 14px 30px !important;
}
.account .form-wishlist-items li.product-item .box-tocart .field.qty {
  display: none;
}
.account .form-wishlist-items li.product-item .product-item-actions {
  clear: both;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
.account .form-wishlist-items li.product-item .product-item-actions .action.edit {
  display: none;
}
.account .form-wishlist-items li.product-item .product-item-actions .action.delete {
  position: absolute;
  right: 0;
  display: block;
  width: 16%;
  text-decoration: none;
  border: none;
}
.account .form-wishlist-items li.product-item .product-item-actions .action.delete::before {
  display: none;
}
.account .form-wishlist-items li.product-item .product-item-actions .action.delete span {
  color: rgba(35, 31, 32, 0.5);
  font-size: 14px;
  clip: auto !important;
  height: auto !important;
  width: auto !important;
  font-family: 'Fedra Sans Book 5';
}
.account .form-wishlist-items li.product-item .product-item-name {
  font-size: 18px;
  font-family: 'Fedra Sans Book 5';
  float: none;
  width: 100%;
  padding-right: 180px;
}
.account .form-wishlist-items li.product-item .product-reviews-summary {
  float: none;
  padding: 0;
  margin: 0;
  top: auto;
  padding-left: 0;
}
.account .form-wishlist-items li.product-item .product-item-inner {
  border: none;
  padding: 0px;
  margin: 0px;
  position: absolute !important;
  top: 0px;
  right: 0 !important;
  left: auto;
}
.account .form-wishlist-items li.product-item .product-item-info:hover {
  background: none;
  box-shadow: none;
  border: none !important;
  padding: 0px;
  margin: 0px;
}
.account .form-wishlist-items li.product-item .product-item-info:hover .product-item-inner {
  border: none;
  padding: 0px;
  margin: 0px;
  right: auto;
}
.account .form-wishlist-items li.product-item .product-item-info .product-image {
  float: left;
}
.account .form-wishlist-items li.product-item .product-item-info .product-wrapper {
  float: left;
  margin-left: 25px;
  width: 75%;
  border-bottom: solid 1px #f1bf55;
  padding-bottom: 40px;
  margin-bottom: 20px;
  height: 136px;
}
.account .form-wishlist-items li.product-item .product-item-info span.price {
  font-weight: 500;
  font-size: 18px;
  padding-top: 15px;
  display: block;
}
.account .form-wishlist-items li.product-item .price-box {
  float: none;
  display: block;
  width: 100%;
  clear: both;
}
.account .field.choice.set.billing {
  clear: both;
  overflow: hidden;
}
.account .field.choice.set.billing span {
  font-weight: 600;
}
.account .field.choice span {
  font-weight: 400;
}
.account .page-main {
  position: relative;
}
.account .update_mob .update_mob_text {
  float: left;
}
.account .update_mob .update_mob_text input {
  padding: 10px;
  height: auto;
}
.account .update_mob .update_mob_text span {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  display: block;
  padding-top: 10px;
}
.account .update_mob .update_mob_btn {
  float: left;
}
.account .update_mob .update_mob_btn input {
  background: #edaa38;
  border: none;
  padding: 12px 20px;
  line-height: normal;
  height: auto;
  font-family: 'Fedra Sans Book 5';
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.9399999999999999px;
  border-top-right-radius: 3px;
  transition: 0.5s all ease;
  font-size: 15px;
  border-bottom-right-radius: 3px;
}
.block.block-dashboard-orders,
.orders-history {
  border-bottom: 1px solid #f1bf55 !important;
}
.block.block-dashboard-orders table th,
.orders-history table th {
  font-family: 'Fedra Sans Medium 5';
  font-size: 16px;
  font-weight: 400;
  border-bottom: solid 1px #f1bf55 !important;
}
.block.block-dashboard-orders table td,
.orders-history table td {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  padding: 15px 0;
}
.block.block-dashboard-orders table td a,
.orders-history table td a {
  color: #a92611;
  font-family: 'Fedra Sans Book 5';
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: 0.5s all ease;
}
.block.block-dashboard-orders table td a span,
.orders-history table td a span {
  border-bottom: solid 1px #E7AE9C;
}
.block.block-dashboard-orders table td a:hover span,
.orders-history table td a:hover span {
  border: none;
}
.block.block-dashboard-orders table td a::after,
.orders-history table td a::after {
  border-left: solid 1px #F1C075 !important;
}
.block.block-dashboard-orders table .col,
.orders-history table .col {
  width: auto;
  border: none;
  padding-left: 0px;
}
.order-products-toolbar.toolbar.bottom {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.order-products-toolbar.toolbar.bottom select {
  background-color: transparent;
  border: solid 1px #f1bf55;
}
#wishlist-view-form .actions-toolbar {
  display: none;
}
.wishlist-index-index .toolbar.wishlist-toolbar {
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
  text-transform: capitalize;
}
.wishlist-index-index .toolbar.wishlist-toolbar select {
  background-color: transparent;
  box-shadow: none;
  font-family: 'Fedra Sans Book 5';
  border: solid 1px #a92611;
  height: auto;
  line-height: normal;
}
.table-wrapper.additional-addresses {
  border-bottom: 1px solid #f1bf55 !important;
}
.table-wrapper.additional-addresses table th {
  font-family: 'Fedra Sans Medium 5';
  font-size: 14px;
  font-weight: 400;
  border-bottom: solid 1px #f1bf55 !important;
}
.table-wrapper.additional-addresses table td {
  font-family: 'Fedra Sans Book 5';
  font-size: 12px;
  padding: 15px 10px;
}
.table-wrapper.additional-addresses table td a {
  color: #a92611;
  font-family: 'Fedra Sans Book 5';
  font-weight: 600;
  font-size: 12px !important;
  text-decoration: underline;
  margin-left: 8px;
}
.table-wrapper.additional-addresses table .col {
  width: auto;
  border: none;
}
.customer-addresses-toolbar.toolbar.bottom {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  text-transform: capitalize;
}
.customer-addresses-toolbar.toolbar.bottom select {
  background: transparent;
  text-align: center;
  padding: 5px 10px;
}
.sales-order-view .order-details-items.ordered .product-item-name {
  width: 425px;
}
.sales-order-view .order-details-items.ordered .product-item-name {
  float: left !important;
}
.items-qtysection {
  position: relative;
  width: 100%;
  left: 0;
  text-align: left;
  padding-top: 20px !important;
  padding-left: 20px !important;
  top: 0;
}
.items-qtysection .item {
  white-space: nowrap;
  display: inline-block;
  padding: 0;
  width: 25%;
  position: relative;
  text-align: left;
}
.items-qtysection .item:last-child {
  width: auto;
}
.items-qtysection li:last-child::before {
  display: none !important;
}
.col.sku.estimated {
  color: #edaa38;
  font-weight: 600;
  opacity: 1;
  text-shadow: none;
}
.items-qtysection {
  clear: both;
}
.items-qtysection .item .title {
  color: #e0e0e0;
}
.items-qtysection .item.active .title {
  color: #020202;
  font-weight: 600;
}
.items-qtysection .item.active .title::after {
  content: '';
}
.items-qtysection .item.active:before {
  background: #26a542;
}
.items-qtysection .item:before {
  width: 100%;
  content: '';
  background: #e0e0e0;
  position: absolute;
  top: -10px;
  left: 0px;
  height: 3px;
}
.items-qtysection .title:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  background: #e0e0e0;
  border-radius: 10px;
  top: -15.2px;
  left: -4px;
}
.items-qtysection .item.active .title:after {
  background: #26a542;
}
.items-qtysection .title:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background: #ffffff;
  border: 1px solid #26a542;
  border-radius: 20px;
  top: -20px;
  left: 43.5%;
  display: none;
}
.sales-order-view .page-title-wrapper .order-status,
.sales-order-view .page-title-wrapper .order-actions-toolbar {
  display: none;
}
.sales-order-view .order-details-items {
  margin-top: -1px;
  padding: 25px;
}
.sales-order-view .order-details-items.ordered {
  border: solid 1px #edaa38;
  background: #ffffff;
  margin-bottom: 40px !important;
}
.sales-order-view .order-details-items.ordered th {
  font-family: 'Fedra Sans Medium 5';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.45px;
}
.sales-order-view .order-details-items.ordered th.qty {
  opacity: 0;
}
.sales-order-view .order-details-items.ordered .col {
  width: auto;
}
.sales-order-view .order-details-items.ordered td {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  font-weight: 400;
}
.sales-order-view .order-details-items.ordered td .price {
  color: #241f20;
  font-size: 14px;
}
.sales-order-view .order-details-items.ordered .product-image {
  float: left;
}
.sales-order-view .order-details-items.ordered .product-item-name {
  float: left;
  font-size: 15px;
  padding-left: 15px;
  padding-right: 10px;
}
.sales-order-view .order-details-items.ordered tfoot,
.sales-order-view .order-details-items.ordered td {
  background: none;
}
.sales-order-view .order-details-items.ordered li.Ecom-ship.item {
  display: none !important;
}
.block-order-details-view .box-content {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.order-status-date {
  font-size: 15px;
  padding-bottom: 15px;
  font-family: 'Fedra Sans Book 5';
  font-weight: 500;
}
.order-status-date a {
  background: #edaa38;
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
  padding: 0px 20px;
  margin: 10px 0px;
  display: inline-block;
}
.order-details-items.invoice,
.order-details-items.shipments,
.table-wrapper.returns-history,
.order-details-items.creditmemo,
.table-wrapper.amrma-items-table,
.amrma-customer-information,
.table-wrapper.downloadable-products {
  border: solid 1px #edaa38;
  background: #ffffff;
  margin-bottom: 40px !important;
}
.order-details-items.invoice .action.print,
.order-details-items.shipments .action.print,
.table-wrapper.returns-history .action.print,
.order-details-items.creditmemo .action.print,
.table-wrapper.amrma-items-table .action.print,
.amrma-customer-information .action.print,
.table-wrapper.downloadable-products .action.print {
  display: none;
}
.order-details-items.invoice .order-title strong,
.order-details-items.shipments .order-title strong,
.table-wrapper.returns-history .order-title strong,
.order-details-items.creditmemo .order-title strong,
.table-wrapper.amrma-items-table .order-title strong,
.amrma-customer-information .order-title strong,
.table-wrapper.downloadable-products .order-title strong {
  font-family: 'Fedra Sans Medium 5';
  font-weight: normal;
  font-size: 16px;
}
.order-details-items.invoice th,
.order-details-items.shipments th,
.table-wrapper.returns-history th,
.order-details-items.creditmemo th,
.table-wrapper.amrma-items-table th,
.amrma-customer-information th,
.table-wrapper.downloadable-products th {
  font-family: 'Fedra Sans Medium 5';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.45px;
}
.order-details-items.invoice th.qty,
.order-details-items.shipments th.qty,
.table-wrapper.returns-history th.qty,
.order-details-items.creditmemo th.qty,
.table-wrapper.amrma-items-table th.qty,
.amrma-customer-information th.qty,
.table-wrapper.downloadable-products th.qty {
  opacity: 0;
}
.order-details-items.invoice .col,
.order-details-items.shipments .col,
.table-wrapper.returns-history .col,
.order-details-items.creditmemo .col,
.table-wrapper.amrma-items-table .col,
.amrma-customer-information .col,
.table-wrapper.downloadable-products .col {
  width: auto;
}
.order-details-items.invoice td,
.order-details-items.shipments td,
.table-wrapper.returns-history td,
.order-details-items.creditmemo td,
.table-wrapper.amrma-items-table td,
.amrma-customer-information td,
.table-wrapper.downloadable-products td {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  font-weight: 400;
}
.order-details-items.invoice td .price,
.order-details-items.shipments td .price,
.table-wrapper.returns-history td .price,
.order-details-items.creditmemo td .price,
.table-wrapper.amrma-items-table td .price,
.amrma-customer-information td .price,
.table-wrapper.downloadable-products td .price {
  color: #241f20;
  font-size: 14px;
}
.order-details-items.invoice .product-image,
.order-details-items.shipments .product-image,
.table-wrapper.returns-history .product-image,
.order-details-items.creditmemo .product-image,
.table-wrapper.amrma-items-table .product-image,
.amrma-customer-information .product-image,
.table-wrapper.downloadable-products .product-image {
  float: left;
}
.order-details-items.invoice .product-item-name,
.order-details-items.shipments .product-item-name,
.table-wrapper.returns-history .product-item-name,
.order-details-items.creditmemo .product-item-name,
.table-wrapper.amrma-items-table .product-item-name,
.amrma-customer-information .product-item-name,
.table-wrapper.downloadable-products .product-item-name {
  float: left;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
}
.order-details-items.invoice tfoot,
.order-details-items.shipments tfoot,
.table-wrapper.returns-history tfoot,
.order-details-items.creditmemo tfoot,
.table-wrapper.amrma-items-table tfoot,
.amrma-customer-information tfoot,
.table-wrapper.downloadable-products tfoot,
.order-details-items.invoice td,
.order-details-items.shipments td,
.table-wrapper.returns-history td,
.order-details-items.creditmemo td,
.table-wrapper.amrma-items-table td,
.amrma-customer-information td,
.table-wrapper.downloadable-products td {
  background: none;
}
.order-details-items.invoice li.Ecom-ship.item,
.order-details-items.shipments li.Ecom-ship.item,
.table-wrapper.returns-history li.Ecom-ship.item,
.order-details-items.creditmemo li.Ecom-ship.item,
.table-wrapper.amrma-items-table li.Ecom-ship.item,
.amrma-customer-information li.Ecom-ship.item,
.table-wrapper.downloadable-products li.Ecom-ship.item {
  display: none !important;
}
.order-details-items.invoice .product-item-name,
.order-details-items.shipments .product-item-name,
.table-wrapper.returns-history .product-item-name,
.order-details-items.creditmemo .product-item-name,
.table-wrapper.amrma-items-table .product-item-name,
.amrma-customer-information .product-item-name,
.table-wrapper.downloadable-products .product-item-name {
  padding-left: 0px !important;
}
.return-status,
.order-status {
  border: solid 1px #a92611;
  color: #a92611;
  font-family: 'Fedra Sans Book 5';
  font-size: 12px;
  border-radius: 2px;
}
.actions-toolbar.order-actions-toolbar .action.order {
  color: #a92611;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 400;
  font-size: 15px;
  border-bottom: solid 1px #a92611;
}
.order-details-items.shipments .order-title {
  padding-top: 5px;
}
.order-details-items.shipments .order-title a {
  margin: 0px;
}
.order-details-items.shipments .tracking-title {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.order-details-items.shipments a span {
  font-family: 'Fedra Sans Book 5';
  color: #a92611;
  font-size: 14px;
  border-bottom: solid 1px #a92611;
}
.table-wrapper.returns-history .table thead th {
  border-bottom: 1px solid #ffb943;
}
.table-wrapper.returns-history .col.status span {
  background: none !important;
  color: #d78d10;
  border: solid 1px #edaa38;
  border-radius: 2px;
  font-weight: normal;
  line-height: normal;
  padding: 5px 10px;
  font-family: 'Fedra Sans Book 5';
}
.table-wrapper.returns-history .col.actions a {
  color: #a92611;
  font-family: 'Fedra Sans Book 5';
  font-weight: 600;
  font-size: 15px;
  border-bottom: solid 1px #a92611;
}
.amasty_rma-account-history .toolbar {
  display: none;
}
.amreturns-order-select {
  box-shadow: none;
  border: solid 1px #edaa38;
}
.amreturns-order-select .btn.amreturn-btn {
  background: #a92611;
  border: none;
  box-shadow: none;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
}
.amreturns-order-select .amreturns-title-container .amreturns-select-title {
  font-family: 'Fedra Sans Medium 5';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.45px;
}
.wishlist-items {
  display: none;
}
.review-customer-index .toolbar.products-reviews-toolbar {
  display: none;
}
.review-customer-index .table-wrapper.reviews {
  border: solid 1px #edaa38;
  background: #ffffff;
  margin-bottom: 40px !important;
}
.review-customer-index .table-wrapper.reviews .action.print {
  display: none;
}
.review-customer-index .table-wrapper.reviews .order-title strong {
  font-family: 'Fedra Sans Medium 5';
  font-weight: normal;
  font-size: 16px;
}
.review-customer-index .table-wrapper.reviews th {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.45px;
  border: none;
}
.review-customer-index .table-wrapper.reviews th.qty {
  opacity: 0;
}
.review-customer-index .table-wrapper.reviews .col {
  width: auto;
}
.review-customer-index .table-wrapper.reviews td {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  font-weight: 400;
}
.review-customer-index .table-wrapper.reviews td a {
  color: #212529;
}
.review-customer-index .table-wrapper.reviews td .price {
  color: #241f20;
  font-size: 14px;
}
.review-customer-index .table-wrapper.reviews td.col.actions a {
  color: #a92611;
  font-family: 'Fedra Sans Book 5';
  font-weight: 600;
  font-size: 15px;
  border-bottom: solid 1px #a92611;
  transition: 0.5s all ease;
  text-decoration: none;
}
.review-customer-index .table-wrapper.reviews td.col.actions a:hover {
  border: none;
}
.review-customer-index .table-wrapper.reviews .product-image {
  float: left;
}
.review-customer-index .table-wrapper.reviews .product-item-name {
  float: left;
  font-size: 15px;
  padding-left: 20px;
}
.review-customer-index .table-wrapper.reviews tfoot,
.review-customer-index .table-wrapper.reviews td {
  background: none;
}
.review-customer-index .table-wrapper.reviews li.Ecom-ship.item {
  display: none !important;
}
.review-customer-index .table-wrapper.reviews .product-item-name {
  padding-left: 0px !important;
}
/* start Customer Account Createpassword */
.customer-account-createpassword {
  background: #ffffff !important;
}
.customer-account-createpassword #maincontent {
  max-width: 475px;
  background: #ffffff;
  border-radius: 4px;
  margin: 30px auto 30px;
  padding: 40px;
  width: 100%;
}
.customer-account-createpassword #maincontent .form.password.reset {
  min-width: 100%;
  width: 100%;
}
.customer-account-createpassword #maincontent .form.password.reset .actions-toolbar .primary {
  width: 100%;
}
.customer-account-createpassword #maincontent .form.password.reset .fieldset {
  margin: 0px -15px;
}
.customer-account-createpassword #maincontent .form.password.reset .fieldset .field {
  width: 50%;
  float: left;
  padding: 0px 15px;
  box-sizing: border-box;
  margin-bottom: 0;
}
.customer-account-createpassword #maincontent .form.password.reset .fieldset .field.password .control .mage-error {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.customer-account-createpassword #maincontent .form.password.reset .fieldset .field.password .control #password-strength-meter-container {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.customer-account-createpassword #maincontent .page-title-wrapper {
  text-align: center;
}
.customer-account-createpassword #maincontent .page-title-wrapper .page-title {
  font-size: 25px;
  margin: 0px 0px 20px;
}
/* End Customer Account Createpassword */
/* Sales Order View */
.account.sales-order-view table#my-orders-table tbody .col.qty .items-qty {
  top: 80px;
}
.order-products-toolbar.toolbar.bottom li a {
  color: #a92611;
  font-size: 14px;
}
.order-products-toolbar.toolbar.bottom li a.action {
  background: none;
  border: none;
  color: #a92611;
  padding: 0;
}
.order-products-toolbar.toolbar.bottom li a.action::before {
  color: #a92611 !important;
}
.order-products-toolbar.toolbar.bottom li.current strong {
  background: none;
}
.data.table.table-returns-items.amrma-table th {
  border-bottom: none !important;
}
.data.table.table-returns-items.amrma-table td .amrma-status.-pending {
  color: #edaa38 !important;
}
.amrma-table-container h2 {
  font-family: 'Fedra Sans Medium 5';
  font-size: 20px;
  margin: 0;
}
.amrma-tracking-information h2 {
  font-family: 'Fedra Sans Medium 5';
  font-size: 20px;
  margin: 0;
  padding-bottom: 5px;
  border-bottom: solid 1px #f1bf55;
  margin-bottom: 20px;
}
.amrma-tracking-information .amrma-tracking-add {
  margin: 0px;
}
.amrma-tracking-information .amrma-tracking-add input,
.amrma-tracking-information .amrma-tracking-add select {
  border: solid 1px #edaa38;
  height: auto;
  width: 100%;
  padding: 10px;
  font-size: 14px;
}
.amrma-tracking-information .amrma-tracking-add button {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  background: #a92611;
  text-transform: uppercase;
  height: auto;
  line-height: normal;
}
.amrma-tracking-information .amrma-tracking-add button:focus {
  color: #ffffff;
  border: none;
  box-shadow: none;
}
.amrma-title.amrma-chat-title {
  font-family: 'Fedra Sans Medium 5';
  font-size: 20px;
  margin: 0;
  padding-bottom: 5px;
  border-bottom: solid 1px #f1bf55;
  margin-bottom: 20px;
}
.account #chat .amrma-chat-container {
  background: none;
  padding: 0;
  box-shadow: none;
}
.account #chat .amrma-chat-container .amrma-chat-block {
  background: #ffffff;
  padding: 0 !important;
  border: solid 1px #edaa38;
  margin: 0 !important;
}
.account #chat .amrma-chat-container .amrma-chat-send {
  padding: 15px;
  border: none;
  margin: 0;
}
.account #chat .amrma-chat-container .amrma-chat-send .amrma-label::before {
  width: 21px;
  height: 27px;
  background-size: 80%;
  background-repeat: no-repeat;
}
.account #chat .amrma-chat-container .amrma-chat-send textarea {
  margin: 0px;
}
.account #chat .amrma-chat-container .amrma-chat-send button {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  background: #a92611;
  text-transform: uppercase;
  height: auto;
  line-height: normal;
}
.account #chat .amrma-chat-container .amrma-chat-send button:focus {
  color: #ffffff;
  border: none;
  box-shadow: none;
}
.amrma-header-block .amrma-header {
  font-family: 'Fedra Sans Medium 5';
  font-size: 26px;
}
.amrma-header-block .amrma-header .amrma-status {
  background: none !important;
  color: #d78d10;
  border: solid 1px #edaa38;
  border-radius: 2px;
  font-weight: normal;
  line-height: normal;
  padding: 5px 10px;
  font-family: 'Fedra Sans Book 5';
  margin-top: 4px;
}
.amrma-customer-information {
  padding: 10px;
}
.amrma-customer-information p {
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
  line-height: 26px;
}
.amrma-status-container .amrma-steps .amrma-step::after {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.amrma-return-number h1 {
  font-family: 'Fedra Sans Medium 5';
  font-size: 26px;
}
.amrma-return-number .amrma-status {
  border: solid 1px #a92611;
  color: #a92611;
  font-family: 'Fedra Sans Medium 5';
  font-size: 12px;
  border-radius: 2px;
  background: none;
  font-weight: normal;
  padding: 5px 12px;
  line-height: normal;
  border-radius: 0px;
  background: none !important;
}
.amrma-return-instructions .amrma-instructions-title {
  font-family: 'Fedra Sans Medium 5';
  font-size: 20px;
  margin: 0;
  padding-bottom: 0px;
  border-bottom: solid 1px #f1bf55;
  margin-bottom: 20px;
}
.amrma-return-instructions .amrma-instruction-block {
  background: #ffffff !important;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  font-weight: normal;
  padding: 20px !important;
}
.amrma-return-instructions .amrma-instruction-block strong {
  font-weight: normal;
}
.amrma-return-instructions .amrma-instruction-block p a {
  background: #a92611;
  border: none;
}
.amrma-return-instructions .amrma-show {
  border: none;
}
.amrma-return-instructions .amrma-show::before {
  border-color: #000 !important;
}
.data.table.table-order-items.creditmemo .col.qty {
  opacity: 1;
}
.account.review-customer-view .customer-review.view {
  clear: both;
  overflow: hidden;
  padding-top: 15px;
}
.account.review-customer-view .customer-review.view .product-details {
  float: left;
  width: 20%;
  margin: 0px;
}
.account.review-customer-view .customer-review.view .product-details .product-media {
  width: 100%;
}
.account.review-customer-view .customer-review.view .review-details {
  width: 77%;
  float: right;
  border-bottom: solid 1px #f1bf55;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.account.review-customer-view .customer-review.view .review-details .product-info h2 {
  font-weight: normal;
  font-size: 18px;
  border-bottom: solid 1px #777;
  display: inline-block;
  padding-bottom: 1px;
  margin-bottom: 20px;
}
.account.review-customer-view .customer-review.view .review-details .product-info .rating-average-label {
  display: none;
}
.account.review-customer-view .customer-review.view .review-details .title {
  display: none;
}
.account.review-customer-view .customer-review.view .review-details .review-title {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 12px;
}
.account.review-customer-view .customer-review.view .review-details .review-content {
  margin-bottom: 10px;
}
.account.review-customer-view .customer-review.view .review-details .customer-review-rating .rating-result {
  margin: 6px 0 0 0;
  padding: 0;
  display: inline-block;
}
body.account.sales-order-view .page-wrapper .page-bottom {
  display: none !important;
}
p.unavailable.stock span {
  position: absolute;
  width: 200px;
  top: 0;
  right: -43px;
}
.form-address-edit .field.region.required {
  clear: both;
  overflow: hidden;
}
.form-address-edit .field.zip.required {
  clear: both;
  overflow: hidden;
}
.customer-account-edit #sso-change-password {
  color: #a92611;
  font-family: 'Fedra Sans Book 5';
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
}
.customer-account-edit .page-title-wrapper {
  display: none;
}
.customer-account-edit h2 {
  margin-top: 0;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  color: #2E2E38;
}
.customer-account-edit .subtitle {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  color: #797986;
}
.customer-account-edit .form-wrap {
  float: left;
  width: 100%;
}
.customer-account-edit .form-wrap .form-wrap-main {
  float: left;
  width: 67%;
  border: 1px solid #E3E3E8;
  padding: 24px;
  border-radius: 12px;
}
@media only screen and (max-width: 380px) {
  .customer-account-edit .form-wrap .form-wrap-main {
    padding: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .customer-account-edit .form-wrap .form-wrap-main {
    width: 100%;
  }
}
.customer-account-edit .form-wrap .form-wrap-main .form-heading-wrap .sub-heading {
  font-size: 13px;
  float: left;
  width: 100%;
  color: #797986;
}
.customer-account-edit .form-wrap .form-wrap-main .form-heading-wrap .form-heading {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.customer-account-edit .form-wrap .form-wrap-main .form-heading-wrap .form-heading h3 {
  font-size: 20px;
  font-weight: 700;
  color: #2E2E38;
}
.customer-account-edit .form-wrap .form-wrap-main .form-heading-wrap .form-heading .buttons-wrap svg {
  margin-right: 10px;
}
.customer-account-edit .form-wrap .form-wrap-main .form-heading-wrap .form-heading .buttons-wrap #edit-profile-toggle {
  background: #F6F6F6;
  border: 1px solid #E3E3E8;
  border-radius: 10px !important;
  color: #2E2E38;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 9px 12px !important;
  min-width: 122px;
}
.customer-account-edit .form-wrap .form-wrap-main .form-heading-wrap .form-heading .buttons-wrap #edit-profile-toggle:hover {
  background: #F6F6F6 !important;
  border: 1px solid #E3E3E8 !important;
  color: #2E2E38 !important;
}
.customer-account-edit .form-wrap .form-wrap-main .form-heading-wrap .form-heading .buttons-wrap #save-button {
  background: #EE7203;
  border: 1px solid #EE7203;
  border-radius: 10px !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: unset !important;
  padding: 9px 12px !important;
  min-width: 111px;
}
.customer-account-edit .form-wrap .form-wrap-main .form-heading-wrap .form-heading .buttons-wrap #save-button:hover {
  background: #EE7203 !important;
  border: 1px solid #EE7203 !important;
}
.customer-account-edit .form-wrap .form-wrap-main .form-heading-wrap .form-heading .buttons-wrap .actions-toolbar {
  float: left;
}
.customer-account-edit .form-wrap .form-wrap-main .field {
  width: 100% !important;
  float: left;
}
.customer-account-edit .form-wrap .form-wrap-main .field .control input {
  border: 1px solid #E3E3E8 !important;
  background: #F6F6F6 !important;
  color: #2E2E38;
  font-size: 13px;
  font-weight: 400;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .customer-account-edit .form-wrap .form-wrap-main .field.field-name-firstname,
  .customer-account-edit .form-wrap .form-wrap-main .field.field-name-lastname {
    width: 48% !important;
  }
}
.customer-account-edit .form-wrap .form-wrap-main .field.field-customer_profile {
  display: none;
}
.customer-account-edit .form-wrap .form-wrap-main .field.field-dob {
  margin-top: 20px;
}
.customer-account-edit .form-wrap .form-wrap-main .editable-fields {
  float: left;
  width: 100%;
}
.customer-account-edit .form-wrap .form-wrap-main .fieldset.password {
  display: block !important;
}
.customer-account-edit .form-wrap .form-wrap-main .fieldset.password div.password {
  display: none !important;
}
.customer-account-edit .form-wrap .form-wrap-main .field.choice {
  display: none;
}
.customer-account-edit .form-wrap .form-wrap-main .field.gender .control {
  display: flex;
  align-items: center;
  gap: 10px;
}
.customer-account-edit .form-wrap .form-wrap-main .field.gender .control .radio {
  display: flex;
  justify-content: center;
  font-size: 13px;
}
.customer-account-edit .form-wrap .form-wrap-main .field.gender .control .radio input#gender_ {
  display: none;
}
.customer-account-edit .form-wrap .form-wrap-main .field-update-profile {
  float: left;
  width: 100%;
}
.customer-account-edit .form-wrap .form-wrap-main .field-update-profile a {
  font-family: 'Fedra Sans Book 5';
  color: #000 !important;
}
.customer-account-edit .form-wrap .right-section {
  float: right;
  width: 31%;
}
@media only screen and (max-width: 991px) {
  .customer-account-edit .form-wrap .right-section {
    width: 100%;
    margin-top: 24px;
  }
}
.customer-account-edit .form-wrap .right-section .image-wrap,
.customer-account-edit .form-wrap .right-section .password-wrap {
  float: left;
  width: 100%;
  border: 1px solid #E3E3E8;
  padding: 24px;
  border-radius: 12px;
}
.customer-account-edit .form-wrap .right-section .image-wrap {
  margin-bottom: 24px;
}
.customer-account-edit .form-wrap .right-section .image-wrap .image-title {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #2E2E38;
}
.customer-account-edit .form-wrap .right-section .image-wrap .image-sub-heading {
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #797986;
}
.customer-account-edit .form-wrap .right-section .image-wrap .profile-image {
  width: 96px;
  height: 96px;
  overflow: hidden;
  margin: 20px auto 0;
  border-radius: 100%;
}
.customer-account-edit .form-wrap .right-section .image-wrap .upload-button {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
  position: relative;
}
.customer-account-edit .form-wrap .right-section .image-wrap .upload-button .fieldset {
  padding: 0;
  text-align: center;
}
.customer-account-edit .form-wrap .right-section .image-wrap .upload-button .fieldset input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.customer-account-edit .form-wrap .right-section .image-wrap .upload-button .fieldset label {
  background: #F6F6F6;
  border: 1px solid #E3E3E8;
  border-radius: 10px !important;
  color: #2E2E38;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 9px 12px !important;
  cursor: pointer;
}
.customer-account-edit .form-wrap .right-section .password-wrap {
  text-align: center;
}
.customer-account-edit .form-wrap .right-section .password-wrap .password-heading {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #2E2E38;
  text-align: left;
}
.customer-account-edit .form-wrap .right-section .password-wrap .password-sub-heading {
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #797986;
  text-align: left;
}
.customer-account-edit .form-wrap .right-section .password-wrap #sso-change-password {
  background: #F6F6F6;
  border: 1px solid #E3E3E8;
  border-radius: 10px !important;
  color: #2E2E38;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 9px 12px !important;
  text-decoration: none;
}
.customer-account-edit .message.success {
  float: left;
  width: 100%;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #ccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: 0.5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/OM/Isha/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/OM/Isha/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/OM/Isha/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/OM/Isha/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: 0.5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: 0.3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #006bb4;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: 0.5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #ccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  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;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #ccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333;
  text-decoration: none;
}
.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 {
  color: #333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.widget-product-carousel .product-item-inner {
  position: static !important;
}
.widget-product-carousel .product-item {
  padding: 0 3px !important;
}
.widget-product-carousel .product-item .product-photo {
  position: relative;
  float: left;
  width: 100%;
}
.widget-product-carousel .product-item .product-photo .offer-tag {
  font-family: "Fedra Sans Std";
  font-size: 16px;
  font-weight: 700;
  background: #b31212;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 0 25px 25px 0;
  min-width: max-content;
  padding: 14px 18px 9px 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.2;
  z-index: 1;
}
.widget-product-carousel .product-item .product-item-photo {
  float: left;
  width: 100%;
  background: #ebd5bb;
  border-radius: 7px;
  overflow: hidden;
  height: 100%;
}
.widget-product-carousel .product-item .product-item-photo .product-image-wrapper {
  padding-bottom: 101% !important;
}
.widget-product-carousel .product-item .product-item-photo .product-image-wrapper img {
  width: 100%;
  height: 100%;
}
.widget-product-carousel .product-item .product-item-name a {
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  width: 100%;
  text-align: left;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 34px;
  font-family: 'Fedra Sans Book 5';
  font-weight: 400;
}
.widget-product-carousel .product-item .product-item-actions .actions-primary > .stock.unavailable {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  background: #fff;
  padding: 5px 15px;
  font-size: 12px;
  color: #000 !important;
}
.widget-product-carousel .product-item .product-item-actions .actions-primary button.action.tocart.primary {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  width: calc(100% - 10px);
  display: none;
  z-index: 9;
  font-size: 18px;
}
.widget-product-carousel .product-item .product-item-actions .actions-primary button.action.tocart.primary span {
  font-size: 18px;
}
.widget-product-carousel .product-item .product-item-actions .actions-primary + .actions-secondary > .action.towishlist {
  display: flex;
  border-radius: 37px;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: relative;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 37px;
  height: 37px;
  z-index: 9;
  display: none;
}
.widget-product-carousel .product-item .product-item-actions .actions-primary + .actions-secondary > .action.towishlist:before {
  margin: 0 !important;
}
.widget-product-carousel .product-item .price-box .price {
  white-space: nowrap;
  font-size: 16px;
  font-family: "Fedra Sans Medium 5";
  font-weight: 600;
  line-height: normal;
  color: #000;
}
.widget-product-carousel .product-item:hover .product-item-actions .actions-primary button.action.tocart.primary {
  display: block;
}
.widget-product-carousel .product-item:hover .product-item-actions .actions-primary + .actions-secondary > .action.towishlist {
  display: block;
}
.widget-product-carousel .slick-next {
  background: url('../../frontend/OM/Isha/en_US//images/Right-Scroll.svg');
  margin-top: -22px;
  width: 72px;
  height: 72px;
  outline: none;
}
.widget-product-carousel .slick-next:before {
  content: none;
}
.widget-product-carousel .slick-prev {
  background: url('../../frontend/OM/Isha/en_US//images/Left-Scroll.svg');
  margin-top: -22px;
  width: 72px;
  height: 72px;
  outline: none;
}
.widget-product-carousel .slick-prev:before {
  content: none;
}
.widget-product-carousel .product-item .out-of-stock .product-item-photo .product-image-wrapper img {
  filter: grayscale(1);
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .home-slider {
    padding: 0 20px !important;
  }
  .home-slider .pagebuilder-column {
    width: 25% !important;
  }
  .home-slider .pagebuilder-column + .pagebuilder-column {
    width: 75% !important;
  }
}
@media only screen and (max-width: 1023px) {
  .widget-product-carousel .product-item-details {
    min-height: auto !important;
    border: none;
  }
}
.ai-recondation-main {
  float: left;
  width: 100%;
}
.ai-recondation-main .recomandation-outer {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.ai-recondation-main .recomandation-outer .block-title.title {
  font-size: 36px;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
  font-family: 'Fedra Sans Book 5';
  padding-left: 15px;
  padding-right: 15px;
}
.ai-recondation-main .recomandation-outer .block-title.title b {
  font-weight: 200;
}
.ai-recondation-main .recomandation-outer .airecommendation li {
  width: 100% !important;
  padding: 7px !important;
}
.ai-recondation-main .recomandation-outer .airecommendation li .photo-item {
  position: relative;
  float: left;
  width: 100%;
}
.ai-recondation-main .recomandation-outer .airecommendation li .photo-item a {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.ai-recondation-main .recomandation-outer .airecommendation li .photo-item a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: unset !important;
}
.ai-recondation-main .recomandation-outer .airecommendation li .product.details.product-item-details {
  float: left;
  width: 100%;
  border: 1px solid rgba(196, 196, 196, 0.25);
  padding: 12px 15px 25px;
  margin-top: -1px;
  z-index: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: unset !important;
}
.ai-recondation-main .recomandation-outer .airecommendation li .product.details.product-item-details .product-item-name {
  margin: 0 0 15px;
  float: left;
  width: 100%;
  height: auto !important;
}
.ai-recondation-main .recomandation-outer .airecommendation li .product.details.product-item-details .product-item-name a {
  float: left;
  width: 100%;
  height: 52px;
  color: #020202;
  font-size: 15px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Fedra Sans Book 5';
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  letter-spacing: 0.45px;
}
.ai-recondation-main .recomandation-outer .airecommendation li .product.details.product-item-details .price-cart-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ai-recondation-main .recomandation-outer .airecommendation li .product.details.product-item-details .price-cart-wrap .price-box.price-final_price {
  justify-content: center;
  gap: 10px;
  min-height: 25px;
  width: auto;
}
.ai-recondation-main .recomandation-outer .airecommendation li .product.details.product-item-details .price-cart-wrap .product-item-inner {
  box-shadow: none !important;
  width: auto !important;
}
.ai-recondation-main .recomandation-outer .airecommendation li .product.details.product-item-details .price-cart-wrap .product-item-inner button {
  background-image: url('../../frontend/OM/Isha/en_US/images/cart-icon.svg') !important;
  display: block !important;
  width: 30px !important;
  height: 30px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  left: unset !important;
  float: right;
  background-color: #a92611 !important;
}
.ai-recondation-main .recomandation-outer .airecommendation li .product.details.product-item-details .price-cart-wrap .product-item-inner button span {
  display: none;
}
.ai-recondation-main .recomandation-outer .airecommendation .owl-nav {
  position: absolute;
  top: 27%;
  transform: translateY(-50%);
  width: 100%;
}
.ai-recondation-main .recomandation-outer .airecommendation .owl-nav button span {
  width: 72px;
  height: 72px;
  display: inline-block;
  font-size: 0;
  outline: 0;
  box-shadow: none;
  background-position: center;
  position: absolute;
}
.ai-recondation-main .recomandation-outer .airecommendation .owl-nav button.owl-next span {
  background-image: url('../../frontend/OM/Isha/en_US/images/Right-Scroll.svg');
  right: -36px;
}
.ai-recondation-main .recomandation-outer .airecommendation .owl-nav button.owl-prev span {
  background-image: url('../../frontend/OM/Isha/en_US/images/Left-Scroll.svg');
  left: -36px;
}
@media screen and (max-width: 1023px) {
  .ai-recondation-main .recomandation-outer .airecommendation .owl-nav button {
    display: block !important;
    overflow: auto !important;
  }
  .ai-recondation-main .recomandation-outer .airecommendation .owl-nav button.owl-next span {
    right: 0;
  }
  .ai-recondation-main .recomandation-outer .airecommendation .owl-nav button.owl-prev span {
    left: 0;
  }
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.account.review-customer-index .review-card {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
.account.review-customer-index .product-image {
  display: inline-block;
  max-width: 256px;
  width: 100%;
  position: relative;
}
.account.review-customer-index .product-image img {
  width: 100%;
}
.account.review-customer-index .review-details {
  float: left;
  width: 100%;
  padding: 12px 24px;
}
.account.review-customer-index strong.product-name {
  display: flex;
}
.account.review-customer-index .star-rating .star.filled {
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23ffc107" stroke="%23ffc107" stroke-width="1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><polygon points="12,2 15,8.5 22,9 17,14 18.5,21 12,17.5 5.5,21 7,14 2,9 9,8.5"/></svg>');
}
.account.review-customer-index .star-rating .star {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%23ccc" stroke-width="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><polygon points="12,2 15,8.5 22,9 17,14 18.5,21 12,17.5 5.5,21 7,14 2,9 9,8.5"/></svg>');
  background-size: contain;
}
.account.review-customer-index .review-heading {
  padding-left: 8px;
  color: #2E2E38;
  font-size: 14px;
  font-weight: 700;
}
.account.review-customer-index .review-product-name a {
  color: #797986;
  text-decoration: none;
  margin-right: 8px;
  font-size: 13px;
}
.account.review-customer-index .review-date {
  font-size: 13px;
  color: #797986;
}
.account.review-customer-index .review-content {
  margin-bottom: 0;
  font-size: 13px;
  color: #2E2E38;
  float: left;
  width: 100%;
  font-weight: 400;
}
.account.review-customer-index .review-search input {
  padding: 10px;
  border-radius: 8px;
  height: 40px;
  border: 1px solid #e3e3e8;
  width: 100%;
  background: #f6f6f6 url(../../frontend/OM/Isha/en_US/images/filter-search.png) no-repeat left 10px center;
  background-size: 16px 16px;
  padding-left: 35px;
  font-size: 14px;
  margin-bottom: 20px;
}
.account.review-customer-index ul.review-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  background: #f5f5f5;
  clear: both;
  float: left;
  padding: 4px;
  border-radius: 8px;
  overflow: auto;
  width: 100%;
}
.account.review-customer-index ul.review-tabs li {
  font-size: 13px;
  color: #797986;
  background: #f5f5f5 !important;
  box-shadow: none !important;
  border-radius: 8px !important;
  border: none !important;
  list-style: none;
  margin: 0;
  padding: 7px 15px;
  display: flex;
  align-items: center;
}
.account.review-customer-index ul.review-tabs li span.count {
  height: 22px;
  width: 29px;
  background: #EE7203;
  color: #fff;
  font-size: 12px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  line-height: 22px;
  margin-left: 5px;
}
.account.review-customer-index ul.review-tabs li.active {
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.05) !important;
  background: #f9f9fb !important;
  color: #2E2E38;
}
.account.review-customer-index h2 {
  float: left;
  width: 100%;
  margin: 10px 0 20px !important;
  font-size: 13px;
  color: #797986;
  font-weight: 400;
}
.account.review-customer-index .view.Product {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.account.review-customer-index .view.Product a {
  background: #FFF7F0;
  font-size: 13px;
  padding: 7px 12px;
  border-radius: 8px;
  color: #2E2E38;
  font-weight: 600;
  text-decoration: none;
}
.account.review-customer-index .view.Product a:hover {
  opacity: 0.8;
}
html .account.review-customer-index .page-title-wrapper h1.page-title {
  font-size: 27px;
  color: #2E2E38;
  float: left;
  width: 100%;
  padding: 0 !important;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: nowrap;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
  vertical-align: middle;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
@media only screen and (max-width: 480px) {
  .account.review-customer-index .review-card {
    flex-wrap: wrap;
  }
  .account.review-customer-index .review-card .product-image {
    max-width: 100%;
  }
  .account.review-customer-index .review-card .review-details {
    float: left;
    width: 100%;
    padding: 12px 0;
  }
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
@font-face {
  font-family: 'Fedra Sans';
  src: url('../../frontend/OM/Isha/en_US/fonts/Fedra-Sans-Regular.woff2');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Square Peg';
  src: url('../../frontend/OM/Isha/en_US/fonts/SquarePeg-Regular.ttf');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'IM FELL English';
  src: url('../../frontend/OM/Isha/en_US/fonts/IMFellEnglish-Regular.ttf');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Fedra Sans Std Book';
  src: url('../../frontend/OM/Isha/en_US/fonts/FedraSansStd-Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fedra Sans Std';
  src: url('../../frontend/OM/Isha/en_US/fonts/FedraSansStd-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fedra Sans Std Demi';
  src: url('../../frontend/OM/Isha/en_US/fonts/FedraSansStd-Demi.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fedra Sans Std';
  src: url('../../frontend/OM/Isha/en_US/fonts/FedraSansStd-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FedraSansStdMddium', sans-serif;
  src: url('../../frontend/OM/Isha/en_US/fonts/FedraSerifA-MediumTF_17297.ttf') format('ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fedra Sans Condensed Std Demi";
  src: url('../../frontend/OM/Isha/en_US/fonts/FedraSans_Condensed_Std_Demi.ttf') format('ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fedra Sans 5";
  src: url("../../frontend/OM/Isha/en_US/fonts/WF-028154-010635-000002.woff2") format("woff2"), url("../../frontend/OM/Isha/en_US/fonts/WF-028154-010635-000002.woff") format("woff");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Fedra Sans Light";
  src: url("../../frontend/OM/Isha/en_US/fonts/WF-028154-010635-000002.woff2") format("woff2"), url("../../frontend/OM/Isha/en_US/fonts/WF-028154-010635-000002.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Fedra Sans Book 5";
  src: url("../../frontend/OM/Isha/en_US/fonts/WF-028154-010635-000007.woff2") format("woff2"), url("../../frontend/OM/Isha/en_US/fonts/WF-028154-010635-000007.woff") format("woff");
  font-display: swap;
  ascent-override: 92%;
  descent-override: 22%;
  line-gap-override: 0%;
  size-adjust: 101%;
}
@font-face {
  font-family: "Fedra Sans Normal I";
  src: url("../../frontend/OM/Isha/en_US/fonts/WF-028154-010635-000008.woff2") format("woff2"), url("../../frontend/OM/Isha/en_US/fonts/WF-028154-010635-000008.woff") format("woff");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Fedra Sans Book Italic 3";
  src: url("../../frontend/OM/Isha/en_US/fonts/WF-028154-010635-000008.woff2") format("woff2"), url("../../frontend/OM/Isha/en_US/fonts/WF-028154-010635-000008.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Fedra Sans 5";
  src: url("../../frontend/OM/Isha/en_US/fonts/WF-028154-010635-000017.woff2") format("woff2"), url("../../frontend/OM/Isha/en_US/fonts/WF-028154-010635-000017.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Fedra Sans Demi";
  src: url("../../frontend/OM/Isha/en_US/fonts/WF-028154-010635-000017.woff2") format("woff2"), url("../../frontend/OM/Isha/en_US/fonts/WF-028154-010635-000017.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Fedra Sans 5";
  src: url("../../frontend/OM/Isha/en_US/fonts/WF-028154-010635-000021.woff2") format("woff2"), url("../../frontend/OM/Isha/en_US/fonts/WF-028154-010635-000021.woff") format("woff");
  font-style: oblique;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Fedra Sans Medium 5";
  src: url("../../frontend/OM/Isha/en_US/fonts/WF-028154-010635-000021.woff2") format("woff2"), url("../../frontend/OM/Isha/en_US/fonts/WF-028154-010635-000021.woff") format("woff");
  font-display: swap;
}
/* @font-face {
    font-family: "Fedra Sans Std";
    src: url("../../frontend/OM/Isha/en_US/fonts/FedraSansStd-Light.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
} */
@font-face {
  font-family: "Fedra Serif A 5";
  src: url("../../frontend/OM/Isha/en_US/fonts/WF-028154-010635-000003.woff2") format("woff2"), url("../../frontend/OM/Isha/en_US/css/fonts/WF-028154-010635-000003.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Fedra Serif A Book 3";
  src: url("../../frontend/OM/Isha/en_US/fonts/WF-028154-010635-000003.woff2") format("woff2"), url("../../frontend/OM/Isha/en_US/css/fonts/WF-028154-010635-000003.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Fedra Sans 5";
  src: url("../../frontend/OM/Isha/en_US/fonts/WF-028154-010635-000007.woff2") format("woff2"), url("../../frontend/OM/Isha/en_US/css/fonts/WF-028154-010635-000007.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  ascent-override: 92%;
  descent-override: 22%;
  line-gap-override: 0%;
  size-adjust: 101%;
}
@font-face {
  font-family: "Fedra Sans 5";
  src: url("../../frontend/OM/Isha/en_US/fonts/WF-028154-010635-000008.woff2") format("woff2"), url("../../frontend/OM/Isha/en_US/css/fonts/WF-028154-010635-000008.woff") format("woff");
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Fedra Sans Book Italic 3";
  src: url("../../frontend/OM/Isha/en_US/fonts/WF-028154-010635-000008.woff2") format("woff2"), url("../../frontend/OM/Isha/en_US/css/fonts/WF-028154-010635-000008.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Fedra Sans 5";
  src: url("../../frontend/OM/Isha/en_US/fonts/WF-028154-010635-000021.woff2") format("woff2"), url("../../frontend/OM/Isha/en_US/css/fonts/WF-028154-010635-000021.woff") format("woff");
  font-style: oblique;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Fedra Sans Medium 5";
  src: url("../../frontend/OM/Isha/en_US/fonts/WF-028154-010635-000021.woff2") format("woff2"), url("../../frontend/OM/Isha/en_US/css/fonts/WF-028154-010635-000021.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Fedra Serif A 5";
  src: url("../../frontend/OM/Isha/en_US/fonts/WF-028154-010635-000050.woff2") format("woff2"), url("../../frontend/OM/Isha/en_US/css/fonts/WF-028154-010635-000050.woff") format("woff");
  font-style: oblique;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Fedra Serif A Medium 5";
  src: url("../../frontend/OM/Isha/en_US/fonts/WF-028154-010635-000050.woff2") format("woff2"), url("../../frontend/OM/Isha/en_US/css/fonts/WF-028154-010635-000050.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'FedraSansStdMddium', sans-serif;
  src: url('../../frontend/OM/Isha/en_US/fonts/FedraSerifA-MediumTF_17297.ttf') format('ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fedra Sans Condensed Std Demi";
  src: url('../../frontend/OM/Isha/en_US/fonts/FedraSans_Condensed_Std_Demi.ttf') format('ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "luma-icons";
  src: url('../../frontend/OM/Isha/en_US/fonts/Luma-Icons.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Citrus Gothic';
  src: url('../../frontend/OM/Isha/en_US/fonts/CitrusGothic-Regular.woff2') format('woff2'), url('../../frontend/OM/Isha/en_US/fonts/CitrusGothic-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fedra Sans Std';
  src: url('../../frontend/OM/Isha/en_US/FedraSansStd-Bold.woff2') format('woff2'), url('../../frontend/OM/Isha/en_US/FedraSansStd-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fedra Sans Std Book';
  src: url('../../frontend/OM/Isha/en_US/FedraSansStd-Book.woff2') format('woff2'), url('../../frontend/OM/Isha/en_US/FedraSansStd-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fedra Sans Std';
  src: url('../../frontend/OM/Isha/en_US/FedraSansStd-Medium.woff2') format('woff2'), url('../../frontend/OM/Isha/en_US/FedraSansStd-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fedra Sans Std Demi';
  src: url('../../frontend/OM/Isha/en_US/FedraSansStd-Demi.woff2') format('woff2'), url('../../frontend/OM/Isha/en_US/FedraSansStd-Demi.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  background-color: #ffffff;
}
.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-main > .page-title-wrapper .page-title {
  hyphens: auto;
}
.page-header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #ffffff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 14px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li.customer-welcome {
  margin: 0 0 0 5px;
}
.header.panel > .header.links > li > a {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: underline;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-print .nav-toggle {
  display: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  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 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #006bb4;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333;
  text-decoration: underline;
}
.copyright {
  box-sizing: border-box;
  display: block;
  padding: 10px;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .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 .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .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 .panel.wrapper .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: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  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 .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .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 .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .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 .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .panel.wrapper .switcher .options ul.dropdown {
  right: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #999;
  padding: 10px;
}
.contact-index-index #maincontent {
  overflow: visible;
}
.contact-index-index #maincontent .contactustop {
  margin-left: -50vw;
  position: relative;
  width: 100vw;
  left: 49.3%;
}
.contact-index-index #maincontent .contactustop img {
  width: 100%;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-footer .action-save-address,
.checkout-cart-index .form.form-cart .cart.main.actions .continue,
#minicart-content-wrapper .actions .secondary a,
button {
  border-radius: 40px !important;
}
html .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .product-item-actions .actions-primary .stock.unavailable {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  background: #fff !important;
  opacity: 1;
  color: #000;
  border-radius: 0;
}
html .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item:hover .product-item-details .product-item-inner {
  position: static !important;
}
html .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details,
html .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .product-item-inner {
  position: static !important;
}
.cms-sample-home-page,
.cms-sample-home-page .page-wrapper main#maincontent {
  background: #fff !important;
}
.al-blog-slider .owl-dots .owl-dot {
  box-shadow: none;
}
.al-blog-slider .product-image-container {
  width: 100% !important;
  display: block;
  position: relative;
  max-width: 100%;
}
.al-blog-slider .product-image-container .product-image-wrapper {
  padding-bottom: 70% !important;
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.al-blog-slider .product-image-container .product-image-wrapper img {
  transition: transform 0.5s;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: inherit;
}
.al-blog-slider .owl-item {
  padding-left: 1px;
}
@media (max-width: 767px) {
  .al-blog-slider .owl-item {
    flex: 0 0 100%;
  }
}
.al-blog-slider .owl-item .blog-section {
  height: 100%;
  border: 1px solid rgba(196, 196, 196, 0.25);
}
.al-blog-slider .owl-item .blog-section .blog-post-info {
  padding: 18px 31px;
  text-align: center;
  float: left;
}
.al-blog-slider .owl-item .blog-section .blog-post-info .post-title {
  display: block;
  margin-bottom: 10px;
}
.al-blog-slider .owl-item .blog-section .blog-post-info .post-title a {
  font-size: 18px;
  line-height: 28px;
  color: #020202;
  font-family: 'Fedra Sans Std';
}
.al-blog-slider .owl-item .blog-section .blog-post-info .post-description {
  font-size: 14px;
  line-height: 20px;
  color: #020202;
  margin-bottom: 20px;
}
.al-blog-slider .owl-item .blog-section .blog-post-info .post-view-more-link {
  line-height: normal;
  color: #a92611;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 25px;
  margin: auto;
  display: inline-flex;
}
.al-blog-slider .owl-item .blog-section:hover .product-image-wrapper img {
  transform: scale(1.1);
}
.al-blog-slider .owl-stage {
  display: flex;
}
@media (max-width: 767px) {
  .al-blog-slider .owl-stage {
    max-width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .al-blog-slider {
    padding: 0 15px;
  }
}
.banner-block .row-full-width-inner {
  max-width: 100% !important;
}
.banner-block .row-full-width-inner img {
  max-width: 100%;
  width: 100%;
}
.banner-block [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  max-width: 100%;
}
.banner-block [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner img {
  max-width: 100%;
  width: 100%;
}
.page-main .columns .banner-block {
  display: block;
  position: relative;
  width: 100%;
}
.cms-sample-home-page {
  background: #fdf8ee;
}
.cms-sample-home-page .page-main {
  background: #fdf8ee;
}
.Homecategory_ac {
  padding: 2%;
}
.Homecategory_ac .calltoaction.desktop {
  display: flex;
  position: relative;
  width: 100%;
}
.Homecategory_ac .calltoaction.mobile {
  display: none;
}
.block.block-products-list {
  padding: 0;
}
@media all {
  img {
    max-width: 100%;
    height: auto;
    border: 0;
  }
  strong {
    font-weight: 700;
  }
  a {
    color: #006bb4;
    text-decoration: none;
  }
  a:visited {
    color: #006bb4;
    text-decoration: none;
  }
  a:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  a:active {
    color: #ff5501;
    text-decoration: underline;
  }
  ul {
    margin-top: 0;
    margin-bottom: 2.5rem;
  }
  ul > li {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  button {
    background-image: none;
    background: #eee;
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
  }
  button:focus,
  button:active {
    background: #e2e2e2;
    border: 1px solid #ccc;
    color: #333;
  }
  button:hover {
    background: #e1e1e1;
    border: 1px solid #ccc;
    color: #333;
  }
  form {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  *:focus {
    box-shadow: none;
    outline: 0;
  }
  input:not([disabled]):focus {
    box-shadow: 0 0 3px 1px #00699d;
  }
  .product-items {
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .product-items > li {
    margin: 0;
  }
  .block {
    margin-bottom: 40px;
  }
  .product-item-name {
    font-weight: 400;
  }
  .product-item-name > a {
    color: #333;
    text-decoration: none;
  }
  .product-item-name > a:visited {
    color: #333;
    text-decoration: underline;
  }
  .product-item-name > a:hover {
    color: #333;
    text-decoration: underline;
  }
  .product-item-name > a:active {
    color: #333;
    text-decoration: underline;
  }
  .product-item {
    box-sizing: border-box;
  }
  .product-item .action.towishlist {
    color: #666;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
  }
  .product-item .action.towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    font-family: 'luma-icons';
    margin: -2px 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .product-item .action.towishlist:hover {
    color: #333;
    text-decoration: none;
  }
  .product-item .action.towishlist:before {
    width: 18px;
  }
  button {
    border-radius: 3px;
  }
  body:not(._keyfocus) button:focus {
    box-shadow: none;
  }
  .action.primary {
    background-image: none;
    background: #1979c3;
    border: 1px solid #1979c3;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .action.primary:focus,
  .action.primary:active {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff;
  }
  .action.primary:hover {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff;
  }
  .price-container.weee:before {
    display: none;
  }
  .product-items {
    font-size: 0;
    letter-spacing: -1px;
    line-height: 0;
  }
  .product-item {
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: normal;
    vertical-align: top;
  }
  .products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc((100% - 2%)/2);
  }
  .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: 5px 0;
    word-wrap: break-word;
  }
  .product-item-info {
    max-width: 100%;
    width: 152px;
  }
  .product-item-actions {
    font-size: 0;
  }
  .product-item-actions > * {
    font-size: 1.4rem;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary > .stock.unavailable {
    line-height: 1;
    padding-bottom: 10px;
    padding-right: 24px;
    padding-top: 10px;
  }
  .product-item .price-box {
    margin: 3px 0 8px;
  }
  .product-item .price-box .price {
    font-weight: 700;
    white-space: nowrap;
  }
  .product-item .price-box .price-label {
    color: #666;
    font-size: 12px;
  }
  .product-item .tocart {
    font-size: 1.3rem;
    border-radius: 0;
    line-height: 1;
    padding-bottom: 10px;
    padding-top: 10px;
    white-space: nowrap;
  }
  .column.main .product-items {
    margin-left: 0;
  }
  .column.main .product-item {
    padding-left: 0;
  }
  .price-container .price {
    font-size: 1.4rem;
  }
  .product-item {
    position: relative;
  }
  .product-item .price-box .price-label {
    display: none;
  }
  span.price-label {
    display: none !important;
  }
  .product-image-container {
    display: inline-block;
    max-width: 100%;
  }
  .product-image-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .product-image-photo {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .product-item:hover .product-item-inner {
    position: relative;
    top: 0;
  }
  .column.main .block:last-child {
    margin-bottom: 0;
  }
  input {
    color: #4e2100;
  }
  .widget {
    clear: both;
  }
  .product-item .action.towishlist:before {
    content: '\e600';
  }
  .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%)/2);
  }
  .block.widget .products-grid .product-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .block.widget .product-item-info {
    width: auto;
  }
  input::selection {
    background: #ff0;
  }
  .block-products-list.grid .action.towishlist {
    top: -10px;
    left: 0;
    z-index: 99;
    position: absolute;
  }
  .product-item-inner .actions-primary form {
    display: flex !important;
    justify-content: space-between !important;
  }
  .product-item .price-box {
    margin: 0;
  }
}
@media all and only screen and (max-width: 639px) {
  .product-item-actions .actions-primary {
    display: block;
  }
}
@media all and all and (min-width: 640px) {
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .products-grid .product-item-info:hover {
    background: #fff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-inner {
    background: #fff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%)/3);
  }
  .page-layout-1column .products-grid .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%)/3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media all and (max-width: 719px) {
  .product-item-inner .actions-primary form {
    display: inherit !important;
    justify-content: space-between !important;
  }
}
@media all {
  .cms-sample-home-page .page-main .block {
    padding: 60px 0;
    margin-bottom: 0 !important;
  }
  .cms-index-index .page-main .block {
    padding: 60px 0;
    margin-bottom: 0 !important;
  }
  .product-image-container {
    width: 100% !important;
    float: left;
    position: relative;
  }
  .product-item-name > a {
    color: #231f20;
    font-family: "Fedra Sans Demi";
  }
  .cms-sample-home-page .product-item-details {
    text-align: center;
    border-top: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
    float: left;
    width: 100%;
    min-height: 190px;
  }
  span.calltoaction a {
    text-align: center;
    font-size: 21px;
    color: #bc1717 !important;
    text-decoration: underline;
    text-transform: none;
  }
  span.calltoaction.mobile {
    display: none;
  }
  .products-grid .product-item-actions {
    margin: 0 !important;
    width: 100%;
  }
  .widget-product-grid .product-item .product-item-inner .tocart {
    background: #edaa39;
    background: rgba(237, 170, 57, 0.8);
    width: 100%;
    text-align: center;
    border: 0 !important;
    padding: 0;
    font-weight: 400;
    border-radius: 0;
    height: auto;
    padding: 8px 0;
    font-family: "Fedra Sans Book 5";
    font-size: 14px;
  }
  .widget-product-grid .product-item .product-item-inner .tocart:hover {
    background: #edaa39 !important;
    background: rgba(237, 170, 57, 0.8) !important;
  }
  .cms-sample-home-page span.price-container.price-final_price.tax.weee {
    width: 100%;
    float: left;
    text-align: center;
  }
  .cms-sample-home-page .product-item .product-item-details .price-box {
    margin: 0;
    position: static;
    height: auto;
    padding: 0 0 20px;
  }
  .product-item-actions {
    width: 100%;
  }
}
@media all and (max-width: 1023px) {
  .cms-sample-home-page .page-main .block {
    padding: 45px 0;
    background: transparent;
  }
}
@media all and only screen and (min-width: 768px) {
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n+1) {
    margin-left: 2% !important;
  }
}
@media all and screen and (max-width: 768px) {
  span.calltoaction.desktop {
    display: none;
  }
  span.calltoaction.mobile {
    display: block;
  }
  body .page-header #mySidenav .menu-left {
    position: relative !important;
  }
}
@media all and (max-width: 1023px) {
  .cms-index-index .page-main .block {
    padding: 60px 0;
    margin-bottom: 0 !important;
  }
  .product-image-container {
    width: 100% !important;
    float: left;
    position: relative;
  }
  .product-item-name > a {
    color: #231f20;
    font-family: "Fedra Sans Demi";
  }
  .product-item-details {
    text-align: center;
    border: 1px solid rgba(196, 196, 196, 0.25);
    border-top: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
    padding-left: 20px;
    float: left;
    width: calc(100% - 59px);
    border: none;
  }
  .minicart-items .product-item:not(:first-child) {
    border-top: 1px solid #edaa38;
  }
  .block-content {
    text-align: left;
  }
  span.calltoaction a {
    text-align: center;
    font-size: 21px;
    color: #bc1717 !important;
    text-decoration: underline;
    text-transform: none;
  }
  span.calltoaction.mobile {
    display: none;
  }
  .products-grid .product-item-actions {
    margin: 0 !important;
    width: 100%;
  }
  .product-item-details {
    min-height: 190px !important;
  }
  .cms-sample-home-page .page-main .block {
    padding-bottom: 0 !important;
  }
}
@media all and (max-width: 1023px) and screen and (max-width: 768px) {
  span.calltoaction.desktop {
    display: none;
  }
  span.calltoaction.mobile {
    display: block;
  }
}
@media all and (max-width: 1023px) and only screen and (max-width: 1023px) {
  .cms-sample-home-page .page-main .block {
    padding: 15px 0 !important;
    margin-bottom: 0 !important;
  }
  .cms-sample-home-page .page-main .block {
    padding: 15px 0;
    margin-bottom: 0 !important;
    display: block;
    position: relative;
    overflow: hidden;
  }
  .cms-sample-home-page .widget-product-grid .product-item .price-box .price {
    font-size: 16px !important;
  }
  .cms-sample-home-page .product-item .product-item-details .price-box {
    padding: 0 0 10px;
  }
}
@media all {
  .action.primary {
    background-image: none;
    background: #cf4520;
    border: 1px solid #cf4520;
  }
  .action.primary:hover {
    background: #cf4520 !important;
    border: 1px solid #cf4520 !important;
    color: #fff !important;
  }
  .product-item-inner .actions-primary form {
    display: flex !important;
    justify-content: space-between !important;
  }
  a:hover {
    color: #0056b3;
    text-decoration: underline;
  }
  .price-box.price-final_price,
  .price-final_price,
  .product-item .price-box {
    float: left;
    width: 100%;
  }
  .cms-sample-home-page .page-main .block {
    background: transparent;
    padding: 30px 0;
  }
  .cms-sample-home-page span.price-container.price-final_price.tax.weee {
    width: 100%;
    float: left;
    text-align: center;
  }
  .cms-sample-home-page .product-item .product-item-details .price-box {
    margin: 0 auto;
    position: relative;
    height: auto;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  span.price-container.price-final_price.tax.weee {
    width: auto !important;
    float: left;
  }
  .product-item .price-box {
    margin: 0;
  }
  .price-box.price-final_price {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .cms-sample-home-page .product-item-details {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    vertical-align: top !important;
    align-content: center !important;
  }
  .cms-sample-home-page .Homecategory {
    padding: 2%;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list {
    padding: 0;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid {
    display: flex;
    justify-content: space-between;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    display: flex;
    gap: 50px;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item {
    padding: 0 !important;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info {
    width: auto;
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #efefef;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info:hover {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-photo {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-photo .product-image-container {
    padding: 15px 15px 5px !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details {
    width: 100%;
    min-height: fit-content;
    margin: 0 !important;
    padding: 0 0 10px;
    position: static;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .product-item-name {
    position: relative;
    width: 100%;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    top: 0;
    overflow: hidden;
    font-size: 16px;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    min-height: fit-content;
    margin: 4px 0 10px;
    padding: 0;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price .price-wrapper {
    position: relative;
    height: 100%;
    min-height: fit-content;
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price .price-wrapper .price {
    font-size: 14px !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .gudibuy {
    margin: 0 !important;
    padding: 0;
    height: auto;
    min-height: fit-content;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .product-item-inner {
    position: static !important;
    top: 0 !important;
    width: 100%;
    box-shadow: none;
    margin: 0;
    padding: 0;
    outline: none;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    position: relative;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item:hover .product-item-details .product-item-inner {
    position: static !important;
    top: 0 !important;
    width: 100%;
    box-shadow: none;
    margin: 0;
    padding: 0;
    outline: none;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner,
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item:hover .product-item-inner {
    display: flex !important;
    height: fit-content !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .tocart {
    height: 32px;
    text-align: center;
    border: 0 !important;
    padding: 0 15px;
    font-weight: 400;
    border-radius: 35px;
    background: #edaa39 !important;
    border: none !important;
    outline: none !important;
    font-size: 14px;
    line-height: 1;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .tocart:hover {
    text-decoration: none;
    background: #ee7203 !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .product-item-actions .actions-primary .stock.unavailable {
    height: 32px;
    text-align: center;
    border: 0 !important;
    font-weight: 400;
    border-radius: 35px;
    background: #edaa39 !important;
    border: none !important;
    outline: none !important;
    font-size: 14px;
    font-family: "Fedra Sans Book 5";
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    cursor: not-allowed;
    opacity: 0.5;
    line-height: 1;
    position: relative;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info .actions-secondary .action.towishlist {
    top: 25px;
    left: auto;
    z-index: 99;
    position: absolute;
    right: 25px;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info .actions-secondary .action.towishlist:before {
    margin: 0;
  }
  .cms-sample-home-page .Homecategory .calltoaction.desktop {
    display: flex;
    position: relative;
    width: 100%;
  }
  .cms-sample-home-page .Homecategory .calltoaction.desktop a,
  .cms-sample-home-page .Homecategory .calltoaction.mobile a {
    margin-left: auto;
    text-decoration: none;
  }
}
@media all and only screen and (min-width: 768px) {
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n+1) {
    margin-left: 2% !important;
  }
}
@media all and only screen and (min-width: 768px) and (max-width: 850px) {
  .price-box.price-final_price {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media all and (max-width: 719px) {
  .product-item-inner .actions-primary form {
    display: inherit !important;
    justify-content: space-between !important;
  }
}
@media all and only screen and (min-width: 576px) and (max-width: 767px) {
  .page-layout-1column .block.widget .products-grid .product-item {
    width: calc((100% - 4%)/2) !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
    margin-bottom: 15px;
  }
}
@media all and only screen and (max-width: 575px) {
  .block.widget .products-grid .product-item {
    margin: 0 0 20px;
  }
  .block.widget .products-grid .product-item:last-child {
    margin-bottom: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    border: 1px solid rgba(196, 196, 196, 0.25);
    margin: 0 auto 15px;
  }
}
@media all and only screen and (max-width: 1366px) {
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price .price-wrapper .price {
    font-size: 14px !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .tocart {
    height: 32px;
    text-align: center;
    border: 0 !important;
    padding: 0 15px;
    font-weight: 400;
    border-radius: 35px;
    font-size: 14px;
  }
  .cms-sample-home-page .Homecategory {
    padding: 5px;
  }
  .cms-sample-home-page .Homecategory .calltoaction.desktop {
    display: none !important;
  }
  .cms-sample-home-page .Homecategory .calltoaction.mobile {
    display: flex;
    position: relative;
    width: 100%;
  }
  .cms-sample-home-page .Homecategory .calltoaction.mobile a {
    margin-left: auto;
    text-decoration: none;
    position: relative;
    right: 5px;
    font-size: 16px;
  }
  .widget-product-grid .product-item {
    margin: 0 0.5% 2% !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid {
    display: flex;
    justify-content: space-between;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    display: block;
    justify-content: space-between;
    gap: 5px;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item {
    padding: 0 !important;
    position: relative;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info {
    width: auto;
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #efefef;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info:hover {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-photo {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-photo .product-image-container {
    padding: 15px 15px 5px !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details {
    width: 100%;
    min-height: fit-content;
    margin: 0 !important;
    padding: 0 0 10px;
    position: static;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .product-item-name {
    position: relative;
    width: 100%;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    top: 0;
    overflow: hidden;
    font-size: 14px;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    min-height: fit-content;
    margin: 4px 0 10px;
    padding: 0;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price .price-wrapper {
    position: relative;
    height: 100%;
    min-height: fit-content;
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price .price-wrapper .price {
    font-size: 14px !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .gudibuy {
    margin: 0 !important;
    padding: 0;
    height: auto;
    min-height: fit-content;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .product-item-inner {
    position: static !important;
    top: 0 !important;
    width: 100%;
    box-shadow: none;
    margin: 0;
    padding: 0;
    outline: none;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    position: relative;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item:hover .product-item-details .product-item-inner {
    position: static !important;
    top: 0 !important;
    width: 100%;
    box-shadow: none;
    margin: 0;
    padding: 0;
    outline: none;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner,
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item:hover .product-item-inner {
    display: flex !important;
    height: fit-content !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .tocart {
    height: 32px;
    text-align: center;
    border: 0 !important;
    padding: 0 15px;
    font-weight: 400;
    border-radius: 35px;
    background: #edaa39 !important;
    border: none !important;
    outline: none !important;
    font-size: 14px;
    line-height: 1;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .tocart:hover {
    text-decoration: none;
    background: #ee7203 !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .product-item-actions .actions-primary .stock.unavailable {
    position: relative;
    height: 32px;
    text-align: center;
    border: 0 !important;
    font-weight: 400;
    border-radius: 35px;
    background: #edaa39 !important;
    border: none !important;
    outline: none !important;
    font-size: 14px;
    font-family: "Fedra Sans Book 5";
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    cursor: not-allowed;
    opacity: 0.5;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info .actions-secondary .action.towishlist {
    top: 10px;
    left: auto;
    z-index: 99;
    position: absolute;
    right: 10px;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info .actions-secondary .action.towishlist:before {
    margin: 0;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .product-item-actions .actions-primary {
    display: inline-flex;
    margin: 0 auto;
    width: auto;
    justify-content: center;
  }
  .cms-sample-home-page .page-main .block.block-products-list {
    padding: 0;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item {
    width: calc((100% - 6%)/6);
    margin-left: 0.5% !important;
    margin-right: 0.5% !important;
  }
}
@media all and only screen and (max-width: 1024px) {
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item {
    width: calc((100% - 4%)/4);
    margin-left: 0.5% !important;
    margin-right: 0.5% !important;
  }
}
@media all and only screen and (max-width: 1023px) {
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item {
    width: calc((100% - 4%)/4);
    margin-left: 0.5% !important;
    margin-right: 0.5% !important;
  }
}
@media all and only screen and (max-width: 767px) {
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item {
    width: calc((100% - 3%)/3);
    margin-left: 0.5% !important;
    margin-right: 0.5% !important;
  }
}
@media all and only screen and (max-width: 376px) {
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .product-item-name {
    font-size: 13px;
    line-height: 1;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price .price-wrapper .price {
    font-size: 12px;
    line-height: 1;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .tocart,
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .product-item-actions .actions-primary .stock.unavailable {
    font-size: 12px;
    line-height: 1;
    height: 28px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .product-item {
    position: relative;
  }
  .product-item .price-box .price-label {
    display: none;
  }
  span.price-label {
    display: none !important;
  }
  .product-item:hover .product-item-inner {
    position: relative;
    top: 0;
  }
  input {
    color: #4e2100;
  }
  input::selection {
    background: #ff0;
  }
  .block-products-list.grid .action.towishlist {
    top: -10px;
    left: 0;
    z-index: 99;
    position: absolute;
  }
  .product-item-inner .actions-primary form {
    display: flex !important;
    justify-content: space-between !important;
  }
  .product-item .price-box {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and all and (min-width: 769px) {
  .page-main .block {
    margin-bottom: 50px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%)/4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n+1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and all and (min-width: 1024px) {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%)/5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n+1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4*24.439%)/3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 719px) {
  .product-item-inner .actions-primary form {
    display: inherit !important;
    justify-content: space-between !important;
  }
}
/*! CSS Used from: Embedded */
@media only screen and (max-width: 1366px) {
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details {
    min-height: fit-content !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 0 10px;
    position: static;
  }
  .cms-sample-home-page .Homecategory {
    padding: 5px;
  }
  .cms-sample-home-page .Homecategory .calltoaction.desktop {
    display: none !important;
  }
  .cms-sample-home-page .Homecategory .calltoaction.mobile {
    display: flex;
    position: relative;
    width: 100%;
  }
  .cms-sample-home-page .Homecategory .calltoaction.mobile a {
    margin-left: auto;
    text-decoration: none;
    position: relative;
    right: 5px;
    font-size: 16px;
  }
  .widget-product-grid .product-item {
    margin: 0 0.5% 2% !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid {
    display: flex;
    justify-content: space-between;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    display: block;
    justify-content: space-between;
    gap: 5px;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item {
    padding: 0 !important;
    position: relative;
    margin: 0.5% !important;
    width: calc((100% - 6%)/ 6);
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #efefef;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info:hover {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-photo {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-photo .product-image-container {
    padding: 15px 15px 5px !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .product-item-name {
    position: relative;
    width: 100%;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    top: 0;
    overflow: hidden;
    font-size: 14px;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    min-height: fit-content;
    margin: 4px 0 10px;
    padding: 0;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price .price-wrapper {
    position: relative;
    height: 100%;
    min-height: fit-content;
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price .price-wrapper .price {
    font-size: 14px !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .gudibuy {
    margin: 0 !important;
    padding: 0;
    height: auto;
    min-height: fit-content;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .product-item-inner,
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item:hover .product-item-details .product-item-inner {
    position: static !important;
    top: 0 !important;
    width: 100%;
    box-shadow: none;
    margin: 0;
    padding: 0;
    outline: 0;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    position: relative;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner,
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item:hover .product-item-inner {
    display: flex !important;
    height: fit-content !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .tocart {
    height: 32px;
    text-align: center;
    border: 0 !important;
    padding: 0 15px;
    font-weight: 400;
    border-radius: 35px;
    background: #edaa39 !important;
    border: none !important;
    outline: 0 !important;
    font-size: 14px;
    line-height: 1;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .tocart:hover {
    text-decoration: none;
    background: #ee7203 !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .product-item-actions .actions-primary .stock.unavailable {
    position: relative;
    height: 32px;
    text-align: center;
    border: 0 !important;
    font-weight: 400;
    border-radius: 35px;
    background: #edaa39 !important;
    border: none !important;
    outline: 0 !important;
    font-size: 14px;
    font-family: "Fedra Sans Book 5";
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    cursor: not-allowed;
    opacity: 0.5;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info .actions-secondary .action.towishlist {
    top: 10px;
    left: auto;
    z-index: 99;
    position: absolute;
    right: 10px;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info .actions-secondary .action.towishlist::before {
    margin: 0;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .product-item-actions .actions-primary {
    display: inline-flex;
    margin: 0 auto;
    width: auto;
    justify-content: center;
  }
  .cms-sample-home-page .page-main .block.block-products-list {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item {
    width: calc((100% - 4%)/ 4);
    margin-left: 0.5% !important;
    margin-right: 0.5% !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-photo .product-image-container {
    padding: 0px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item {
    width: calc((100% - 4%)/ 4);
    margin: 0.5% !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-photo .product-image-container {
    padding: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item {
    width: calc((100% - 3%)/ 3);
    margin-left: 0.5% !important;
    margin-right: 0.5% !important;
  }
}
@media only screen and (max-width: 376px) {
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .product-item-name {
    font-size: 13px;
    line-height: 1;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price .price-wrapper .price {
    font-size: 12px;
    line-height: 1;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .product-item-actions .actions-primary .stock.unavailable,
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .tocart {
    font-size: 12px;
    line-height: 1;
    height: 28px;
    padding: 0 10px;
  }
}
.block.newsletter {
  margin-bottom: 20px;
}
.subscribe-box {
  margin: 0 auto;
}
.sub-btn-wrapper {
  padding: 6px 30px;
  color: #670344;
  font-family: "Fedra Serif A Medium 5";
  font-size: 24px;
  text-transform: capitalize;
}
.subscribe-box a {
  color: #fff;
  font-size: 18px;
  min-width: 150px;
  font-family: 'Fedra Sans Book 5', 'Open Sans', sans-serif !important;
  margin: 0 !important;
  background: #bc1717;
  text-transform: capitalize;
  height: 46px;
  padding: 0;
  line-height: 42px;
  border-radius: 30px !important;
}
.sub-btn-wrapper {
  font-size: 26px;
}
.cms-sample-home-page .page-bottom,
body:not(.cms-sample-home-page) .page-wrapper .page-bottom {
  margin-bottom: 0 !important;
  padding-top: 50px;
  padding-bottom: 0;
  background-color: #ffffff !important;
}
.cms-sample-home-page .footernewsletter,
.footernewsletter {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  margin: 0 auto;
}
.cms-sample-home-page .footernewsletter .sub-btn-wrapper,
.footernewsletter .sub-btn-wrapper {
  padding: 0;
  background: transparent;
  margin: 0;
}
.footernewsletter .newsletter .sub-btn-wrapper span {
  display: none;
}
.page-bottom .footernewsletter .newsletter .subscribe-box a {
  width: 70% !important;
  color: #ffffff;
}
body .page-bottom .footernewsletter {
  align-items: center;
  flex-direction: row;
}
.cms-sample-home-page .page-bottom .footernewsletter .footer-nandhi,
body .page-bottom .footernewsletter .footer-nandhi {
  position: relative;
  left: unset;
  top: unset;
  bottom: unset;
  right: unset;
  margin: 0 0 -90px;
  width: 45%;
}
.page-bottom .footernewsletter > .content {
  position: relative !important;
  top: unset;
  left: unset;
  width: 55% !important;
}
.cms-sample-home-page .page-footer,
.page-footer {
  padding: 80px 0 50px !important;
  margin-top: auto;
}
body .page-bottom .footernewsletter .content h2 {
  text-transform: none;
}
.bottom-toolbar p#toolbar-amount {
  color: #231f20 !important;
}
@media only screen and (max-width: 1024px) {
  .footerlinksection {
    background: transparent;
  }
  .footerlinksection .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footernewsletter .footer-nandhi img {
    display: block;
  }
  .footernewsletter {
    background: none;
  }
  .cms-sample-home-page .page-bottom,
  body .page-bottom {
    padding-bottom: 0;
    padding-top: 0;
  }
  .page-bottom .page-bottom {
    padding: 0 0 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .footernewsletter .footer-nandhi img {
    width: auto;
    margin: 0 auto;
  }
  .cms-sample-home-page .footernewsletter,
  body .page-bottom .footernewsletter {
    height: auto;
    margin-bottom: 0 !important;
  }
  .cms-sample-home-page .page-bottom .footernewsletter .footer-nandhi,
  body .page-bottom .footernewsletter .footer-nandhi {
    padding-bottom: 0% !important;
    margin: 0;
    width: 100%;
  }
  .cms-sample-home-page .page-footer,
  body .page-footer {
    padding: 0px !important;
  }
  body .page-footer .footer .footerlinksection > div:last-child {
    border-bottom: none !important;
  }
  .page-bottom .footernewsletter > .content {
    width: 100% !important;
  }
  body.cms-sample-home-page .page-bottom .footernewsletter > .content,
  body .page-bottom .footernewsletter > .content {
    padding: 50px 0 !important;
  }
  .footerlinksection h4 {
    font-size: 16px;
    padding: 5px 0;
  }
  .footerlinksection li {
    padding-bottom: 5px !important;
  }
  .page-bottom .footernewsletter .content h2 {
    font-size: 24px;
    padding: 0 60px;
  }
  body .page-wrapper .page-bottom {
    background: #fff;
    padding: 0 !important;
  }
  .footerlinksection h4:after {
    top: 50%;
    transform: rotate(0deg) translateY(-50%);
    -webkit-transform: rotate(0deg) translateY(-50%);
  }
  .footerlinksection .col-2.active h4:after {
    transform: rotate(0deg) translateY(-50%);
    -webkit-transform: rotate(0deg) translateY(-50%);
  }
}
@media only screen and (max-width: 768px) {
  .sub-btn-wrapper {
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    position: relative;
  }
  .sub-btn-wrapper img {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 50px !important;
  }
  .subscribe-box a {
    margin: 10px;
  }
  .sub-btn-wrapper span {
    font-size: 20px !important;
  }
  body.cms-sample-home-page .page-bottom .footernewsletter > .content,
  body .page-bottom .footernewsletter > .content {
    padding: 0 !important;
  }
}
body .dropdown-menu-dekstop .menu-left .menu-links .split-ul .menu-parent {
  margin-left: 0 !important;
}
.dropdown-menu-dekstop .mega_menu_list ul li .menu-left {
  display: none !important;
}
.dropdown-menu-dekstop .mega_menu_list ul li.open-top .menu-left {
  display: block !important;
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-item-name .product-item-link {
  height: 34px;
}
.gift-options-cart-item {
  display: none !important;
}
.products_listing_grid.products.wrapper .rating-summary .rating-result {
  width: 100%;
}
.products_listing_grid.products.wrapper .product-item .product-reviews-summary .rating-summary {
  min-width: 130px;
}
.catalog-product-view.new-pdp-design .text_type_attribute.shirt_size input[type=radio]:checked + label:after,
.catalog-product-view.new-pdp-design .text_type_attribute.shirt_size input[type=radio].selected + label:after {
  width: 32px;
  height: 32px;
}
.catalog-product-view.new-pdp-design .swatch-option-wrap {
  margin-bottom: 10px !important;
}
.header.content .right-container-wrap span.myaccounticon {
  margin-top: -7px;
}
html .checkout-index-index .page-main #checkout #checkout-shipping-method-load tr td:nth-child(4) {
  width: 137px !important;
}
html .checkout-index-index .page-main #checkout #checkout-shipping-method-load tr td:nth-child(3) {
  width: 160px !important;
}
html .checkout-index-index .page-main #checkout #checkout-shipping-method-load tr td:nth-child(2) {
  width: 80px !important;
}
html .checkout-index-index .page-main #checkout #checkout-shipping-method-load tr td:nth-child(1) {
  width: 60px !important;
}
@media (min-width: 768px) {
  .desktop-toggle {
    margin-top: -10px;
  }
}
.header.content .right-container-wrap span.myaccounticon {
  margin-top: -7px;
}
.dropdown-menu-dekstop .level0 .level-top img,
.dropdown-menu-dekstop .top-section .icon.user-my-icon img {
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .products_listing_grid.products.wrapper .product-item .product-reviews-summary.short {
    margin-top: 0;
  }
  .minicart-items-wrapper {
    height: calc(100vh - 370px) !important;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-link {
    height: 34px !important;
  }
  #minicart-content-wrapper .cartcalltoaction {
    bottom: 0;
  }
  .block-minicart .subtotal {
    bottom: 61px !important;
  }
  #mini-cart li .product .product-item-name a {
    line-height: 1.2;
  }
  .dropdown-menu-dekstop .level0 a img {
    max-width: 80px;
  }
  .dropdown-menu-dekstop .angle-arrow {
    top: 14px;
  }
  .desktop-toggle {
    margin-top: -6px;
  }
  .dropdown-menu-dekstop .level0 a img {
    vertical-align: middle;
  }
  .dropdown-menu-dekstop .top-section {
    align-items: center;
  }
  .dropdown-menu-dekstop .angle-arrow {
    top: 13px;
  }
  .dropdown-menu-dekstop ul.split-ul a {
    padding-right: 50px !important ;
  }
  .products_listing_grid.products.wrapper .product-item .product-reviews-summary.short .product-reviews-summary.short {
    margin-bottom: 0;
  }
}
.cms-sample-home-page .page-wrapper main#maincontent {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-secondary a:before {
  content: '' !important;
  background-size: 16px 18px;
}
.widget-slider-content .product-item .category-carousal.price-box .old-price .price {
  text-decoration: line-through;
}
.widget-slider-content .product-item .price-box > span {
  display: block;
  width: 100%;
}
.products_listing_grid.products.wrapper .rating-summary .rating-result {
  width: 130px;
}
@media only screen and (max-width: 768px) {
  .products_listing_grid.products.wrapper .rating-summary {
    height: 20px;
  }
  .products_listing_grid.products.wrapper .rating-summary .rating-result:before {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../../frontend/OM/Isha/en_US/images/grey-star.svg') !important;
    content: "" !important;
    height: 20px !important;
  }
  .catalog-product-view.new-pdp-design .text_type_attribute.shirt_size input[type=radio]:checked + label:after,
  .catalog-product-view.new-pdp-design .text_type_attribute.shirt_size input[type=radio].selected + label:after {
    width: 32px;
    height: 32px;
  }
  .catalog-product-view.new-pdp-design .product-options-wrapper .text_type_attribute.shirt_size .swatch-option-wrap input[type=radio].swatch-option.disabled + label:after,
  .catalog-product-view.new-pdp-design .product-options-wrapper .text_type_attribute.shirt_size input[type=radio].swatch-option.disabled.selected + label:after {
    height: 32px;
  }
  .header.content .right-container-wrap .header.links .icon.wishlist-my-icon .wishlist.counter,
  .minicart-wrapper .action.showcart .counter.qty.empty {
    padding: 0;
  }
  * {
    box-sizing: border-box;
  }
  button.close {
    padding: 0 !important;
    background-color: transparent !important;
  }
}
/* Page Builder CSS */
.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;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #ccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333;
  text-decoration: none;
}
.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 {
  color: #333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.widget-product-carousel .product-item-inner {
  position: static !important;
}
.widget-product-carousel .product-item {
  padding: 0 3px !important;
}
.widget-product-carousel .product-item .product-photo {
  position: relative;
  float: left;
  width: 100%;
}
.widget-product-carousel .product-item .product-photo .offer-tag {
  font-family: "Fedra Sans Std";
  font-size: 16px;
  font-weight: 700;
  background: #b31212;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 0 25px 25px 0;
  min-width: max-content;
  padding: 14px 18px 9px 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.2;
  z-index: 1;
}
.widget-product-carousel .product-item .product-item-photo {
  float: left;
  width: 100%;
  background: #ebd5bb;
  border-radius: 7px;
  overflow: hidden;
  height: 100%;
}
.widget-product-carousel .product-item .product-item-photo .product-image-wrapper {
  padding-bottom: 101% !important;
}
.widget-product-carousel .product-item .product-item-photo .product-image-wrapper img {
  width: 100%;
  height: 100%;
}
.widget-product-carousel .product-item .product-item-name a {
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  width: 100%;
  text-align: left;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1 !important;
  line-clamp: 1 !important;
  -webkit-box-orient: vertical;
  height: 24px !important;
  font-weight: 600 !important;
  font-size: 18px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .widget-product-carousel .product-item .product-item-name a {
    font-size: 12px;
    height: 15px !important;
  }
}
.widget-product-carousel .product-item .product-item-actions .actions-primary > .stock.unavailable {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  background: #f1bb61;
  padding: 5px 15px;
  font-size: 12px;
  color: #000 !important;
  border-radius: 0 !important;
}
.widget-product-carousel .product-item .product-item-actions .actions-primary button.action.tocart.primary {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  width: calc(100% - 10px);
  display: none;
  z-index: 9;
  font-size: 18px;
}
.widget-product-carousel .product-item .product-item-actions .actions-primary button.action.tocart.primary span {
  font-size: 18px;
}
.widget-product-carousel .product-item .product-item-actions .actions-primary + .actions-secondary > .action.towishlist {
  display: flex;
  border-radius: 37px;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: relative;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 37px;
  height: 37px;
  z-index: 9;
  display: none;
}
.widget-product-carousel .product-item .product-item-actions .actions-primary + .actions-secondary > .action.towishlist:before {
  content: '' !important;
  margin: 0 !important;
  background-image: url('../../frontend/OM/Isha/en_US/images/wishlist-icon.svg');
  width: 21px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: right center;
  display: inline-block;
  background-size: contain;
}
.widget-product-carousel .product-item .price-box .price {
  white-space: nowrap;
  font-size: 16px;
  font-family: "Fedra Sans Medium 5";
  font-weight: 600;
  line-height: normal;
  color: #000;
}
.widget-product-carousel .product-item .price-box .old-price .price {
  color: #A92611 !important;
}
.widget-product-carousel .product-item .price-box.price-final_price {
  gap: 10px;
}
.widget-product-carousel .product-item:hover .product-item-actions .actions-primary button.action.tocart.primary {
  display: block;
}
.widget-product-carousel .product-item:hover .product-item-actions .actions-primary + .actions-secondary > .action.towishlist {
  display: block;
}
.widget-product-carousel .slick-next {
  background: url('../../frontend/OM/Isha/en_US//images/Right-Scroll.svg');
  margin-top: -22px;
  width: 72px;
  height: 72px;
  outline: none;
}
.widget-product-carousel .slick-next:before {
  content: none;
}
.widget-product-carousel .slick-prev {
  background: url('../../frontend/OM/Isha/en_US//images/Left-Scroll.svg');
  margin-top: -22px;
  width: 72px;
  height: 72px;
  outline: none;
}
.widget-product-carousel .slick-prev:before {
  content: none;
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .home-slider {
    padding: 0 20px !important;
  }
  .home-slider .pagebuilder-column {
    width: 25% !important;
  }
  .home-slider .pagebuilder-column + .pagebuilder-column {
    width: 75% !important;
  }
}
@media only screen and (max-width: 1023px) {
  .widget-product-carousel .product-item-details {
    min-height: auto !important;
    border: none;
  }
}
/* Page Builder CSS  End*/
.holiday-heading span:before,
.holiday-heading span:after {
  content: '';
  background: url('../../frontend/OM/Isha/en_US/images/heading-holiday.png');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 200px;
  height: 20px;
  position: absolute;
  top: 50%;
}
.holiday-heading span:before {
  left: 105%;
  transform: translateY(-50%);
}
.holiday-heading span:after {
  right: 105%;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(180deg);
}
.holiday-bundle {
  padding: 0;
}
.holiday-bundle .main-generic-category.holidyabundle ul {
  gap: 5%;
}
.holiday-bundle .main-generic-category.holidyabundle ul li {
  width: 30% !important;
}
.holiday-bundle .main-generic-category.holidyabundle ul li h2 {
  font-size: 24px;
  max-width: unset;
  font-weight: 500;
}
.holiday-bundle .main-generic-category.holidyabundle ul li p {
  font-size: 16px;
  margin-top: 7px;
}
.holiday-bundle .ishaessentials .product-item-info .stock.unavailable {
  background: #f1bb61 !important;
  border-radius: 0 !important;
}
.holiday-bundle .ishaessentials {
  background-color: #FFF !important;
}
html {
  scroll-behavior: smooth;
}
.holiday-bundle .item.product.product-item.out-of-stock .product-item-inner .unavailable {
  background: #f1bb61 !important;
}
.holiday-bundle .stock.notifyme {
  display: none;
}
.holiday-bundle .product-item-details .price-final_price .old-price .price-wrapper .price,
.holiday-bundle .pagebuilder-column .widget-product-grid .product-item .price-box .price {
  font-size: 14px;
  justify-content: center;
  gap: 10px;
}
.holiday-bundle .product-item-details .price-final_price .old-price .price-wrapper .price {
  color: #A92611;
  font-weight: 400;
}
.holiday-bundle .ishaessentials .product-item .product-item-name {
  font-size: 24px;
  text-align: center;
  margin: 10px 0;
}
.holiday-bundle .block.widget .product-item-info {
  box-shadow: 4px 4px 30px -16px rgba(0, 0, 0, 0.25) !important;
  padding: 0 0 10px !important;
  float: none;
  width: 100%;
  max-width: 348px;
  display: inline-block;
  position: relative;
  background: #f6f3f3 !important;
}
.holiday-bundle .widget-product-grid .product-item .product-item-inner .tocart {
  max-width: 140px !important;
  margin: 0 auto !important ;
}
.holiday-bundle .ishaessentials .product-item-inner .actions-primary {
  margin-bottom: 0 !important;
}
.holiday-bundle .price-box.price-final_price {
  gap: 10px;
}
.holiday-bundle .product-image-photo {
  margin: 0;
  width: 100%;
}
.holiday-bundle .product-item-details {
  float: left;
  width: 100%;
}
.holiday-bundle .block.widget .products-grid .product-item .product-item-inner,
.page-layout-1column .holiday-bundle .block.widget .products-grid .product-item .product-item-inner {
  min-height: 43px;
}
.page-layout-1column .holiday-bundle .block.widget .products-grid .product-item:nth-child(5n+1) {
  margin-left: 0 !important;
}
.holiday-bundle .block.widget .products-grid .product-item,
.page-layout-1column .holiday-bundle .block.widget .products-grid .product-item {
  text-align: center;
  padding: 10px !important;
  margin: 0 0 60px !important;
}
.holiday-bundle img {
  width: 100%;
}
.page-layout-1column .holiday-bundle .block.widget .products-grid .product-item:nth-child(5n+1) {
  margin-left: 0 !important;
}
body .holiday-bundle,
body .holiday-bundle .holiday-bundle-column {
  background-color: #fff !important;
}
body .holiday-bundle.cms-adiyogi-store,
body .holiday-bundle.cms-adiyogi-store .holiday-bundle-column {
  background-color: #f1eded !important;
}
.page-layout-1column .holiday-bundle .block.widget .products-grid .product-item:nth-child(5n+1) {
  margin-left: 0 !important;
}
.holiday-bundle {
  clear: both;
}
.holiday-heading {
  float: left;
  width: 100%;
  text-align: center;
  clear: both;
  font-size: 50px;
  font-weight: 600;
  color: #54042F;
  background: #f1eded;
  margin-top: 30px;
  padding: 40px 0 0;
}
.holiday-heading.gender {
  background: #fff;
  margin: 0px !important;
}
.holiday-heading span {
  position: relative;
}
.homecarousel .label-outer .homepage-newarrival-label {
  margin-top: 3px;
  padding: 5px 10px;
  background: #8432ef;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  text-align: right;
  color: #fff;
  font-weight: 700;
  float: left;
  clear: both;
}
.homecarousel .bestseller-tag {
  font-family: 'Fedra Sans Std';
  font-size: 11px;
  background: #ffef34;
  width: 91px;
  text-align: center;
  padding: 6px 0;
  position: absolute;
  right: 0;
  color: #000;
  top: 0;
  z-index: 100;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.homecarousel .label-outer .homepage-crausel-offer_label {
  padding: 5px 10px;
  background: #b31212;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-align: left;
  float: left;
  clear: both;
}
.homecarousel .label-outer .homepage-newarrival-label,
.homecarousel .label-outer .homepage-crausel-offer_label {
  font-size: 11.5px;
}
.homecarousel .label-outer .homepage-newarrival-label,
.homecarousel .label-outer .homepage-crausel-offer_label {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-align: left;
  float: left;
  clear: both;
}
.homecarousel .label-outer {
  position: absolute;
  top: -11px;
  left: 0;
  z-index: 10;
  padding: 10px 0;
}
.home-slider .pagebuilder-column-group {
  margin-bottom: 100px;
}
p.additional-text {
  display: none;
}
.holiday-bundle p.additional-text {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #595959;
  float: left;
  width: 100%;
  height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.holiday-bundle p.additional-text {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #595959;
  float: left;
  width: 100%;
  height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.holiday-bundle .homecarousel p.additional-text {
  font-size: 12px;
  color: #AEAEAE;
  margin: 0 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 19px;
}
.holiday-bundle .widget-product-carousel .product-item .price-box .price {
  font-size: 12px;
}
.holiday-bundle .widget-product-carousel .product-item .price-box .price {
  font-size: 12px;
  color: #A92611;
  font-weight: 400;
}
@media (max-width: 767px) {
  .holiday-bundle .widget-product-carousel .product-item .price-box .price {
    font-size: 8px;
  }
  .holiday-bundle .widget-product-carousel .product-item .price-box .price {
    font-size: 8px;
  }
  .holiday-bundle .main-generic-category.holidyabundle ul {
    gap: unset !important;
  }
  .holiday-bundle .main-generic-category.holidyabundle ul li {
    width: 50% !important;
    padding: 0 30px 0;
  }
  .main-generic-category.holidyabundle ul li h2 {
    font-size: 14px;
  }
  .main-generic-category.holidyabundle ul li p {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .holiday-bundle .block.widget .products-grid .product-item,
  .page-layout-1column .holiday-bundle .block.widget .products-grid .product-item {
    text-align: center;
    padding: 10px !important;
    margin: 0 0 20px !important;
    border: none !important;
  }
  .holiday-bundle .ishaessentials .product-item .product-item-name {
    font-size: 24px;
    text-align: center;
    margin: 10px 0 5px;
  }
  .holiday-bundle .ishaessentials .product-item .product-item-details {
    padding: 0;
  }
  .holiday-heading {
    font-size: 24px;
    margin: 20px 0;
  }
  .holiday-heading span:after,
  .holiday-heading span:before {
    width: 100px;
    height: 10px;
  }
  .home-slider .pagebuilder-column-group {
    margin-bottom: 50px;
  }
}
@media (max-width: 400px) {
  .holiday-bundle .main-generic-category.holidyabundle ul li {
    padding: 0 10px 0;
  }
  .holiday-heading {
    font-size: 20px;
    margin: 10px 0;
  }
  .holiday-heading span:after,
  .holiday-heading span:before {
    width: 75px;
  }
}
/** New Home page for ca and usa **/
.home-page-category-title {
  text-align: center;
  font-size: 50px;
  padding: 90px 20px 60px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .home-page-category-title {
    font-size: 24px;
    padding: 20px 0 0;
  }
}
.main-generic-category.home-page-category {
  text-align: center;
  padding: 30px 0;
  background-color: #FFF !important;
}
@media (max-width: 767px) {
  .main-generic-category.home-page-category {
    padding: 20px 0;
  }
}
.main-generic-category.home-page-category ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  overflow: auto;
  width: 100%;
  float: none;
  justify-content: center;
}
.main-generic-category.home-page-category ul li {
  width: 16% !important;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .main-generic-category.home-page-category ul li {
    width: 33% !important;
  }
}
@media (max-width: 767px) {
  .main-generic-category.home-page-category ul li {
    width: 50% !important;
  }
}
.main-generic-category.home-page-category ul li img {
  border-radius: 10px;
}
.main-generic-category.home-page-category h2 {
  font-size: 16px;
  margin: 18px 0;
  text-align: center;
  float: left;
  width: 100%;
  max-width: 100%;
}
.home-login {
  background: #FAF7F2;
  width: 100%;
  float: left;
  padding: 60px 40px;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .home-login {
    padding: 20px;
    margin-top: 20px;
  }
}
.home-login h3,
.home-login p {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 48px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home-login h3,
  .home-login p {
    font-size: 24px;
  }
}
.home-login p {
  font-size: 36px;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .home-login p {
    font-size: 18px;
    padding: 0 20px;
  }
}
.home-login a {
  background: #69351D;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  padding: 15px 20px;
  display: inline-block;
  border-radius: 10px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .home-login a {
    font-size: 14px;
  }
}
.home-login a:hover {
  text-decoration: none;
  background: #492514;
  color: #fff;
}
.app-heading,
.bundles-home-heading,
.heading-featured-collection {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 50px;
  padding: 90px 20px;
}
@media (max-width: 767px) {
  .app-heading,
  .bundles-home-heading,
  .heading-featured-collection {
    font-size: 24px;
    padding: 20px 0;
  }
}
.row-reverse .pagebuilder-column-line {
  flex-direction: row-reverse;
}
.featured-collection {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .featured-collection {
    padding: 0;
  }
}
.featured-collection img {
  width: 100%;
}
.featured.order-two {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .featured.order-two {
    padding-left: 0;
  }
}
.featured {
  text-align: left;
}
@media (max-width: 767px) {
  .featured {
    margin: 20px 0;
  }
}
.featured .featured-category-name {
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 767px) {
  .featured .featured-category-name {
    font-size: 18px;
  }
}
.featured .featured-discreption {
  float: left;
  width: 100%;
  font-size: 18px;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .featured .featured-discreption {
    font-size: 15px;
  }
}
.featured a {
  float: left;
  border: 2px solid #000;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 15px;
  border-radius: 10px;
  color: #000;
  text-decoration: none;
}
@media (max-width: 767px) {
  .featured a {
    font-size: 15px;
  }
}
.featured a:hover {
  color: #000;
  text-decoration: none;
}
html .page-layout-1column .block.widget .curated-bundles .products-grid .product-item {
  width: 25% !important;
  margin: 0 !important;
  padding: 0 20px 5px;
}
@media (max-width: 767px) {
  html .page-layout-1column .block.widget .curated-bundles .products-grid .product-item {
    width: 50% !important;
    border: none;
    padding: 0 10px 5px;
  }
}
@media (max-width: 420px) {
  html .page-layout-1column .block.widget .curated-bundles .products-grid .product-item {
    margin-bottom: 20px !important;
  }
}
html .page-layout-1column .block.widget .curated-bundles .products-grid .product-item .product-item-info {
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.25);
  float: left;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
html .page-layout-1column .block.widget .curated-bundles .products-grid .product-item .product-item-info .product-image-photo {
  width: 100%;
  height: auto;
}
html .page-layout-1column .block.widget .curated-bundles .products-grid .product-item .product-item-info .product-item-details {
  float: left;
  width: 100%;
  padding: 20px;
}
@media (max-width: 767px) {
  html .page-layout-1column .block.widget .curated-bundles .products-grid .product-item .product-item-info .product-item-details {
    padding: 10px;
  }
}
html .page-layout-1column .block.widget .curated-bundles .products-grid .product-item .product-item-info .price {
  font-size: 15px;
}
html .page-layout-1column .block.widget .curated-bundles .products-grid .product-item .product-item-info .price-final_price {
  justify-content: flex-start;
  gap: 10px;
}
html .page-layout-1column .block.widget .curated-bundles .products-grid .product-item .product-item-info .price-final_price .old-price .price-wrapper .price {
  font-size: 15px;
  font-weight: 400;
}
.isha-app-section {
  float: left;
  width: 100%;
  background: #b99978;
  padding: 60px 20px;
  border-radius: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .isha-app-section {
    padding: 20px;
  }
}
.isha-app-section .sub-heading-app {
  float: left;
  width: 100%;
  font-size: 30px;
}
@media (max-width: 767px) {
  .isha-app-section .sub-heading-app {
    font-size: 20px;
  }
}
.isha-app-section p {
  float: left;
  width: 100%;
  margin: 20px 0;
  font-size: 25px;
}
@media (max-width: 767px) {
  .isha-app-section p {
    font-size: 16px;
  }
}
.isha-app-section .app-heading {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .isha-app-section .app-heading {
    padding-top: 20px;
  }
}
.isha-app-section .app-section {
  float: left;
  width: 100%;
  display: flex;
  gap: 20px;
  padding: 20px;
}
@media (max-width: 767px) {
  .isha-app-section .app-section {
    flex-wrap: wrap;
    padding: 0;
  }
}
.isha-app-section .app-section .app-card {
  width: 25%;
}
@media (max-width: 767px) {
  .isha-app-section .app-section .app-card {
    width: calc(50% - 10px);
  }
}
.isha-app-section .app-section .app-card-inner {
  float: left;
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
}
@media (max-width: 767px) {
  .isha-app-section .app-section .app-card-inner {
    padding: 15px;
  }
}
.isha-app-section .app-section .app-card-inner img {
  width: 100%;
  border-radius: 10px;
  float: left;
}
.isha-app-section .app-section .app-card-inner .app-name {
  float: left;
  width: 100%;
  font-size: 20px;
  margin: 10px 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  .isha-app-section .app-section .app-card-inner .app-name {
    font-size: 15px;
  }
}
.isha-app-section .app-section .app-card-inner p {
  float: left;
  width: 100%;
  font-size: 12px;
  margin: 0;
}
.isha-app-section .app-section .app-card-inner a {
  background: #69351D;
  color: #fff;
  font-size: 15px;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 10px;
  margin: 10px 0 0;
  width: 100%;
}
.isha-app-section .app-section .app-card-inner a:hover {
  text-decoration: none;
  background: #492514;
}
.home-shipping-return {
  float: left;
  width: 100%;
  padding: 60px 20px;
}
@media (max-width: 767px) {
  .home-shipping-return {
    padding: 20px;
  }
}
.home-shipping-return ul {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 10px;
}
@media (max-width: 767px) {
  .home-shipping-return ul {
    flex-wrap: wrap;
  }
}
.home-shipping-return ul li {
  width: 25%;
}
@media (max-width: 767px) {
  .home-shipping-return ul li {
    width: calc(50% - 5px);
  }
}
.home-shipping-return ul li .title {
  float: left;
  width: 100%;
  margin: 0;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
@media (max-width: 767px) {
  .newslwtter-wrap {
    padding: 0 10px;
  }
}
.block.newsletter.native-newsletter {
  float: left;
  width: 100%;
  padding: 100px 20px;
  background: #b99978;
  max-width: 100%;
  border-radius: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .block.newsletter.native-newsletter {
    padding: 50px 20px;
  }
}
.block.newsletter.native-newsletter .title {
  display: block;
  text-align: center;
}
.block.newsletter.native-newsletter .title strong {
  font-size: 50px;
}
@media (max-width: 767px) {
  .block.newsletter.native-newsletter .title strong {
    font-size: 25px;
  }
}
.block.newsletter.native-newsletter .label {
  width: 100%;
  float: left;
  height: auto;
  clip: unset;
  position: static;
  text-align: center;
  margin: 10px 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  .block.newsletter.native-newsletter .label {
    font-size: 13px;
  }
}
.block.newsletter.native-newsletter .content {
  width: 100%;
  float: left;
}
.block.newsletter.native-newsletter .content .form.subscribe {
  display: flex;
  width: 100%;
  max-width: 872px;
  gap: 74px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .block.newsletter.native-newsletter .content .form.subscribe {
    gap: 20px;
  }
}
@media (max-width: 420px) {
  .block.newsletter.native-newsletter .content .form.subscribe {
    flex-wrap: wrap;
  }
}
.block.newsletter.native-newsletter .content .form.subscribe .field.newsletter {
  max-width: 100%;
  width: 560px;
}
@media (max-width: 767px) {
  .block.newsletter.native-newsletter .content .form.subscribe .field.newsletter {
    width: 320px;
  }
}
@media (max-width: 420px) {
  .block.newsletter.native-newsletter .content .form.subscribe .field.newsletter {
    width: 100%;
  }
}
.block.newsletter.native-newsletter .content .form.subscribe .field.newsletter input {
  margin-right: 0;
  padding: 10px;
  border-radius: 5px;
  height: 48px;
}
.block.newsletter.native-newsletter .content .form.subscribe .actions {
  display: inline-block;
  vertical-align: top;
  width: 238px;
}
@media (max-width: 420px) {
  .block.newsletter.native-newsletter .content .form.subscribe .actions {
    width: 100px;
  }
}
.block.newsletter.native-newsletter .content .form.subscribe .actions button {
  width: 100%;
  border-radius: 5px !important;
  background: #fff;
  border: none;
  color: #000;
  height: 48px;
}
.recomendation-title {
  padding: 90px 20px 70px;
  font-size: 50px;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .recomendation-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .recomendation-title {
    padding: 20px;
    font-size: 24px;
  }
}
.home-recomendation .recomandation-outer {
  max-width: 100%;
}
.home-recomendation .recomandation-outer .airecommendation {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .home-recomendation .recomandation-outer .airecommendation {
    padding: 0 10px;
  }
}
.home-recomendation .recomandation-outer .airecommendation li.item.product.product-item {
  margin: 0 !important;
  width: 100% !important;
  border: none;
}
.home-recomendation .recomandation-outer .airecommendation .product-item-info {
  width: auto;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.25);
  float: left;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.home-recomendation .recomandation-outer .airecommendation .owl-nav {
  /* position: absolute;
                top: -170px;;
                transform: translateY(-50%);
                width: 100px;
                right: 20px;

                 @media (max-width: 991px){
                    top: -146px;
                }
                @media (max-width: 767px){
                    top: -90px;
                }
                @media (max-width: 420px){
                    top: -83px;
                } */
}
.home-recomendation .recomandation-outer .airecommendation .owl-nav button {
  /*span{                   
                        right: 0 !important;
                        width: 40px;
                        height: 40px;
                        border: 2px solid #000;
                        border-radius: 100%;
                        background-image: url('../../frontend/OM/Isha/en_US/css/@{baseDir}images/back-arrow.png') !important;
                        background-repeat: no-repeat;
                    } 
                    &.owl-next {
                        span{
                            transform: rotate(180deg);

                        }
                    }
                    &.owl-prev {
                        span{
                            left: 0 !important;
                        }
                    }*/
}
@media (max-width: 1023px) {
  .home-recomendation .recomandation-outer .airecommendation .owl-nav button {
    display: block !important;
    visibility: visible !important;
  }
}
.home-recomendation .recomandation-outer .airecommendation .owl-nav button.owl-next span {
  right: 0 !important;
}
.home-recomendation .recomandation-outer .airecommendation .owl-nav button.owl-prev span {
  left: 0 !important;
}
.wishlist-index-index #wishlist-tabs ul {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  background: #f5f5f5;
  clear: both;
  float: left;
  padding: 4px;
  border-radius: 8px;
  overflow: auto;
}
.wishlist-index-index #wishlist-tabs ul li {
  background: #f5f5f5 !important;
  box-shadow: none !important;
  border-radius: 8px !important;
  border: none !important;
  list-style: none;
  margin: 0;
  padding: 7px 15px;
  display: flex;
  align-items: center;
}
.wishlist-index-index #wishlist-tabs ul li a {
  font-size: 13px;
  color: #2E2E38;
  display: flex;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .wishlist-index-index #wishlist-tabs ul li a {
    width: 100%;
  }
}
.wishlist-index-index #wishlist-tabs ul li span.count {
  height: 22px;
  width: 29px;
  background: rgba(255, 99, 14, 0.1);
  color: #EE7203;
  font-size: 12px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  line-height: 22px;
  margin-left: 5px;
}
.wishlist-index-index #wishlist-tabs ul li.ui-tabs-active {
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.05) !important;
  background: #f9f9fb !important;
  color: #2E2E38;
}
.wishlist-index-index #wishlist-tabs .product-items {
  float: left;
  width: 100%;
}
.wishlist-index-index #wishlist-tabs .product-items .product-item {
  float: left;
  min-width: unset;
  padding: 0 8px;
  margin: 0 0 16px;
}
.wishlist-index-index #wishlist-tabs .product-items .product-item .product-item-info {
  border: 1px solid #E3E3E8;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  float: left;
  width: 100%;
}
.wishlist-index-index #wishlist-tabs .product-items .product-item .product-item-info .wishlist-inner-wrap {
  padding: 16px;
  float: left;
  width: 100%;
}
.wishlist-index-index #wishlist-tabs .product-items .product-item .product-item-info .wishlist-inner-wrap .product-item-photo img {
  width: 100%;
  margin: 0 !important;
}
.wishlist-index-index #wishlist-tabs .product-items .product-item .product-item-info .wishlist-inner-wrap .product-category {
  float: left;
  width: 100%;
  color: #797986;
  font-size: 13px;
  font-weight: 400;
  height: 33px;
}
.wishlist-index-index #wishlist-tabs .product-items .product-item .product-item-info .wishlist-inner-wrap .product-item-name {
  float: left;
  width: 100%;
  padding: 0;
  margin: 16px 0;
}
.wishlist-index-index #wishlist-tabs .product-items .product-item .product-item-info .wishlist-inner-wrap .product-item-name a {
  width: 100%;
  float: left;
  color: #2E2E38;
  font-size: 14px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.wishlist-index-index #wishlist-tabs .product-items .product-item .product-item-info .wishlist-inner-wrap .product-reviews-summary {
  display: none;
}
.wishlist-index-index #wishlist-tabs .product-items .product-item .product-item-info .wishlist-inner-wrap .price-box {
  float: left;
  margin-bottom: 16px;
}
.wishlist-index-index #wishlist-tabs .product-items .product-item .product-item-info .wishlist-inner-wrap .price-box span.price {
  font-size: 16px;
  font-weight: 700;
  color: #EE7203;
  padding-top: 0;
}
.wishlist-index-index #wishlist-tabs .product-items .product-item .product-item-info .wishlist-inner-wrap .price-box .price-as-configured {
  margin: 0;
  display: flex;
  justify-content: space-between;
  float: left;
  width: 100%;
}
.wishlist-index-index #wishlist-tabs .product-items .product-item .product-item-info .wishlist-inner-wrap .product-item-inner {
  float: left;
  width: 100% !important;
  position: static !important;
}
.wishlist-index-index #wishlist-tabs .product-items .product-item .product-item-info .wishlist-inner-wrap .product-item-inner .box-tocart {
  width: 100%;
}
.wishlist-index-index #wishlist-tabs .product-items .product-item .product-item-info .wishlist-inner-wrap .product-item-inner .fieldset:last-child {
  margin-bottom: 0;
}
.wishlist-index-index #wishlist-tabs .product-items .product-item .product-item-info .wishlist-inner-wrap .product-item-inner .actions-primary {
  width: 100%;
}
.wishlist-index-index #wishlist-tabs .product-items .product-item .product-item-info .wishlist-inner-wrap .product-item-inner .actions-primary button {
  width: 100%;
  text-align: center;
  float: left;
  padding: 12px;
  font-size: 13px;
  color: #ffffff;
  border-radius: 10px !important;
  background: #EE7203 url('../../frontend/OM/Isha/en_US/images/addcart-icon.png') no-repeat left 12px center;
  background-size: 16px 16px;
  border: 1px solid #EE7203 !important;
}
.wishlist-index-index #wishlist-tabs .product-items .product-item .product-item-info .wishlist-inner-wrap .product-item-inner .actions-primary button:hover {
  background: #EE7203 url('../../frontend/OM/Isha/en_US/images/addcart-icon.png') no-repeat left 12px center !important;
  border: 1px solid #EE7203 !important;
}
.wishlist-index-index #wishlist-tabs .product-items .product-item .product-item-info .wishlist-inner-wrap .product-item-inner .product-item-actions .action.delete {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #ffffff url('../../frontend/OM/Isha/en_US/images/delete-icon.png') no-repeat center center;
  background-size: 16px 16px;
  right: 10px;
  top: 10px;
  border-radius: 100%;
  z-index: 1;
}
.wishlist-index-index #wishlist-tabs .product-items .product-item .product-item-info .wishlist-inner-wrap .product-item-inner .product-item-actions .action.delete span {
  display: none;
}
.wishlist-index-index #wishlist-tabs .product-items .product-item .product-item-info .wishlist-inner-wrap .product-item-inner p.unavailable.stock {
  float: left;
  width: 100%;
  position: static;
  margin-bottom: 0;
  padding: 0 !important;
}
.wishlist-index-index #wishlist-tabs .product-items .product-item .product-item-info .wishlist-inner-wrap .product-item-inner p.unavailable.stock span {
  float: left;
  width: 100%;
  text-align: center;
  border: 1px solid #e3e3e8;
  padding: 12px;
  border-radius: 10px;
  line-height: 1;
  font-size: 13px;
  background: #f9f9fb;
  position: static;
}
.wishlist-index-index #wishlist-tabs .product-items .product-item .product-item-info .wishlist-inner-wrap .tooltip.wrapper {
  display: none;
}
.wishlist-index-index #wishlist-tabs .product-items .product-item .product-item-info:hover {
  border: 1px solid #E3E3E8 !important;
}
.wishlist-index-index #wishlist-tabs .no-item {
  float: left;
  width: 100%;
  font-size: 15px;
  margin-top: 30px;
}
.wishlist-index-index .page-title-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
}
.wishlist-index-index .page-title-wrapper h1 {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 21px;
  color: #2E2E38;
}
.wishlist-index-index .subtitle-wishlist {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: #797986;
  font-size: 15px;
}
.wishlist-index-index .wishlist-toolbar {
  display: none;
}
.wishlist-index-index .brows-wishlst-button {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.wishlist-index-index .brows-wishlst-button a {
  float: left;
  width: 100%;
  color: #000;
  font-size: 13px;
  max-width: 240px;
  height: 300px;
  border: 1px dashed #000;
  border-radius: 12px;
  padding: 20px;
  line-height: 200px;
  text-align: center;
  position: relative;
  text-decoration: none;
}
.wishlist-index-index .brows-wishlst-button a:before {
  content: '+';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 15px;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: inherit;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: 0.5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.h1 {
  margin: 0;
  padding: 0;
}
.h2 {
  margin: 0;
  padding: 0;
}
.h3 {
  margin: 0;
  padding: 0;
}
.h4 {
  margin: 0;
  padding: 0;
}
.h5 {
  margin: 0;
  padding: 0;
}
.h6 {
  margin: 0;
  padding: 0;
}
h1 {
  margin: 0;
  padding: 0;
}
h2 {
  margin: 0;
  padding: 0;
}
h3 {
  margin: 0;
  padding: 0;
}
h4 {
  margin: 0;
  padding: 0;
}
h5 {
  margin: 0;
  padding: 0;
}
h6 {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
body,
html {
  color: #020202;
  font-family: 'Fedra Sans Std', sans-serif;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: 'lnum';
  -webkit-font-feature-settings: 'lnum';
  font-feature-settings: 'lnum' on;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main h1.page-title {
  font-family: 'Fedra Sans Book 5';
  font-size: 18px;
}
.rating-summary .rating-result {
  margin-left: 0px !important;
}
.cms-privacy-policy-cookie-restriction-mode .page-main ul li {
  font-size: 18px !important;
}
.cms-jeevarasam,
.cms-dhyanalinga,
.cms-consecrated-rudraksha,
.cms-neem-turmeric,
.cms-sanjeevini-health-mix,
.cms-natural-hair-and-bodycare,
.cms-fabric {
  overflow-x: hidden;
  background: #ffffff !important;
}
.cms-jeevarasam .for-mobile-view,
.cms-dhyanalinga .for-mobile-view,
.cms-consecrated-rudraksha .for-mobile-view,
.cms-neem-turmeric .for-mobile-view,
.cms-sanjeevini-health-mix .for-mobile-view,
.cms-natural-hair-and-bodycare .for-mobile-view,
.cms-fabric .for-mobile-view {
  display: none;
}
.cms-jeevarasam .seven-ways-banner,
.cms-dhyanalinga .seven-ways-banner,
.cms-consecrated-rudraksha .seven-ways-banner,
.cms-neem-turmeric .seven-ways-banner,
.cms-sanjeevini-health-mix .seven-ways-banner,
.cms-natural-hair-and-bodycare .seven-ways-banner,
.cms-fabric .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-jeevarasam .seven-ways-banner img,
.cms-dhyanalinga .seven-ways-banner img,
.cms-consecrated-rudraksha .seven-ways-banner img,
.cms-neem-turmeric .seven-ways-banner img,
.cms-sanjeevini-health-mix .seven-ways-banner img,
.cms-natural-hair-and-bodycare .seven-ways-banner img,
.cms-fabric .seven-ways-banner img {
  width: 100%;
}
.cms-jeevarasam .qoute,
.cms-dhyanalinga .qoute,
.cms-consecrated-rudraksha .qoute,
.cms-neem-turmeric .qoute,
.cms-sanjeevini-health-mix .qoute,
.cms-natural-hair-and-bodycare .qoute,
.cms-fabric .qoute {
  position: absolute;
  top: 28%;
  right: 20%;
  font-family: 'Fedra Sans Std';
  color: #fdf8ee;
  background: url('../../frontend/OM/Isha/en_US/images/quote.png') no-repeat center top;
  max-width: 330px;
  text-align: center;
  padding-top: 70px;
}
.cms-jeevarasam .qoute p,
.cms-dhyanalinga .qoute p,
.cms-consecrated-rudraksha .qoute p,
.cms-neem-turmeric .qoute p,
.cms-sanjeevini-health-mix .qoute p,
.cms-natural-hair-and-bodycare .qoute p,
.cms-fabric .qoute p {
  font-family: 'Fedra Sans Std';
  font-size: 21px;
  line-height: 36px;
}
.cms-jeevarasam .qoute p strong,
.cms-dhyanalinga .qoute p strong,
.cms-consecrated-rudraksha .qoute p strong,
.cms-neem-turmeric .qoute p strong,
.cms-sanjeevini-health-mix .qoute p strong,
.cms-natural-hair-and-bodycare .qoute p strong,
.cms-fabric .qoute p strong {
  font-family: 'Fedra Sans Medium 5';
  font-size: 21px !important;
  font-weight: 400;
  display: block;
  padding-top: 12px;
}
.cms-jeevarasam .cat-description,
.cms-dhyanalinga .cat-description,
.cms-consecrated-rudraksha .cat-description,
.cms-neem-turmeric .cat-description,
.cms-sanjeevini-health-mix .cat-description,
.cms-natural-hair-and-bodycare .cat-description,
.cms-fabric .cat-description {
  position: relative;
  width: 1140px;
  margin: auto;
  padding-bottom: 36px;
}
.cms-jeevarasam .cat-description.customdescription,
.cms-dhyanalinga .cat-description.customdescription,
.cms-consecrated-rudraksha .cat-description.customdescription,
.cms-neem-turmeric .cat-description.customdescription,
.cms-sanjeevini-health-mix .cat-description.customdescription,
.cms-natural-hair-and-bodycare .cat-description.customdescription,
.cms-fabric .cat-description.customdescription {
  padding-top: 48px;
}
.cms-jeevarasam .cat-description.sanjeevinicustom,
.cms-dhyanalinga .cat-description.sanjeevinicustom,
.cms-consecrated-rudraksha .cat-description.sanjeevinicustom,
.cms-neem-turmeric .cat-description.sanjeevinicustom,
.cms-sanjeevini-health-mix .cat-description.sanjeevinicustom,
.cms-natural-hair-and-bodycare .cat-description.sanjeevinicustom,
.cms-fabric .cat-description.sanjeevinicustom {
  padding-top: 20px;
}
.cms-jeevarasam .cat-description.cutomcatneem,
.cms-dhyanalinga .cat-description.cutomcatneem,
.cms-consecrated-rudraksha .cat-description.cutomcatneem,
.cms-neem-turmeric .cat-description.cutomcatneem,
.cms-sanjeevini-health-mix .cat-description.cutomcatneem,
.cms-natural-hair-and-bodycare .cat-description.cutomcatneem,
.cms-fabric .cat-description.cutomcatneem {
  padding-top: 0px;
  padding-bottom: 36px;
}
.cms-jeevarasam .cat-description:after,
.cms-dhyanalinga .cat-description:after,
.cms-consecrated-rudraksha .cat-description:after,
.cms-neem-turmeric .cat-description:after,
.cms-sanjeevini-health-mix .cat-description:after,
.cms-natural-hair-and-bodycare .cat-description:after,
.cms-fabric .cat-description:after {
  content: '';
  background: url('../../frontend/OM/Isha/en_US/images/cat-description-bg.png') no-repeat right top;
  display: block;
  width: 361px;
  height: 173px;
  position: absolute;
  right: -80px;
  top: 70px;
  background-size: 100%;
}
.cms-jeevarasam .cat-description .details,
.cms-dhyanalinga .cat-description .details,
.cms-consecrated-rudraksha .cat-description .details,
.cms-neem-turmeric .cat-description .details,
.cms-sanjeevini-health-mix .cat-description .details,
.cms-natural-hair-and-bodycare .cat-description .details,
.cms-fabric .cat-description .details {
  padding-top: 198px;
  padding-left: 30px;
}
.cms-jeevarasam .cat-description .details.jeevarasamdetails,
.cms-dhyanalinga .cat-description .details.jeevarasamdetails,
.cms-consecrated-rudraksha .cat-description .details.jeevarasamdetails,
.cms-neem-turmeric .cat-description .details.jeevarasamdetails,
.cms-sanjeevini-health-mix .cat-description .details.jeevarasamdetails,
.cms-natural-hair-and-bodycare .cat-description .details.jeevarasamdetails,
.cms-fabric .cat-description .details.jeevarasamdetails {
  padding-top: 106px;
  padding-right: 0;
  padding-left: 0px;
}
.cms-jeevarasam .cat-description .details.jeevarasamdetails h2,
.cms-dhyanalinga .cat-description .details.jeevarasamdetails h2,
.cms-consecrated-rudraksha .cat-description .details.jeevarasamdetails h2,
.cms-neem-turmeric .cat-description .details.jeevarasamdetails h2,
.cms-sanjeevini-health-mix .cat-description .details.jeevarasamdetails h2,
.cms-natural-hair-and-bodycare .cat-description .details.jeevarasamdetails h2,
.cms-fabric .cat-description .details.jeevarasamdetails h2 {
  background-size: 90%;
  line-height: 38px;
  width: 214px;
}
.cms-jeevarasam .cat-description .details.rudrakshadetaisl,
.cms-dhyanalinga .cat-description .details.rudrakshadetaisl,
.cms-consecrated-rudraksha .cat-description .details.rudrakshadetaisl,
.cms-neem-turmeric .cat-description .details.rudrakshadetaisl,
.cms-sanjeevini-health-mix .cat-description .details.rudrakshadetaisl,
.cms-natural-hair-and-bodycare .cat-description .details.rudrakshadetaisl,
.cms-fabric .cat-description .details.rudrakshadetaisl {
  padding-top: 110px;
}
.cms-jeevarasam .cat-description .details.rudrakshadetaisl h2,
.cms-dhyanalinga .cat-description .details.rudrakshadetaisl h2,
.cms-consecrated-rudraksha .cat-description .details.rudrakshadetaisl h2,
.cms-neem-turmeric .cat-description .details.rudrakshadetaisl h2,
.cms-sanjeevini-health-mix .cat-description .details.rudrakshadetaisl h2,
.cms-natural-hair-and-bodycare .cat-description .details.rudrakshadetaisl h2,
.cms-fabric .cat-description .details.rudrakshadetaisl h2 {
  background-size: 90%;
  line-height: 38px;
  width: 214px;
}
.cms-jeevarasam .cat-description .details.sanjeevinidetails,
.cms-dhyanalinga .cat-description .details.sanjeevinidetails,
.cms-consecrated-rudraksha .cat-description .details.sanjeevinidetails,
.cms-neem-turmeric .cat-description .details.sanjeevinidetails,
.cms-sanjeevini-health-mix .cat-description .details.sanjeevinidetails,
.cms-natural-hair-and-bodycare .cat-description .details.sanjeevinidetails,
.cms-fabric .cat-description .details.sanjeevinidetails {
  padding-top: 45px;
  padding-left: 0px;
}
.cms-jeevarasam .cat-description .details.sanjeevinidetails h2,
.cms-dhyanalinga .cat-description .details.sanjeevinidetails h2,
.cms-consecrated-rudraksha .cat-description .details.sanjeevinidetails h2,
.cms-neem-turmeric .cat-description .details.sanjeevinidetails h2,
.cms-sanjeevini-health-mix .cat-description .details.sanjeevinidetails h2,
.cms-natural-hair-and-bodycare .cat-description .details.sanjeevinidetails h2,
.cms-fabric .cat-description .details.sanjeevinidetails h2 {
  padding-right: 100px;
  line-height: normal;
}
.cms-jeevarasam .cat-description .details.sanjeevinidetails p,
.cms-dhyanalinga .cat-description .details.sanjeevinidetails p,
.cms-consecrated-rudraksha .cat-description .details.sanjeevinidetails p,
.cms-neem-turmeric .cat-description .details.sanjeevinidetails p,
.cms-sanjeevini-health-mix .cat-description .details.sanjeevinidetails p,
.cms-natural-hair-and-bodycare .cat-description .details.sanjeevinidetails p,
.cms-fabric .cat-description .details.sanjeevinidetails p {
  padding-right: 40px;
}
.cms-jeevarasam .cat-description .details.neemdetails,
.cms-dhyanalinga .cat-description .details.neemdetails,
.cms-consecrated-rudraksha .cat-description .details.neemdetails,
.cms-neem-turmeric .cat-description .details.neemdetails,
.cms-sanjeevini-health-mix .cat-description .details.neemdetails,
.cms-natural-hair-and-bodycare .cat-description .details.neemdetails,
.cms-fabric .cat-description .details.neemdetails {
  padding-top: 50px;
  padding-left: 0px !important;
}
.cms-jeevarasam .cat-description .details.dhyanlingdetils,
.cms-dhyanalinga .cat-description .details.dhyanlingdetils,
.cms-consecrated-rudraksha .cat-description .details.dhyanlingdetils,
.cms-neem-turmeric .cat-description .details.dhyanlingdetils,
.cms-sanjeevini-health-mix .cat-description .details.dhyanlingdetils,
.cms-natural-hair-and-bodycare .cat-description .details.dhyanlingdetils,
.cms-fabric .cat-description .details.dhyanlingdetils {
  padding-top: 124px;
  padding-left: 0px;
}
.cms-jeevarasam .cat-description .details.bodycaredetails,
.cms-dhyanalinga .cat-description .details.bodycaredetails,
.cms-consecrated-rudraksha .cat-description .details.bodycaredetails,
.cms-neem-turmeric .cat-description .details.bodycaredetails,
.cms-sanjeevini-health-mix .cat-description .details.bodycaredetails,
.cms-natural-hair-and-bodycare .cat-description .details.bodycaredetails,
.cms-fabric .cat-description .details.bodycaredetails {
  padding-top: 78px;
  padding-left: 0;
}
.cms-jeevarasam .cat-description .details.bodycaredetails h2,
.cms-dhyanalinga .cat-description .details.bodycaredetails h2,
.cms-consecrated-rudraksha .cat-description .details.bodycaredetails h2,
.cms-neem-turmeric .cat-description .details.bodycaredetails h2,
.cms-sanjeevini-health-mix .cat-description .details.bodycaredetails h2,
.cms-natural-hair-and-bodycare .cat-description .details.bodycaredetails h2,
.cms-fabric .cat-description .details.bodycaredetails h2 {
  line-height: normal;
}
.cms-jeevarasam .cat-description .details.bodycaredetails .sub-heading,
.cms-dhyanalinga .cat-description .details.bodycaredetails .sub-heading,
.cms-consecrated-rudraksha .cat-description .details.bodycaredetails .sub-heading,
.cms-neem-turmeric .cat-description .details.bodycaredetails .sub-heading,
.cms-sanjeevini-health-mix .cat-description .details.bodycaredetails .sub-heading,
.cms-natural-hair-and-bodycare .cat-description .details.bodycaredetails .sub-heading,
.cms-fabric .cat-description .details.bodycaredetails .sub-heading {
  padding-right: 40px;
}
.cms-jeevarasam .cat-description .details.bodycaredetails p,
.cms-dhyanalinga .cat-description .details.bodycaredetails p,
.cms-consecrated-rudraksha .cat-description .details.bodycaredetails p,
.cms-neem-turmeric .cat-description .details.bodycaredetails p,
.cms-sanjeevini-health-mix .cat-description .details.bodycaredetails p,
.cms-natural-hair-and-bodycare .cat-description .details.bodycaredetails p,
.cms-fabric .cat-description .details.bodycaredetails p {
  padding-right: 0px;
}
.cms-jeevarasam .cat-description .details.fabricdetails,
.cms-dhyanalinga .cat-description .details.fabricdetails,
.cms-consecrated-rudraksha .cat-description .details.fabricdetails,
.cms-neem-turmeric .cat-description .details.fabricdetails,
.cms-sanjeevini-health-mix .cat-description .details.fabricdetails,
.cms-natural-hair-and-bodycare .cat-description .details.fabricdetails,
.cms-fabric .cat-description .details.fabricdetails {
  padding-top: 90px;
  padding-left: 0px;
}
.cms-jeevarasam .cat-description .details.fabricdetails p,
.cms-dhyanalinga .cat-description .details.fabricdetails p,
.cms-consecrated-rudraksha .cat-description .details.fabricdetails p,
.cms-neem-turmeric .cat-description .details.fabricdetails p,
.cms-sanjeevini-health-mix .cat-description .details.fabricdetails p,
.cms-natural-hair-and-bodycare .cat-description .details.fabricdetails p,
.cms-fabric .cat-description .details.fabricdetails p {
  padding-right: 65px;
}
.cms-jeevarasam .cat-description .details h2,
.cms-dhyanalinga .cat-description .details h2,
.cms-consecrated-rudraksha .cat-description .details h2,
.cms-neem-turmeric .cat-description .details h2,
.cms-sanjeevini-health-mix .cat-description .details h2,
.cms-natural-hair-and-bodycare .cat-description .details h2,
.cms-fabric .cat-description .details h2 {
  background: url('../../frontend/OM/Isha/en_US/images/jeevarasam-heading.png') no-repeat left bottom;
  padding-bottom: 29px;
  font-size: 24px;
  line-height: 54px;
  font-family: 'Fedra Sans Std';
  display: inline-block;
  margin-bottom: 10px;
}
.cms-jeevarasam .cat-description .details h3,
.cms-dhyanalinga .cat-description .details h3,
.cms-consecrated-rudraksha .cat-description .details h3,
.cms-neem-turmeric .cat-description .details h3,
.cms-sanjeevini-health-mix .cat-description .details h3,
.cms-natural-hair-and-bodycare .cat-description .details h3,
.cms-fabric .cat-description .details h3 {
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  line-height: normal;
  margin-bottom: 12px;
}
.cms-jeevarasam .cat-description .details p,
.cms-dhyanalinga .cat-description .details p,
.cms-consecrated-rudraksha .cat-description .details p,
.cms-neem-turmeric .cat-description .details p,
.cms-sanjeevini-health-mix .cat-description .details p,
.cms-natural-hair-and-bodycare .cat-description .details p,
.cms-fabric .cat-description .details p {
  font-size: 15px;
  font-family: 'Fedra Sans Std';
  line-height: 26px;
}
.cms-jeevarasam .jeevarasam,
.cms-dhyanalinga .jeevarasam,
.cms-consecrated-rudraksha .jeevarasam,
.cms-neem-turmeric .jeevarasam,
.cms-sanjeevini-health-mix .jeevarasam,
.cms-natural-hair-and-bodycare .jeevarasam,
.cms-fabric .jeevarasam {
  padding: 0px 0px;
  position: relative;
  padding-bottom: 0px;
  clear: both;
  overflow: hidden;
}
.cms-jeevarasam .jeevarasam .newarrival,
.cms-dhyanalinga .jeevarasam .newarrival,
.cms-consecrated-rudraksha .jeevarasam .newarrival,
.cms-neem-turmeric .jeevarasam .newarrival,
.cms-sanjeevini-health-mix .jeevarasam .newarrival,
.cms-natural-hair-and-bodycare .jeevarasam .newarrival,
.cms-fabric .jeevarasam .newarrival {
  padding-top: 30px;
  padding-bottom: 60px;
}
.cms-jeevarasam .jeevarasam .product-item,
.cms-dhyanalinga .jeevarasam .product-item,
.cms-consecrated-rudraksha .jeevarasam .product-item,
.cms-neem-turmeric .jeevarasam .product-item,
.cms-sanjeevini-health-mix .jeevarasam .product-item,
.cms-natural-hair-and-bodycare .jeevarasam .product-item,
.cms-fabric .jeevarasam .product-item {
  width: 100% !important;
}
.cms-jeevarasam .jeevarasam .product-item .product-item-name,
.cms-dhyanalinga .jeevarasam .product-item .product-item-name,
.cms-consecrated-rudraksha .jeevarasam .product-item .product-item-name,
.cms-neem-turmeric .jeevarasam .product-item .product-item-name,
.cms-sanjeevini-health-mix .jeevarasam .product-item .product-item-name,
.cms-natural-hair-and-bodycare .jeevarasam .product-item .product-item-name,
.cms-fabric .jeevarasam .product-item .product-item-name {
  width: 100%;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #241f20;
  font-size: 14px;
  font-family: 'Fedra Sans Std';
  text-align: left;
}
.cms-jeevarasam .jeevarasam .product-item .product-item-info,
.cms-dhyanalinga .jeevarasam .product-item .product-item-info,
.cms-consecrated-rudraksha .jeevarasam .product-item .product-item-info,
.cms-neem-turmeric .jeevarasam .product-item .product-item-info,
.cms-sanjeevini-health-mix .jeevarasam .product-item .product-item-info,
.cms-natural-hair-and-bodycare .jeevarasam .product-item .product-item-info,
.cms-fabric .jeevarasam .product-item .product-item-info {
  width: 100%;
}
.cms-jeevarasam .jeevarasam .product-item .product-item-info:hover,
.cms-dhyanalinga .jeevarasam .product-item .product-item-info:hover,
.cms-consecrated-rudraksha .jeevarasam .product-item .product-item-info:hover,
.cms-neem-turmeric .jeevarasam .product-item .product-item-info:hover,
.cms-sanjeevini-health-mix .jeevarasam .product-item .product-item-info:hover,
.cms-natural-hair-and-bodycare .jeevarasam .product-item .product-item-info:hover,
.cms-fabric .jeevarasam .product-item .product-item-info:hover {
  padding: 0;
  box-shadow: none;
  background: none;
  border: none;
  margin: 0px;
}
.cms-jeevarasam .jeevarasam .bss-quickview,
.cms-dhyanalinga .jeevarasam .bss-quickview,
.cms-consecrated-rudraksha .jeevarasam .bss-quickview,
.cms-neem-turmeric .jeevarasam .bss-quickview,
.cms-sanjeevini-health-mix .jeevarasam .bss-quickview,
.cms-natural-hair-and-bodycare .jeevarasam .bss-quickview,
.cms-fabric .jeevarasam .bss-quickview {
  display: none;
}
.cms-jeevarasam .jeevarasam .price,
.cms-dhyanalinga .jeevarasam .price,
.cms-consecrated-rudraksha .jeevarasam .price,
.cms-neem-turmeric .jeevarasam .price,
.cms-sanjeevini-health-mix .jeevarasam .price,
.cms-natural-hair-and-bodycare .jeevarasam .price,
.cms-fabric .jeevarasam .price {
  font-weight: 400;
  white-space: nowrap;
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
}
.cms-jeevarasam .jeevarasam .product-item-inner,
.cms-dhyanalinga .jeevarasam .product-item-inner,
.cms-consecrated-rudraksha .jeevarasam .product-item-inner,
.cms-neem-turmeric .jeevarasam .product-item-inner,
.cms-sanjeevini-health-mix .jeevarasam .product-item-inner,
.cms-natural-hair-and-bodycare .jeevarasam .product-item-inner,
.cms-fabric .jeevarasam .product-item-inner {
  position: static !important;
  height: auto !important;
  clip: auto !important;
  overflow: visible !important;
  width: 100% !important;
  background: none;
  box-shadow: none !important;
  padding-top: 10px !important;
  border: 0;
  padding: 0;
  float: left;
}
.cms-jeevarasam .jeevarasam .product-item-actions .actions-primary,
.cms-dhyanalinga .jeevarasam .product-item-actions .actions-primary,
.cms-consecrated-rudraksha .jeevarasam .product-item-actions .actions-primary,
.cms-neem-turmeric .jeevarasam .product-item-actions .actions-primary,
.cms-sanjeevini-health-mix .jeevarasam .product-item-actions .actions-primary,
.cms-natural-hair-and-bodycare .jeevarasam .product-item-actions .actions-primary,
.cms-fabric .jeevarasam .product-item-actions .actions-primary {
  width: 100%;
}
.cms-jeevarasam .jeevarasam .product-item-actions .actions-primary button,
.cms-dhyanalinga .jeevarasam .product-item-actions .actions-primary button,
.cms-consecrated-rudraksha .jeevarasam .product-item-actions .actions-primary button,
.cms-neem-turmeric .jeevarasam .product-item-actions .actions-primary button,
.cms-sanjeevini-health-mix .jeevarasam .product-item-actions .actions-primary button,
.cms-natural-hair-and-bodycare .jeevarasam .product-item-actions .actions-primary button,
.cms-fabric .jeevarasam .product-item-actions .actions-primary button {
  width: 100%;
  display: block;
  border-radius: 30px;
  background: #edaa38;
  border: none;
  text-transform: uppercase;
  line-height: normal;
  opacity: 1;
  height: auto;
  padding: 8px 0;
  margin: 0px;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  font-weight: normal;
}
.cms-jeevarasam .jeevarasam .product-item-actions .actions-secondary,
.cms-dhyanalinga .jeevarasam .product-item-actions .actions-secondary,
.cms-consecrated-rudraksha .jeevarasam .product-item-actions .actions-secondary,
.cms-neem-turmeric .jeevarasam .product-item-actions .actions-secondary,
.cms-sanjeevini-health-mix .jeevarasam .product-item-actions .actions-secondary,
.cms-natural-hair-and-bodycare .jeevarasam .product-item-actions .actions-secondary,
.cms-fabric .jeevarasam .product-item-actions .actions-secondary {
  display: none;
}
.cms-jeevarasam .jeevarasam .price-box.price-final_price,
.cms-dhyanalinga .jeevarasam .price-box.price-final_price,
.cms-consecrated-rudraksha .jeevarasam .price-box.price-final_price,
.cms-neem-turmeric .jeevarasam .price-box.price-final_price,
.cms-sanjeevini-health-mix .jeevarasam .price-box.price-final_price,
.cms-natural-hair-and-bodycare .jeevarasam .price-box.price-final_price,
.cms-fabric .jeevarasam .price-box.price-final_price {
  float: left;
}
.cms-jeevarasam .also-see,
.cms-dhyanalinga .also-see,
.cms-consecrated-rudraksha .also-see,
.cms-neem-turmeric .also-see,
.cms-sanjeevini-health-mix .also-see,
.cms-natural-hair-and-bodycare .also-see,
.cms-fabric .also-see {
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
  position: relative;
  padding: 60px 0;
  background: #ffffff;
}
.cms-jeevarasam .also-see:after,
.cms-dhyanalinga .also-see:after,
.cms-consecrated-rudraksha .also-see:after,
.cms-neem-turmeric .also-see:after,
.cms-sanjeevini-health-mix .also-see:after,
.cms-natural-hair-and-bodycare .also-see:after,
.cms-fabric .also-see:after {
  min-height: 100px;
  width: 100%;
  display: block;
  background: #ffffff;
  content: '';
  position: absolute;
  bottom: -89px;
}
.cms-jeevarasam .also-see::before,
.cms-dhyanalinga .also-see::before,
.cms-consecrated-rudraksha .also-see::before,
.cms-neem-turmeric .also-see::before,
.cms-sanjeevini-health-mix .also-see::before,
.cms-natural-hair-and-bodycare .also-see::before,
.cms-fabric .also-see::before {
  background: url('../../frontend/OM/Isha/en_US/images/also-see-bg.png') no-repeat bottom left;
  content: '';
  position: absolute;
  left: -120px;
  bottom: 20px;
  background-size: 90%;
  width: 400px;
  height: 280px;
}
.cms-jeevarasam .also-see .custom-container,
.cms-dhyanalinga .also-see .custom-container,
.cms-consecrated-rudraksha .also-see .custom-container,
.cms-neem-turmeric .also-see .custom-container,
.cms-sanjeevini-health-mix .also-see .custom-container,
.cms-natural-hair-and-bodycare .also-see .custom-container,
.cms-fabric .also-see .custom-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}
.cms-jeevarasam .also-see .custom-container .also-see-head .full-for-mobile,
.cms-dhyanalinga .also-see .custom-container .also-see-head .full-for-mobile,
.cms-consecrated-rudraksha .also-see .custom-container .also-see-head .full-for-mobile,
.cms-neem-turmeric .also-see .custom-container .also-see-head .full-for-mobile,
.cms-sanjeevini-health-mix .also-see .custom-container .also-see-head .full-for-mobile,
.cms-natural-hair-and-bodycare .also-see .custom-container .also-see-head .full-for-mobile,
.cms-fabric .also-see .custom-container .also-see-head .full-for-mobile {
  display: inline-block;
  vertical-align: text-top;
}
.cms-jeevarasam .also-see .custom-container .also-see-head p,
.cms-dhyanalinga .also-see .custom-container .also-see-head p,
.cms-consecrated-rudraksha .also-see .custom-container .also-see-head p,
.cms-neem-turmeric .also-see .custom-container .also-see-head p,
.cms-sanjeevini-health-mix .also-see .custom-container .also-see-head p,
.cms-natural-hair-and-bodycare .also-see .custom-container .also-see-head p,
.cms-fabric .also-see .custom-container .also-see-head p {
  font-size: 18px;
  font-family: 'Fedra Sans Std';
  margin-bottom: 60px;
}
.cms-jeevarasam .also-see .custom-container .also-see-head p a,
.cms-dhyanalinga .also-see .custom-container .also-see-head p a,
.cms-consecrated-rudraksha .also-see .custom-container .also-see-head p a,
.cms-neem-turmeric .also-see .custom-container .also-see-head p a,
.cms-sanjeevini-health-mix .also-see .custom-container .also-see-head p a,
.cms-natural-hair-and-bodycare .also-see .custom-container .also-see-head p a,
.cms-fabric .also-see .custom-container .also-see-head p a {
  font-size: 13px;
  font-family: 'Fedra Sans Std';
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  margin-left: 16px;
  color: initial;
}
.cms-jeevarasam .also-see .custom-container .also-see-head p a.view-all,
.cms-dhyanalinga .also-see .custom-container .also-see-head p a.view-all,
.cms-consecrated-rudraksha .also-see .custom-container .also-see-head p a.view-all,
.cms-neem-turmeric .also-see .custom-container .also-see-head p a.view-all,
.cms-sanjeevini-health-mix .also-see .custom-container .also-see-head p a.view-all,
.cms-natural-hair-and-bodycare .also-see .custom-container .also-see-head p a.view-all,
.cms-fabric .also-see .custom-container .also-see-head p a.view-all {
  background: #edaa38;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.cms-jeevarasam .also-see .custom-container .also-see-head h4,
.cms-dhyanalinga .also-see .custom-container .also-see-head h4,
.cms-consecrated-rudraksha .also-see .custom-container .also-see-head h4,
.cms-neem-turmeric .also-see .custom-container .also-see-head h4,
.cms-sanjeevini-health-mix .also-see .custom-container .also-see-head h4,
.cms-natural-hair-and-bodycare .also-see .custom-container .also-see-head h4,
.cms-fabric .also-see .custom-container .also-see-head h4 {
  text-align: center;
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  line-height: 36.5px;
  position: relative;
}
.cms-jeevarasam .also-see .custom-container .also-see-head h4:before,
.cms-dhyanalinga .also-see .custom-container .also-see-head h4:before,
.cms-consecrated-rudraksha .also-see .custom-container .also-see-head h4:before,
.cms-neem-turmeric .also-see .custom-container .also-see-head h4:before,
.cms-sanjeevini-health-mix .also-see .custom-container .also-see-head h4:before,
.cms-natural-hair-and-bodycare .also-see .custom-container .also-see-head h4:before,
.cms-fabric .also-see .custom-container .also-see-head h4:before {
  content: '';
  background: #edaa38;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 14px;
  left: 0%;
}
.cms-jeevarasam .also-see .custom-container .also-see-head h4 span,
.cms-dhyanalinga .also-see .custom-container .also-see-head h4 span,
.cms-consecrated-rudraksha .also-see .custom-container .also-see-head h4 span,
.cms-neem-turmeric .also-see .custom-container .also-see-head h4 span,
.cms-sanjeevini-health-mix .also-see .custom-container .also-see-head h4 span,
.cms-natural-hair-and-bodycare .also-see .custom-container .also-see-head h4 span,
.cms-fabric .also-see .custom-container .also-see-head h4 span {
  background: #ffffff;
  padding: 0 30px;
  display: inline-block;
  z-index: 1;
  position: relative;
}
.cms-jeevarasam .also-see .cat-col,
.cms-dhyanalinga .also-see .cat-col,
.cms-consecrated-rudraksha .also-see .cat-col,
.cms-neem-turmeric .also-see .cat-col,
.cms-sanjeevini-health-mix .also-see .cat-col,
.cms-natural-hair-and-bodycare .also-see .cat-col,
.cms-fabric .also-see .cat-col {
  display: flex;
}
.cms-jeevarasam .also-see .cat-col .col,
.cms-dhyanalinga .also-see .cat-col .col,
.cms-consecrated-rudraksha .also-see .cat-col .col,
.cms-neem-turmeric .also-see .cat-col .col,
.cms-sanjeevini-health-mix .also-see .cat-col .col,
.cms-natural-hair-and-bodycare .also-see .cat-col .col,
.cms-fabric .also-see .cat-col .col {
  margin: 10px 0;
}
.cms-jeevarasam .also-see .cat-col .col img,
.cms-dhyanalinga .also-see .cat-col .col img,
.cms-consecrated-rudraksha .also-see .cat-col .col img,
.cms-neem-turmeric .also-see .cat-col .col img,
.cms-sanjeevini-health-mix .also-see .cat-col .col img,
.cms-natural-hair-and-bodycare .also-see .cat-col .col img,
.cms-fabric .also-see .cat-col .col img {
  width: 100%;
}
.cms-jeevarasam .also-see .cat-col .col .title,
.cms-dhyanalinga .also-see .cat-col .col .title,
.cms-consecrated-rudraksha .also-see .cat-col .col .title,
.cms-neem-turmeric .also-see .cat-col .col .title,
.cms-sanjeevini-health-mix .also-see .cat-col .col .title,
.cms-natural-hair-and-bodycare .also-see .cat-col .col .title,
.cms-fabric .also-see .cat-col .col .title {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 18px;
  font-family: 'Fedra Sans Std';
  color: #020202;
}
.cms-jeevarasam .also-see .cat-col .col .title strong,
.cms-dhyanalinga .also-see .cat-col .col .title strong,
.cms-consecrated-rudraksha .also-see .cat-col .col .title strong,
.cms-neem-turmeric .also-see .cat-col .col .title strong,
.cms-sanjeevini-health-mix .also-see .cat-col .col .title strong,
.cms-natural-hair-and-bodycare .also-see .cat-col .col .title strong,
.cms-fabric .also-see .cat-col .col .title strong {
  font-size: 22px;
}
.cms-dhyanalinga .qoute,
.cms-consecrated-rudraksha .qoute,
.cms-sanjeevini-health-mix .qoute,
.cms-fabric .qoute {
  right: 60%;
  max-width: 423px;
}
.cms-consecrated-rudraksha .qoute,
.cms-sanjeevini-health-mix .qoute {
  color: #020202;
}
.cms-neem-turmeric .qoute {
  right: 49%;
  max-width: 517px;
  color: #020202;
}
.cms-neem-turmeric .cat-description .image-area {
  padding: 50px;
}
.cms-neem-turmeric .cat-description .details {
  padding-left: 0;
  padding-right: 0;
}
.cms-neem-turmeric .cat-description .details h2 small {
  font-size: 24px;
}
.cms-sanjeevini-health-mix .cat-description .details h2 {
  background-position: bottom left;
}
.cms-natural-hair-and-bodycare .qoute {
  right: 15%;
  max-width: 423px;
  color: #020202;
}
.cms-natural-hair-and-bodycare .cat-description .details h2 {
  background-position: bottom left;
}
.cms-natural-hair-and-bodycare .cat-description {
  padding-bottom: 80px;
}
.cms-returns {
  background: #ffffff !important;
}
.cms-returns h1.page-title:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #f1bf55;
  display: block;
}
.cms-returns h1.page-title span {
  border-bottom: 0px solid #f3edd9;
  color: #020202;
  background: #ffffff;
  font-family: 'Fedra Sans Book 5';
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 36px;
  padding: 0px 20px 3px 0;
}
.for-desktop.moreways-toisha-life .item {
  position: relative;
  transition: 0.5s all ease;
}
.for-desktop.moreways-toisha-life .item .hoverlayout {
  height: 0;
  overflow: hidden;
}
.for-desktop.moreways-toisha-life .item:hover {
  transition: 0.5s all ease;
}
.for-desktop.moreways-toisha-life .item:hover .hoverlayout {
  display: block;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  border-radius: 3px;
  padding: 0 40px;
  padding-top: 40px;
  font-family: 'Fedra Sans Std';
  overflow: visible;
}
.for-desktop.moreways-toisha-life .item:hover .hoverlayout .hoverlayout-inner {
  position: absolute;
  width: 100%;
  left: 50%;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.for-desktop.moreways-toisha-life .item:hover .hoverlayout p {
  margin: 0;
  color: #ffffff;
  font-size: 14.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.for-desktop.moreways-toisha-life .item:hover .hoverlayout a {
  background: #edaa38;
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 20px;
  text-decoration: none;
  padding: 10px 20px;
  width: 72%;
}
/* 7 Ways Pages Static jeevarasam Products  */
.cms-jeevarasam .cat-description .container,
.cms-dhyanalinga .cat-description .container,
.cms-consecrated-rudraksha .cat-description .container,
.cms-sanjeevini-health-mix .cat-description .container,
.cms-neem-turmeric .cat-description .container,
.cms-fabric .cat-description .container,
.cms-natural-hair-and-bodycare .cat-description .container {
  max-width: 900px;
  padding: 0;
}
.cms-jeevarasam .cat-description .container .row,
.cms-dhyanalinga .cat-description .container .row,
.cms-consecrated-rudraksha .cat-description .container .row,
.cms-sanjeevini-health-mix .cat-description .container .row,
.cms-neem-turmeric .cat-description .container .row,
.cms-fabric .cat-description .container .row,
.cms-natural-hair-and-bodycare .cat-description .container .row {
  margin: 0px -15px;
}
.also-see {
  float: left;
}
.also-see .custom-container {
  max-width: 930px !important;
}
.also-see .for-desktop.moreways-toisha-life {
  padding: 0 15px;
}
.also-see .for-desktop.moreways-toisha-life .cat-col {
  margin: 0px -15px;
  display: flex;
  justify-content: space-between;
}
.also-see .for-desktop.moreways-toisha-life .cat-col .col {
  max-width: 32.5%;
  padding: 0px;
}
.productslist {
  width: 930px;
  float: none;
  margin: auto;
  clear: both;
  overflow: hidden;
  margin-bottom: 50px;
}
.productslist .products-grid-cms ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
  float: left;
  text-align: left;
  display: block;
  box-sizing: border-box;
}
.productslist .products-grid-cms ul li {
  width: 22%;
  float: left;
  padding: 0;
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
  margin: 0;
  vertical-align: top;
  margin-right: 24px;
}
.productslist .products-grid-cms ul li:last-child {
  margin: 0px;
}
.productslist .products-grid-cms ul li .product-item .product-item-info .product-item-details .product-item-name {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #241f20;
  font-family: 'Fedra Sans Std';
  margin: 10px 0px;
  min-height: 40px;
  margin-bottom: 0px;
}
.productslist .products-grid-cms ul li .product-item .product-item-info .product-item-details .product-item-inner {
  width: 100%;
  float: left;
}
.productslist .products-grid-cms ul li .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
  width: 100%;
}
.productslist .products-grid-cms ul li .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart.primary {
  width: 100%;
  display: block;
  border-radius: 30px;
  background: #edaa38;
  border: none;
  text-transform: uppercase;
  line-height: normal;
  opacity: 1;
  height: auto;
  padding: 8px 0;
  margin: 0px;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  font-weight: 400;
  outline: none;
}
.productslist .products-grid-cms ul li .product-item .product-item-info .product-item-details .price-box {
  width: 100%;
  float: left;
}
.productslist .products-grid-cms ul li .product-item .product-item-info .product-item-details .price-box .price {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  float: left;
}
.productslist .products-grid-cms ul li .product-item .product-item-info .product-item-details .price-box .product-reviews-summary {
  float: right;
  margin: 3px 0;
  height: 16px;
}
.productslist .products-grid-cms ul li .product-item .product-item-info .product-item-details .price-box .product-reviews-summary .rating-summary span {
  font-size: 0;
}
.productslist .products-grid-cms ul li .product-item .product-item-info .product-item-details .price-box .product-reviews-summary .rating-summary span:before {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../../frontend/OM/Isha/en_US/images/yellow-star.svg');
  content: "" !important;
  height: 20px;
  position: relative;
  z-index: 2;
  display: block;
}
.cms-natural-hair-and-bodycare .productslist .products-grid-cms ul li .product-item .product-item-info .product-item-details .product-item-name,
.cms-fabric .productslist .products-grid-cms ul li .product-item .product-item-info .product-item-details .product-item-name,
.cms-neem-turmeric .productslist .products-grid-cms ul li .product-item .product-item-info .product-item-details .product-item-name {
  min-height: inherit;
}
.cat-description .image-area img {
  width: 350px;
}
.cms-jeevarasam .qoute.for-mobile {
  top: 25%;
}
.cms-sanjeevini-health-mix .productslist ul,
.cms-dhyanalinga .productslist ul {
  text-align: center;
}
.cms-sanjeevini-health-mix .productslist ul li,
.cms-dhyanalinga .productslist ul li {
  float: none;
}
.cms-offers-for-well-being .ishaessentials .product-item-info .product-reviews-summary-offers {
  height: 20px;
}
.view-all-footer {
  position: relative;
  z-index: 999 !important;
}
.livesearch.product-result {
  grid-template-areas: "image productName" "image price" !important;
  grid-template-columns: 1fr 7fr;
  grid-template-rows: repeat(2, 1fr);
  column-gap: 16px;
  align-self: center;
  height: 80px;
  min-width: 192px;
  box-sizing: inherit;
  display: grid;
  padding: unset;
}
.livesearch.popover-container {
  grid-template: "suggestions previews" 1fr "viewall viewall" 36px / auto 3fr !important;
}
div#search_autocomplete .livesearch.product-name {
  max-height: 41px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1366px) {
  .cms-jeevarasam .qoute.for-mobile {
    top: 21%;
    right: 25%;
  }
  .cms-dhyanalinga .qoute.for-mobile {
    top: 22%;
    right: 56%;
  }
  .cms-consecrated-rudraksha .qoute.for-mobile {
    top: 20%;
    right: 54%;
  }
  .cms-neem-turmeric .qoute.for-mobile {
    top: 17%;
    right: 43%;
  }
  .cms-natural-hair-and-bodycare .qoute.for-mobile {
    top: 21%;
    right: 14%;
  }
  .cms-fabric .qoute.for-mobile {
    top: 24%;
    right: 56%;
  }
  .cms-sanjeevini-health-mix .qoute.for-mobile {
    top: 18%;
    right: 54%;
  }
  .details.jeevarasamdetails {
    padding-top: 110px !important;
    padding-right: 0;
    padding-left: 18px !important;
  }
  .details.rudrakshadetaisl {
    padding-top: 108px !important;
    padding-left: 36px !important;
  }
  .details.sanjeevinidetails {
    padding-top: 108px !important;
    padding-left: 24px !important;
  }
  .details.neemdetails {
    padding-top: 108px !important;
    padding-left: 36px !important;
  }
  .details.dhyanlingdetils {
    padding-top: 130px !important;
    padding-left: 18px !important;
  }
  .details.bodycaredetails {
    padding-top: 90px !important;
    padding-left: 48px !important;
  }
  .details.fabricdetails {
    padding-top: 90px !important;
    padding-left: 27px !important;
  }
  .cat-description .image-area {
    padding-top: 30px !important;
  }
  .cat-description .image-area img {
    width: 450px;
  }
}
@media only screen and (max-width: 1367px) {
  .explorecategory ul {
    display: flex;
    justify-content: space-between;
  }
  .explorecategory ul li {
    width: 49.5%;
  }
  .cms-the-phenomenon-consecration .page-main .topcategory ul li:hover .hovereffect {
    height: 96.8% !important;
    padding: 40px 20px 0 20px !important;
  }
  .cms-the-phenomenon-consecration .page-main .topcategory ul li:hover a {
    margin-top: 30px !important;
  }
}
@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce-2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.cms-page-view h1.page-title {
  font-size: 35px;
  margin: 22px 0;
}
.cms-page-view h1.page-title span {
  color: #020202;
}
.about-us {
  background: url('../../frontend/OM/Isha/en_US/images/Aboutus-Header.jpg');
  height: 500px;
}
.about-us-desc {
  padding: 180px 20px;
}
.about-us-desc h1 {
  font-size: 35px;
  color: #020202 !important;
  text-align: left;
  font-family: 'Fedra Sans Medium 5';
}
.about-us-desc h2 {
  font-size: 24px;
  color: #020202;
  text-align: right;
  font-family: 'Fedra Sans Medium 5';
}
.us-desc {
  font-size: 15px;
  line-height: 25px;
}
.mob img {
  width: 100%;
}
.termcms ul {
  padding-left: 10px;
}
.termcms ul li {
  font-size: 18px;
  font-family: 'Fedra Sans Std';
}
.termcms h2 {
  font-size: 25px;
  margin: 22px 0;
  color: #020202;
}
.termcms p {
  font-size: 18px;
  font-family: 'Fedra Sans Std';
}
.termcms .data-table th {
  border: 1px solid #f3edd9;
  font-size: 15px;
}
.termcms .data-table td {
  border: 1px solid #f3edd9;
  font-size: 15px;
}
.store h2 {
  font-size: 15px;
  background: #f3edd9 !important;
  color: #020202;
  padding: 10px 0;
  text-align: center;
  font-family: 'Fedra Sans Medium 5';
}
.store h3 {
  font-size: 15px;
  text-align: left;
  padding: 5px 20px;
  margin-bottom: 0;
  color: #020202;
}
.store p {
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  padding: 5px 20px;
  margin-bottom: 0;
}
.cms-store-locator .store {
  margin-bottom: 15px;
}
.page-title h2 {
  color: #020202;
  margin: 30px 15px;
}
.cmsreturn p {
  font-size: 15px;
}
.cmsreturn p strong {
  font-size: 17px;
  color: #020202;
}
body.cms-about-us {
  background: #ffffff;
  overflow-x: hidden;
}
.img-cta {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  margin-left: -50vw;
  top: -85px;
}
.img-cta img {
  width: 100%;
}
section.outlet h2 {
  text-align: center;
  font-size: 36px;
  font-family: 'Fedra Sans Std';
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
section.outlet h2:after {
  content: '';
  background: url('../../frontend/OM/Isha/en_US/images/heading-bg.png') no-repeat center bottom;
  width: 100%;
  height: 7px;
  display: block;
  position: absolute;
  bottom: 0;
}
.cms-pages-header.contact-us h1 {
  font-family: 'Fedra Sans Std';
}
.for-mobile-only {
  display: none;
}
table.data-table {
  display: block;
}
table.data-table tr td {
  border: 0 !important;
}
table.data-table tr th {
  border: 0 !important;
}
.swatch-opt .swatch-option-wrap input[type=radio]:not(:checked) {
  top: -5px;
  height: 42px;
  margin-left: 0;
  width: 42px;
  left: 48px;
}
.swatch-opt .swatch-option-wrap input[type=radio]:checked {
  top: -5px;
  height: 42px;
  margin-left: 0;
  width: 42px;
  left: 48px;
}
.page-header .panel.wrapper {
  background: #c1cfac !important;
  border-bottom: 0;
}
.page-header .header.panel {
  flex-wrap: wrap;
}
.page-header .header.panel .toppromo {
  padding-right: 0;
  width: 100%;
}
.logo {
  margin: 0 !important;
  margin-left: 146px !important;
}
.logo img {
  width: auto;
  max-width: 96px;
  height: auto;
}
.header.content {
  height: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  max-width: 100% !important;
}
.header.content .right-container-wrap {
  justify-content: flex-end !important;
  min-width: 180px;
  padding-top: 0 !important;
  padding-right: 10px !important;
}
.header.content .right-container-wrap .header.links {
  padding-right: 30px !important;
  margin-bottom: 0;
}
.header.content .right-container-wrap .header.links .icon {
  padding-left: 6px !important;
  border: 0 !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.header.content .right-container-wrap .header.links .icon img {
  margin-right: 0 !important;
  padding-bottom: 0 !important;
}
.header.content .right-container-wrap .header.links .icon.wishlist-my-icon .wishlist.counter {
  width: 25px;
  height: 25px;
  background: #a92611;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -6px;
  right: -16px;
  overflow: hidden;
  padding: 0 3px;
  border-radius: 50%;
  font-size: 12px !important;
  line-height: 12px;
  font-family: 'Fedra Sans Medium 5' !important;
  right: -10px;
}
.header.content .right-container-wrap .header.links .user-my-icon span:first-child img {
  width: 23px;
  margin-right: 0;
  height: 24.28px;
}
.header.content .right-container-wrap .header.links .wishlist-my-icon img {
  width: 24px;
}
.header.content .right-container-wrap .header.links .show-login-logout .authorization-link .loginbeforeicon .loginbeforeicon-img {
  background: 0 0 !important;
  padding: 12px 0 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
}
.header.content .right-container-wrap .header.links .show-login-logout .authorization-link .loginbeforeicon .terms-privacy p {
  font-family: 'Fedra Sans Std';
  font-size: 12px !important;
  letter-spacing: 0;
  padding: 15px 40px;
}
.header.content .right-container-wrap .header.links .show-login-logout .authorization-link .loginbeforeicon .terms-privacy a {
  font-family: 'Fedra Sans Std';
  background: none;
  color: #a92611;
  font-size: 12px !important;
  display: contents;
  text-decoration: underline !important;
  font-weight: 600 !important;
}
.header.content .right-container-wrap .header.links .show-login-logout .authorization-link.logged-in {
  padding-bottom: 0 !important;
}
.header.content .right-container-wrap .minicart-wrapper {
  margin-top: 0 !important;
}
.header.content .middle-container-wrap {
  width: 53.125% !important;
  padding-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0 !important;
}
.header.content .middle-container-wrap .block.block-search {
  max-width: 325px !important;
  width: 100% !important;
  margin-bottom: 0;
  padding-left: 0;
}
.header.content .middle-container-wrap .block.block-search input {
  border: 0.5px solid #F1F1F1 !important;
  height: 36px !important;
  font-size: 14px !important;
  border-radius: 3px !important;
  line-height: 17.5px;
  padding: 11px 50px 11px 14px !important;
  background: #ffffff;
}
.header.content .middle-container-wrap .block.block-search input::-webkit-input-placeholder {
  color: #020202;
  font-size: 14px !important;
}
.header.content .middle-container-wrap .block.block-search input::-moz-placeholder {
  color: #020202;
  font-size: 14px !important;
}
.header.content .middle-container-wrap .block.block-search input:-ms-input-placeholder {
  color: #020202;
  font-size: 14px !important;
}
.header.content .middle-container-wrap .block.block-search .actions button {
  background: none !important;
  padding: 0 !important;
  top: 4.5px !important;
  right: 15px !important;
}
.header.content .middle-container-wrap .block.block-search .actions button:before {
  color: #020202 !important;
  font-size: 18px !important;
  display: inline-block !important;
}
.header.content .block.block-title {
  display: none;
}
.header.content .block {
  margin-bottom: 0 !important;
}
.minicart-wrapper {
  margin-left: 0 !important;
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  width: 25px;
  height: 25px;
  background: #a92611;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -8px;
  right: -16px;
  overflow: hidden;
  padding: 0 3px;
  border-radius: 50%;
  font-size: 12px !important;
  line-height: 12px;
  font-family: 'Fedra Sans Std' !important;
}
.minicart-wrapper .action.showcart .counter-number {
  font-size: 12px !important;
  font-family: 'Fedra Sans Medium 5' !important;
}
.minicart-wrapper .action.showcart:before {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: flex !important;
}
.minicart-wrapper .action.showcart .counter-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.showcart img {
  width: 27px;
  margin-top: 3px;
}
.nav-container-wrap {
  top: 0 !important;
  left: 0 !important;
}
.nav-container-wrap .sections.nav-sections {
  box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.18);
}
.nav-sections-item-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
header.page-header {
  background: #ffffff !important;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.06);
  z-index: 9999;
}
.parent-container-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.sections.nav-sections {
  padding-left: 0 !important;
  border-top: 1px solid #f0ede4 !important;
  padding-top: 8px !important;
  padding-bottom: 0 !important;
  min-height: 40px;
}
.sections.nav-sections li.level0:hover:after {
  top: 31px !important;
  display: none !important;
}
#mySidenav .nav-main {
  padding-left: 0 !important;
  width: 100% !important;
}
#mySidenav .nav-main > ul {
  padding-right: 0 !important;
}
body .page-header.headersticky .middle-container-wrap .minisearch.active {
  margin-top: 0 !important;
}
body .page-header.headersticky .middle-container-wrap .action.search {
  display: block !important;
}
body .page-header.headersticky .header.content .middle-container-wrap .block.block-search {
  padding-left: 0 !important;
  z-index: 94;
}
body .page-header.headersticky .logo {
  padding-top: 0 !important;
}
body .headersticky .minisearch.active .control {
  margin-top: 0 !important;
}
body header.headersticky .middle-container-wrap .block.block-search .minisearch .actions .search {
  background: url('../../frontend/OM/Isha/en_US/images/sticky-search.svg') no-repeat center right !important;
  background-size: 19px !important;
  background-position: calc(100% - 10px) 50% !important;
  margin-top: 0 !important;
  background: 0 0 !important;
  box-sizing: border-box;
}
body .page-header #mySidenav .menu-left {
  left: 0 !important;
  width: 100% !important;
  max-width: 1240px;
  margin: 0 auto !important;
  right: 0 !important;
}
body .home-banner-slider .owl-nav button {
  width: 72px;
  height: 72px;
  border: 0 !important;
  box-shadow: none;
  position: absolute;
  outline: 0px;
  top: 50%;
  transform: translateY(-50%);
}
body .home-banner-slider .owl-nav button span {
  display: none;
}
body .home-banner-slider .owl-nav button.owl-prev {
  background: url('../../frontend/OM/Isha/en_US/images/Left-Scroll.svg') no-repeat 0 0 !important;
  left: 37px;
}
body .home-banner-slider .owl-nav button.owl-next {
  background: url('../../frontend/OM/Isha/en_US/images/Right-Scroll.svg') no-repeat 0 0 !important;
  right: 37px;
}
body .home-banner-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  background: 0 0 !important;
}
body .page-bottom .footernewsletter {
  max-width: 1127px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body .page-bottom .footernewsletter .footer-nandhi {
  width: 40%;
  position: relative;
  z-index: 9;
  inset: unset;
  margin: 0 0 -90px;
  width: 45%;
}
body .page-bottom .footernewsletter .footer-nandhi:before {
  content: '';
  width: 512px;
  height: 391px;
  background: url('../../frontend/OM/Isha/en_US/images/Nandi-1.png') no-repeat 0 0;
  display: block;
}
body .page-bottom .footernewsletter .footer-nandhi:hover:before {
  background: url('../../frontend/OM/Isha/en_US/images/nandi-Hover.png') no-repeat 0 0;
}
body .page-bottom .footernewsletter .content h2 {
  font-size: 36px;
  font-family: 'Fedra Sans Book 5';
  letter-spacing: 0.03em;
  font-weight: 400;
  margin-bottom: 20px;
}
body .page-bottom .footernewsletter .content .block.newsletter button.subscribe {
  background: #a92611;
  font-size: 18px;
  font-weight: 400;
  height: 46px;
  color: #ffffff;
  font-family: 'Fedra Sans Book 5';
  text-transform: capitalize;
  padding: 0;
}
body .page-bottom .footernewsletter .content .block.newsletter button.subscribe:hover {
  background-color: #a92611;
}
body .page-bottom .footernewsletter .block.newsletter {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}
body .page-bottom .footernewsletter .block.newsletter .content {
  position: static !important;
  transform: translate(0) !important;
}
body .page-bottom .footernewsletter .block.newsletter .title {
  display: none;
}
body .page-bottom .footernewsletter .newsletter-content {
  font-size: 14px;
  color: #6c757d;
  display: block;
  margin: 15px auto 0;
  max-width: 356px;
  margin: 23px auto 0;
  font-family: 'Fedra Sans Std Demi';
}
body .page-bottom .footernewsletter .newsletter-content a {
  color: #6c757d;
  font-family: 'Fedra Sans Std Demi';
}
body .page-wrapper .page-bottom {
  z-index: 9;
}
body .footer.content {
  max-width: 1320px;
}
body .footerlinksection > div:first-child {
  flex: 0 0 22%;
  max-width: 22%;
}
body .footerlinksection > div:nth-child(2) {
  flex: 0 0 22%;
  max-width: 22%;
}
body .footerlinksection > div:nth-child(3) {
  flex: 0 0 22%;
  max-width: 22%;
}
body .footerlinksection > div:nth-child(4) {
  flex: 0 0 19%;
  max-width: 19%;
}
body .footerlinksection > div:nth-child(5) {
  flex: 0 0 15%;
  max-width: 15%;
}
body .footercopyright {
  background: #c1cfac !important;
  font-size: 16px;
  padding: 20px 30px;
  color: #020202;
  background: #002152 !important;
  padding: 0 30px;
}
body .footercopyright a {
  color: #020202;
  border-right: 1px solid #020202;
}
body .footercopyright a:last-child {
  padding-right: 0;
}
body .footercopyright .justify-content-between {
  border-top: #4c6386 solid 1px !important;
  color: #ffffff;
  padding: 20px 0;
  max-width: 1260px;
}
body .footercopyright .justify-content-between .col-xl-3 {
  text-align: right;
  padding: 0;
}
body .footercopyright .justify-content-between .col-xl-4 {
  padding: 0;
}
body:not(.cms-home) .page-bottom .footernewsletter {
  margin: 0 auto;
  justify-content: center;
}
body:not(.cms-home) .page-bottom .footernewsletter > .content {
  padding-left: 0;
}
body .header-promo-slider.owl-theme .owl-stage {
  display: flex;
  width: 100%;
}
body .header-promo-slider.owl-theme .owl-dots {
  position: absolute;
  left: 20px;
  margin-top: 0 !important;
  top: 6px;
  z-index: 5;
}
body .header-promo-slider.owl-theme .owl-dots .owl-dot {
  box-shadow: none;
  width: 8px;
  margin: 0 3px;
  height: 8px;
  outline: none !important;
}
body .header-promo-slider.owl-theme .owl-dots .owl-dot span {
  box-shadow: none;
  margin: 0;
  width: 8px;
  height: 8px;
  opacity: 0.7;
  background: #ffffff;
  padding: 0;
}
body .header-promo-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
  opacity: 0.9;
}
body .icon-carousel.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 18px;
}
body .icon-carousel.owl-carousel .owl-dots .owl-dot {
  box-shadow: none;
  width: 8px;
  display: block;
  margin: 0 3px;
  height: 8px;
  outline: none !important;
}
body .icon-carousel.owl-carousel .owl-dots .owl-dot span {
  box-shadow: none;
  margin: 0;
  width: 8px;
  border-radius: 8px;
  height: 8px;
  background: #6c757d;
  padding: 0;
  display: block;
}
body .icon-carousel.owl-carousel .owl-dots .owl-dot.active span {
  background: #020202;
}
body .widget-slider-content .product-item .price-box.price-final_price {
  display: flex;
  flex-direction: column;
}
body:not(.cms-sample-home-page) .page-wrapper .page-bottom {
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}
.page-footer {
  display: none !important;
}
.new-user-promo-block {
  display: none !important;
}
.page-wrapper .headersticky .sections.nav-sections ul li.level0 > a {
  padding-left: 0 !important;
  padding-right: 0 !important;
  line-height: 1;
}
.page-wrapper header.headersticky .sections.nav-sections ul li.level0 > a {
  padding-bottom: 0px !important;
}
.page-wrapper .page-header .panel.wrapper .header {
  padding: 0 !important;
}
.page-wrapper .page-header .panel.wrapper .header .action.skip.contentarea {
  display: none;
}
.block-search .mst-searchautocomplete__autocomplete._active {
  left: 0 !important;
  width: 100% !important;
}
.block-search .nested {
  display: none;
  display: none !important;
}
.block-search .control {
  padding: 0 !important;
  margin: 0;
}
header.page-header.headersticky .logo img {
  width: 96px !important;
}
header.page-header.headersticky .nav-container-wrap {
  width: 100% !important;
  left: 0 !important;
}
header.page-header.headersticky .header.content .right-container-wrap {
  margin-right: 0;
  display: flex;
}
header.page-header.headersticky .middle-container-wrap {
  position: initial !important;
}
.checkout-index-index .header.content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-index-index .logo {
  margin-left: 0 !important;
}
.checkout-index-index .page-main .checkout-header {
  position: static !important;
  margin-bottom: 50px !important;
}
.home-banner-slider {
  position: absolute !important;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.home-banner-slider .owl-nav {
  position: initial !important;
}
.home-banner-slider .banner_slider.item a {
  display: block;
  width: 100%;
}
.home-banner-slider .owl-dots button {
  background: #020202 !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0px !important;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.home-banner-slider .owl-dots button span {
  display: none !important;
}
.home-banner-slider .owl-dots button.active {
  background: #6c757d !important;
}
.catalog-category-view .page-main {
  background-color: #ffffff !important;
}
.cms-home .page-main {
  background-color: #ffffff !important;
}
.cms-home .page-main .block {
  padding: 60px 0;
  margin-bottom: 0 !important;
}
.cms-home .page-main .block.widget-icons-slider {
  padding-top: 0 !important;
}
.cms-home .page-main .block.home-review-wrap {
  background-color: #ffffff;
  padding: 120px 0 40px !important;
}
.cms-home .block-title {
  text-align: center;
}
.cms-home .block-title h2 {
  font-size: 45px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: 'Fedra Sans Std';
}
.cms-home .catalog-product-view .product-info-main .box-tocart {
  margin: 0;
}
.cms-home .catalog-product-view .product-info-main .box-tocart .actions {
  width: 100% !important;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}
.cms-home .catalog-product-view .product-info-main .box-tocart .actions .primary.tocart {
  text-transform: none !important;
  font-size: 18px !important;
  background: #edaa39 !important;
  letter-spacing: 0.01em !important;
  font-family: 'Fedra Sans Medium 5' !important;
  width: 100% !important;
  max-width: 256px !important;
  margin-bottom: 0;
}
.cms-home .catalog-product-view .product-info-main .box-tocart .field.qty span {
  width: 27px !important;
  box-sizing: border-box !important;
  height: 27px !important;
  text-align: center !important;
  padding: 5px 6px 6px 5px !important;
  font-family: 'Fedra Sans Std' !important;
  font-size: 24px !important;
  color: #020202 !important;
  background: #ffffff !important;
}
.cms-home .catalog-product-view .product-info-main h1.page-title {
  font-size: 24px !important;
  font-family: 'Fedra Sans Std' !important;
}
.cms-home .catalog-product-view .product-info-main .page-title-wrapper.product {
  width: 100%;
}
.cms-home .catalog-product-view .product-info-main .price-tax {
  float: left;
  margin-top: 8px;
}
.cms-home .catalog-product-view .product-info-main .product-info-price span.price {
  font-family: 'Fedra Sans Std' !important;
}
.cms-home .catalog-product-view .product-info-main .codcheck-prod {
  display: none !important;
}
.cms-home .catalog-product-view .product-info-main .pdpstaticcontent {
  display: none !important;
}
.cms-home .catalog-product-view #ajax-goto a {
  text-transform: none;
  font-size: 18px;
  padding: 12px 50px;
  color: #a92611;
  font-weight: 400;
  font-family: 'Fedra Sans Medium 5' !important;
  min-width: 256px;
  box-sizing: border-box;
  margin-top: 12px;
}
.cms-home .codcheck-prod .codcheck-text {
  padding-left: 0 !important;
  width: 100% !important;
  margin-top: 17px !important;
  margin-bottom: 15px !important;
}
.cms-home .row.homefeaturedoffer {
  max-width: 1280px;
  padding: 0 !important;
  margin: 0 auto 0 !important;
  z-index: 1;
  background: transparent;
}
.cms-home .row.homefeaturedoffer:before {
  width: 143px;
  height: 164px;
  position: absolute;
  left: -70px;
  top: -80px;
}
.shopby-category {
  max-width: 1280px;
  margin: 0 auto 0;
}
.shopby-category h2 {
  text-align: center;
}
.shopby-category .image-content {
  display: flex;
  flex-wrap: wrap;
}
.shopby-category .image-content .parent-div {
  width: 50%;
  padding: 3px;
  position: relative;
  overflow: hidden;
}
.shopby-category .image-content .parent-div .inner-full {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 3px;
  overflow: hidden;
}
.shopby-category .image-content .parent-div .inner-full:first-child {
  padding-bottom: 6px;
}
.shopby-category .image-content .parent-div .inner-full:first-child .cat-label {
  bottom: 6px;
}
.shopby-category .image-content .parent-div:nth-child(2n+2) {
  padding-right: 6px;
}
.shopby-category .image-content .parent-div:nth-child(2n+2) .inner-full {
  padding-left: 0;
}
.shopby-category .image-content .parent-div:nth-child(2n+2) .cat-label {
  left: 0;
}
.shopby-category .image-content .parent-div:nth-child(2) .cat-label {
  left: 3px;
  right: 6px;
  bottom: 4px;
}
.shopby-category .image-content .parent-div:nth-child(4) .cat-label {
  right: 0;
}
.shopby-category .image-content .parent-div:nth-child(4) .inner-full:first-child .cat-label {
  bottom: 0;
}
.shopby-category .image-content .parent-div img {
  width: 100% !important;
  transition: all 0.5s ease;
}
.shopby-category .image-content .parent-div .hover-cat {
  display: none;
}
.shopby-category .image-content .parent-div .cat-label {
  position: absolute;
  left: 3px;
  bottom: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
  font-size: 21px;
  top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
  border-radius: 4px;
  overflow-x: hidden;
  z-index: 9;
  font-family: 'Fedra Sans Medium 5' !important;
}
.shopby-category .image-content .parent-div .cat-label:hover + img {
  transform: scale(1.05);
}
.shopby-category .image-content .parent-div .cat-label:hover {
  transform: scale(1.05);
  text-decoration: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: 0 0 !important;
}
.shopby-category .image-content .parent-div .cat-label:hover + img + img {
  transform: scale(1.05);
}
.shopby-category .image-content .parent-div .inner-left {
  overflow: hidden;
  position: relative;
  width: 50%;
  padding-right: 3px;
}
.shopby-category .image-content .parent-div .inner-left .cat-label {
  right: 3px;
  left: 0;
}
.shopby-category .image-content .parent-div .inner-right {
  overflow: hidden;
  position: relative;
  width: 50%;
  padding-left: 3px;
}
.shopby-category .image-content .parent-div .inner-right .cat-label {
  left: 3px;
  right: 0;
}
.shopby-category .image-content .hover-exists:hover img:not(.hover-cat) {
  display: none;
}
.shopby-category .image-content .hover-exists:hover img.hover-cat {
  display: block;
}
.block-static-block h2 {
  font-size: 45px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: 'Fedra Sans Std';
}
.block-static-block > .products-grid {
  background-size: cover;
}
.widget-slider-content {
  margin-bottom: 0 !important;
  overflow: hidden !important;
  background: #ffffff;
}
.widget-slider-content .show-carousel .product-item-info:hover img {
  transition-delay: 0.5s;
}
.widget-slider-content .products-grid {
  max-width: 1280px;
  margin: 0 auto;
}
.widget-slider-content .products-grid .bestseller-tag {
  background: url('../../frontend/OM/Isha/en_US/images/Fill.png') no-repeat 0 0;
  width: 174px;
  height: 55px;
  left: 0;
  top: -10px;
  padding: 0;
  background-position: -12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
  padding-bottom: 14px;
  padding-right: 35px;
  font-family: 'Fedra Sans Medium 5';
}
.widget-slider-content .products-grid .new-tag {
  background: url('../../frontend/OM/Isha/en_US/images/Fill.png') no-repeat 0 0;
  width: 174px;
  height: 55px;
  left: 0;
  top: -10px;
  padding: 0;
  background-position: -12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
  padding-bottom: 14px;
  padding-right: 35px;
  font-family: 'Fedra Sans Medium 5';
}
.widget-slider-content .products-grid .product-item-info:hover {
  background: 0 0 !important;
  box-shadow: none !important;
  border: 0 solid #bbb !important;
  margin: 0 !important;
  padding: 0 !important;
}
.widget-slider-content .products-grid .product-item-info.active {
  background: 0 0 !important;
  box-shadow: none !important;
  border: 0 solid #bbb !important;
  margin: 0 !important;
  padding: 0 !important;
}
.widget-slider-content .products-grid .product-item .product-item-inner {
  box-shadow: none !important;
  margin: 0 !important;
  background: 0 0 !important;
  border: 0 !important;
  display: none !important;
  position: absolute !important;
  background: rgba(0, 0, 0, 0) !important;
  transition: all 0.5s ease;
}
.widget-slider-content .products-grid .product-item:hover .product-item-inner {
  left: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
  height: auto !important;
  clip: inherit;
  text-align: center;
  top: auto !important;
}
.widget-slider-content .products-grid .product-item .tocart:hover {
  text-decoration: underline;
}
.widget-slider-content .products-grid .product-item-actions {
  margin: 0 !important;
  width: 100%;
}
.widget-slider-content .owl-carousel .owl-stage-outer {
  padding-top: 10px;
}
.widget-slider-content li.product-item {
  width: 100% !important;
  margin-bottom: 0;
}
.widget-slider-content .product-item-details {
  text-align: center;
  border: 1px solid rgba(196, 196, 196, 0.25);
  border-top: 0;
  padding-bottom: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-flow: column;
}
.widget-slider-content .product-item .product-reviews-summary.short {
  top: 0 !important;
  float: none !important;
  display: flex;
  flex-direction: column;
}
.widget-slider-content .product-item .product-reviews-summary.short .reviews-actions {
  display: block !important;
  margin-top: 15px !important;
  margin-bottom: 0 !important;
}
.widget-slider-content .product-item .product-reviews-summary.short .reviews-actions a {
  color: #020202;
  font-family: 'Fedra Sans Std' !important;
  font-size: 16px;
}
.widget-slider-content .product-item .product-reviews-summary.short a {
  color: #020202;
  font-family: 'Fedra Sans Std' !important;
  font-size: 16px;
  margin-top: 15px;
  text-decoration: underline;
}
.widget-slider-content .product-item .price-box {
  margin: 9px 0 8px;
}
.widget-slider-content .product-item .price-box .price {
  font-size: 18px !important;
  font-weight: 400 !important;
  font-family: 'Fedra Sans Medium 5';
}
.widget-slider-content .product-item .price-box > span {
  display: block;
  width: 100%;
  color: #020202;
}
.widget-slider-content .product-item .price-box > span.normal-price {
  order: 2;
}
.widget-slider-content .product-item:hover .bss-bt-quickview {
  opacity: 1;
}
.widget-slider-content .product-item .price-box.price-final_price {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: block;
  gap: 10px;
}
.widget-slider-content .product-item .price-box.price-final_price .old-price {
  order: -1;
}
.widget-slider-content .product-item .old-price .price {
  font-size: 21px !important;
  color: #020202 !important;
  padding-left: 0 !important;
  font-family: 'Fedra Sans Std' !important;
}
.widget-slider-content .bss-bt-quickview {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  text-align: center;
  padding: 10px 0;
  opacity: 0;
  background: url('../../frontend/OM/Isha/en_US/images/quickview-Icon.png') no-repeat;
  width: 50px;
  height: 51px;
}
.widget-slider-content .bss-bt-quickview:hover {
  background: url('../../frontend/OM/Isha/en_US/images/quickview-Icon-hover.png') no-repeat;
}
.widget-slider-content .bss-bt-quickview:hover:before {
  opacity: 1;
  visibility: visible;
}
.widget-slider-content .bss-bt-quickview:before {
  width: 120px;
  height: 40px;
  background: url('../../frontend/OM/Isha/en_US/images/QuickviewNote.png') no-repeat 0 0 / cover;
  content: '';
  position: absolute;
  left: -130px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.widget-slider-content .bss-bt-quickview a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  text-indent: -99999px;
  width: 50px;
  height: 51px;
  display: block;
}
.widget-slider-content .bss-bt-quickview a:hover {
  text-decoration: underline;
}
.widget-slider-content .rating-summary .rating-result {
  width: 103px;
}
.widget-slider-content .rating-summary .rating-result:before {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../../frontend/OM/Isha/en_US/images/yellow-star.svg');
  content: "" !important;
  height: 20px;
}
.widget-slider-content .rating-summary .rating-result > span {
  height: 20px;
}
.widget-slider-content .rating-summary .rating-result > span:before {
  color: #e8b55c !important;
  left: 0 !important;
  font-size: 20px !important;
  width: 30px !important;
  height: auto !important;
  top: 2px;
}
.widget-slider-content .product-item-name {
  margin: 5px 0;
  font-size: 14px;
  line-height: 28px;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.widget-slider-content .product-item-name > a {
  color: #020202;
  font-family: 'Fedra Sans Book 5';
}
.widget-slider-content .product-item-name .product-item-link {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
}
.widget-slider-content .product-image-photo {
  height: 100%;
}
.widget-slider-content .bottom-link {
  text-align: center;
  padding-top: 25px;
}
.widget-slider-content .bottom-link a {
  text-align: center;
  font-size: 21px;
  color: #a92611 !important;
  text-decoration: underline;
  text-transform: none;
}
.widget-slider-content .owl-nav button {
  width: 72px;
  height: 72px;
  top: 70px;
  border: 0 !important;
  box-shadow: none;
  position: absolute;
  margin-top: -18px;
  outline: 0px;
}
.widget-slider-content .owl-nav button.owl-prev {
  background: url('../../frontend/OM/Isha/en_US/images/Left-Scroll.svg') no-repeat 0 0 !important;
  left: -37px;
}
.widget-slider-content .owl-nav button.owl-next {
  background: url('../../frontend/OM/Isha/en_US/images/Right-Scroll.svg') no-repeat 0 0 !important;
  right: -37px;
}
.widget-slider-content .wishlist {
  display: none;
}
.widget-slider-content .categorycarousel-product .product-item-name {
  padding: 0 20px;
}
.widget-slider-content .categorycarousel-product .price {
  font-size: 24px;
  font-family: 'Fedra Sans Medium 5';
  padding-top: 5px;
}
.sold-out-tag {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  background: #ffffff;
  padding: 5px 15px;
  font-size: 12px;
}
.sold-out-tag + .product-item-info .product-image-wrapper {
  filter: grayscale(100%);
}
.widget-icons-slider .icon-carousel {
  max-width: 900px;
  margin: 0 auto;
}
.widget-icons-slider .owl-carousel .owl-item {
  padding: 0 5px;
}
.widget-icons-slider .owl-carousel .owl-item img {
  width: auto;
  margin-bottom: 20px;
}
.widget-icons-slider .owl-carousel .product-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 18px;
  text-align: center;
}
.widget-slider-content + .widget-slider-content + .block-static-block {
  background: #ffffff;
}
.widget-slider-content.block.widget .product-item-info .custom_addto_form > a {
  display: block;
  width: 100%;
}
.widget-slider-content.block.widget .product-item-info .product-image-container {
  width: 100% !important;
  display: block;
  position: relative;
}
.widget-slider-content.block.widget .product-item-info .product-image-wrapper {
  padding-bottom: 101% !important;
}
.widget-product-slider .product-item-inner {
  background: 0 0 !important;
  box-shadow: none !important;
  border: 0 solid #bbb !important;
  margin: 0 !important;
  padding: 0 !important;
}
.widget-product-slider .product-item .product-item-inner {
  box-shadow: none !important;
  margin: 0 !important;
  background: 0 0 !important;
  border: 0 !important;
  display: none !important;
  position: absolute !important;
  background: rgba(0, 0, 0, 0) !important;
  transition: all 0.5s ease;
}
.widget-product-slider .product-item .product-item-inner .tocart {
  font-size: 18px;
  font-family: 'Fedra Sans Medium 5';
  background: #edaa39;
  background: rgba(237, 170, 57, 0.8);
  width: 100%;
  height: 48px;
  text-align: center;
  border: 0;
  padding: 0;
  font-weight: 400;
  border-radius: 0;
}
.widget-product-slider .product-item .product-item-inner .tocart:hover {
  text-decoration: underline;
}
.widget-product-slider .product-item:hover .product-item-inner {
  left: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  right: 0;
  width: 100%;
  z-index: 9;
  height: auto !important;
  clip: inherit;
  text-align: center;
  top: auto !important;
  bottom: 0;
}
.widget-product-slider .product-item-actions {
  width: 100%;
}
.widget-product-slider .product-item-actions .actions-primary {
  width: 100%;
}
.widget-slider-content.products-grid .product-item .tocart {
  font-size: 18px;
  font-family: 'Fedra Sans Medium 5';
  background: #edaa39;
  background: rgba(237, 170, 57, 0.8);
  width: 100%;
  height: 48px;
  text-align: center;
  border: 0;
  padding: 0;
  font-weight: 400;
  border-radius: 0;
}
.page-layout-1column .widget-slider-content.widget-slider-content.block.widget .products-grid .product-item:nth-child(5n+1) {
  margin-left: 0 !important;
}
.mfp-iframe-holder * {
  box-sizing: border-box;
}
.mfp-iframe-holder .catalog-product-view .product-info-main {
  padding-right: 10px;
}
.home-mid-banner {
  display: flex;
  flex-wrap: wrap;
}
.home-mid-banner .left-img {
  width: 50%;
  padding-right: 3px;
}
.home-mid-banner .right-img {
  width: 50%;
  padding-left: 3px;
}
.home-mid-banner img {
  width: 100%;
}
.home-mid-banner a {
  display: block;
}
.categorycarousel-section {
  padding-top: 60px;
}
.categorycarousel-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 90px 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.categorycarousel-container:first-child {
  padding-top: 40px !important;
  background: #ffffff;
}
.categorycarousel-container .categorycarousel-parent {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.categorycarousel-container:nth-child(2n+2) {
  background-color: #ffffff;
}
.categorycarousel-container:nth-child(3) {
  background-position: -120px 120%;
}
.categorycarousel-container .categorycarousel-product {
  text-align: center;
  border: 1px solid rgba(196, 196, 196, 0.25);
  border-top: 0;
  padding-bottom: 15px;
}
.categorycarousel-container .categorycarousel-product .reviews-actions {
  font-size: 16px;
  color: #020202;
  margin-bottom: 6px;
}
.categorycarousel-container .categorycarousel-left {
  width: 61%;
}
.categorycarousel-container .categorycarousel-right {
  width: 61%;
}
.categorycarousel-container .categorycarousel-column {
  width: 39%;
  padding: 30px 120px 0 70px;
}
.categorycarousel-container .categorycarousel-column h3 {
  font-size: 27px;
  font-family: 'Fedra Sans Medium 5';
}
.categorycarousel-container .product-image-container {
  width: 100% !important;
  position: relative;
}
.categorycarousel-container .product-image-container .product-image-wrapper {
  padding-bottom: 100% !important;
}
.categorycarousel-container .home-image-container {
  line-height: 0.8;
}
.categorycarousel-container .categorycarousel-description {
  font-size: 18px;
  line-height: 30px;
}
.categorycarousel-container .categorycarousel-url {
  text-align: center;
  font-size: 21px;
  color: #a92611 !important;
  text-decoration: underline;
  text-transform: none;
}
.categorycarousel-container.position-left {
  background-position: -180px 110%;
  background-repeat: no-repeat;
}
.categorycarousel-container.position-right {
  background-position: 117% 154%;
  background-color: #ffffff;
}
.categorycarousel-container.position-right .categorycarousel-column {
  padding: 30px 70px 0;
}
.home-review-widget {
  max-width: 1280px;
  margin: 0 auto;
}
.review-slider .review-single {
  background: #ffffff;
  text-align: center;
  padding: 56px;
  height: 100%;
}
.review-slider .owl-item {
  height: 100%;
}
.review-slider .review-quote {
  width: 55px;
  height: 35px;
  background: url('../../frontend/OM/Isha/en_US/images/Quotes.svg') no-repeat 0 0;
  margin: 0 auto 18px;
}
.review-slider .review-detail {
  font-size: 21px;
  line-height: 36px;
  margin-bottom: 25px;
  font-family: 'Fedra Sans Std';
}
.review-slider .rating-summary .rating-result {
  width: 103px;
}
.review-slider .rating-summary .rating-result:before {
  font-size: 20px !important;
  color: #ffffff !important;
  line-height: 20px;
  height: 20px;
}
.review-slider .rating-summary .rating-result > span:before {
  color: #e8b55c !important;
  left: 0 !important;
  font-size: 20px !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 20px !important;
}
.review-slider .review-nickname {
  font-size: 18px;
  font-family: 'Fedra Sans Medium 5';
}
.review-slider .owl-nav button {
  width: 72px;
  height: 72px;
  top: 50%;
  transform: translateY(-50%);
  border: 0 !important;
  box-shadow: none;
  position: absolute;
  margin-top: -18px;
  outline: 0px;
}
.review-slider .owl-nav button span {
  display: none !important;
}
.review-slider .owl-nav button.owl-prev {
  background: url('../../frontend/OM/Isha/en_US/images/Left-Scroll.svg') no-repeat 0 0 !important;
  left: -37px;
}
.review-slider .owl-nav button.owl-next {
  background: url('../../frontend/OM/Isha/en_US/images/Right-Scroll.svg') no-repeat 0 0 !important;
  right: -37px;
}
.review-slider .owl-dots {
  left: 0;
  right: 0;
  background: 0 0 !important;
}
.review-slider .owl-dots button {
  background: #020202 !important;
  border: 0 !important;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 5px;
}
.review-slider .owl-dots button span {
  display: none !important;
}
.review-slider .owl-dots button.active {
  background: #6c757d !important;
}
.iconic-carousel {
  margin: 0 auto;
  margin-top: 20px;
  display: block !important;
  max-width: 1280px;
}
.iconic-carousel .desktop-img-section {
  width: 100%;
  float: left;
  padding-left: 220px;
  position: relative;
  padding-bottom: 40px;
}
.iconic-carousel .desktop-img-section img {
  width: auto !important;
}
.iconic-carousel .desktop-img-section img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  animation-name: bounce-2;
  animation-timing-function: linear;
}
.iconic-carousel .iconic-header {
  width: 220px;
  float: left;
  margin-right: -220px;
  position: relative;
  z-index: 1;
}
.iconic-carousel .iconic-header h3 {
  font-size: 48px;
  color: #a92611;
  letter-spacing: 0.03em;
  font-family: 'Fedra Sans Medium 5';
}
.iconic-carousel .iconic-header p {
  font-size: 18px;
  line-height: 30px;
  color: #020202;
  font-family: 'Fedra Sans Std';
}
.iconic-carousel .iconic-header a.iconic-viewnow {
  text-align: center;
  font-size: 21px;
  color: #ffffff !important;
  background: #a92611;
  text-transform: none;
  border-radius: 3px;
  font-size: 15px;
  font-family: 'Fedra Sans Medium 5' !important;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  max-width: 180px;
}
.iconic-carousel .iconic-header a.iconic-viewnow:hover {
  text-decoration: none;
}
.iconic-carousel .iconic-header a.iconic-viewnow:after {
  content: '';
  display: inline-block;
  background: url('../../frontend/OM/Isha/en_US/images/Arrow-2-white.png') no-repeat 0 0;
  width: 17px;
  height: 14px;
  margin-left: 5px;
}
.iconic-carousel .item {
  padding: 0 70px 30px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  align-items: center;
}
.iconic-carousel .item:before {
  display: table;
  clear: both;
  content: '';
}
.iconic-carousel .item:after {
  display: table;
  clear: both;
  content: '';
}
.iconic-carousel .owl-nav {
  padding: 0 70px;
}
.iconic-carousel .owl-nav button {
  width: 72px;
  height: 72px;
  bottom: 52px;
  border: 0 !important;
  box-shadow: none;
  position: absolute;
  margin-top: -18px;
  left: 0;
  outline: 0px;
}
.iconic-carousel .owl-nav button.owl-prev {
  background: url('../../frontend/OM/Isha/en_US/images/Left-Scroll.svg') no-repeat 0 0 !important;
  left: 0;
}
.iconic-carousel .owl-nav button.owl-next {
  background: url('../../frontend/OM/Isha/en_US/images/Right-Scroll.svg') no-repeat 0 0 !important;
  right: 0;
}
.iconic-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  background: 0 0 !important;
}
.iconic-carousel .owl-dots button {
  background: #ffffff !important;
  border: 0 !important;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 5px;
}
.iconic-carousel .owl-dots button.active {
  background: #020202 !important;
}
.page-bottom {
  padding: 0;
}
.page-bottom .footernewsletter > .content {
  transform: translate(0) !important;
  width: 60% !important;
  position: relative !important;
  top: unset !important;
  left: unset !important;
  width: 55% !important;
}
.page-bottom .footernewsletter .content .block.newsletter form.subscribe {
  padding-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-bottom .footernewsletter .content .block.newsletter .subscribe .field.newsletter label {
  margin-bottom: 0 !important;
}
.page-bottom .footernewsletter .content .block.newsletter .subscribe .field.newsletter label input {
  height: 46px !important;
}
.page-footer {
  background: #233e51 !important;
  padding: 110px 0 130px !important;
  margin-top: 0;
  background: #002152 !important;
}
.page-footer:before {
  background: 0 0 !important;
}
.footerlinksection h4 {
  font-family: 'Fedra Sans Medium 5' !important;
  font-size: 24px;
  color: #ffffff !important;
}
.footerlinksection a {
  font-size: 15px !important;
  color: #ffffff !important;
  font-family: 'Fedra Sans Std' !important;
}
.footerlinksection li {
  padding-bottom: 25px !important;
}
.footerlinksection .footersocial a {
  width: 50%;
  float: left;
  margin-bottom: 24px;
  text-decoration: none !important;
}
.footerlinksection .footersocial a span {
  width: 60px;
  height: 60px;
  display: block;
}
.footerlinksection .footersocial a:hover {
  opacity: 0.7;
}
.footerlinksection .footersocial .facebook-icon {
  background: url('../../frontend/OM/Isha/en_US/images/Facebook.svg') no-repeat 0 0;
}
.footerlinksection .footersocial .twitter-icon {
  background: url('../../frontend/OM/Isha/en_US/images/Twitter.svg') no-repeat 0 0;
}
.footerlinksection .footersocial .youtube-icon {
  background: url('../../frontend/OM/Isha/en_US/images/YouTube.svg') no-repeat 0 0;
}
.footerlinksection .footersocial .instagram--icon {
  background: url('../../frontend/OM/Isha/en_US/images/Instagram.svg') no-repeat 0 0;
}
.home-mid-banner.mobile {
  display: none !important;
}
.block-static-block + .block-products-list + .block-static-block {
  background: #ffffff;
}
header .middle-container-wrap .back-icon {
  display: none !important;
}
.homefeaturedoffer .col-xl-12 {
  padding: 0 !important;
}
.homefeaturedoffer .mobilehed {
  display: none;
}
.homefeaturedoffer .innersection .content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 91;
  right: 0;
  background: 0 0 !important;
  color: #ffffff !important;
  padding: 28px;
}
.homefeaturedoffer .innersection .content span.mobilespan a {
  color: #ffffff !important;
  font-size: 22px;
  font-family: 'Fedra Sans Medium 5' !important;
  line-height: 30px;
}
.homefeaturedoffer .innersection .content span.subhead {
  opacity: 1 !important;
  font-size: 15px !important;
  padding-bottom: 5px;
  display: block;
}
.homefeaturedoffer .innersection .image {
  padding: 0;
  position: relative !important;
  border-radius: 9px;
  overflow: hidden;
}
.homefeaturedoffer .blocksection {
  max-width: 25% !important;
  flex: auto;
  max-width: 100% !important;
}
body.sticky-header.cms-fullpage-layout .page-header {
  min-height: 60px;
}
body.sticky-header.cms-empty-page .page-header {
  min-height: 60px;
}
.shopby-category.mobile {
  display: none;
}
.panel.header {
  padding: 0;
}
.header-promo-slider .slide {
  min-height: 26px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 15px;
  font-family: 'Fedra Sans Book 5';
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: #020202;
}
.header-promo-slider .slide a {
  font-family: 'Fedra Sans Book 5';
  text-decoration: underline;
  display: inline-flex;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: #020202;
}
.header-promo-slider .slide span {
  display: inline-block;
}
.header-promo-slider h4 {
  font-family: 'Fedra Sans Book 5' !important;
}
.slide-one {
  background: #004aa0;
}
.slide-tow {
  background: #007aa0;
}
.slide-three {
  background: #00a0a0;
}
.mobile-shopby-cat {
  display: none !important;
}
body.sticky-header .page-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.homefeaturedoffer-full {
  background: #162b6e;
}
.homefeaturedoffer-full .homefeaturedoffer {
  background: 0 0;
}
.adiyogi-grace-section-bottom {
  max-width: 1107px;
  margin: auto;
  padding: 60px 0;
}
body.cms-home .homefeaturedoffer-section-full {
  padding: 0 !important;
}
body.cms-home .msr-hero-banner {
  margin: -60px 0;
}
.row.homefeaturedoffer .col-xl-12 {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}
.footercopyright .d-flex a {
  color: #ffffff;
  border: 0 !important;
}
.footercopyright .d-flex a:first-child:after {
  content: '';
  display: inline-block;
  background: #ffffff;
  height: 4px;
  width: 4px;
  border-radius: 4px;
  vertical-align: middle;
  margin: 0 -10px 0 15px;
}
.msr-category-wrapper .config-option.pre-order [data-option-empty|=true] + label:after {
  display: none;
}
.msr-category-wrapper .config-option.pre-order .swatch-option-wrap label {
  width: 42px;
  height: 42px;
  border-radius: 42px;
  position: relative;
  color: #a92611;
  text-align: center;
  font-family: 'Fedra Sans Std Demi';
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0;
  border: solid 1px #ffffff;
}
.msr-category-wrapper .config-option.pre-order .swatch-option-wrap input[type=radio]:checked + label {
  background: #a92611 !important;
  color: #ffffff !important;
  cursor: pointer;
}
.sections.nav-sections .mega_menu_list ul li.level0 > a:hover {
  text-decoration: underline !important;
  color: #a92611 !important;
}
.down-round-arrow {
  pointer-events: none;
}
body.checkout-index-index.sticky-header .page-header {
  min-height: 78px;
}
body.checkout-index-index.sticky-header .page-header .logo {
  padding: 15px 0;
}
.bss_quickview-catalog_product-view .column.main {
  padding: 40px 15px;
}
.swatch-option.disabled {
  opacity: 0 !important;
  width: 42px;
  margin: 0 !important;
  padding: 0 !important;
  height: 42px !important;
  left: 41px !important;
  top: 0 !important;
}
.swatch-option.disabled:hover {
  border: none !important;
  outline: none !important;
}
.swatch-option.disabled:before {
  content: '/';
  font-size: 47px;
  position: absolute;
  top: 12px;
  left: 13px;
  color: #6c757d;
  transform: rotate(12deg);
  font-weight: 400;
}
.product-options-wrapper .swatch-opt .swatch-option.disabled + label {
  opacity: 0.6;
}
.product-options-wrapper .swatch-opt .swatch-option.disabled + label:after {
  content: '';
  width: 3px;
  height: 100%;
  background: #edaa38 !important;
  border-radius: 0;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: 0;
  opacity: 1;
}
.klevuVoiceSearchImage {
  position: absolute;
  right: 34px;
  top: 50%;
  line-height: 24px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: #ededed;
  border-radius: 50px;
  padding: 3px;
  margin-top: -12px;
  box-sizing: border-box;
}
.full-width-page .page-main {
  max-width: 100%;
  min-height: 1000px;
  padding: 0;
}
body.full-width-page .page-wrapper .page-bottom {
  z-index: unset;
}
body.full-width-page .page-wrapper .page-header {
  z-index: 1 !important;
}
body.full-width-page .page-bottom .footernewsletter {
  z-index: unset;
}
.field.newsletter span.label {
  display: none;
}
.closeshowlogin {
  display: none;
}
.bottom-toolbar .pages {
  display: none;
}
.fieldset > .field {
  margin: 0 0 20px;
}
.fieldset > .field.customer-address {
  margin: 0 10px 0 0 !important;
}
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.cms-support-ticket .supportticket .fieldset .field input:focus {
  outline: none;
}
.cms-support-ticket .supportticket .fieldset .field select:focus {
  outline: none;
}
.cms-support-ticket .supportticket .fieldset .field.commentbox textarea {
  width: 100%;
  border-radius: 3px;
}
.cms-support-ticket .supportticket .fieldset .field-recaptcha {
  float: left;
}
button:focus {
  outline: none;
}
input[type=text] {
  width: 100%;
}
input[type=password] {
  width: 100%;
}
input[type=url] {
  width: 100%;
}
input[type=tel] {
  width: 100%;
}
input[type=search] {
  width: 100%;
}
input[type=number] {
  width: 100%;
}
input[type=datetime] {
  width: 100%;
}
input[type=email] {
  width: 100%;
}
.parent-container-wrap.parent-container-wrap-ac {
  overflow: unset !important;
}
.my-container {
  width: 100%;
}
.cms-sample-home-page .page-bottom {
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}
.ias-noneleft {
  display: none !important;
}
.ias-trigger.ias-trigger-next {
  text-align: center;
}
.ias-trigger.ias-trigger-next button {
  padding: 11px 22px !important;
  font-size: 18px !important;
}
.catalog-category-view .category-view .category-image {
  padding-bottom: 14px !important;
}
@media only screen and (max-width: 1200px) {
  .klevuVoiceSearchImage {
    right: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .header.content .right-container-wrap .header.links .show-login-logout .authorization-link .loginbeforeicon .loginbeforeicon-img img {
    width: 100% !important;
    margin: 10px 0 0 !important;
    display: none !important;
  }
  .cms-diwali-offers .page-main {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  body header #mySidenav .menu-left {
    top: 154px !important;
  }
  body.sticky-header .page-header {
    min-height: 85px;
  }
}
@media only screen and (min-width: 1024px) {
  body.sticky-header .page-header {
    min-height: 128px;
  }
  .page-header .header.content .right-container-wrap .header.links {
    display: flex !important;
  }
  .header.content .right-container-wrap .header.links .icon.wishlist-my-icon li a {
    font-size: unset !important;
  }
  .page-header.headersticky .icon.wishlist-my-icon a {
    font-size: unset !important;
  }
  .page-header.headersticky .icon.user-my-icon {
    font-size: unset !important;
  }
}
@media only screen and (min-width: 1066px) {
  body header #mySidenav .menu-left {
    top: 126px !important;
  }
}
@media only screen and (min-width: 1370px) {
  body .page-bottom .footernewsletter {
    margin: 0 auto !important;
  }
  body .footercopyright .justify-content-between {
    max-width: 1320px;
    width: 100% !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1260px) {
  #mySidenav .nav-main > ul {
    display: flex !important;
  }
}
@media only screen and (max-width: 1065px) {
  .header.content {
    padding-bottom: 0 !important;
  }
  .header.content .middle-container-wrap .block.block-search {
    margin-left: 0 !important;
    width: 40% !important;
  }
  .header.content .right-container-wrap {
    padding-right: 20px;
    padding-right: 10px !important;
  }
  .header.content .right-container-wrap .header.links {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  body .footercopyright {
    padding: 0 30px;
    font-size: 13px;
  }
  body .footercopyright .col-xl-4 {
    margin-bottom: 0;
  }
  body .header.content .right-container-wrap {
    width: 44% !important;
    margin-right: 0 !important;
    padding-right: 20px !important;
  }
  body .header.content .middle-container-wrap .block.block-search .actions button {
    padding: 1px 6px;
  }
  body .header.content .klevuVoiceSearchImage {
    right: 29px;
    z-index: 2;
    top: 20px;
  }
  body .page-bottom .footernewsletter .footer-nandhi {
    padding-bottom: 68.5%;
    margin-bottom: 0;
    margin-top: -290px;
    width: 100%;
    background: #ffffff;
  }
  body .page-bottom .footernewsletter .footer-nandhi:before {
    display: block;
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: 100%;
    background: url('../../frontend/OM/Isha/en_US/images/Nandi-1.png') no-repeat center bottom !important;
    background-size: 300px auto !important;
  }
  body .page-bottom .footernewsletter .content h2 {
    font-size: 27px;
    padding: 0 60px;
  }
  body .page-bottom .footernewsletter .content .block.newsletter button.subscribe {
    height: 38px;
  }
  body .page-footer .footer .footerlinksection > div {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100%;
    margin-left: 0 !important;
    padding: 15px 0 !important;
    border-bottom: solid 1px #6c757d !important;
  }
  body .page-footer .footer .footerlinksection > div:nth-child(4) {
    border: 0 !important;
  }
  body .page-footer .footer .footerlinksection > div.footersocial {
    border-bottom: 0 !important;
    text-align: center;
    margin-top: 54px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footerlinksection {
    background: 0 0;
  }
  .footerlinksection div.footersocial h4 {
    justify-content: center;
    width: 100%;
  }
  .footerlinksection div.footersocial h4:after {
    display: none;
  }
  .footerlinksection div.footersocial h3 {
    justify-content: center;
    width: 100%;
  }
  .footerlinksection div.footersocial h3:after {
    display: none;
  }
  .footerlinksection h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Fedra Sans Std' !important;
    display: flex;
    justify-content: space-between;
  }
  .footerlinksection h4:after {
    border-color: #ffffff !important;
    right: 0;
    top: 9px;
    content: '+';
    border: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    font-size: 26px;
    padding: 0;
    color: #ffffff;
    display: flex;
    line-height: 10px;
    align-items: center;
  }
  .footerlinksection h3 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Fedra Sans Std' !important;
    display: flex;
    justify-content: space-between;
  }
  .footerlinksection h3:after {
    border-color: #ffffff !important;
    right: 0;
    top: 9px;
    content: '+';
    border: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    font-size: 26px;
    padding: 0;
    color: #ffffff;
    display: flex;
    line-height: 10px;
    align-items: center;
  }
  .footerlinksection .col-2.active h4:after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    content: '-';
  }
  .footerlinksection .col-2.active h3:after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    content: '-';
  }
  .footerlinksection .col-2.active ul {
    padding: 20px 0 0 10px !important;
  }
  .footerlinksection .col-2.active ul li a {
    font-family: 'Fedra Sans Medium 5' !important;
    font-size: 16px;
  }
  .footerlinksection .footersocial a {
    width: auto;
    margin: 10px 8px 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
  }
  .footerlinksection .footersocial a span {
    background-size: cover !important;
    width: 50px;
    height: 50px;
  }
  .footerlinksection li {
    padding-bottom: 15px !important;
  }
  .cms-home .page-main .block.home-mid-banner-section {
    padding: 0 0 20px;
  }
  .cms-home .page-main .block.home-mid-banner-offer {
    padding-bottom: 0;
  }
  .cms-home .page-main .block.widget-icons-slider {
    padding-top: 0 !important;
  }
  .cms-home .page-main .block {
    padding: 45px 0;
    background: #ffffff;
  }
  .cms-home .page-main .block.widget-slider-content {
    padding: 45px 0;
  }
  .cms-home .page-main .block.home-review-wrap {
    padding: 70px 12px 40px !important;
  }
  .cms-home .block-static-block h2 {
    font-size: 27px;
  }
  .cms-home .block-title h2 {
    font-size: 27px;
  }
  .cms-home .widget-slider-content .product-item-name {
    padding: 0 15px;
    height: auto !important;
    margin: 13px 0 8px;
    line-height: 19px;
    min-height: 59px;
  }
  .cms-home .widget-slider-content .product-item .price-box.price-final_price {
    height: auto !important;
  }
  .cms-home .widget-slider-content .product-item .product-review-name {
    height: auto !important;
  }
  .cms-home .widget-slider-content .product-item .price-box {
    height: auto !important;
    margin: 0;
  }
  .cms-home .widget-slider-content .product-item .price-box .price-box {
    margin: 6px 0 0;
  }
  .cms-home .widget-slider-content .categorycarousel-product .product-item-name {
    padding: 0;
  }
  .cms-home .widget-slider-content .product-item-details {
    border: 0;
  }
  .cms-home .block.widget.widget-slider-content .owl-stage {
    display: flex;
  }
  .cms-home .block.widget.widget-slider-content .owl-item {
    width: 240px;
    max-width: 240px;
  }
  .cms-home .block.widget .products-grid .product-item {
    height: 100%;
    padding-bottom: 1px;
  }
  .cms-home .block.widget .products-grid .product-item .product-item-info {
    height: 100%;
    border: 1px solid rgba(196, 196, 196, 0.25);
  }
  .cms-home .widget .block-title {
    margin-bottom: 5px !important;
  }
  .cms-home .widget .block-title h2 {
    margin-bottom: 0 !important;
  }
  .cms-home .owl-carousel .owl-stage {
    display: flex;
  }
  .cms-home .categorycarousel-section.widget-slider-content li.product-item {
    height: 100%;
    padding-bottom: 1px;
  }
  .cms-home .categorycarousel-section.widget-slider-content li.product-item .custom_addto_form {
    height: 100%;
    border: 1px solid rgba(196, 196, 196, 0.25);
  }
  .cms-home .categorycarousel-section.widget-slider-content li.product-item .custom_addto_form .product-item-name {
    padding: 0 15px;
  }
  .block.home-mid-banner-section .right-img a:nth-child(1) {
    margin-top: -18px;
  }
  .categorycarousel-section {
    padding-top: 24px;
    background: #ffffff;
  }
  .categorycarousel-section.categorycarousel-section-1 {
    background: #ffffff !important;
  }
  .categorycarousel-section.categorycarousel-section-2 {
    background: #ffffff !important;
  }
  .categorycarousel-section.categorycarousel-section-2 .position-right {
    background: #ffffff !important;
  }
  .logo {
    margin-left: auto !important;
    order: 3;
  }
  .header.content {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .header.content .middle-container-wrap {
    width: auto !important;
    width: 56% !important;
  }
  .header.content .middle-container-wrap .block.block-search label {
    margin-bottom: 0 !important;
    display: none;
  }
  .header.content .middle-container-wrap .block.block-search label:before {
    position: static !important;
  }
  .header.content .middle-container-wrap .block.block-search input {
    left: 0 !important;
    top: 0 !important;
    position: initial !important;
    margin: 0;
  }
  .header.content .middle-container-wrap .block.block-search .actions button span {
    display: none !important;
  }
  .header.content .nav-toggle {
    position: static;
    order: 1;
    margin-top: 7px;
  }
  .header.content .nav-toggle:before {
    height: 25px;
    width: 28px !important;
    height: 21px !important;
    background: url('../../frontend/OM/Isha/en_US/images/Menu.svg') no-repeat 0 0 !important;
    background-size: 28px auto !important;
    background-position: left top !important;
    margin-left: 16px;
    content: '';
  }
  .header.content .right-container-wrap {
    min-width: inherit;
  }
  .header.content .right-container-wrap .header.links .icon .myaccounticon img {
    width: auto !important;
    min-width: inherit !important;
    height: auto !important;
  }
  .parent-container-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
  .parent-container-wrap > * {
    box-sizing: border-box;
  }
  header .header.content .middle-container-wrap .block.block-search {
    margin-top: 10px;
    margin-left: 0 !important;
    z-index: 2;
    max-width: unset !important;
    width: 24% !important;
    margin-top: 0;
    order: 2;
    position: absolute;
    top: 9px;
    left: 60px;
  }
  header .mst-searchautocomplete__autocomplete._active {
    top: 62px !important;
  }
  .minicart-wrapper .action.showcart:before {
    background: url('../../frontend/OM/Isha/en_US/images/Cart.svg') no-repeat center top !important;
    width: 32px !important;
    height: 25px !important;
    font-size: 0px;
    content: '' !important;
  }
  .page-header .panel.wrapper {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    font-family: 'Fedra Sans Std';
    transition: all 0.5s ease;
  }
  header.page-header {
    border-bottom: 0;
    transition: all 0.1s ease;
  }
  .home-banner-slider .banner_slider.item a {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .shopby-category .image-content .parent-div {
    width: 100%;
    padding: 1px 0;
  }
  .shopby-category .image-content .parent-div .inner-full {
    padding-left: 0;
  }
  .shopby-category .image-content .parent-div .inner-full:first-child {
    padding-bottom: 2px;
  }
  .shopby-category .image-content .parent-div .inner-full:first-child .cat-label {
    bottom: 2px;
  }
  .shopby-category .image-content .parent-div .cat-label {
    font-size: 18px;
    padding-bottom: 10px;
    background: rgba(0, 0, 0, 0.1);
    left: 0;
  }
  .shopby-category .image-content .parent-div .cat-label:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  .shopby-category .image-content .parent-div:nth-child(2n+2) {
    padding-right: 0;
  }
  .shopby-category .image-content .parent-div:nth-child(2) .cat-label {
    left: 0;
    right: 0;
    bottom: 1px;
    top: 1px;
  }
  .shopby-category .image-content .parent-div .inner-right {
    padding-left: 1px;
  }
  .shopby-category .image-content .parent-div .inner-right .cat-label {
    left: 1px;
  }
  .shopby-category .image-content .parent-div .inner-left {
    padding-right: 1px;
  }
  .shopby-category .image-content .parent-div .inner-left .cat-label {
    right: 1px;
    left: 0;
  }
  .widget-icons-slider .owl-carousel .product-item {
    font-size: 15px;
    font-family: 'Fedra Sans Std' !important;
  }
  .widget-icons-slider .owl-carousel .owl-item img {
    max-width: 84px;
  }
  .iconic-carousel {
    margin-bottom: 30px;
  }
  .iconic-carousel .iconic-header {
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
    order: 2;
    padding: 50px 31px 28px;
    border: 1px solid rgba(196, 196, 196, 0.25);
    border-top: 0;
    background: #ffffff;
  }
  .iconic-carousel .iconic-header h3 {
    font-size: 21px;
  }
  .iconic-carousel .iconic-header h3:after {
    background: url('../../frontend/OM/Isha/en_US/images/Arrow-2-brown.png') no-repeat 0 0;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 29px;
    height: 16px;
  }
  .iconic-carousel .iconic-header p {
    font-size: 15px;
    line-height: 22px;
  }
  .iconic-carousel .iconic-header a.iconic-viewnow {
    display: none;
  }
  .iconic-carousel .desktop-img-section {
    padding-left: 0;
  }
  .iconic-carousel .desktop-img-section img:first-child {
    animation: inherit;
    margin-bottom: -65px;
  }
  .iconic-carousel .owl-nav button {
    left: 0 !important;
    position: inherit !important;
    display: none !important;
  }
  .iconic-carousel .owl-dots {
    left: 0 !important;
    text-align: center;
    bottom: -40px;
  }
  .iconic-carousel .owl-dots button {
    background: #6c757d !important;
  }
  .iconic-carousel .item {
    padding: 0;
  }
  .iconic-carousel .item .desktop-img-section {
    padding: 28px 31px;
    background: linear-gradient(0deg, rgba(165, 2, 2, 0), rgba(165, 2, 2, 0.08)), linear-gradient(124.38deg, rgba(255, 236, 189, 0.6) 0.93%, rgba(255, 198, 101, 0.24) 32.93%, rgba(255, 236, 189, 0.5) 81.44%);
    background-blend-mode: hue, normal;
    display: none !important;
  }
  .iconic-carousel .item .mobile-img-section {
    display: flex !important;
    justify-content: center;
    padding: 28px 31px;
    background: linear-gradient(0deg, rgba(165, 2, 2, 0), rgba(165, 2, 2, 0.08)), linear-gradient(124.38deg, rgba(255, 236, 189, 0.6) 0.93%, rgba(255, 198, 101, 0.24) 32.93%, rgba(255, 236, 189, 0.5) 81.44%);
    background-blend-mode: hue, normal;
    width: 100%;
  }
  .iconic-carousel .item .mobile-img-section img {
    width: auto !important;
    margin-bottom: -65px;
    z-index: 99;
  }
  .widget-slider-content .show-carousel {
    margin-left: 0 !important;
  }
  .widget-slider-content .product-item .price-box.price-final_price {
    width: 100%;
  }
  .widget-slider-content .product-item .product-reviews-summary.short .reviews-actions {
    margin-top: 8px !important;
    margin-bottom: 0 !important;
  }
  .widget-slider-content .product-item .product-reviews-summary.short .reviews-actions a {
    font-size: 15px;
  }
  .widget-slider-content .product-item .price-box .price {
    font-family: 'Fedra Sans Medium 5';
    font-size: 19px !important;
  }
  .widget-slider-content .owl-nav button.owl-prev {
    left: 0;
  }
  .widget-slider-content .owl-nav button.owl-next {
    right: 0;
  }
  .widget-slider-content .product-item-name {
    font-size: 15px;
    line-height: 22.5px;
  }
  .widget-slider-content .categorycarousel-product .price {
    font-family: 'Fedra Sans Medium 5' !important;
  }
  .widget-slider-content .owl-carousel .owl-stage-outer {
    padding-top: 0;
  }
  .widget-slider-content .products-grid {
    overflow: hidden;
  }
  .widget-slider-content .products-grid .product-item .product-item-inner {
    display: block !important;
    bottom: 16px !important;
    top: auto !important;
    left: 0;
    right: 0;
    padding: 0 22px;
    margin: 0 auto !important;
    text-align: center;
    background: 0 0 !important;
  }
  .widget-slider-content .products-grid .product-item:hover .product-item-inner {
    background: 0 0 !important;
  }
  .widget-slider-content .bottom-link a {
    font-family: 'Fedra Sans Std' !important;
  }
  .widget-slider-content .product-item-details {
    padding-bottom: 70px;
  }
  .home-mid-banner .left-img {
    width: 100%;
  }
  .home-mid-banner .right-img {
    width: 100%;
  }
  .block-products-list .widget-slider-content .block {
    padding-top: 0;
  }
  .widget-slider-content.block.widget .product-item-info .product-image-container {
    position: inherit;
  }
  .widget-product-slider .product-item .product-item-inner {
    display: block !important;
    bottom: 16px !important;
    top: auto !important;
    left: 0;
    right: 0;
    padding: 0 22px;
    margin: 0 auto !important;
    text-align: center;
    background: 0 0 !important;
  }
  .widget-product-slider .product-item:hover .product-item-inner {
    background: 0 0 !important;
  }
  .categorycarousel-container {
    padding: 50px 0;
    background-image: none !important;
  }
  .categorycarousel-container .categorycarousel-column {
    width: 100%;
    padding: 0 20px 40px;
    margin-top: 0;
    background: #ffffff;
    text-align: left;
  }
  .categorycarousel-container .categorycarousel-column h3 {
    font-size: 20px;
  }
  .categorycarousel-container .categorycarousel-right {
    width: 100%;
    padding-left: 20px;
  }
  .categorycarousel-container .categorycarousel-left {
    width: 100%;
    padding-left: 20px;
  }
  .categorycarousel-container:nth-child(1) {
    background: #ffffff;
  }
  .categorycarousel-container:nth-child(3) {
    background: #ffffff;
  }
  .categorycarousel-container:nth-child(3) .categorycarousel-column {
    padding-top: 40px;
  }
  .categorycarousel-container .categorycarousel-description {
    font-size: 15px;
    line-height: 24px;
  }
  .categorycarousel-container .categorycarousel-url {
    font-size: 18px;
  }
  .categorycarousel-container .product-image-wrapper {
    padding-bottom: 100% !important;
  }
  .categorycarousel-container .categorycarousel-product {
    padding: 0 20px 110px;
    padding: 0 0 70px;
    border: 0;
  }
  .categorycarousel-container:first-child .categorycarousel-column {
    padding-top: 30px;
  }
  .categorycarousel-container .product-image-container {
    position: initial;
  }
  .categorycarousel-container.position-right {
    padding: 45px 0 45px;
    background: #ffffff;
  }
  .categorycarousel-container.position-right .categorycarousel-column {
    padding: 0 20px;
    text-align: left;
    background: 0 0;
    padding: 0 20px 40px;
  }
  .categorycarousel-container.position-left .categorycarousel-left {
    order: 2;
    padding-top: 0;
    background: 0 0;
  }
  .review-slider .owl-nav button.owl-prev {
    left: 0;
  }
  .review-slider .owl-nav button.owl-next {
    right: 0;
  }
  .review-slider .review-detail {
    padding: 0;
    font-size: 15px;
    line-height: 31px;
  }
  .page-bottom .footernewsletter > .content {
    width: 100% !important;
    padding: 40px 20px 0;
  }
  .page-bottom .footernewsletter .content .block.newsletter .subscribe {
    width: 100%;
  }
  .page-bottom .footernewsletter .content .block.newsletter .subscribe .field.newsletter label input {
    margin-right: 0;
  }
  .page-bottom .footernewsletter .content .block.newsletter form.subscribe {
    padding-top: 0 !important;
    display: flex;
    flex-wrap: wrap;
  }
  .page-bottom .footernewsletter .content .block.newsletter .actions {
    display: block;
    margin-top: 2px;
  }
  .page-bottom .footernewsletter:before {
    display: none !important;
  }
  .page-footer {
    padding: 37px 0 12px !important;
  }
  .footer.content {
    border: 0 !important;
  }
  .col-xl-12.p-0.footerlinksection.d-flex.flex-wrap.justify-content-between {
    padding-top: 0 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .owl-carousel .owl-nav button {
    display: none !important;
    visibility: hidden;
  }
  .widget-slider-content + .widget-slider-content + .block-static-block {
    padding-left: 6px !important;
    padding-right: 6px !important;
    box-sizing: border-box;
  }
  .widget-slider-content + .widget-slider-content + .block-static-block * {
    box-sizing: border-box;
  }
  .widget-slider-content + .widget-slider-content + .block-static-block .products-grid {
    background: 0 0 !important;
  }
  .catalog-product-view .product-info-main {
    width: 100% !important;
  }
  .home-mid-banner.desktop {
    display: none !important;
  }
  .home-mid-banner.mobile {
    display: block !important;
  }
  .home-mid-banner.mobile .content-item {
    text-align: center;
    font-size: 15px;
    font-family: 'Fedra Sans Std';
    color: #020202;
    margin-bottom: 42px;
  }
  .home-mid-banner.mobile .content-item span {
    display: block;
  }
  .home-mid-banner.mobile .content-item span.content-link {
    font-size: 21px;
    color: #a92611;
    text-decoration: underline;
    font-family: 'Fedra Sans Std';
  }
  .home-mid-banner.mobile a {
    margin-bottom: 20px;
    display: block;
  }
  .home-mid-banner.mobile .right-img a:nth-child(2) {
    margin-bottom: 0;
  }
  .search-open .block-search .minisearch.active .input-text {
    top: 0 !important;
    position: initial !important;
    margin: 0;
    left: 0 !important;
    width: 100% !important;
  }
  .search-open .block-search .minisearch.active .close-search {
    display: none !important;
  }
  .down-scroll .header.content .middle-container-wrap .block.block-search .minisearch {
    opacity: 0;
    visibility: hidden;
  }
  .minisearch.active .actions {
    display: block !important;
    top: 0 !important;
    width: auto;
    height: auto;
    right: 0;
  }
  .block.widget.widget-slider-content .products-grid .product-item {
    max-width: 240px;
    width: 100% !important;
    min-width: 240px;
  }
  .block.widget.widget-slider-content .owl-stage {
    padding-top: 11px;
  }
  .categorycarousel-section.widget-slider-content li.product-item {
    max-width: 240px;
    width: 100% !important;
    min-width: 240px;
    max-width: unset;
    min-width: unset;
  }
  .checkout-index-index .page-header:after {
    display: none !important;
  }
  .checkout-index-index .page-main .checkout-header {
    position: static !important;
    margin-bottom: 0 !important;
  }
  .checkout-index-index .page-main .checkout-header h1 {
    position: static !important;
  }
  #mySidenav .nav-main .klevuVoiceSearchImage {
    right: 40px;
  }
  body.cms-home .msr-hero-banner {
    margin: -45px 0;
    min-height: inherit;
  }
  .catalog-product-view.new-pdp-design .product-media-info-section .product-info-main #product-addtocart-button {
    width: 100%;
    margin-right: 0;
  }
  .catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .actions #buy-now {
    width: 100%;
  }
  .shopby-category .image-content .parent-div .inner-full:first-child a {
    width: 100% !important;
  }
  .catalog-category-view .products_listing_grid.products.wrapper .product-item-details {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  header .header.content .middle-container-wrap .block.block-search {
    max-width: unset !important;
    width: 100% !important;
    top: 0;
    left: 0;
  }
  header .header.content .logo img {
    width: 70px !important;
  }
  .cms-index-index .header.content {
    padding-bottom: 58px !important;
  }
  body .header.content .middle-container-wrap .block.block-search .actions button {
    padding: 1px 6px;
  }
  body .header.content .klevuVoiceSearchImage {
    right: 51px;
    z-index: 2;
    top: 33px;
  }
  body .toppromo .owl-theme .owl-dots {
    display: none;
  }
  .al-blog-slider .owl-item .blog-section .blog-post-info {
    padding: 15px;
  }
  .al-blog-slider .owl-item .blog-section .blog-post-info .post-title a {
    font-size: 16px;
    line-height: 22px;
  }
  .header-promo-slider .slide {
    font-size: 11.5px;
  }
  .header-promo-slider .slide a {
    font-size: 11.5px;
  }
  .down-round-arrow {
    pointer-events: unset;
  }
  .adiyogi-grace-section-bottom {
    padding: 0 24px 30px;
    text-align: center;
  }
  .adiyogi-grace-section-bottom img {
    max-width: 333px;
    margin: auto;
    width: 100%;
  }
  .toppromo .slide {
    padding: 5px 15px;
  }
  .homefeaturedoffer .blocksection {
    flex: auto;
    max-width: 25% !important;
    margin-bottom: 0;
    padding: 0 !important;
    max-width: 100% !important;
  }
  .homefeaturedoffer .mobilehed {
    display: block;
  }
  .homefeaturedoffer .mobilehed h2 {
    position: static !important;
  }
  .homefeaturedoffer .mobilehed span {
    font-size: 30px !important;
    display: initial !important;
    font-family: 'Fedra Sans Std';
  }
  .homefeaturedoffer h2:before {
    display: none !important;
  }
  .homefeaturedoffer:after {
    display: none !important;
  }
  .homefeaturedoffer .innersection .content {
    opacity: 1 !important;
    padding: 16px;
  }
  .homefeaturedoffer .innersection .content span.subhead {
    font-size: 13px !important;
  }
  .homefeaturedoffer .innersection .content span.mobilespan a {
    line-height: 21px;
    font-size: 16px;
  }
  .cms-home .row.homefeaturedoffer:before {
    display: none;
  }
  .row.homefeaturedoffer {
    margin-top: 0;
  }
  .row.homefeaturedoffer .col-xl-12 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }
  .widget-slider-content.products-grid .product-item .tocart {
    max-width: 90%;
    border-radius: 4px;
  }
  .widget-product-slider .product-item .product-item-inner .tocart {
    max-width: 90%;
    border-radius: 4px;
  }
  .header.content {
    padding-bottom: 58px !important;
  }
  .header.content .middle-container-wrap .block.block-search .minisearch {
    position: absolute;
    left: 0;
    top: 58px;
    right: 0;
    padding: 12px 15px !important;
    background: #c1cfac !important;
    margin: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease;
  }
  .header.content .middle-container-wrap .block.block-search .actions button {
    display: block !important;
    height: 40px !important;
    width: auto !important;
    border: 0 !important;
    box-sizing: border-box;
    top: 13px !important;
    margin-top: 0 !important;
    left: auto !important;
    right: 15px !important;
    min-width: inherit !important;
    padding: 4px 10px !important;
    box-shadow: unset;
  }
  .header.content .middle-container-wrap .block.block-search .actions button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #6c757d;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    color: #020202 !important;
    font-size: 21px !important;
    display: inline-block !important;
  }
  .header.content .right-container-wrap {
    margin-right: 0;
  }
  header.page-header.sticky-header + .breadcrumbs + .page-main {
    padding-top: 158px !important;
  }
  .page-main {
    margin-top: 0 !important;
  }
  .sticky-header .page-main {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 360px) {
  body .header.content .right-container-wrap {
    width: 44% !important;
    margin-right: 0 !important;
    padding-right: 20px !important;
  }
  body .header.content .right-container-wrap .header.links {
    padding-right: 20px !important;
    margin-bottom: 0;
  }
  body .header.content .middle-container-wrap {
    width: 44% !important;
  }
  body .header.content .middle-container-wrap .block.block-search .actions button {
    padding: 1px 6px;
  }
}
.page-header.headersticky {
  height: auto !important;
}
.page-header.headersticky .sections.nav-sections ul > li.level0.has-child > a:after {
  right: 0;
  position: absolute;
}
.page-header.headersticky .right-container-wrap .search-icon.desktop .search-icon {
  width: 34px;
  height: 36px !important;
  background: url('../../frontend/OM/Isha/en_US/images/sticky-search.svg') no-repeat center right !important;
  display: inline-block;
}
.page-header.headersticky .middle-container-wrap .action.search {
  display: none !important;
}
.savetheweave ul {
  position: relative;
  right: 50px;
}
.header.content {
  height: auto;
}
.page-wrapper .headersticky .sections.nav-sections ul li.level0 > a {
  padding: 0 11px;
}
.page-wrapper .page-header.headersticky .sections.nav-sections {
  padding-left: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  padding-left: 15px;
  color: #e8b55c;
}
.product-info-main .stock {
  clear: both;
}
.product-info-main .stock .ampreorder-observed {
  background: #ffffff;
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 4px;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.06);
  border: solid 1px #e4e4e4;
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
}
.home-promo-banner {
  background: #ffffff;
  padding: 40px 0 0;
}
.home-promo-banner img {
  width: 100%;
}
.cms-bond-of-grace {
  background: #ffffff;
}
.cms-bond-of-grace .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-bond-of-grace .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-bond-of-grace .page-main .topcategory {
  padding: 0 168px;
  padding-top: 45px;
  padding-bottom: 50px;
  text-align: center;
}
.cms-bond-of-grace .page-main .topcategory ul {
  padding: 0;
  list-style: none;
}
.cms-bond-of-grace .page-main .topcategory ul li {
  display: inline-block;
  width: 32%;
  position: relative;
  margin: 0;
  padding-bottom: 10px;
  transition: 0.3s;
  margin-right: 10px;
}
.cms-bond-of-grace .page-main .topcategory ul li:nth-child(3n) {
  margin-right: 0;
}
.cms-bond-of-grace .page-main .topcategory ul li span {
  position: absolute;
  bottom: 27px;
  width: 100%;
  text-align: center;
  left: 0;
  font-family: 'Fedra Sans Std';
  font-size: 23px;
  color: #ffffff;
}
.cms-bond-of-grace .page-main .topcategory ul li span a {
  color: #ffffff;
  font-size: 18px;
  padding: 0 40px;
  text-align: center;
  display: block;
}
.cms-bond-of-grace .page-main .topcategory ul li span a:hover {
  text-decoration: underline;
}
.cms-bond-of-grace .page-main .topcategory ul li span.wishlist {
  font-size: 0px;
  position: absolute;
  top: 18px;
  left: 21px;
  bottom: auto;
  width: auto;
  z-index: 99;
  display: none;
}
.cms-bond-of-grace .page-main .topcategory ul li span.wishlist:before {
  content: "\f08a";
  font-family: "FontAwesome" !important;
  color: #ffffff;
  font-size: 14px;
}
.cms-bond-of-grace .page-main .topcategory ul li .hovereffect {
  display: none;
}
.cms-bond-of-grace .page-main .topcategory ul li .image img {
  width: 100%;
}
.cms-bond-of-grace .page-main .topcategory ul li:hover .hovereffect {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #a92611;
  opacity: 0.95;
  width: 100%;
  height: 98%;
  border-radius: 3px;
  padding: 0 40px;
  padding-top: 40px;
  font-family: 'Fedra Sans Std';
}
.cms-bond-of-grace .page-main .topcategory ul li:hover .hovereffect h2 {
  color: #ffffff;
  font-size: 23px;
  font-family: 'Fedra Sans Std';
  display: none;
}
.cms-bond-of-grace .page-main .topcategory ul li:hover .hovereffect .topsubttitle {
  font-size: 15.5px;
  border-bottom: solid 1px #edaa38;
  padding-top: 4px;
  margin-bottom: 18px;
  display: inline-block;
  line-height: normal;
  color: #ffffff;
  padding-bottom: 8px;
}
.cms-bond-of-grace .page-main .topcategory ul li:hover .hovereffect p {
  font-size: 14px;
  line-height: normal;
  color: #ffffff;
}
.cms-bond-of-grace .page-main .topcategory ul li:hover .hovereffect a {
  width: 180px;
  height: 46px;
  line-height: 46px;
  background: #ffffff;
  color: #a92611;
  display: inline-block;
  border-radius: 3px;
  font-size: 15.5px;
  font-weight: 600;
  margin-top: 60px;
  text-decoration: none;
}
.cms-bond-of-grace .page-main .topcategory ul li:hover .hovereffect a:hover {
  text-decoration: none;
}
.cms-bond-of-grace .page-main .otherofferings .onlyentials {
  background: 0 0;
  padding: 40px 130px;
  padding-bottom: 0;
}
.cms-bond-of-grace .page-main .otherofferings .onlyentials .block-products-list {
  margin-bottom: 10px;
}
.cms-bond-of-grace .page-main .otherofferings .onlyentials .block-title:before {
  bottom: 8px;
}
.cms-bond-of-grace .page-main .otherofferings .onlyentials .block-title strong {
  font-size: 26px;
  background: #ffffff;
}
.cms-bond-of-grace .page-main .otherofferings .onlyentials .calltoaction {
  background: #ffffff;
  margin-top: -2px;
}
.cms-bond-of-grace .page-main .otherofferings .onlyentials .product-item-inner {
  display: none;
}
.cms-bond-of-grace .page-main .explorecategory {
  padding: 0 130px;
}
.cms-bond-of-grace .page-main .explorecategory h2 {
  font-family: 'Fedra Sans Std';
  font-size: 24px;
  text-align: center;
  padding-bottom: 33px;
  margin: 0;
  position: relative;
  width: 1274px;
}
.cms-bond-of-grace .page-main .explorecategory h2:before {
  content: '';
  position: absolute;
  bottom: 39px;
  background: url('../../frontend/OM/Isha/en_US/images/home-heading-bg.png') no-repeat left top;
  width: 50%;
  height: 7px;
  transform: translate(-50%, -50%);
  left: 45%;
}
.cms-bond-of-grace .page-main .explorecategory h2:after {
  content: '';
  position: absolute;
  bottom: 39px;
  background: url('../../frontend/OM/Isha/en_US/images/home-heading-bg.png') no-repeat right top;
  width: 50%;
  height: 7px;
  transform: translate(-50%, -50%);
  right: -5%;
}
.cms-bond-of-grace .page-main .explorecategory ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-bond-of-grace .page-main .explorecategory ul li {
  display: inline-block;
}
.cms-bond-of-grace .page-main .explorecategory ul li:last-child {
  float: right;
}
.cms-bond-of-grace .page-main .explorecategory .content {
  padding-bottom: 100px;
}
.cms-bond-of-grace .page-main .explorecategory .content h3 {
  font-family: 'Fedra Sans Std';
  font-size: 24px;
  padding-top: 25px;
  position: relative;
  z-index: 1;
}
.cms-bond-of-grace .page-main .explorecategory .content h3 span {
  z-index: 1;
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding-right: 20px;
}
.cms-bond-of-grace .page-main .explorecategory .content h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 97%;
  border-bottom: solid 1px #edaa38;
  z-index: -1;
}
.cms-bond-of-grace .page-main .explorecategory .content p {
  font-family: 'Fedra Sans Std';
  font-size: 16px;
  line-height: 26px;
  padding-top: 10px;
  margin: 0;
  padding-right: 40px;
}
.cms-bhairavi-sadhana {
  background: #ffffff;
}
.cms-diwali .qoute {
  position: absolute;
  top: 11%;
  text-align: center;
}
.cms-diwali .qoute p {
  font-family: 'Fedra Sans Std' !important;
  font-size: 20px;
  line-height: 34px;
  padding: 0 350px;
  font-weight: 400;
  color: #020202;
}
.cms-diwali .qoute1 {
  position: absolute;
  top: 15.8%;
  right: -3%;
  max-width: 700px;
}
.cms-diwali .qoute1 p {
  font-family: 'Fedra Sans Std' !important;
  font-size: 20px;
  line-height: 34px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
  color: #fdf8ee;
  padding-bottom: 9px;
}
.cms-diwali .qoute1 p a {
  font-family: 'Fedra Sans Std' !important;
  color: #e8b55c;
  text-decoration: underline;
  font-size: 16px;
}
.cms-diwali .qoute1 p img {
  width: 8%;
  padding-right: 8px;
}
.cms-diwali .qoute2 {
  position: absolute;
  top: 26.3%;
  left: -5%;
  max-width: 700px;
}
.cms-diwali .qoute2 p {
  font-family: 'Fedra Sans Std' !important;
  font-size: 20px;
  line-height: 34px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
  color: #fdf8ee;
  padding-bottom: 9px;
}
.cms-diwali .qoute2 p a {
  font-family: 'Fedra Sans Std' !important;
  color: #e8b55c;
  text-decoration: underline;
  font-size: 16px;
}
.cms-diwali .qoute2 p img {
  width: 8%;
  padding-right: 8px;
}
.cms-diwali .qoute3 {
  position: absolute;
  top: 37.7%;
  right: -4%;
  max-width: 700px;
}
.cms-diwali .qoute3 p {
  font-family: 'Fedra Sans Std' !important;
  font-size: 20px;
  line-height: 34px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
  color: #fdf8ee;
  padding-bottom: 9px;
}
.cms-diwali .qoute3 p a {
  font-family: 'Fedra Sans Std' !important;
  color: #e8b55c;
  text-decoration: underline;
  font-size: 16px;
}
.cms-diwali .qoute3 p img {
  width: 8%;
  padding-right: 8px;
}
.cms-diwali .qoute4 {
  position: absolute;
  top: 48.6%;
  left: -5%;
  max-width: 700px;
}
.cms-diwali .qoute4 p {
  font-family: 'Fedra Sans Std' !important;
  font-size: 20px;
  line-height: 34px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
  color: #fdf8ee;
  padding-bottom: 9px;
}
.cms-diwali .qoute4 p a {
  font-family: 'Fedra Sans Std' !important;
  color: #e8b55c;
  text-decoration: underline;
  font-size: 16px;
}
.cms-diwali .qoute4 p img {
  width: 8%;
  padding-right: 8px;
}
.cms-diwali .qoute5 {
  position: absolute;
  top: 59.8%;
  right: -5%;
  max-width: 700px;
}
.cms-diwali .qoute5 p {
  font-family: 'Fedra Sans Std' !important;
  font-size: 20px;
  line-height: 34px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
  color: #fdf8ee;
  padding-bottom: 9px;
}
.cms-diwali .qoute5 p a {
  font-family: 'Fedra Sans Std' !important;
  color: #e8b55c;
  text-decoration: underline;
  font-size: 16px;
}
.cms-diwali .qoute5 p img {
  width: 8%;
  padding-right: 8px;
}
.cms-diwali .qoute6 {
  position: absolute;
  top: 70.7%;
  left: -5%;
  max-width: 700px;
}
.cms-diwali .qoute6 p {
  font-family: 'Fedra Sans Std' !important;
  font-size: 20px;
  line-height: 34px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
  color: #fdf8ee;
  padding-bottom: 9px;
}
.cms-diwali .qoute6 p a {
  font-family: 'Fedra Sans Std' !important;
  color: #e8b55c;
  text-decoration: underline;
  font-size: 16px;
}
.cms-diwali .qoute6 p img {
  width: 8%;
  padding-right: 8px;
}
.cms-diwali .qoute7 {
  position: absolute;
  top: 82.5%;
  right: -5%;
  max-width: 700px;
}
.cms-diwali .qoute7 p {
  font-family: 'Fedra Sans Std' !important;
  font-size: 20px;
  line-height: 34px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
  color: #fdf8ee;
  padding-bottom: 9px;
}
.cms-diwali .qoute7 p a {
  font-family: 'Fedra Sans Std' !important;
  color: #e8b55c;
  text-decoration: underline;
  font-size: 16px;
}
.cms-diwali .qoute7 p img {
  width: 8%;
  padding-right: 8px;
}
.cms-diwali .qoute8 {
  position: absolute;
  top: 94.09999999999999%;
  left: -5%;
  max-width: 700px;
}
.cms-diwali .qoute8 p {
  font-family: 'Fedra Sans Std' !important;
  font-size: 20px;
  line-height: 34px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
  color: #fdf8ee;
  padding-bottom: 9px;
}
.cms-diwali .qoute8 p a {
  font-family: 'Fedra Sans Std' !important;
  color: #e8b55c;
  text-decoration: underline;
  font-size: 16px;
}
.cms-diwali .qoute8 p img {
  width: 8%;
  padding-right: 8px;
}
.hidenoticebar {
  display: none;
}
.right-container-wrap .search-icon.desktop {
  display: inline-block;
  width: 34px;
  vertical-align: middle;
  height: 36px;
  margin-right: 15px;
  margin-top: -16px;
  position: relative;
  top: 10px;
  cursor: pointer;
}
.swatch-option.disabled {
  cursor: pointer;
  pointer-events: auto;
}
.swatch-option[data-option-empty|=true] {
  opacity: 0 !important;
}
.product-options-wrapper .swatch-opt .swatch-option[data-option-empty|=true] {
  opacity: 0.1;
}
.product-options-wrapper .swatch-opt .swatch-option[data-option-empty|=true] + label {
  opacity: 0.6;
}
.product-options-wrapper .swatch-opt .swatch-option[data-option-empty=true] + label:after {
  content: '';
  width: 3px;
  height: 100%;
  background: #edaa38 !important;
  border-radius: 0;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: 0;
  opacity: 1;
}
.product-options-wrapper div.mage-error[generated] {
  position: inherit;
}
.swatch-opt input[type=radio]:checked + label:after {
  background: 0 0 !important;
}
.swatch-opt input[type=radio].selected:checked + label:after {
  background: #edaa38 !important;
}
body.catalog-product-view .product.alert.stock {
  margin-bottom: 20px;
}
body.catalog-product-view .fieldset:last-child {
  margin-bottom: 27px;
}
.swatch-attribute.shirt_size label {
  position: relative;
}
.swatch-notify {
  position: absolute;
  bottom: auto;
  top: -27px;
  right: -10px;
  display: block;
  padding: 4px;
  background: 0 0;
  color: #a92611;
  border: 1px solid red;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  opacity: 1;
  font-size: 10px;
  line-height: 1;
  width: 60px;
  z-index: 1;
}
span.swatch-notify:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  position: absolute;
  bottom: -3px;
  z-index: 1;
  background: #ffffff;
  border-bottom: 1px solid red;
  border-right: 1px solid red;
  transform: rotate(45deg);
  left: calc(100% - 55%);
}
@media only screen and (min-width: 768px) {
  .header.content .right-container-wrap .header.links .show-login-logout .authorization-link .loginbeforeicon {
    margin-bottom: -32px !important;
  }
  .header.content .right-container-wrap .header.links .show-login-logout .authorization-link .loginbeforeicon .loginbeforeicon-img {
    background: 0 0 !important;
    padding: 12px 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
  .header.content .right-container-wrap .header.links .show-login-logout .authorization-link .loginbeforeicon .loginbeforeicon-img img {
    width: 100% !important;
    margin-top: 10px !important;
    margin-left: 0 !important;
    margin-bottom: -20px !important;
    display: none !important;
  }
  .cms-sso-faq {
    background: #ffffff;
  }
  .cms-sso-faq .ssocustomersupport .accordion-container {
    padding-top: 50px;
  }
  .cms-sso-faq .ssocustomersupport h2 {
    text-align: center;
    font-size: 36px;
    font-family: 'Fedra Sans Std';
    margin: 0;
    padding-top: 35px;
    position: relative;
  }
  .cms-sso-faq .ssocustomersupport h2:after {
    content: '';
    background: url('../../frontend/OM/Isha/en_US/images/heading-bg.png') no-repeat center bottom;
    width: 228px;
    height: 7px;
    position: absolute;
    left: 50%;
    bottom: -23px;
    transform: translate(-50%, -50%);
  }
  .cms-sso-faq .ssocustomersupport .accordingsecton .accordion-container {
    width: 1140px;
    margin: auto;
    padding-bottom: 68px;
    position: relative;
  }
  .cms-sso-faq .ssocustomersupport .accordingsecton .accordion-container h3 {
    font-size: 26px;
    font-family: 'Fedra Sans Std';
    font-weight: 500;
    padding-bottom: 20px;
    margin: 0;
    padding-left: 18px;
  }
  .cms-sso-faq .ssocustomersupport .accordingsecton .accordion-container .set {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }
  .cms-sso-faq .ssocustomersupport .accordingsecton .accordion-container .set a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
    font-size: 16px;
    color: #a92611;
    font-family: 'Fedra Sans Std';
    font-weight: 600;
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
  }
  .cms-sso-faq .ssocustomersupport .accordingsecton .accordion-container .set .contentsecrtion {
    display: none;
    background: #ffffff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .cms-sso-faq .ssocustomersupport .accordingsecton .accordion-container .set .contentsecrtion p {
    font-family: 'Fedra Sans Std';
    font-size: 14px;
    padding: 10px 20px;
    line-height: 30px;
    margin: 0;
  }
  .cms-sso-faq .ssocustomersupport .accordingsecton .accordion-container .set .contentsecrtion ul li {
    font-family: 'Fedra Sans Std';
    font-size: 14px;
    padding: 10px;
    margin: 0;
    list-style: upper-roman;
  }
  .cms-sso-faq .ssocustomersupport .accordingsecton .accordion-container .set .contentsecrtion .faq-sec .faq-sec-left {
    width: 50%;
    text-align: center;
    float: left;
    display: table;
    border-right: 1px solid #020202;
    border-bottom: 1px solid #020202;
  }
  .cms-sso-faq .ssocustomersupport .accordingsecton .accordion-container .set .contentsecrtion .faq-sec .faq-sec-left img {
    padding: 50px 0;
  }
  .cms-sso-faq .ssocustomersupport .accordingsecton .accordion-container .set .contentsecrtion .faq-sec .faq-sec-right {
    width: 50%;
    text-align: center;
    float: right;
    display: table;
    border-bottom: 1px solid;
  }
  .cms-sso-faq .ssocustomersupport .accordingsecton .accordion-container .set .contentsecrtion .faq-sec .faq-sec-right img {
    padding: 50px 0;
  }
  .cms-sso-faq .ssocustomersupport .accordingsecton .accordion-container.paymentsection:before {
    content: '';
    position: absolute;
    left: -230px;
    top: -86px;
    background: url('../../frontend/OM/Isha/en_US/images/customer-bg-icon.svg') no-repeat left top;
    width: 303px;
    height: 121px;
    background-size: 80%;
  }
  .cms-sso-faq .ssocustomersupport .accordingsecton .accordion-container.paymentsection:after {
    content: '';
    position: absolute;
    right: -310px;
    bottom: -66px;
    background: url('../../frontend/OM/Isha/en_US/images/customer-bg-icon.svg') no-repeat left top;
    width: 303px;
    height: 121px;
    background-size: 80%;
  }
  .cms-sso-faq html {
    scroll-behavior: smooth;
  }
  .homefeaturedoffer {
    padding: 15px 50px 50px !important;
  }
  .homefeaturedoffer h2 {
    font-family: 'Fedra Sans Std' !important;
  }
  .products.list .product-item-info .product-item-name {
    white-space: normal !important;
  }
  .ishaessentials .product-item .product-item-name {
    white-space: normal !important;
  }
  .cms-jeevarasam .productslist .products-grid-cms ul li {
    float: none !important;
  }
  .cms-dhyanalinga .productslist .products-grid-cms ul li {
    float: none !important;
  }
  .cms-sanjeevini-health-mix .productslist .products-grid-cms ul li {
    float: none !important;
  }
  .cms-neem-turmeric .productslist .products-grid-cms ul li {
    float: none !important;
  }
  .cms-natural-hair-and-bodycare .productslist .products-grid-cms ul li {
    float: none !important;
  }
  .cms-fabric .productslist .products-grid-cms ul li {
    float: none !important;
  }
  .field-error {
    padding-top: 130px !important;
    margin-top: 0;
    width: 30%;
  }
  div.mage-error[generated] {
    padding-top: 130px !important;
    margin-top: 0;
    width: 30%;
  }
  .payment-method-billing-address .field-error {
    padding-top: 0 !important;
    width: 100%;
  }
  .form-shipping-address .field-error {
    padding-top: 0 !important;
    width: 100%;
  }
  .form-discount .field-error {
    padding-top: 0 !important;
    width: 100%;
  }
  .form-edit-account div.mage-error[generated] {
    padding-top: 0 !important;
    width: 100%;
  }
  .form-address-edit div.mage-error[generated] {
    padding-top: 0 !important;
    width: 100%;
  }
  .form.password.reset #password-strength-meter-container {
    padding-top: 10px !important;
  }
  .checkout-onepage-success .sucessheading {
    padding-top: 28px !important;
    padding-bottom: 12px !important;
  }
  .checkout-onepage-success p.youwill {
    padding: 10px 30px 30px !important;
  }
  body #mySidenav .menu-left {
    left: 95px !important;
    top: 189px !important;
    width: 90% !important;
  }
  body #mySidenav .menu-left .menu-links {
    padding: 0px 0 0 65px !important;
  }
  body #mySidenav .menu-left .menu-links ul.category-image {
    margin-top: -15px;
  }
  body .menu-left .menu-links .split-ul .menu-parent {
    padding-top: 25px !important;
  }
  .home-promo-banner .for-mobile {
    display: none;
  }
}
.hidenoticebar {
  display: none;
}
.page-header.headersticky .header.content .right-container-wrap {
  margin-right: -20px;
}
.page-header.headersticky .noticebarhidden #mySidenav .menu-left {
  top: 75px !important;
}
#size-chart {
  font-weight: 600;
  text-decoration: underline;
}
.catalog-category-view .page-main {
  background-color: #ffffff !important;
}
.cms-home .page-main {
  background-color: #ffffff;
}
.noticebarhidden #mySidenav .menu-left {
  top: 147px !important;
}
.catalog-product-view .price-tax label {
  font-size: 12px;
  padding: 10px;
}
.page-wrapper .page-header {
  height: auto;
  margin: 0;
  position: relative;
  z-index: 999;
}
.bestseller-tag {
  font-family: 'Fedra Sans Std';
  font-size: 11px;
  background: #ffef34;
  width: 91px;
  text-align: center;
  padding: 6px 0;
  position: absolute;
  right: 0;
  color: #000000;
  top: 0;
  z-index: 100;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.new-tag {
  font-family: 'Fedra Sans Std';
  font-size: 11px;
  background: #ffef34;
  width: 91px;
  text-align: center;
  padding: 6px 0;
  position: absolute;
  right: 0;
  color: #000000;
  top: 0;
  z-index: 100;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.offer-tag {
  font-family: 'Fedra Sans Std';
  font-size: 11px;
  background: #ffef34;
  width: 91px;
  text-align: center;
  padding: 6px 0;
  position: absolute;
  right: 0;
  color: #000000;
  top: 0;
  z-index: 1;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.block-minicart .subtotal {
  text-align: left;
  float: none;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding-top: 20px;
  border-top: solid 1px #edaa38;
  position: fixed;
  width: 78%;
  bottom: 96px;
  z-index: 11;
  background-color: #ffffff;
  z-index: 999 !important;
}
.minicart-items-wrapper {
  margin: 0 -15px;
}
.cms-bond-of-grace {
  overflow-x: hidden;
  background: #ffffff !important;
}
.cms-bond-of-grace .cat-description {
  position: relative;
  width: 1140px;
  margin: auto;
  padding-bottom: 36px;
}
.cms-bond-of-grace .cat-description .image-area {
  padding-top: 100px !important;
}
.cms-bond-of-grace .cat-description .image-area img {
  width: 100%;
}
.cms-bond-of-grace .cat-description .details.dhyanlingdetils {
  padding-top: 110px !important;
  padding-left: 18px !important;
  text-align: center;
}
.cms-bond-of-grace .cat-description:after {
  content: '';
  background: url('../../frontend/OM/Isha/en_US/images/cat-description-bg.png') no-repeat right top;
  display: block;
  width: 361px;
  height: 173px;
  position: absolute;
  right: -80px;
  top: 70px;
  background-size: 100%;
}
.cms-bond-of-grace .cat-description .details {
  padding-top: 198px;
  padding-left: 30px;
}
.cms-bond-of-grace .cat-description .details h2 {
  background: url('../../frontend/OM/Isha/en_US/images/jeevarasam-heading.png') no-repeat center bottom;
  padding-bottom: 29px;
  font-size: 24px;
  line-height: 54px;
  font-family: 'Fedra Sans Std';
  display: inline-block;
  margin-bottom: 10px;
}
.cms-bond-of-grace .cat-description .details h3 {
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  line-height: normal;
  margin-bottom: 12px;
}
.cms-bond-of-grace .cat-description .details p {
  font-size: 15px;
  font-family: 'Fedra Sans Std';
  line-height: 26px;
}
.cms-bond-of-grace .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-bond-of-grace .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-bond-of-grace .page-main .topcategory ul li:hover .hovereffect {
  height: 96.8% !important;
  padding: 40px 20px 0 !important;
}
.cms-bond-of-grace .page-main .topcategory ul li:hover a {
  margin-top: 30px !important;
}
.cms-bond-of-grace .for-mobile-view {
  display: none;
}
.cms-bond-of-grace .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-bond-of-grace .seven-ways-banner img {
  width: 100%;
}
.cms-bond-of-grace .qoute {
  position: absolute;
  top: 28%;
  right: 20%;
  font-family: 'Fedra Sans Std';
  color: #fdf8ee;
  background: url('../../frontend/OM/Isha/en_US/images/quote.png') no-repeat center top;
  max-width: 330px;
  text-align: center;
  padding-top: 70px;
  right: 60%;
  max-width: 423px;
}
.cms-bond-of-grace .qoute p {
  font-family: 'Fedra Sans Std';
  font-size: 21px;
  line-height: 36px;
}
.cms-bond-of-grace .qoute p strong {
  font-family: 'Fedra Sans Medium 5';
  font-size: 21px !important;
  font-weight: 400;
  display: block;
  padding-top: 12px;
}
.cms-bond-of-grace .cat-description1 {
  border-bottom: 2px solid #a92611;
  margin: auto;
  padding-bottom: 36px;
  position: relative;
  width: 1140px;
}
.cms-bond-of-grace .cat-description1 .image-area {
  text-align: center;
}
.cms-bond-of-grace .cat-description1 .image-area img {
  width: 80%;
  position: relative;
  top: 70px;
}
.cms-bond-of-grace .cat-description1 .details1 {
  padding-top: 0;
  padding-left: 30px;
}
.cms-bond-of-grace .cat-description1 .details1:after {
  content: '';
  background: url('../../frontend/OM/Isha/en_US/images/cat-description-bg.png') no-repeat right top;
  width: 220px;
  height: 173px;
  position: absolute;
  left: -60px;
  top: -30px;
  background-size: 100%;
}
.cms-bond-of-grace .cat-description1 .details1 h2 {
  background: url('../../frontend/OM/Isha/en_US/images/jeevarasam-heading.png') no-repeat left bottom;
  padding-bottom: 29px;
  font-size: 24px;
  line-height: 54px;
  font-family: 'Fedra Sans Std';
  display: inline-block;
  margin-bottom: 10px;
  color: #e8b55c;
}
.cms-bond-of-grace .cat-description1 .details1 h3 {
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  line-height: normal;
  margin-bottom: 12px;
}
.cms-bond-of-grace .cat-description1 .details2 {
  background: #fae7c7;
  padding: 110px 45px 45px;
  text-align: left;
}
.cms-bond-of-grace .cat-description1 .details2 p {
  font-size: 15px;
  font-family: 'Fedra Sans Std';
  line-height: 26px;
}
.cms-bond-of-grace .cat-description1 .details2 ul {
  padding-bottom: 30px;
}
.cms-bond-of-grace .cat-description1 .details2 ul li {
  font-size: 15px;
  font-family: 'Fedra Sans Std';
  line-height: 26px;
}
.cms-bond-of-grace .cat-description2 {
  margin: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  width: 1140px;
  position: relative;
}
.cms-bond-of-grace .cat-description2 .image-area {
  text-align: center;
}
.cms-bond-of-grace .cat-description2 .image-area img {
  width: 80%;
  position: relative;
  top: 70px;
}
.cms-bond-of-grace .cat-description2 .details3 {
  text-align: center;
}
.cms-bond-of-grace .cat-description2 .details3 p {
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  line-height: 50px;
}
.cms-bond-of-grace .cat-description2 .details3 p a {
  font-size: 24px;
  font-family: 'Fedra Sans Std';
  font-weight: 600;
  line-height: 35px;
  color: #a92611;
  background: url('../../frontend/OM/Isha/en_US/images/jeevarasam-heading.png') no-repeat center bottom;
  padding-bottom: 50px;
}
.cms-bond-of-grace .cat-description.customdescription {
  padding-top: 48px;
}
.cms-bond-of-grace .also-see {
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
  position: relative;
  padding: 60px 0;
  background: #ffffff;
  margin-top: 60px;
}
.cms-bond-of-grace .also-see:after {
  min-height: 100px;
  width: 100%;
  display: block;
  background: #ffffff;
  content: '';
  position: absolute;
  bottom: -89px;
}
.cms-bond-of-grace .also-see:before {
  background: url('../../frontend/OM/Isha/en_US/images/also-see-bg.png') no-repeat bottom left;
  content: '';
  position: absolute;
  left: -120px;
  bottom: 20px;
  background-size: 90%;
  width: 400px;
  height: 280px;
}
.cms-bond-of-grace .also-see .custom-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}
.cms-bond-of-grace .also-see .custom-container .also-see-head .full-for-mobile {
  display: inline-block;
  vertical-align: text-top;
}
.cms-bond-of-grace .also-see .custom-container .also-see-head p {
  font-size: 18px;
  font-family: 'Fedra Sans Std';
  margin-bottom: 60px;
}
.cms-bond-of-grace .also-see .custom-container .also-see-head p a {
  font-size: 13px;
  font-family: 'Fedra Sans Std';
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  margin-left: 16px;
  color: initial;
}
.cms-bond-of-grace .also-see .custom-container .also-see-head p a.view-all {
  background: #edaa38;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.cms-bond-of-grace .also-see .custom-container .also-see-head h4 {
  text-align: center;
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  line-height: 36.5px;
  position: relative;
}
.cms-bond-of-grace .also-see .custom-container .also-see-head h4:before {
  content: '';
  background: #edaa38;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 14px;
  left: 0;
}
.cms-bond-of-grace .also-see .custom-container .also-see-head h4 span {
  background: #ffffff;
  padding: 0 30px;
  display: inline-block;
  z-index: 1;
  position: relative;
}
.cms-bond-of-grace .also-see .cat-col {
  display: flex;
}
.cms-bond-of-grace .also-see .cat-col .col {
  margin: 10px 0;
}
.cms-bond-of-grace .also-see .cat-col .col img {
  width: 100%;
}
.cms-bond-of-grace .also-see .cat-col .col .title {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 18px;
  font-family: 'Fedra Sans Std';
  color: #020202;
}
.cms-bond-of-grace .also-see .cat-col .col .title strong {
  font-size: 22px;
}
.cms-independence-day {
  background: #fff1d8 !important;
}
.cms-independence-day .cat-description .image-area {
  padding-top: 100px !important;
}
.cms-independence-day .cat-description .image-area img {
  width: 100%;
}
.cms-independence-day .cat-description .details.dhyanlingdetils {
  padding-top: 110px !important;
  padding-left: 18px !important;
  text-align: center;
}
.cms-independence-day .cat-description .details {
  padding-top: 198px;
  padding-left: 30px;
}
.cms-independence-day .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-independence-day .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-independence-day .for-mobile-view {
  display: none;
}
.cms-independence-day .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-independence-day .seven-ways-banner img {
  width: 100%;
}
.cms-independence-day .qoute {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #020202;
  text-align: center;
  top: 2%;
  right: -5%;
  padding: 1px 6px;
  max-width: 1000px;
}
.cms-independence-day .qoute p {
  font-family: 'Fedra Sans Std';
  font-size: 18px;
  line-height: 25px;
  padding: 0 185px;
  font-weight: 400;
}
.cms-independence-day .qoute h2 {
  font-size: 20px;
  font-family: 'Fedra Sans Std';
}
.cms-independence-day .qoute h1 {
  font-size: 65px;
  font-style: italic;
  font-family: 'Fedra Sans Std';
  margin-bottom: 0;
}
.cms-independence-day .qoute h3 {
  font-family: 'Fedra Sans Std';
  font-size: 22px;
  font-weight: 600;
}
.cms-independence-day .qoute1-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #020202;
  text-align: center;
  top: 22%;
  left: 7%;
  padding: 0 6px;
  max-width: 800px;
}
.cms-independence-day .qoute1-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 22px;
  line-height: 30px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
}
.cms-independence-day .qoute2-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #020202;
  text-align: right;
  top: 41%;
  right: 40%;
  padding: 0;
  max-width: 800px;
}
.cms-independence-day .qoute2-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 22px;
  line-height: 30px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
}
.cms-independence-day .qoute3-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #020202;
  text-align: right;
  top: 64%;
  right: 30%;
  padding: 0;
  max-width: 800px;
}
.cms-independence-day .qoute3-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 22px;
  line-height: 30px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
}
.cms-independence-day .qoute4-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #020202;
  text-align: right;
  top: 87%;
  right: 35%;
  padding: 0;
  max-width: 800px;
}
.cms-independence-day .qoute4-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 22px;
  line-height: 30px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
}
.cms-independence-day .cat-description2 {
  margin: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  width: 1140px;
  position: relative;
}
.cms-independence-day .cat-description2 .image-area {
  text-align: center;
}
.cms-independence-day .cat-description2 .image-area img {
  width: 80%;
  position: relative;
  top: 70px;
}
.cms-independence-day .cat-description2 .details3 {
  text-align: center;
}
.cms-independence-day .cat-description1 {
  border-bottom: 2px solid #a92611;
  margin: auto;
  padding-bottom: 36px;
  position: relative;
  width: 1140px;
}
.cms-independence-day .cat-description1 .details1 {
  padding-top: 0;
  padding-left: 30px;
}
.cms-independence-day .cat-description1 .details2 {
  background: #fae7c7;
  padding: 110px 45px 45px;
  text-align: left;
}
.cms-independence-day .cat-description.customdescription {
  padding-top: 48px;
}
.cms-stw-diwali {
  background: #fdf5ea !important;
}
.cms-stw-diwali .cat-description .image-area {
  padding-top: 100px !important;
}
.cms-stw-diwali .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-stw-diwali .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-stw-diwali .for-mobile-view {
  display: none;
}
.cms-stw-diwali .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-stw-diwali .seven-ways-banner img {
  width: 100%;
}
.cms-stw-diwali .mens-womens h1 {
  padding-top: 20px;
  text-align: center;
  font-size: 17px;
  color: #6c757d;
  letter-spacing: 1px;
}
.cms-stw-diwali .mens-womens h1 a {
  font-family: 'Fedra Sans Std';
  font-weight: 600;
  font-size: 18px;
  color: #a92611 !important;
  text-align: center;
  text-decoration: underline;
}
.cms-stw-diwali .mens {
  display: inline-flex;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 50px;
}
.cms-stw-diwali .mens-left {
  width: 50%;
  padding: 0 30px;
}
.cms-stw-diwali .mens-left img {
  width: 95%;
}
.cms-stw-diwali .mens-right {
  width: 50%;
  padding: 0 30px;
}
.cms-stw-diwali .mens-right img {
  width: 95%;
}
.cms-stw-diwali .mens-image {
  padding-bottom: 20px;
}
.cms-stw-diwali .mens-text {
  text-align: center;
}
.cms-stw-diwali .mens-text h2 a {
  font-family: 'Fedra Sans Std';
  font-size: 14px;
  color: #020202 !important;
  text-align: center;
}
.cms-stw-diwali .mens-section img {
  padding-right: 0;
}
.cms-stw-diwali .mens-section .mens-text h2 {
  line-height: 16px;
  padding-top: 12px;
  text-align: center;
}
.cms-stw-diwali .mens-section .col-md-3 {
  padding-left: 0;
}
.cms-stw-diwali .mens-section .arrow {
  padding-top: 50px;
  padding-left: 15px;
  width: 50%;
}
.cms-diwali-offers {
  background: #ffffff !important;
}
.cms-diwali-offers .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-diwali-offers .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-diwali-offers .for-mobile-view {
  display: none;
}
.cms-diwali-offers .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-diwali-offers .seven-ways-banner img {
  width: 100%;
}
.cms-diwali-offers .mens-womens h1 {
  padding-top: 20px;
  text-align: center;
  font-size: 17px;
  color: #6c757d;
  letter-spacing: 1px;
}
.cms-diwali-offers .mens-womens h1 a {
  font-family: 'Fedra Sans Std';
  font-weight: 600;
  font-size: 18px;
  color: #a92611 !important;
  text-align: center;
  text-decoration: underline;
}
.cms-diwali-offers .mens {
  display: inline-flex;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 50px;
}
.cms-diwali-offers .mens-left {
  width: 50%;
  padding: 0 30px;
}
.cms-diwali-offers .mens-left img {
  width: 95%;
}
.cms-diwali-offers .mens-right {
  width: 50%;
  padding: 0 30px;
}
.cms-diwali-offers .mens-right img {
  width: 95%;
}
.cms-diwali-offers .mens-image {
  padding-bottom: 20px;
}
.cms-diwali-offers .mens-text {
  text-align: center;
}
.cms-diwali-offers .mens-text h2 a {
  font-family: 'Fedra Sans Std';
  font-size: 14px;
  color: #020202 !important;
  text-align: center;
}
.cms-diwali-offers .mens-section img {
  padding-right: 0;
}
.cms-diwali-offers .mens-section .mens-text h2 {
  line-height: 16px;
  padding-top: 12px;
  text-align: center;
}
.cms-diwali-offers .mens-section .col-md-3 {
  padding-left: 0;
}
.cms-diwali-offers .mens-section .arrow {
  padding-top: 50px;
  padding-left: 15px;
  width: 50%;
}
.cms-bhairavi-sadhana {
  background: #ffffff;
}
.cms-bhairavi-sadhana .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-bhairavi-sadhana .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-bhairavi-sadhana .for-mobile-view {
  display: none;
}
.cms-bhairavi-sadhana .seven-ways-banner img {
  width: 100%;
}
.cms-bhairavi-sadhana .cat-description .details.dhyanlingdetils {
  padding: 30px 80px !important;
  text-align: center;
}
.cms-bhairavi-sadhana .cat-description .details.dhyanlingdetils a {
  text-align: center;
  color: #a92611;
  font-size: 24px;
  text-decoration: underline;
  font-family: 'Fedra Sans Std';
  line-height: 70px;
}
.cms-bhairavi-sadhana .cat-description:after {
  content: '';
  background: url('../../frontend/OM/Isha/en_US/images/cat-description-bg.png') no-repeat right top;
  display: block;
  width: 300px;
  height: 160px;
  position: absolute;
  right: 150px;
  top: 520px;
  background-size: 100%;
}
.cms-bhairavi-sadhana .cat-description .details h2 {
  padding-bottom: 29px;
  font-size: 30px;
  line-height: 54px;
  font-family: 'Fedra Sans Std';
  display: inline-block;
  margin-bottom: 10px;
  color: #a92611;
}
.cms-bhairavi-sadhana .cat-description .details p {
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  line-height: 32px;
  color: #a92611;
  padding: 0 40px;
}
.cms-bhairavi-sadhana .cat-description1 .details1 {
  padding-top: 0;
  padding-left: 30px;
}
.cms-bhairavi-sadhana .cat-description1 .details1 h3 {
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  line-height: normal;
  margin-bottom: 12px;
}
.cms-bhairavi-sadhana .cat-description1 .details1 p a {
  font-size: 18px;
  font-family: 'Fedra Sans Std';
  line-height: 26px;
  color: #e8b55c;
  text-decoration: underline;
  font-weight: 600;
}
.cms-bhairavi-sadhana .cat-description1 .details2 {
  background: #521615;
  text-align: center;
  min-height: 225px;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
.cms-bhairavi-sadhana .cat-description1 .details2 h2 {
  font-size: 24px;
  line-height: 38px;
  font-family: 'Fedra Sans Std';
  display: inline-block;
  color: #e8b55c;
}
.cms-bhairavi-sadhana .cat-description1 .details2 p {
  font-size: 15px;
  font-family: 'Fedra Sans Std';
  line-height: 24px;
  color: #e8b55c;
  padding-bottom: 10px;
}
.cms-bhairavi-sadhana .cat-description1 .details2 p a {
  font-size: 18px;
  font-family: 'Fedra Sans Std';
  line-height: 26px;
  color: #e8b55c;
  text-decoration: underline;
  font-weight: 600;
}
.cms-bhairavi-sadhana .cat-description2 .details3 {
  text-align: center;
}
.cms-bhairavi-sadhana .cat-description2 .details3 p {
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  line-height: 50px;
}
.cms-bhairavi-sadhana .cat-description2 .details3 p a {
  font-size: 24px;
  font-family: 'Fedra Sans Std';
  font-weight: 600;
  line-height: 35px;
  color: #a92611;
  background: url('../../frontend/OM/Isha/en_US/images/jeevarasam-heading.png') no-repeat center bottom;
  padding-bottom: 50px;
}
.cms-bhairavi-sadhana .ess {
  text-align: center;
}
.cms-bhairavi-sadhana .ess .tophead {
  text-align: center;
  padding-bottom: 20px;
}
.cms-bhairavi-sadhana .ess .tophead h3 {
  font-size: 36px;
  position: relative;
  font-family: 'Fedra Sans Std';
  background: url('../../frontend/OM/Isha/en_US/images/home-heading-bg.png') no-repeat center bottom;
  padding-bottom: 20px;
  color: #a92611 !important;
}
.cms-bhairavi-sadhana .ess .tophead p {
  font-size: 20px;
  position: relative;
  font-family: 'Fedra Sans Std';
  color: #000000 !important;
}
.cms-bhairavi-sadhana .ess img {
  width: 75%;
}
.cms-bhairavi-sadhana .ess ul li {
  font-size: 20px;
  list-style: inside;
  font-family: 'Fedra Sans Std';
  text-align: center;
  list-style-type: decimal;
  font-weight: 600;
  line-height: 5px;
  padding-top: 20px;
}
.cms-bhairavi-sadhana .ess-1 .tophead1 {
  text-align: left;
  padding-bottom: 20px;
}
.cms-bhairavi-sadhana .ess-1 .tophead1 h3 {
  font-size: 20px;
  position: relative;
  font-family: 'Fedra Sans Std';
  font-weight: 600;
  color: #020202 !important;
}
.cms-bhairavi-sadhana .col-bog-mob {
  text-align: center;
}
.cms-bhairavi-sadhana .more-button {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 50px;
}
.cms-bhairavi-sadhana .more-button a {
  height: auto;
  background: 0 0;
  border: solid 1px #a92611;
  line-height: normal;
  padding: 15px 40px;
  border-radius: 3px;
  color: #a92611;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
}
.cms-bhairavi-sadhana .ishaessentials {
  background: #ffffff;
}
.cms-bhairavi-sadhana .ishaessentials .bs-offers {
  color: #020202;
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  position: relative;
  margin-top: -15px;
  padding-bottom: 20px;
}
.cms-bhairavi-sadhana .ishaessentials .block-title strong {
  background: #ffffff;
}
.cms-bhairavi-sadhana .ishaessentials .product-item {
  width: 23% !important;
}
.cms-bhairavi-sadhana .supports-combo {
  display: flex;
}
.cms-bhairavi-sadhana .supports-combo ul li {
  font-size: 15px;
  list-style: inside;
  font-family: 'Fedra Sans Std';
  text-align: center;
  list-style-type: decimal;
  color: #fdf8ee !important;
}
.cms-bhairavi-sadhana .supports-combo-left {
  background: #541617 !important;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.cms-bhairavi-sadhana .supports-combo-left h3 {
  font-size: 30px;
  position: relative;
  font-family: 'Fedra Sans Std';
  padding-bottom: 20px;
  background: url('../../frontend/OM/Isha/en_US/images/home-heading-bg.png') no-repeat center bottom;
  color: #fdf8ee !important;
}
.cms-bhairavi-sadhana .supports-combo-left h2 {
  font-size: 26px;
  position: relative;
  font-family: 'Fedra Sans Std';
  padding-bottom: 20px;
  color: #fdf8ee !important;
}
.cms-bhairavi-sadhana .supports-combo-left h2 span {
  font-size: 26px;
  position: relative;
  font-family: 'Fedra Sans Std';
  color: #fdf8ee !important;
  padding: 0 12px;
  background: #a92611 !important;
}
.cms-bhairavi-sadhana .products-grid {
  position: relative;
  width: 100%;
  padding: 0;
}
.cms-bhairavi-sadhana .product-image-container {
  display: contents;
  max-width: 100%;
}
.cms-bhairavi-sadhana .product-grid .product-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.cms-bhairavi-sadhana .product-grid .product-items li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-bhairavi-sadhana .product-grid ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-bhairavi-sadhana .product-items li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33%;
  padding: 20px 2% 50px;
  text-align: left;
}
.cms-bhairavi-sadhana .also-see {
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
  position: relative;
  padding: 60px 0;
  background: #ffffff;
  margin-top: 60px;
}
.cms-bhairavi-sadhana .also-see:after {
  min-height: 100px;
  width: 100%;
  display: block;
  background: #ffffff;
  content: '';
  position: absolute;
  bottom: -89px;
}
.cms-bhairavi-sadhana .also-see:before {
  background: url('../../frontend/OM/Isha/en_US/images/also-see-bg.png') no-repeat bottom left;
  content: '';
  position: absolute;
  right: 0;
  bottom: 20px;
  background-size: 100%;
  width: 590px;
  height: 280px;
}
.cms-bhairavi-sadhana .also-see .custom-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}
.cms-bhairavi-sadhana .also-see .custom-container .also-see-head .full-for-mobile {
  display: inline-block;
  vertical-align: text-top;
}
.cms-bhairavi-sadhana .also-see .custom-container .also-see-head h4 {
  text-align: center;
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  line-height: 36.5px;
  position: relative;
}
.cms-bhairavi-sadhana .also-see .custom-container .also-see-head h4:before {
  content: '';
  background: #edaa38;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 14px;
  left: 0;
}
.cms-bhairavi-sadhana .also-see .custom-container .also-see-head h4 span {
  background: #ffffff;
  padding: 0 30px;
  display: inline-block;
  z-index: 1;
  position: relative;
}
.cms-bhairavi-sadhana .also-see .custom-container .container {
  padding-top: 30px;
}
.cms-sadhana-supports .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-sadhana-supports .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-sadhana-supports .for-mobile-view {
  display: none;
}
.cms-sadhana-supports .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-sadhana-supports .seven-ways-banner img {
  width: 100%;
}
.cms-sadhana-supports .cat-description .details.dhyanlingdetils {
  padding: 30px 80px !important;
  text-align: center;
}
.cms-sadhana-supports .cat-description .details p {
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  line-height: 32px;
  color: #a92611;
  padding: 0 40px;
}
.cms-sadhana-supports .cat-description1 .details1 h2 {
  background: url('../../frontend/OM/Isha/en_US/images/jeevarasam-heading.png') no-repeat left bottom;
  padding-bottom: 29px;
  font-size: 24px;
  line-height: 54px;
  font-family: 'Fedra Sans Std';
  display: inline-block;
  margin-bottom: 10px;
  color: #e8b55c;
}
.cms-sadhana-supports .ess {
  text-align: center;
}
.cms-sadhana-supports .ess .tophead {
  text-align: center;
  padding-bottom: 20px;
}
.cms-sadhana-supports .ess .tophead h3 {
  font-size: 36px;
  position: relative;
  font-family: 'Fedra Sans Std';
  background: url('../../frontend/OM/Isha/en_US/images/home-heading-bg.png') no-repeat center bottom;
  padding-bottom: 20px;
  color: #a92611 !important;
}
.cms-sadhana-supports .more-button {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 50px;
}
.cms-sadhana-supports .more-button a {
  height: auto;
  background: 0 0;
  border: solid 1px #a92611;
  line-height: normal;
  padding: 15px 40px;
  border-radius: 3px;
  color: #a92611;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
}
.cms-sadhana-supports .products-grid {
  position: relative;
  width: 100%;
  padding: 0;
}
.cms-sadhana-supports .product-image-container {
  display: contents;
  max-width: 100%;
}
.cms-sadhana-supports .product-grid .product-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.cms-sadhana-supports .product-grid .product-items li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-sadhana-supports .product-grid ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-sadhana-supports .ishaessentials .product-item {
  width: 23% !important;
}
.cms-sadhana-supports .product-items li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33%;
  padding: 20px 2% 50px;
  text-align: left;
}
.cms-sadhana-supports .bottom-head h4 {
  text-align: center;
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  line-height: 36.5px;
  position: relative;
}
.cms-sadhana-supports .bottom-head h4:before {
  content: '';
  background: #edaa38;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 14px;
  left: 0;
}
.cms-sadhana-supports .bottom-head h4 span {
  background: #ffffff;
  padding: 0 30px;
  display: inline-block;
  z-index: 1;
  position: relative;
}
.cms-sadhana-supports .also-see {
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
  position: relative;
  padding: 60px 0;
  background: #ffffff;
  margin-top: 60px;
}
.cms-sadhana-supports .also-see:after {
  min-height: 100px;
  width: 100%;
  display: block;
  background: #ffffff;
  content: '';
  position: absolute;
  bottom: -89px;
}
.cms-sadhana-supports .also-see:before {
  background: url('../../frontend/OM/Isha/en_US/images/also-see-bg.png') no-repeat bottom left;
  content: '';
  position: absolute;
  right: 0;
  bottom: 20px;
  background-size: 100%;
  width: 590px;
  height: 280px;
}
.cms-sadhana-supports .also-see .custom-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}
.cms-sadhana-supports .also-see .custom-container .also-see-head .full-for-mobile {
  display: inline-block;
  vertical-align: text-top;
}
.cms-sadhana-supports .also-see .custom-container .also-see-head h4 {
  text-align: center;
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  line-height: 36.5px;
  position: relative;
}
.cms-sadhana-supports .also-see .custom-container .also-see-head h4:before {
  content: '';
  background: #edaa38;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 14px;
  left: 0;
}
.cms-sadhana-supports .also-see .custom-container .also-see-head h4 span {
  background: #ffffff;
  padding: 0 30px;
  display: inline-block;
  z-index: 1;
  position: relative;
}
.cms-sadhana-supports .also-see .custom-container .container {
  padding-top: 30px;
}
.cms-offers-for-well-being .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-offers-for-well-being .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-offers-for-well-being .for-mobile-view {
  display: none;
}
.cms-offers-for-well-being .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-offers-for-well-being .seven-ways-banner img {
  width: 100%;
}
.cms-offers-for-well-being .ess {
  text-align: center;
}
.cms-offers-for-well-being .ess .tophead {
  text-align: center;
  padding-bottom: 20px;
}
.cms-offers-for-well-being .ess .tophead h3 {
  font-size: 36px;
  position: relative;
  font-family: 'Fedra Sans Std';
  background: url('../../frontend/OM/Isha/en_US/images/home-heading-bg.png') no-repeat center bottom;
  padding-bottom: 20px;
  color: #a92611 !important;
}
.cms-offers-for-well-being .ess img {
  width: 75%;
}
.cms-offers-for-well-being .more-button {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 50px;
}
.cms-offers-for-well-being .more-button a {
  height: auto;
  background: 0 0;
  border: solid 1px #a92611;
  line-height: normal;
  padding: 15px 40px;
  border-radius: 3px;
  color: #a92611;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
}
.cms-offers-for-well-being .products-grid {
  position: relative;
  width: 100%;
  padding: 0;
}
.cms-offers-for-well-being .product-image-container {
  display: contents;
  max-width: 100%;
}
.cms-offers-for-well-being .product-grid .product-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.cms-offers-for-well-being .product-grid .product-items li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-offers-for-well-being .ishaessentials .product-item {
  width: 23% !important;
}
.cms-offers-for-well-being .product-items li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33%;
  padding: 20px 2% 50px;
  text-align: left;
}
.cms-save-soil .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-save-soil .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-save-soil .for-mobile-view {
  display: none;
}
.cms-save-soil .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-save-soil .seven-ways-banner img {
  width: 100%;
}
.cms-save-soil .ess {
  text-align: center;
}
.cms-save-soil .ess .tophead {
  text-align: center;
  padding-bottom: 20px;
}
.cms-save-soil .ess .tophead h3 {
  font-size: 36px;
  position: relative;
  font-family: 'Fedra Sans Std';
  background: url('../../frontend/OM/Isha/en_US/images/home-heading-bg.png') no-repeat center bottom;
  padding-bottom: 20px;
  color: #a92611 !important;
}
.cms-save-soil .ess img {
  width: 75%;
}
.cms-save-soil .more-button {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 50px;
}
.cms-save-soil .more-button a {
  height: auto;
  background: 0 0;
  border: solid 1px #a92611;
  line-height: normal;
  padding: 15px 40px;
  border-radius: 3px;
  color: #a92611;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
}
.cms-save-soil .products-grid {
  position: relative;
  width: 100%;
  padding: 0;
}
.cms-save-soil .product-image-container {
  display: contents;
  max-width: 100%;
}
.cms-save-soil .product-grid .product-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.cms-save-soil .product-grid .product-items li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-save-soil .ishaessentials .product-item {
  width: 23% !important;
}
.cms-save-soil .product-items li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33%;
  padding: 20px 2% 50px;
  text-align: left;
}
.cms-sannidhi-info {
  background-color: #ffffff !important;
}
.cms-sannidhi-info .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-sannidhi-info .for-mobile-view {
  display: none;
}
.cms-sannidhi-info .seven-ways-banner img {
  width: 100%;
}
.cms-sannidhi-info .cat-description {
  text-align: center;
}
.cms-sannidhi-info .cat-description .details #resp-table {
  width: 100%;
  display: table;
}
.cms-sannidhi-info .cat-description .details #resp-table-header {
  display: table-header-group;
}
.cms-sannidhi-info .cat-description .details .table-header-cell {
  display: table-cell;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Fedra Sans Std' !important;
}
.cms-sannidhi-info .cat-description .details #resp-table-body {
  display: table-row-group;
}
.cms-sannidhi-info .cat-description .details .resp-table-row {
  display: table-row;
}
.cms-sannidhi-info .cat-description .details .table-body-cell {
  display: table-cell;
}
.cms-sannidhi-info .cat-description .details .table-body-cell img {
  padding: 30px;
}
.cms-sannidhi-info .cat-description .details .table-body-cell.center-content {
  font-family: 'Fedra Sans Std' !important;
  font-size: 18px;
  color: #020202;
}
.cms-sannidhi-info .cat-description .details .table-body-cell.left-head {
  padding: 35px 0;
  font-family: 'Fedra Sans Std' !important;
  font-size: 18px;
  color: #6c757d;
}
.cms-sannidhi-info .cat-description .details.dhyanlingdetils .continue-button {
  text-align: center;
}
.cms-sannidhi-info .cat-description .details.dhyanlingdetils .continue-button a {
  text-align: center;
  background: #a92611;
  border-radius: 3px;
  font-size: 16px;
  font-family: 'Fedra Sans Std';
  color: #ffffff;
  padding: 13px 48px;
  text-decoration: none;
}
.cms-sannidhi-info .cat-description .details.dhyanlingdetils h2 {
  font-family: 'Fedra Sans Std';
  font-size: 42px;
  color: #a92611;
  line-height: 60px;
}
.cms-sannidhi-info .cat-description .details.dhyanlingdetils h5 {
  font-family: 'Fedra Sans Std';
  font-size: 16px;
  font-weight: 600;
  color: #020202;
  line-height: 30px;
}
.cms-sannidhi-info .cat-description .details.dhyanlingdetils p {
  font-family: 'Fedra Sans Std';
  font-size: 18px;
  color: #020202;
  line-height: 60px;
}
.cms-sannidhi-info .details.dhyanlingdetils {
  padding-top: 35px !important;
}
.cms-samyama .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-samyama .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-samyama .for-mobile-view {
  display: none;
}
.cms-samyama .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-samyama .seven-ways-banner img {
  width: 100%;
}
.cms-samyama .ess {
  text-align: center;
}
.cms-samyama .ess .tophead {
  text-align: center;
  padding-bottom: 20px;
}
.cms-samyama .ess .tophead h3 {
  font-size: 36px;
  position: relative;
  font-family: 'Fedra Sans Std';
  background: url('../../frontend/OM/Isha/en_US/images/home-heading-bg.png') no-repeat center bottom;
  padding-bottom: 20px;
  color: #a92611 !important;
}
.cms-samyama .ess img {
  width: 75%;
}
.cms-samyama .more-button {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 50px;
}
.cms-samyama .more-button a {
  height: auto;
  background: 0 0;
  border: solid 1px #a92611;
  line-height: normal;
  padding: 15px 40px;
  border-radius: 3px;
  color: #a92611;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
}
.cms-samyama .products-grid {
  position: relative;
  width: 100%;
  padding: 0;
}
.cms-samyama .product-image-container {
  display: contents;
  max-width: 100%;
}
.cms-samyama .product-grid .product-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.cms-samyama .product-grid .product-items li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-samyama .ishaessentials .product-item {
  width: 23% !important;
}
.cms-samyama .product-items li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33%;
  padding: 20px 2% 50px;
  text-align: left;
}
.cms-dhanteras .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-dhanteras .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-dhanteras .for-mobile-view {
  display: none;
}
.cms-dhanteras .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-dhanteras .seven-ways-banner img {
  width: 100%;
}
.cms-dhanteras .ess {
  text-align: center;
}
.cms-dhanteras .ess .tophead {
  text-align: center;
  padding-bottom: 20px;
}
.cms-dhanteras .ess .tophead h3 {
  font-size: 36px;
  position: relative;
  font-family: 'Fedra Sans Std';
  background: url('../../frontend/OM/Isha/en_US/images/home-heading-bg.png') no-repeat center bottom;
  padding-bottom: 20px;
  color: #a92611 !important;
}
.cms-dhanteras .ess img {
  width: 75%;
}
.cms-dhanteras .more-button {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 50px;
}
.cms-dhanteras .more-button a {
  height: auto;
  background: 0 0;
  border: solid 1px #a92611;
  line-height: normal;
  padding: 15px 40px;
  border-radius: 3px;
  color: #a92611;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
}
.cms-dhanteras .products-grid {
  position: relative;
  width: 100%;
  padding: 0;
}
.cms-dhanteras .product-image-container {
  display: contents;
  max-width: 100%;
}
.cms-dhanteras .product-grid .product-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.cms-dhanteras .product-grid .product-items li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-dhanteras .ishaessentials .product-item {
  width: 23% !important;
}
.cms-dhanteras .product-items li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33%;
  padding: 20px 2% 50px;
  text-align: left;
}
.cms-shivanga-sadhana .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-shivanga-sadhana .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-shivanga-sadhana .for-mobile-view {
  display: none;
}
.cms-shivanga-sadhana .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-shivanga-sadhana .seven-ways-banner img {
  width: 100%;
}
.cms-shivanga-sadhana .products-grid {
  position: relative;
  width: 100%;
  padding: 0;
}
.cms-shivanga-sadhana .product-image-container {
  display: contents;
  max-width: 100%;
}
.cms-shivanga-sadhana .product-grid .product-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.cms-shivanga-sadhana .product-grid ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-shivanga-sadhana .ishaessentials .product-item .product-item-name {
  margin: 5px 0;
  font-size: 14px;
  line-height: 28px;
  padding: 0x;
  display: inline-block;
  width: 100%;
}
.cms-shivanga-sadhana .ishaessentials .product-item .product-item-name a {
  color: #020202;
  font-family: 'Fedra Sans Std';
}
.cms-shivanga-sadhana .ishaessentials .product-item .price {
  font-size: 18px !important;
  font-weight: 400 !important;
  font-family: 'Fedra Sans Medium 5';
}
.cms-shivanga-sadhana .ishaessentials .product-item .product-reviews-summary.short {
  float: none;
}
.cms-shivanga-sadhana .ishaessentials .product-item-details {
  text-align: center;
}
.cms-shivanga-sadhana .top-circle {
  background: #131d38;
  padding-top: 70px;
  padding-bottom: 0;
  text-align: center;
}
.cms-shivanga-sadhana .top-circle h2 {
  font-size: 26px;
  font-family: 'Fedra Sans Std';
  line-height: 32px;
  color: #ffffff;
  width: 100%;
}
.cms-shivanga-sadhana .top-circle p {
  padding-top: 20px;
}
.cms-shivanga-sadhana .top-circle p a {
  font-size: 18px;
  font-family: 'Fedra Sans Std';
  line-height: 32px;
  color: #ffffff;
}
.cms-shivanga-sadhana .more-button {
  background: #f5f0e5;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cms-shivanga-sadhana .more-button .view-more {
  font-size: 17px;
  background: #ca8730;
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 50px;
}
.cms-seasons-gifting .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-seasons-gifting .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-seasons-gifting .for-mobile-view {
  display: none;
}
.cms-seasons-gifting .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-seasons-gifting .seven-ways-banner img {
  width: 100%;
}
.cms-seasons-gifting .products-grid {
  position: relative;
  width: 100%;
  padding: 0;
}
.cms-seasons-gifting .product-image-container {
  display: contents;
  max-width: 100%;
}
.cms-seasons-gifting .product-grid .product-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.cms-seasons-gifting .product-grid .product-items li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-seasons-gifting .product-grid ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-seasons-gifting .ishaessentials {
  background: #d9e7f3 !important;
}
.cms-seasons-gifting .ishaessentials .product-item {
  width: 31% !important;
}
.cms-seasons-gifting .ishaessentials .product-item .product-item-name {
  margin: 5px 0;
  font-size: 14px;
  line-height: 28px;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.cms-seasons-gifting .ishaessentials .product-item .product-item-name a {
  color: #020202;
  font-family: 'Fedra Sans Std';
}
.cms-seasons-gifting .ishaessentials .product-item .price {
  font-size: 18px !important;
  font-weight: 400 !important;
  font-family: 'Fedra Sans Medium 5';
}
.cms-seasons-gifting .ishaessentials .product-item .product-reviews-summary.short {
  float: none;
}
.cms-seasons-gifting .ishaessentials .product-item-details {
  text-align: center;
}
.cms-seasons-gifting .product-items li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33%;
  padding: 20px 2% 50px;
  text-align: left;
}
.cms-seasons-gifting .top-circle {
  background: #d9e7f3;
  padding-top: 70px;
  padding-bottom: 0;
  text-align: center;
}
.cms-seasons-gifting .top-circle h2 {
  font-size: 26px;
  font-family: 'Fedra Sans Std';
  line-height: 32px;
  color: #000000;
  width: 100%;
}
.cms-seasons-gifting .top-circle p {
  padding-top: 20px;
}
.cms-seasons-gifting .top-circle p a {
  font-size: 18px;
  font-family: 'Fedra Sans Std';
  line-height: 32px;
  color: #000000;
}
.cms-seasons-gifting .more-button {
  background: #d9e7f3;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cms-seasons-gifting .more-button .view-more {
  font-size: 17px;
  background: #ca8730;
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 50px;
}
.cms-rudraksha-diksha .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-rudraksha-diksha .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-rudraksha-diksha .for-mobile-view {
  display: none;
}
.cms-rudraksha-diksha .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-rudraksha-diksha .seven-ways-banner img {
  width: 100%;
}
.cms-rudraksha-diksha .products-grid {
  position: relative;
  width: 100%;
  padding: 0;
}
.cms-rudraksha-diksha .product-image-container {
  display: contents;
  max-width: 100%;
}
.cms-rudraksha-diksha .product-grid .product-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.cms-rudraksha-diksha .product-grid .product-items li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-rudraksha-diksha .product-grid ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-rudraksha-diksha .ishaessentials {
  background: #ffffff !important;
}
.cms-rudraksha-diksha .ishaessentials .product-item {
  width: 31% !important;
}
.cms-rudraksha-diksha .ishaessentials .product-item .product-item-name {
  margin: 5px 0;
  font-size: 14px;
  line-height: 28px;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.cms-rudraksha-diksha .ishaessentials .product-item .product-item-name a {
  color: #020202;
  font-family: 'Fedra Sans Std';
}
.cms-rudraksha-diksha .ishaessentials .product-item .price {
  font-size: 18px !important;
  font-weight: 400 !important;
  font-family: 'Fedra Sans Medium 5';
}
.cms-rudraksha-diksha .ishaessentials .product-item .product-reviews-summary.short {
  float: none;
}
.cms-rudraksha-diksha .ishaessentials .product-item-details {
  text-align: center;
}
.cms-rudraksha-diksha .product-items li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33%;
  padding: 20px 2% 50px;
  text-align: left;
}
.cms-rudraksha-diksha .top-circle {
  background: #141d3e;
  padding-top: 70px;
  padding-bottom: 0;
  text-align: center;
}
.cms-rudraksha-diksha .top-circle h2 {
  font-size: 26px;
  font-family: 'Fedra Sans Std';
  line-height: 32px;
  color: #ffffff !important;
  width: 100%;
}
.cms-rudraksha-diksha .top-circle p {
  padding-top: 20px;
}
.cms-rudraksha-diksha .top-circle p a {
  font-size: 18px;
  font-family: 'Fedra Sans Std';
  line-height: 32px;
  color: #ffffff !important;
}
.cms-rudraksha-diksha .more-button {
  background: #d9e7f3;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cms-rudraksha-diksha .more-button .view-more {
  font-size: 17px;
  background: #ca8730;
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 50px;
}
.cms-books {
  background: #ffffff !important;
}
.cms-books .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-books .for-mobile-view {
  display: none;
}
.cms-books .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-books .seven-ways-banner img {
  width: 100%;
}
.cms-books .qoute1-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #020202;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 22%;
  right: 0;
}
.cms-books .qoute1-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
}
.cms-books .qoute1-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 19px;
  line-height: 28px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
}
.cms-books .qoute3-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #020202;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 43%;
  right: 0;
}
.cms-books .qoute3-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
}
.cms-books .qoute3-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 19px;
  line-height: 28px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
}
.cms-books .qoute5-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #020202;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 64%;
  right: 0;
}
.cms-books .qoute5-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
}
.cms-books .qoute5-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 19px;
  line-height: 28px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
}
.cms-books .qoute7-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #020202;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 84%;
  right: 0;
}
.cms-books .qoute7-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
}
.cms-books .qoute7-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 19px;
  line-height: 28px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
}
.cms-books .qoute2-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #020202;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 32%;
  left: 0;
}
.cms-books .qoute2-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
}
.cms-books .qoute2-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 19px;
  line-height: 28px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
}
.cms-books .qoute4-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #020202;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 53%;
  left: 0;
}
.cms-books .qoute4-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
}
.cms-books .qoute4-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 19px;
  line-height: 28px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
}
.cms-books .qoute6-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #020202;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 73%;
  left: 0;
}
.cms-books .qoute6-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
}
.cms-books .qoute6-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 19px;
  line-height: 28px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
}
.cms-books .ishaessentials .block-title strong {
  background: #ffffff;
}
.cms-books .ishaessentials .block-title span.calltoaction {
  background: #ffffff;
}
.cms-books .row {
  padding-bottom: 5px;
}
.cms-adiyogi-store .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-adiyogi-store .for-mobile-view {
  display: none;
}
.cms-adiyogi-store .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-adiyogi-store .seven-ways-banner img {
  width: 100%;
}
.cms-adiyogi-store .ess {
  text-align: center;
}
.cms-adiyogi-store .ess .tophead {
  text-align: center;
  padding-bottom: 20px;
}
.cms-adiyogi-store .ess .tophead h3 {
  font-size: 36px;
  position: relative;
  font-family: 'Fedra Sans Std';
  background: url('../../frontend/OM/Isha/en_US/images/home-heading-bg.png') no-repeat center bottom;
  padding-bottom: 20px;
  color: #a92611 !important;
}
.cms-adiyogi-store .ess img {
  width: 75%;
}
.cms-adiyogi-store .more-button {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 50px;
}
.cms-adiyogi-store .more-button a {
  height: auto;
  background: 0 0;
  border: solid 1px #a92611;
  line-height: normal;
  padding: 15px 40px;
  border-radius: 3px;
  color: #a92611;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
}
.cms-adiyogi-store .products-grid {
  position: relative;
  width: 100%;
  padding: 0;
}
.cms-adiyogi-store .product-image-container {
  display: contents;
  max-width: 100%;
}
.cms-adiyogi-store .product-grid .product-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.cms-adiyogi-store .product-grid .product-items li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-adiyogi-store .ishaessentials .product-item {
  width: 23% !important;
}
.cms-adiyogi-store .product-items li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33%;
  padding: 20px 2% 50px;
  text-align: left;
}
.cms-summer-wellness .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-summer-wellness .for-mobile-view {
  display: none;
}
.cms-summer-wellness .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-summer-wellness .seven-ways-banner img {
  width: 100%;
}
.cms-summer-wellness .ess {
  text-align: center;
}
.cms-summer-wellness .ess .tophead {
  text-align: center;
  padding-bottom: 20px;
}
.cms-summer-wellness .ess .tophead h3 {
  font-size: 36px;
  position: relative;
  font-family: 'Fedra Sans Std';
  background: url('../../frontend/OM/Isha/en_US/images/home-heading-bg.png') no-repeat center bottom;
  padding-bottom: 20px;
  color: #a92611 !important;
}
.cms-summer-wellness .ess img {
  width: 75%;
}
.cms-summer-wellness .more-button {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 50px;
}
.cms-summer-wellness .more-button a {
  height: auto;
  background: 0 0;
  border: solid 1px #a92611;
  line-height: normal;
  padding: 15px 40px;
  border-radius: 3px;
  color: #a92611;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
}
.cms-summer-wellness .products-grid {
  position: relative;
  width: 100%;
  padding: 0;
}
.cms-summer-wellness .product-image-container {
  display: contents;
  max-width: 100%;
}
.cms-summer-wellness .product-grid .product-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.cms-summer-wellness .product-grid .product-items li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-summer-wellness .ishaessentials .product-item {
  width: 23% !important;
}
.cms-summer-wellness .product-items li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33%;
  padding: 20px 2% 50px;
  text-align: left;
}
.cms-devi-yantras {
  overflow-x: hidden;
  background: #ffffff !important;
}
.cms-devi-yantras .for-mobile-view {
  display: none;
}
.cms-devi-yantras .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-devi-yantras .seven-ways-banner img {
  width: 100%;
}
.cms-devi-yantras .cat-description {
  position: relative;
  width: 1140px;
  margin: auto;
  padding-bottom: 36px;
  padding-top: 50px;
}
.cms-devi-yantras .cat-description .image-area {
  padding-top: 70px !important;
}
.cms-devi-yantras .cat-description .image-area img {
  width: 100%;
}
.cms-devi-yantras .cat-description .details.dhyanlingdetils {
  text-align: left;
  padding: 30px 0 0 100px !important;
}
.cms-devi-yantras .cat-description .details.dhyanlingdetils ul li {
  font-size: 17px;
  font-family: 'Fedra Sans Std';
  line-height: 32px;
}
.cms-devi-yantras .cat-description .details {
  padding-top: 198px;
  padding-left: 30px;
}
.cms-devi-yantras .cat-description .details h2 {
  background: url('../../frontend/OM/Isha/en_US/images/jeevarasam-heading.png') no-repeat left bottom;
  padding-bottom: 29px;
  font-size: 27px;
  line-height: 54px;
  font-family: 'Fedra Sans Std';
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
.cms-devi-yantras .cat-description .details p {
  font-size: 17px;
  font-family: 'Fedra Sans Std';
  line-height: 32px;
}
.cms-devi-yantras .qoute.for-mobile p {
  font-family: 'Fedra Sans Std';
  font-size: 21px;
  line-height: 36px;
  color: #000000;
}
.cms-devi-yantras .qoute {
  position: relative;
  font-family: 'Fedra Sans Std';
  background: url('../../frontend/OM/Isha/en_US/images/quote.png') no-repeat center top;
  text-align: center;
  padding-top: 70px;
}
.cms-devi-yantras .qoute:after {
  content: '';
  background: url('../../frontend/OM/Isha/en_US/images/Devi-Yantras-Kollam.png') no-repeat right top;
  display: block;
  width: 20%;
  height: 100%;
  position: absolute;
  right: 0;
  top: -50px;
  background-size: 100%;
}
.cms-navratri {
  background: #250406 !important;
}
.cms-navratri .for-mobile-view {
  display: none;
}
.cms-navratri .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-navratri .seven-ways-banner img {
  width: 100%;
}
.cms-navratri .qoute {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #e8b55c;
  top: 4.3%;
  right: 6%;
  padding: 1px 6px;
  max-width: 1000px;
  text-align: right;
}
.cms-navratri .qoute h2 {
  font-size: 20px;
  font-family: 'Fedra Sans Std';
}
.cms-navratri .qoute h1 {
  font-size: 60px;
  font-family: 'Fedra Sans Std';
  margin-bottom: 0;
  font-weight: 100;
  font-style: italic;
}
.cms-navratri .qoute h3 {
  font-family: 'Fedra Sans Std';
  font-size: 24px;
  padding-top: 10px;
  line-height: 1.6em;
}
.cms-navratri .qoute1-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #e8b55c;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 15.5%;
  left: 17%;
}
.cms-navratri .qoute1-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
  font-style: italic;
}
.cms-navratri .qoute1-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 27px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
}
.cms-navratri .qoute1-1 h3 {
  padding-top: 9px;
}
.cms-navratri .qoute1-1 h3 img {
  width: 12%;
  padding-right: 15px;
}
.cms-navratri .qoute1-1 h3 a {
  color: #e8b55c;
  text-decoration: underline;
  font-size: 22px;
  padding-left: 25px;
}
.cms-navratri .qoute3-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #e8b55c;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 46%;
  left: 11%;
}
.cms-navratri .qoute3-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
  font-style: italic;
}
.cms-navratri .qoute3-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 27px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
}
.cms-navratri .qoute3-1 h3 {
  padding-top: 9px;
}
.cms-navratri .qoute3-1 h3 img {
  width: 12%;
  padding-right: 15px;
}
.cms-navratri .qoute3-1 h3 a {
  color: #e8b55c;
  text-decoration: underline;
  font-size: 22px;
  padding-left: 25px;
}
.cms-navratri .qoute5-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #e8b55c;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 76%;
  left: 21%;
}
.cms-navratri .qoute5-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
  font-style: italic;
}
.cms-navratri .qoute5-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 27px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
}
.cms-navratri .qoute5-1 h3 {
  padding-top: 9px;
}
.cms-navratri .qoute5-1 h3 img {
  width: 12%;
  padding-right: 15px;
}
.cms-navratri .qoute5-1 h3 a {
  color: #e8b55c;
  text-decoration: underline;
  font-size: 22px;
  padding-left: 25px;
}
.cms-navratri .qoute7-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #e8b55c;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 92.5%;
  left: 21%;
}
.cms-navratri .qoute7-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
  font-style: italic;
}
.cms-navratri .qoute7-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 27px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
}
.cms-navratri .qoute7-1 h3 {
  padding-top: 9px;
}
.cms-navratri .qoute7-1 h3 img {
  width: 12%;
  padding-right: 15px;
}
.cms-navratri .qoute7-1 h3 a {
  color: #e8b55c;
  text-decoration: underline;
  font-size: 22px;
  padding-left: 25px;
}
.cms-navratri .qoute2-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #e8b55c;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 23%;
  right: 20%;
}
.cms-navratri .qoute2-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
  font-style: italic;
}
.cms-navratri .qoute2-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 27px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
}
.cms-navratri .qoute2-1 h3 {
  padding-top: 9px;
}
.cms-navratri .qoute2-1 h3 img {
  width: 12%;
  padding-right: 15px;
}
.cms-navratri .qoute2-1 h3 a {
  color: #e8b55c;
  text-decoration: underline;
  font-size: 22px;
  padding-left: 25px;
}
.cms-navratri .qoute4-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #e8b55c;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 55%;
  right: 15%;
}
.cms-navratri .qoute4-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
  font-style: italic;
}
.cms-navratri .qoute4-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 27px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
}
.cms-navratri .qoute4-1 h3 {
  padding-top: 9px;
}
.cms-navratri .qoute4-1 h3 img {
  width: 12%;
  padding-right: 15px;
}
.cms-navratri .qoute4-1 h3 a {
  color: #e8b55c;
  text-decoration: underline;
  font-size: 22px;
  padding-left: 25px;
}
.cms-navratri .qoute6-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #e8b55c;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 83%;
  right: 12%;
}
.cms-navratri .qoute6-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
  font-style: italic;
}
.cms-navratri .qoute6-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 27px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
}
.cms-navratri .qoute6-1 h3 {
  padding-top: 9px;
}
.cms-navratri .qoute6-1 h3 img {
  width: 12%;
  padding-right: 15px;
}
.cms-navratri .qoute6-1 h3 a {
  color: #e8b55c;
  text-decoration: underline;
  font-size: 22px;
  padding-left: 25px;
}
.cms-the-rudraksha-guide .bg-transparent.rudrakshaguidemain {
  background: transparent !important;
}
.cms-the-rudraksha-guide .for-mobile-view {
  display: none;
}
.cms-the-rudraksha-guide .seven-ways-banner img {
  width: 100%;
}
.cms-the-rudraksha-guide .rudrakshaguidemain {
  background-size: cover !important;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection {
  padding-top: 60px !important;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection h5 {
  font-family: 'Fedra Sans Std';
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  padding: 25px 300px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .more-button {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 50px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .more-button a {
  height: auto;
  background: 0 0;
  border: solid 1px #a92611;
  line-height: normal;
  padding: 15px 40px;
  border-radius: 3px;
  color: #a92611;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .buy-rudraksha-button {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 50px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .buy-rudraksha-button a {
  background: #651e00;
  border: solid 1px #651e00;
  line-height: normal;
  padding: 15px 40px;
  border-radius: 3px;
  color: #ffffff;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 300;
  font-size: 15px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .products-grid {
  position: relative;
  width: 100%;
  padding: 0;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .product-image-container {
  display: contents;
  max-width: 100%;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .product-grid .product-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .product-grid .product-items li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .ishaessentials .product-item {
  width: 23% !important;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection h2:after {
  border: none;
}
.cms-the-rudraksha-guide .product-items li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33%;
  padding: 20px 2% 50px;
  text-align: left;
}
.cms-diwali .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-diwali .seven-ways-banner img {
  width: 100%;
}
.product-brass-sannidhi-set .related {
  display: none;
}
.product-brass-sannidhi-set .related-category {
  display: none;
}
.product-brass-sannidhi-set .pdpstaticcontent {
  display: none;
}
.product-brass-sannidhi-set .product .items .additional-info-tab {
  display: none;
}
.product-rasa-sannidhi-set .related {
  display: none;
}
.product-rasa-sannidhi-set .related-category {
  display: none;
}
.product-rasa-sannidhi-set .pdpstaticcontent {
  display: none;
}
.product-rasa-sannidhi-set .product .items .additional-info-tab {
  display: none;
}
.product-vibhuti-sannidhi-set .related {
  display: none;
}
.product-vibhuti-sannidhi-set .related-category {
  display: none;
}
.product-vibhuti-sannidhi-set .pdpstaticcontent {
  display: none;
}
.product-vibhuti-sannidhi-set .product .items .additional-info-tab {
  display: none;
}
.independence-day-prod h2 {
  text-align: center;
  padding: 20px 0;
}
.independence-day-prod h2 a {
  font-size: 18px;
  color: #000000;
}
.books-top {
  padding-top: 30px;
}
.books-prod h2 {
  text-align: center;
  padding: 10px 0;
}
.books-prod h2 a {
  font-size: 15px;
  color: #000000;
}
.books-prod h3 {
  font-size: 17px;
  color: #000000;
  font-weight: 600;
}
.books-prod h3 span {
  font-size: 14px;
  text-decoration: line-through;
  color: #a92611;
}
.shop-by-languages {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}
.shop-by-languages h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
}
.language-image {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.language-image .language-image-text {
  position: absolute;
  bottom: 10px;
  z-index: 999;
  margin: 0 auto;
  left: 0;
  right: 15px;
  text-align: right;
}
.language-image img {
  vertical-align: top;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.language-image:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.language-image-text h2 a {
  font-size: 15px;
  color: #ffffff;
}
.image {
  padding-left: 5px;
  padding-right: 5px;
}
.cms-bhairavi-sadhana.ishaessentials {
  padding: 40px 180px !important;
}
.page-layout-1column .block.widget .products-grid .product-item:nth-child(5n+1) {
  margin-left: 2% !important;
}
.details2-button {
  text-align: center;
}
.details2-button a {
  border: 1px solid #a92611;
  background: #a92611;
  color: #ffffff;
  font-size: 15px;
  padding: 8px 20px;
  border-radius: 30px;
}
@media only screen and (max-width: 1367px) {
  .cms-bond-of-grace .qoute.for-mobile {
    top: 22%;
    right: 56%;
  }
  .explorecategory ul {
    display: flex;
    justify-content: space-between;
  }
  .explorecategory ul li {
    width: 49.5%;
  }
}
@media only screen and (max-width: 767px) {
  .product-info-main .product-social-links {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .swatch-notify {
    top: -33px;
    width: 57px;
  }
}
@media only screen and (max-width: 1249px) {
  .product-info-main .stock {
    padding-top: 15px;
  }
}
.footer-container .pagebuilder-column-line {
  max-width: 1320px;
  margin: 0 auto;
}
.footer-container .pagebuilder-column h3 {
  font-family: 'Fedra Sans Std Demi';
  font-size: 21px;
}
.footer-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-container ul li {
  padding-bottom: 0px;
}
.footer-container ul li a {
  font-size: 14px !important;
  font-family: 'Fedra Sans Std Demi';
  line-height: 20px;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.footer-container .footer-social-col {
  max-width: 18%;
}
.copyright {
  padding: 0;
  font-family: 'Fedra Sans Book 5';
}
.copyright .pagebuilder-column-line {
  padding: 20px 0;
  border-top: 1px solid #4c6386 !important;
  max-width: 1320px;
  margin: 0 auto;
}
.copyright a {
  padding: 0 10px;
}
.copyright a:first-child:after {
  content: '';
  display: inline-block;
  background: #ffffff;
  height: 4px;
  width: 4px;
  border-radius: 4px;
  vertical-align: middle;
  margin: 0 -10px 0 15px;
}
.copyright a:last-child {
  padding-right: 0;
}
.footer-social img {
  margin: 0 24px 24px 0;
}
.footer-copyright .pagebuilder-column-line {
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .footer-container .pagebuilder-column h3 {
    font-size: 18px;
    font-weight: 400;
  }
  .footer-container {
    padding: 37px 0 12px !important;
  }
  .footer-container .pagebuilder-column {
    width: 100% !important;
    padding: 0;
    padding: 15px 0 0;
    border-top: solid 1px #6c757d;
    transition: 0.5s all ease;
  }
  .footer-container .pagebuilder-column:nth-child(1) {
    border-top: none !important;
  }
  .footer-container .pagebuilder-column h3 {
    display: flex;
    justify-content: space-between;
  }
  .footer-container .pagebuilder-column h3:after {
    border-color: #ffffff !important;
    right: 0;
    top: 9px;
    content: '+';
    border: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    font-size: 26px;
    padding: 0;
    color: #ffffff;
    display: flex;
    line-height: 10px;
    align-items: center;
  }
  .footer-container .pagebuilder-column-line {
    flex-direction: column;
    max-width: 100%;
    padding: 20px 30px 0;
  }
  .footer-container ul {
    display: none;
  }
  .footer-container ul li {
    padding-bottom: 0;
  }
  .footer-container .pagebuilder-column.active ul {
    display: block;
    padding: 10px 0 0 10px;
  }
  .footer-container .pagebuilder-column.active h3:after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    content: '-';
  }
  .footer-social-col {
    border-top: 0 !important;
    text-align: center;
    margin-top: 54px;
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-social-col h3:after {
    display: none !important;
  }
  .footer-social-col p {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
  }
  .footer-social-col.pagebuilder-column h3 {
    justify-content: center;
  }
  .footer-social img {
    width: 50px;
    height: 50px;
  }
  .copyright {
    width: 100% !important;
    padding: 0 30px;
    text-align: center;
  }
  .copyright p {
    text-align: center !important;
  }
  .copyright span {
    font-size: 13px !important;
  }
  .copyright .pagebuilder-column {
    width: 100% !important;
    padding: 0 30px;
  }
  .footer-container .footer-social-col {
    max-width: 23% !important;
  }
}
@media screen and (max-width: 767px) {
  .footer-container .pagebuilder-column h3 {
    font-size: 18px;
  }
  .footer-container {
    padding: 37px 0 12px !important;
  }
  .footer-container .pagebuilder-column {
    width: 100% !important;
    padding: 0;
    padding: 15px 0 0;
    border-bottom: solid 1px #6c757d;
    transition: 0.5s all ease;
  }
  .footer-container .pagebuilder-column:nth-child(4) {
    border-bottom: none;
  }
  .footer-container .pagebuilder-column h3 {
    display: flex;
    justify-content: space-between;
  }
  .footer-container .pagebuilder-column h3:after {
    border-color: #ffffff !important;
    right: 0;
    top: 9px;
    content: '+';
    border: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    font-size: 26px;
    padding: 0;
    color: #ffffff;
    display: flex;
    line-height: 10px;
    align-items: center;
  }
  .footer-container .pagebuilder-column-line {
    flex-direction: column;
    max-width: 100%;
    padding: 20px 30px 0;
  }
  .footer-container ul {
    display: none;
  }
  .footer-container ul li {
    padding-bottom: 15px;
  }
  .footer-container .pagebuilder-column.active ul {
    display: block;
    padding: 10px 0 0 10px;
  }
  .footer-container .pagebuilder-column.active h3:after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    content: '-';
  }
  .footer-social-col {
    border-bottom: 0 !important;
    text-align: center;
    margin-top: 54px;
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-social-col h3:after {
    display: none !important;
  }
  .footer-social-col p {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
  }
  .footer-social-col.pagebuilder-column h3 {
    justify-content: center;
  }
  .footer-social img {
    width: 50px;
    height: 50px;
  }
  .copyright {
    width: 100% !important;
    padding: 0 30px;
    text-align: center;
  }
  .copyright p {
    text-align: center !important;
  }
  .copyright span {
    font-size: 13px !important;
  }
  .copyright .pagebuilder-column {
    width: 100% !important;
    padding: 0 30px;
  }
}
body .page-bottom .footernewsletter .footer-nandhi {
  display: none;
}
body .page-bottom .footernewsletter > .content {
  margin: 50px 0;
  padding: 0;
}
body:not(.cms-sample-home-page) .page-bottom .footernewsletter .footer-nandhi {
  display: none;
}
.products_listing_grid.products.wrapper .product-item-name {
  font-weight: 400;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.products_listing_grid.products.wrapper .product-item-name > a {
  text-decoration: none;
  color: #020202;
  font-family: 'Fedra Sans Std';
}
.products_listing_grid.products.wrapper .product-item-name > a:visited {
  color: #020202;
  text-decoration: underline;
}
.products_listing_grid.products.wrapper .product-item-name > a:hover {
  color: #020202;
  text-decoration: underline;
}
.products_listing_grid.products.wrapper .product-item-name > a:active {
  color: #020202;
  text-decoration: underline;
}
.products_listing_grid.products.wrapper .product.name a {
  font-weight: 400;
}
.products_listing_grid.products.wrapper .product-item-actions {
  font-size: 0;
  width: 100%;
}
.products_listing_grid.products.wrapper .product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.products_listing_grid.products.wrapper .product-item-actions .actions-secondary > .action {
  color: #020202;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.products_listing_grid.products.wrapper .product-item-actions .actions-secondary > .action span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products_listing_grid.products.wrapper .product-item-actions .actions-secondary > .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
  width: 18px;
  margin: 0;
}
.products_listing_grid.products.wrapper .product-item-actions .actions-secondary > .action:hover {
  color: #020202;
  text-decoration: none;
}
.products_listing_grid.products.wrapper .product-item-actions > * {
  font-size: 1.4rem;
}
.products_listing_grid.products.wrapper .product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.products_listing_grid.products.wrapper .product-item-actions .actions-primary > .stock.unavailable {
  line-height: 1;
  padding-bottom: 10px;
  padding-right: 24px;
  padding-top: 10px;
}
.products_listing_grid.products.wrapper .product-item {
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
  position: relative;
  padding: 0;
}
.products_listing_grid.products.wrapper .product-item .action.towishlist {
  color: #020202;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.products_listing_grid.products.wrapper .product-item .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
  width: 18px;
  content: '\e600';
}
.products_listing_grid.products.wrapper .product-item .action.towishlist:hover {
  color: #020202;
  text-decoration: none;
}
.products_listing_grid.products.wrapper .product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
  left: 0;
}
.products_listing_grid.products.wrapper .product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.products_listing_grid.products.wrapper .product-item .price-box {
  margin: 3px 0 8px;
  float: left;
  width: 100%;
  margin: 0;
}
.products_listing_grid.products.wrapper .product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.products_listing_grid.products.wrapper .product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.products_listing_grid.products.wrapper .product-item .product-reviews-summary.short {
  position: relative;
  top: 0px;
  float: right;
  margin: 0;
  float: left;
  width: 100%;
  float: left !important;
  margin-bottom: 8px;
  margin-top: -8px;
}
.products_listing_grid.products.wrapper .product-item .product-reviews-summary.short .reviews-actions {
  display: none;
}
.products_listing_grid.products.wrapper .product-item:hover .product-item-inner {
  position: relative;
  top: 0;
}
.products_listing_grid.products.wrapper .action.primary {
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Fedra Sans Std';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background-image: none;
  background: #a92611;
  border: 1px solid #a92611;
}
.products_listing_grid.products.wrapper .action.primary:focus {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.products_listing_grid.products.wrapper .action.primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.products_listing_grid.products.wrapper .action.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
  background: #a92611 !important;
  border: 1px solid #a92611 !important;
  color: #ffffff !important;
}
.products_listing_grid.products.wrapper .price-container.weee:before {
  display: none;
}
.products_listing_grid.products.wrapper .product-item-info {
  max-width: 100%;
  width: 152px;
}
.products_listing_grid.products.wrapper .price-container .price {
  font-size: 1.4rem;
}
.products_listing_grid.products.wrapper .products.list .product-item-info {
  transition: 0.5s all ease;
  position: relative;
  width: 100%;
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-image-container {
  width: 100% !important;
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-image-container img {
  width: 100%;
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-item-name {
  margin-bottom: 0;
  height: auto;
  width: 100%;
  line-height: normal;
  max-width: 100% !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  min-height: 18px;
}
.products_listing_grid.products.wrapper .products.list .product-item-info a {
  display: inline;
  float: left;
  width: 100%;
}
.products_listing_grid.products.wrapper .products.list .product-item-info img {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner {
  box-shadow: none;
  border: none;
  background: 0 0;
  border: 0;
  clip: auto !important;
  height: auto;
  margin: 0;
  overflow: visible !important;
  padding: 0;
  width: 100% !important;
  margin: 0 !important;
  position: unset !important;
  height: auto !important;
  width: 100%;
  float: left;
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner:before {
  display: none;
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-secondary {
  display: block;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 10px;
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-secondary a:before {
  color: #ffffff;
  content: "\f08a";
  font-family: "FontAwesome";
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-primary {
  display: block;
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-primary button {
  width: 100%;
  border-radius: 30px;
  height: auto;
  padding: 8px 0;
  margin: 0;
  font-size: 14px;
  display: block;
  border-radius: 3px;
  background: #edaa38;
  border: none;
  text-transform: uppercase;
  line-height: normal;
  opacity: 1;
  padding: 7px 0;
  font-family: 'Fedra Sans Book 5';
  font-size: 11px !important;
  margin: 0 3px !important;
  font-weight: 400;
  float: left !important;
  height: 33px !important;
  cursor: pointer;
  letter-spacing: 0.45px;
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-primary button:focus {
  border: none;
  outline: none;
}
.products_listing_grid.products.wrapper .products.list .product-item-info:hover {
  background: 0 0;
  padding: 0;
  box-shadow: none;
  border: none;
  margin: 0;
  transition: 0.5s all ease;
}
.products_listing_grid.products.wrapper .products.list .product-item-info:hover a {
  overflow: hidden;
  text-decoration: none;
}
.products_listing_grid.products.wrapper .products.list .product-item-info:hover a img {
  -moz-transform: scale(1.1) rotate(0deg);
  -webkit-transform: scale(1.1) rotate(0deg);
  -o-transform: scale(1.1) rotate(0deg);
  -ms-transform: scale(1.1) rotate(0deg);
  transform: scale(1.1) rotate(0deg);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.products_listing_grid.products.wrapper .products.list .product-item-info:hover button {
  width: 100%;
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-item-link {
  color: #020202;
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-item-link:hover {
  text-decoration: underline;
}
.products_listing_grid.products.wrapper .products.list .product-item-info .price {
  font-weight: 600;
  letter-spacing: 0.45px;
  color: #020202;
  font-weight: 400;
  white-space: nowrap;
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
}
.products_listing_grid.products.wrapper .rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.products_listing_grid.products.wrapper .rating-summary .rating-result {
  position: relative;
  vertical-align: middle;
}
.products_listing_grid.products.wrapper .rating-summary .rating-result:before {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../../frontend/OM/Isha/en_US/images/grey-star.svg');
  content: "" !important;
  height: 20px !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  display: block;
}
.products_listing_grid.products.wrapper .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.products_listing_grid.products.wrapper .rating-summary .rating-result > span:before {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../../frontend/OM/Isha/en_US/images/yellow-star.svg');
  content: "" !important;
  height: 20px;
  position: relative;
  z-index: 2;
  display: block;
}
.products_listing_grid.products.wrapper .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;
}
.products_listing_grid.products.wrapper .item.product.product-item.out-of-stock .product-image-photo {
  filter: grayscale(100%);
  opacity: 0.7;
  filter: initial !important;
  opacity: 1 !important;
}
.products_listing_grid.products.wrapper .item.product.product-item.out-of-stock .product-item-inner {
  overflow: visible;
  padding: 0;
  position: static;
  width: 100%;
  box-shadow: none;
  border: none;
  background: 0 0;
  height: auto;
}
.products_listing_grid.products.wrapper .item.product.product-item.out-of-stock .product-item-inner .unavailable {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Fedra Sans Std';
  font-size: 11px;
  background: #ffffff;
  width: 91px;
  text-align: center;
  padding: 6px 0;
  z-index: 100;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.products_listing_grid.products.wrapper .pricewhatsapp {
  position: relative;
  float: left;
  width: 100%;
  margin: 5px 0 10px !important;
}
.products_listing_grid.products.wrapper .product-image-container {
  display: inline-block;
  max-width: 100%;
  width: 100% !important;
  float: left;
  position: relative;
}
.products_listing_grid.products.wrapper .product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.products_listing_grid.products.wrapper .product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.products_listing_grid.products.wrapper .product-reviews-summary {
  margin-bottom: 5px;
}
.products_listing_grid.products.wrapper .product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.products_listing_grid.products.wrapper .product-reviews-summary .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products_listing_grid.products.wrapper .product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
@media screen and (max-width: 639px) {
  .products_listing_grid.products.wrapper .product-item-actions .actions-primary {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-primary button {
    width: 100% !important;
    display: block;
    border-radius: 30px;
    background: #edaa38;
    border: none;
    text-transform: uppercase;
    line-height: normal;
    opacity: 1;
    height: auto !important;
    padding: 8px 0;
    margin: 0 !important;
    font-family: 'Fedra Sans Book 5';
    font-size: 14px !important;
    font-weight: 400;
    letter-spacing: 0.45px;
  }
}
@media screen and (max-width: 1023px) {
  .products_listing_grid.products.wrapper .product-image-container {
    width: 100% !important;
    float: left;
    position: relative;
  }
}
.products_listing_grid.products.wrapper .product-item-inner .actions-primary form {
  display: flex !important;
  justify-content: space-between !important;
}
.products_listing_grid.products.wrapper .additional_addtocart {
  width: 100% !important;
  margin-left: 5px;
  display: none;
}
.products_listing_grid.products.wrapper .additional_addtocart label {
  cursor: pointer !important;
  margin-bottom: 0;
}
.products_listing_grid.products.wrapper .product-reviews-summary-offers_list {
  min-height: 19px;
}
.products_listing_grid.products.wrapper .product-reviews-summary-offers_list .swatch-attribute {
  display: none;
}
.products_listing_grid.products.wrapper .product-item-details {
  text-align: left;
  border: 1px solid rgba(196, 196, 196, 0.25);
  border-top: 0;
  padding-bottom: 0px;
  margin-bottom: 0;
  float: left;
  width: 100%;
}
.products_listing_grid.products.wrapper .stock.notifyme a.notifyme-btn {
  display: block !important;
  text-align: center;
  color: #ffffff;
  border-radius: 30px;
}
.products_listing_grid.products.wrapper a.notifyme-btn {
  width: 100%;
  display: block;
  border-radius: 3px;
  background: #edaa38;
  border: none;
  text-transform: uppercase;
  line-height: normal;
  opacity: 1;
  height: auto;
  padding: 8px 0;
  margin: 0;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.45px;
}
.products_listing_grid.products.wrapper .product.actions.product-item-actions form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.products_listing_grid.products.wrapper .price-box.price-final_price {
  float: left;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.products_listing_grid.products.wrapper .price-final_price {
  float: left;
  width: 100%;
}
.products_listing_grid.products.wrapper span.price-container.price-final_price.tax.weee {
  width: auto !important;
  float: left;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.products-grid .product-item-actions {
  margin: 0 !important;
  width: 100%;
}
.catalog-category-view .products_listing_grid.products.wrapper .actions-primary + .actions-secondary {
  vertical-align: top;
}
.catalog-category-view .products_listing_grid.products.wrapper .product-item-details {
  border: none;
}
.catalog-category-view .products_listing_grid.products.wrapper a.notifyme-btn {
  font-size: 14px !important;
  border-radius: 30px;
}
.catalog-category-view .products.list .product-item-info .product-item-inner .actions-primary button {
  border-radius: 30px;
}
.page-products .product-item-info {
  width: 240px;
}
.page-products .products-grid .product-item .product-item-details {
  position: static;
  float: left;
  width: 100%;
}
@media all and (min-width: 640px) {
  .products_listing_grid.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .products_listing_grid.products-grid .product-item-info:hover {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products_listing_grid.products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
  }
  .products_listing_grid.products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .products_listing_grid.products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .product-item-actions {
    display: block;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products_listing_grid.products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
    margin: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .products_listing_grid.products.wrapper .rating-summary .rating-result {
    width: 60px;
  }
}
@media (max-width: 719px) {
  .products_listing_grid.products.wrapper .additional_addtocart {
    margin: 5px 0;
  }
  .products_listing_grid.products.wrapper .item.product.product-item.out-of-stock .product-image-photo {
    opacity: 1;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-primary button {
    width: 100% !important;
    margin: 5px 0px !important;
  }
  .products_listing_grid.products.wrapper .product-item-inner .actions-primary form {
    display: inherit !important;
    justify-content: space-between !important;
  }
}
@media only screen and (max-width: 1500px) {
  .products_listing_grid.products.wrapper .products.list .product-item-info .price {
    font-size: 14px;
  }
  .products_listing_grid.products.wrapper .rating-summary .rating-result {
    width: 130px;
  }
}
@media only screen and (max-width: 390px) {
  .products_listing_grid.products.wrapper .products.list .product-item-info .price {
    font-size: 9px;
    display: inline-block;
  }
  .products_listing_grid.products.wrapper .rating-summary .rating-result {
    width: 130px;
  }
}
@media only screen and (max-width: 1024px) {
  .products_listing_grid.products.wrapper .product-reviews-summary-offers_list {
    min-height: 50px;
  }
  .products_listing_grid.products.wrapper .page-with-filter .product-item .product-reviews-summary .rating-summary {
    margin: 4px auto 0;
    width: 100%;
    text-align: left;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-link {
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-primary button {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .products_listing_grid.products.wrapper .price-box.price-final_price {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 425px) {
  .products_listing_grid.products.wrapper .product-reviews-summary-offers_list {
    min-height: 22px;
    min-height: 50px;
  }
}
@media (max-width: 767px) {
  .catalog-category-view .products.products-grid {
    padding: 0;
  }
  .catalog-category-view .products-grid .product-item {
    margin: 0 5px;
    width: calc((100% - 20px)/2);
    overflow: hidden;
  }
  .catalog-category-view .products.list .product-item-info .product-item-inner .actions-primary button {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .catalog-category-view .additional_addtocart {
    margin: 0 !important;
  }
  .catalog-category-view .product-item .price-box {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .catalog-category-view .actions-primary + .actions-secondary {
    vertical-align: top;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info {
    transition: 0.5s all ease;
    position: relative;
    width: 100%;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-image-container {
    width: 100% !important;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-image-container img {
    width: 100%;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-name {
    margin-bottom: 0;
    height: auto;
    width: 100%;
    line-height: normal;
    max-width: 100% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info a {
    display: inline;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info img {
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner {
    box-shadow: none;
    border: none;
    background: 0 0;
    border: 0;
    clip: auto !important;
    height: auto;
    margin: 0;
    overflow: visible !important;
    padding: 0;
    width: 100% !important;
    margin: 0 !important;
    position: unset !important;
    height: auto !important;
    float: left;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner:before {
    display: none;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-secondary {
    display: block;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 10px;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-secondary a:before {
    color: #ffffff;
    content: "\f08a";
    font-family: "FontAwesome";
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-primary {
    display: block;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-primary button {
    width: 100%;
    display: block;
    border-radius: 30px;
    background: #edaa38;
    border: none;
    text-transform: uppercase;
    line-height: normal;
    opacity: 1;
    height: auto;
    padding: 8px 0;
    margin: 0;
    font-family: 'Fedra Sans Book 5';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.45px;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-primary button:focus {
    border: none;
    outline: none;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info:hover {
    background: 0 0;
    padding: 0;
    box-shadow: none;
    border: none;
    margin: 0;
    transition: 0.5s all ease;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info:hover a {
    overflow: hidden;
    text-decoration: none;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info:hover a img {
    -moz-transform: scale(1.1) rotate(0deg);
    -webkit-transform: scale(1.1) rotate(0deg);
    -o-transform: scale(1.1) rotate(0deg);
    -ms-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info:hover button {
    width: 100%;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-link {
    color: #020202;
    font-size: 14px;
    font-family: 'Fedra Sans Book 5';
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-link:hover {
    text-decoration: underline;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .price {
    color: #020202;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.45px;
  }
  .products_listing_grid.products.wrapper .rating-summary .rating-result:before {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../../frontend/OM/Isha/en_US/images/grey-star.svg');
    content: "" !important;
    height: 20px;
  }
  .products_listing_grid.products.wrapper .rating-summary .rating-result > span:before {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../../frontend/OM/Isha/en_US/images/yellow-star.svg');
    content: "" !important;
    height: 20px;
  }
  .products_listing_grid.products.wrapper .product-item {
    position: relative;
  }
  .products_listing_grid.products.wrapper .product-item .product-reviews-summary.short {
    position: relative;
    top: 0px;
    float: right;
    margin: 0;
  }
  .products_listing_grid.products.wrapper .product-item .product-reviews-summary.short .reviews-actions {
    display: none;
  }
  .products_listing_grid.products.wrapper .product-item:hover .product-item-inner {
    position: relative;
    top: 0;
  }
  .products_listing_grid.products.wrapper .item.product.product-item.out-of-stock .product-image-photo {
    filter: grayscale(100%);
    opacity: 0.7;
  }
  .products_listing_grid.products.wrapper .item.product.product-item.out-of-stock .product-item-inner {
    overflow: visible;
    padding: 0;
    position: static;
    width: 100%;
    box-shadow: none;
    border: none;
    background: 0 0;
    height: auto;
  }
  .products_listing_grid.products.wrapper .item.product.product-item.out-of-stock .product-item-inner .unavailable {
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'Fedra Sans Std';
    font-size: 11px;
    background: #ffffff;
    width: 91px;
    text-align: center;
    padding: 6px 0;
    z-index: 100;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .products_listing_grid.products.wrapper .pricewhatsapp {
    position: relative;
  }
  .products_listing_grid.products.wrapper input {
    color: #020202;
  }
  .page-products .products-grid .product-item .product-item-details {
    position: static;
  }
}
@media screen and (min-width: 1024px) {
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    width: calc((100% - 6%)/4);
  }
}
input::selection {
  background: #ff0;
}
.products_bottom_toolbar {
  display: none;
}
.page-main {
  display: block;
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 99;
}
.new-pdp-design .page-main {
  overflow: unset;
}
.toolbar.toolbar-products {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar.toolbar-products:before {
  content: '';
  display: table;
}
.toolbar.toolbar-products:after {
  content: '';
  display: table;
  clear: both;
}
.toolbar.toolbar-products .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar.toolbar-products p {
  margin-top: 0;
  margin-bottom: 1rem;
  orphans: 3;
  widows: 3;
}
.toolbar.toolbar-products p:empty {
  display: none;
}
.toolbar.toolbar-products strong {
  font-weight: 700;
  font-weight: bolder;
}
.toolbar.toolbar-products a {
  color: #2781d2;
  text-decoration: none;
  background-color: transparent;
}
.toolbar.toolbar-products a:visited {
  color: #2781d2;
  text-decoration: none;
}
.toolbar.toolbar-products a:hover {
  color: #2781d2;
  text-decoration: underline;
}
.toolbar.toolbar-products a:active {
  color: #a92611;
  text-decoration: underline;
}
.toolbar.toolbar-products a:not(.btn) {
  text-decoration: underline;
}
.toolbar.toolbar-products select {
  background: #ffffff url('../../frontend/OM/Isha/en_US/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 1px;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: 0.01em;
  text-overflow: '';
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  word-wrap: normal;
  background-color: #ffffff;
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar.toolbar-products select:focus {
  border: 1px solid #c2c2c2;
}
.toolbar.toolbar-products select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
.toolbar.toolbar-products select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.toolbar.toolbar-products {
  position: relative;
  clear: both;
  margin: 0;
}
.toolbar.toolbar-products:after {
  content: '';
  border-top: solid 1px #e5b34c;
  width: 100%;
  top: 19px;
  left: 0;
  position: absolute;
  z-index: -1;
}
.toolbar.toolbar-products .modes {
  display: none;
}
.toolbar.toolbar-products .toolbar-amount {
  font-size: 15px;
  color: #020202;
  font-weight: 500;
  font-family: 'Fedra Sans Book 5';
  padding-right: 20px;
  background: #ffffff;
  display: none !important;
}
.toolbar.toolbar-products .toolbar-amount .toolbar-number {
  font-family: 'Fedra Sans Std';
  font-weight: 600;
}
.toolbar.toolbar-products .toolbar-sorter {
  width: auto;
  z-index: 1;
  top: -10px;
  position: relative;
  background: #ffffff;
  padding-left: 20px;
}
.toolbar.toolbar-products .toolbar-sorter.sorter {
  position: relative;
  float: left;
  width: 50%;
  display: flex;
}
.toolbar.toolbar-products .toolbar-sorter.sorter:after {
  content: '';
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 0.6;
  right: 15px !important;
  border-top: 0 !important;
}
.toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
  font-family: 'Fedra Sans Medium 5';
  color: #000000;
  font-size: 15px;
  padding-right: 10px;
  display: inline-block;
  width: inherit;
  padding-top: 8px;
}
.toolbar.toolbar-products .toolbar-sorter.sorter select {
  background: 0 0;
  border: none;
  box-shadow: none;
  text-rendering: auto;
  color: #020202;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: 'Fedra Sans Book 5';
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  border: solid 1px #cacaca;
  border-radius: 4px;
  padding: 8px 12px;
  height: auto;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  width: 64%;
  padding-right: 22px;
}
.toolbar.toolbar-products .toolbar-sorter.sorter .sorter-action:before {
  display: none;
}
.category-view-show {
  float: left;
  display: flex;
  padding-right: 20px;
}
.category-view-show h2 {
  font-family: 'Fedra Sans Medium 5';
  color: #000000;
  font-size: 15px;
  padding-top: 6px;
  margin: 0;
  padding-bottom: 0;
  padding-right: 8px;
}
.category-view-show .double-view {
  background: url('../../frontend/OM/Isha/en_US/images/sho_cat_four_after.svg') no-repeat left top;
  width: 43px;
  height: 26px;
  cursor: pointer;
  opacity: 0.5;
  margin-left: 8px;
}
.category-view-show .double-view span {
  background: #908b86;
  width: 8px;
  height: 15px;
  display: inline-block;
  font-size: 0px;
  vertical-align: text-top;
  margin-left: 3px;
  display: none;
}
.category-view-show .single-view {
  background: url('../../frontend/OM/Isha/en_US/images/show-cat_three_before.svg') no-repeat left top;
  width: 35px;
  height: 26px;
  cursor: pointer;
  opacity: 0.2;
}
.category-view-show .single-view span {
  display: inline-block;
  background: #eee6d7;
  font-size: 0px;
  width: 8px;
  height: 15px;
  vertical-align: text-top;
  margin-left: 3px;
  display: none;
}
body.single-product-view .category-view-show .single-view {
  opacity: 0.5;
}
body.single-product-view .double-view {
  opacity: 0.2;
}
.toolbartop {
  float: right;
  background: #ffffff;
  padding-left: 20px;
  width: 50%;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.toolbar-products .sorter-action {
  display: inline-block;
  text-decoration: none;
}
.toolbar-products .sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #6c757d;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.toolbar-products .sorter-action:hover:before {
  color: #020202;
}
.toolbar-products .sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toolbar-products .modes {
  display: none;
}
.toolbar-products .sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  .toolbar-products {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 479px) {
  .sorter-options {
    margin: 0 2px;
  }
}
@media screen and (min-width: 768px) {
  .toolbar.toolbar-products {
    position: relative;
    clear: both;
    margin: 0;
  }
  .toolbar.toolbar-products:after {
    content: '';
    border-top: solid 1px #e5b34c;
    width: 100%;
    top: 19px;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  .toolbar.toolbar-products .modes {
    display: none;
  }
  .toolbar.toolbar-products .toolbar-amount {
    font-size: 15px;
    color: #020202;
    font-weight: 500;
    font-family: 'Fedra Sans Book 5';
    padding-right: 20px;
    background: #ffffff;
    display: none !important;
  }
  .toolbar.toolbar-products .toolbar-amount .toolbar-number {
    font-family: 'Fedra Sans Std';
    font-weight: 600;
  }
  .toolbar.toolbar-products .toolbar-sorter {
    width: auto;
    z-index: 1;
    top: -10px;
    position: relative;
    background: #ffffff;
    padding-left: 20px;
  }
  .toolbar.toolbar-products .toolbar-sorter.sorter {
    position: relative;
  }
  .toolbar.toolbar-products .toolbar-sorter.sorter:after {
    content: '';
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0.6;
  }
  .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
    font-family: 'Fedra Sans Medium 5';
    color: #000000;
    font-size: 15px;
    padding-right: 10px;
    display: inline-block;
    width: inherit;
    padding-top: 8px;
  }
  .toolbar.toolbar-products .toolbar-sorter.sorter select {
    background: 0 0;
    border: none;
    box-shadow: none;
    text-rendering: auto;
    color: #020202;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-family: 'Fedra Sans Book 5';
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    border: solid 1px #cacaca;
    border-radius: 4px;
    padding: 8px 12px;
    height: auto;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 64%;
    padding-right: 22px;
  }
  .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-action:before {
    display: none;
  }
  .toolbar.toolbar-products .toolbartop {
    float: right;
    background: #ffffff;
    padding-left: 20px;
  }
  .category-view-show {
    float: left;
    display: flex;
    padding-right: 20px;
  }
  .category-view-show h2 {
    font-family: 'Fedra Sans Medium 5';
    color: #000000;
    font-size: 15px;
    padding-top: 6px;
    margin: 0;
    padding-bottom: 0;
    padding-right: 8px;
  }
  .category-view-show .double-view {
    background: url('../../frontend/OM/Isha/en_US/images/sho_cat_four_after.svg') no-repeat left top;
    width: 43px;
    height: 26px;
    cursor: pointer;
    opacity: 0.5;
    margin-left: 8px;
  }
  .category-view-show .double-view span {
    background: #908b86;
    width: 8px;
    height: 15px;
    display: inline-block;
    font-size: 0px;
    vertical-align: text-top;
    margin-left: 3px;
    display: none;
  }
  .category-view-show .single-view {
    background: url('../../frontend/OM/Isha/en_US/images/show-cat_three_before.svg') no-repeat left top;
    width: 35px;
    height: 26px;
    cursor: pointer;
    opacity: 0.2;
  }
  .category-view-show .single-view span {
    display: inline-block;
    background: #eee6d7;
    font-size: 0px;
    width: 8px;
    height: 15px;
    vertical-align: text-top;
    margin-left: 3px;
    display: none;
  }
  body.single-product-view .category-view-show .single-view {
    opacity: 0.5;
  }
  body.single-product-view .double-view {
    opacity: 0.2;
  }
}
@media screen and (min-width: 769px) {
  .modes-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.sidebar-main {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  padding-right: 0 !important;
}
.sidebar-main .filter-options-content {
  margin: 0;
  padding: 10px;
  padding: 5px 10px;
}
.sidebar-main .filter-options-content .filter-count-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar-main .filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.sidebar-main .filter-options-content a {
  color: #020202;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.sidebar-main .filter-options-content a:hover {
  background-color: #ffffff;
  text-decoration: none;
}
.sidebar-main .filter-options-content .count {
  color: #6c757d;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.sidebar-main .filter-options-content .count:before {
  content: '(';
}
.sidebar-main .filter-options-content .count:after {
  content: ')';
}
.sidebar-main .columns .sidebar-main {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.sidebar-main .items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.sidebar-main .filter .block-subtitle {
  display: none;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.sidebar-main .filter .filter-options-title {
  color: #020202;
  font-size: 1.1vw;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 400 !important;
  border-bottom: 1px solid #e4af3f;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 8px;
  padding-left: 0;
}
.sidebar-main .filter .filter-options-title:after {
  content: '';
  position: absolute;
  right: 0;
  top: 18px;
  background: url('../../frontend/OM/Isha/en_US/images/filter-arrow.png') no-repeat right top;
  width: 8px;
  height: 13px;
}
.sidebar-main .filter .filter-options-item {
  border-bottom: none;
}
.sidebar-main .filter .filter-options-item.active .filter-options-title:after {
  transform: rotate(90deg);
  right: 6px;
}
.sidebar-main .filter .filter-options-item.active .filter-options-content {
  display: block;
  transition: 0.5s all ease;
}
.sidebar-main .filter .filter-options-content {
  padding-left: 0;
  transition: 0.5s all ease;
  display: none;
}
.sidebar-main .filter .filter-options-content .count {
  position: relative;
}
.sidebar-main .filter .filter-options-content .count:after {
  right: 0;
  position: absolute;
}
.sidebar-main .filter .filter-options-content li {
  padding-bottom: 5px;
  margin-bottom: 12px;
}
.sidebar-main .filter .filter-options-content li a {
  color: #020202;
  font-size: 0.98vw;
  font-family: 'Fedra Sans Book 5';
  transition: 0.5s all ease;
  padding-top: 4px;
}
.sidebar-main .filter .filter-options-content li a:hover {
  background: 0 0;
  color: #a92611;
  transition: 0.5s all ease;
}
.sidebar-main .filter-title strong {
  background-color: #ffffff;
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #ccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.sidebar-main .filter-subtitle {
  display: none;
}
.sidebar-main .filter-options {
  margin: 0;
  text-align: left !important;
}
.sidebar-main .filter-options-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.sidebar-main .filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.sidebar-main .filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  right: 13px;
  top: 12px;
}
.sidebar-main .filter-options-title:hover {
  color: #000000;
}
.sidebar-main .active > .filter-options-title:after {
  content: '\e621';
}
@media screen and (max-width: 768px) {
  .sidebar-main .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) {
  .sidebar-main {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
    padding-right: 0 !important;
    box-sizing: border-box;
    padding-right: 2%;
  }
  .sidebar-main .filter .block-subtitle {
    display: none;
  }
  .sidebar-main .filter .filter-options-title {
    color: #020202;
    font-size: 1.1vw;
    font-family: 'Fedra Sans Medium 5';
    font-weight: 400 !important;
    border-bottom: 1px solid #e4af3f;
    text-transform: capitalize;
    font-weight: 600;
    padding-bottom: 8px;
    padding-left: 0;
  }
  .sidebar-main .filter .filter-options-title:after {
    content: '';
    position: absolute;
    right: 0;
    top: 18px;
    background: url('../../frontend/OM/Isha/en_US/images/filter-arrow.png') no-repeat right top;
    width: 8px;
    height: 13px;
  }
  .sidebar-main .filter .filter-options-item {
    border-bottom: none;
  }
  .sidebar-main .filter .filter-options-item.active .filter-options-title:after {
    transform: rotate(90deg);
    right: 6px;
  }
  .sidebar-main .filter .filter-options-item.active .filter-options-content {
    display: block;
    transition: 0.5s all ease;
  }
  .sidebar-main .filter .filter-options-content {
    padding-left: 0;
    transition: 0.5s all ease;
    display: none;
  }
  .sidebar-main .filter .filter-options-content .count {
    position: relative;
  }
  .sidebar-main .filter .filter-options-content .count:after {
    right: 0;
    position: absolute;
  }
  .sidebar-main .filter .filter-options-content li {
    padding-bottom: 5px;
    margin-bottom: 12px;
  }
  .sidebar-main .filter .filter-options-content li a {
    color: #020202;
    font-size: 0.98vw;
    font-family: 'Fedra Sans Book 5';
    transition: 0.5s all ease;
    padding-top: 4px;
  }
  .sidebar-main .filter .filter-options-content li a:hover {
    background: 0 0;
    color: #a92611;
    transition: 0.5s all ease;
  }
}
.product-media-info-section .box-tocart {
  margin: 0 0 30px;
}
.product-media-info-section .box-tocart .action.tocart {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  width: 100%;
  vertical-align: top;
}
.product-media-info-section .box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-media-info-section .box-tocart .input-text.qty {
  text-align: center;
  width: 54px;
}
.product-media-info-section .action.skip:not(:focus) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-media-info-section .action.skip:focus {
  background: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.product-media-info-section .message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #a92611;
  padding-left: 45px;
  position: relative;
}
.product-media-info-section .message.error a {
  color: #2781d2;
}
.product-media-info-section .message.error a:hover {
  color: #2781d2;
}
.product-media-info-section .message.error a:active {
  color: #2781d2;
}
.product-media-info-section .message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #a92611;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.product-media-info-section .message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #28a745;
  padding-left: 45px;
  position: relative;
}
.product-media-info-section .message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #28a745;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.product-media-info-section .fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -0.31em;
}
.product-media-info-section .fieldset > * {
  letter-spacing: normal;
}
.product-media-info-section .fieldset > .field {
  margin: 0 0 20px;
}
.product-media-info-section .action.primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Fedra Sans Std';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.product-media-info-section .action.primary:focus {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.product-media-info-section .action.primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.product-media-info-section .action.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .catalog-product-view .product-info-main {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1249px) {
  .product-media-info-section .product-info-main .stock {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-main .product.alert.stock a {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .product-media-info-section .rating-summary .rating-result {
    width: 60px;
  }
}
.product-media-info-section .catalog-product-view #product-addtocart-button {
  float: left;
}
.product-media-info-section .catalog-product-view .product.media {
  width: 48% !important;
  display: block;
}
.product-media-info-section .catalog-product-view .product.media .action.towishlist {
  float: left;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Fedra Sans Medium 5';
  margin: 10px 0 0 20px;
  padding-left: 22px;
  position: absolute;
  top: 5px;
  left: 145px;
  z-index: 9;
}
.product-media-info-section .catalog-product-view .product.media .action.towishlist:before {
  content: '';
  content: "\f08a";
  font-family: "FontAwesome";
  position: absolute;
  color: #ffffff;
  left: 2px;
  font-weight: 700;
}
.product-media-info-section .catalog-product-view .product.media .action.towishlist:hover {
  text-decoration: none;
}
.product-media-info-section .catalog-product-view .product-info-main {
  width: 50%;
  position: relative;
  padding-right: 0;
  height: 100%;
  padding-bottom: 0;
}
.product-media-info-section .catalog-product-view .product-info-main h1.page-title {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Fedra Sans Book 5';
  margin: 0;
  padding: 0 0 8px;
}
.product-media-info-section .catalog-product-view .product-info-main .page-title-wrapper.product {
  float: left;
  padding-right: 15px;
}
.product-media-info-section .catalog-product-view .product-info-main .product-info-price {
  width: auto;
  border: none;
  color: #000000;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}
.product-media-info-section .catalog-product-view .product-info-main .product-info-price span.price {
  color: #020202;
  font-weight: 700;
  font-size: 24px;
}
.product-media-info-section .catalog-product-view .product-info-main .price-box {
  margin-bottom: 0;
  padding: 0;
}
.product-media-info-section .catalog-product-view .product-info-main .box-tocart {
  clear: both;
  overflow: hidden;
  margin: 0 0 10px;
}
.product-media-info-section .catalog-product-view .product-info-main .box-tocart .field.qty {
  float: left;
  margin: 0;
  padding: 8px 35px 0 0;
}
.product-media-info-section .catalog-product-view .product-info-main .box-tocart .field.qty input {
  background: 0 0;
  border: none;
  font-weight: 600;
  width: 25px;
  padding: 0;
  text-align: center;
  line-height: normal;
  padding-top: 0;
  font-family: 'Fedra Sans Std';
  font-size: 24px;
  font-weight: 400;
}
.product-media-info-section .catalog-product-view .product-info-main .box-tocart .field.qty input:focus {
  outline: none;
  box-shadow: none;
}
.product-media-info-section .catalog-product-view .product-info-main .box-tocart .field.qty span {
  background: #ffffff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  padding: 1px 6px 6px 5px;
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  cursor: pointer;
}
.product-media-info-section .catalog-product-view .product-info-main .box-tocart .field.qty span.decrement-qty {
  padding: 1px 8px 6px;
}
.product-media-info-section .catalog-product-view .product-info-main .box-tocart .actions {
  display: flex;
  float: left;
  padding-left: 0;
  width: 70%;
}
.product-media-info-section .catalog-product-view .product-info-main .box-tocart .actions .primary.tocart {
  border: none;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  height: 48px;
  line-height: 48px;
  width: auto;
  border-radius: 4px;
  margin-right: 22px;
  background: #a92611;
  transition: 0.5s all ease;
  font-family: 'Fedra Sans Std';
  width: 180px;
  color: #fdf8ee;
  letter-spacing: 0px;
  padding: 0;
}
.product-media-info-section .catalog-product-view .product-info-main .box-tocart .actions .primary.tocart:hover {
  background: #e8532c;
  color: #fdf8ee;
}
.product-media-info-section .catalog-product-view .product-info-main .box-tocart .actions .primary.tocart:focus,
.product-media-info-section .catalog-product-view .product-info-main .box-tocart .actions .primary.tocart:hover {
  outline: none;
  border: none;
}
.product-media-info-section .catalog-product-view .product-info-main .box-tocart .actions #buy-now {
  border: none;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  font-size: 15px;
  padding: 0;
  width: auto;
  border-radius: 4px;
  font-family: 'Fedra Sans Std';
  background: #edaa38 url('../../frontend/OM/Isha/en_US/images/buynow-bg.png') no-repeat 40px 14px;
  text-align: center;
  width: 180px;
  height: 48px;
  line-height: 48px;
  padding-left: 26px;
}
.product-media-info-section .catalog-product-view .product-info-main .box-tocart .actions #buy-now:hover {
  background: #ffb943 url('../../frontend/OM/Isha/en_US/images/buynow-bg.png') no-repeat 40px 14px;
}
.product-media-info-section .catalog-product-view .product-info-main .box-tocart .actions #buy-now:focus {
  border: none;
  outline: none;
}
.product-media-info-section .catalog-product-view .product-info-main .product.alert.stock {
  float: none;
  clear: both;
  padding: 0;
  text-align: left;
  padding-top: 15px;
}
.product-media-info-section .catalog-product-view .product-info-main .product.alert.stock a {
  font-size: 15.5px;
  color: #020202;
  border: solid 1px #fdf8ee;
  padding: 10px;
  border-radius: 3px;
  letter-spacing: 0.45px;
}
.product-media-info-section .video-thumb-icon:after {
  background: url(../../frontend/OM/Isha/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-media-info-section .price-container.weee:before {
  display: none;
}
.product-media-info-section .price-container .price {
  font-size: 1.4rem;
}
.product-media-info-section .rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.product-media-info-section .rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.product-media-info-section .rating-summary .rating-result:before {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../../frontend/OM/Isha/en_US/images/grey-star.svg');
  content: "" !important;
  height: 20px !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  display: block;
}
.product-media-info-section .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.product-media-info-section .rating-summary .rating-result > span:before {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../../frontend/OM/Isha/en_US/images/yellow-star.svg');
  content: "" !important;
  height: 20px;
  position: relative;
  z-index: 2;
  display: block;
}
.product-media-info-section .rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-media-info-section .codcheck-prod {
  border: 1px solid #e7e7e7;
  float: left;
  padding: 10px;
  width: 100%;
  border: none;
  padding: 0;
  position: relative;
  width: 370px;
  display: block;
  width: 480px;
}
.product-media-info-section .codcheck-prod h3 {
  font-family: 'Fedra Sans Std';
  font-size: 16px;
  font-weight: 600;
  color: #020202;
  float: left;
  padding-top: 10px;
  margin: 0;
}
.product-media-info-section .codcheck-prod .codcheck-text {
  float: left;
  padding-left: 20px;
  width: 60%;
  position: relative;
  width: 50%;
}
.product-media-info-section .codcheck-prod .codcheck-text input {
  border: solid 1px #edaa38;
  height: auto;
  padding: 8px;
  border-radius: 4px;
}
.product-media-info-section .codcheck-prod .codcheck-text input:focus {
  outline: none;
  box-shadow: none;
}
.product-media-info-section .codcheck-prod .codcheck-btn {
  position: absolute;
  right: 5px;
  top: 2px;
  padding: 0;
}
.product-media-info-section .codcheck-prod .codcheck-btn input {
  font-size: 14px;
  color: #a92611;
  top: 11px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Fedra Sans Medium 5';
  background: 0 0;
  border: none;
}
.product-media-info-section .codcheck-prod .codcheck-btn input:hover {
  background: 0 0;
  border: none;
  color: #a92611;
}
.product-media-info-section .codcheck-prod .codcheck-btn input:focus {
  outline: none;
  box-shadow: none;
  background: 0 0;
  border: none;
  color: #a92611;
}
.product-media-info-section .codcheck-prod #errormsg {
  display: block;
  background: 0 0;
  padding-top: 4px;
  padding-bottom: 0;
  padding-left: 0;
  line-height: normal;
  clear: both;
}
.product-media-info-section .codcheck-prod #errormsg .msg:before {
  display: none;
  width: 22px;
  margin: -18px 0 0;
}
.product-media-info-section .codcheck-prod .success.message {
  background: 0 0;
  padding-top: 4px;
  padding-bottom: 0;
  padding-left: 0;
  line-height: normal;
}
.product-media-info-section .codcheck-prod .success.message .msg:before {
  display: none;
  width: 22px;
  margin: -18px 0 0;
}
.product-media-info-section .codcheck-prod .message {
  margin: 0px !important;
  padding-top: 12px !important;
}
.product-media-info-section .product-info-main .product-info-price {
  color: #6c757d;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.product-media-info-section .product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product-media-info-section .product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-media-info-section .product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-media-info-section .product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-media-info-section .product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-media-info-section .product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-media-info-section .product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-media-info-section .product-info-main .stock {
  margin: 0 0 3px;
  clear: both;
}
.product-media-info-section .product-info-main .product.alert {
  margin: 10px 0;
}
.product-media-info-section .product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-media-info-section .product-info-main .rating-summary {
  margin-right: 30px;
}
.product-media-info-section .product-info-price .price-box {
  color: #6c757d;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-media-info-section .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-media-info-section .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-media-info-section .product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-media-info-section .action-skip-wrapper {
  height: 0;
  position: relative;
}
.product-media-info-section .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.product-media-info-section .media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product.media {
  padding-bottom: 0;
  margin-bottom: 30px !important;
  padding-left: 0;
  padding-right: 0;
  z-index: 1;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product.media .gallery-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product.media .video-thumb-icon:after {
  display: none;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product.media .action.towishlist {
  margin: 0 -12px 0 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  float: left;
  cursor: pointer;
  z-index: 0;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product.media .action.towishlist:before {
  display: none;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product.media .action.towishlist:after {
  content: "";
  width: 69px;
  height: 69px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url('../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/wishlist-icon.svg');
  display: inline-block;
  background-size: contain;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product.media .action.towishlist:hover:after {
  background-image: url('../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/wishlist-icon-hover.svg');
}
.catalog-product-view.new-pdp-design .product-media-info-section .clear {
  clear: both;
}
.catalog-product-view.new-pdp-design .product-media-info-section .clear:after {
  content: "";
  display: table;
  clear: both;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-media-info-section .product-container {
  position: relative;
}
.catalog-product-view.new-pdp-design .product-media-info-section .social-share-button {
  position: relative;
  display: inline-block;
}
.catalog-product-view.new-pdp-design .product-media-info-section .social-share-button:after {
  content: "";
  width: 69px;
  height: 69px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url('../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/share-icon.svg');
  display: inline-block;
  background-size: contain;
}
.catalog-product-view.new-pdp-design .product-media-info-section .social-share-button:hover:after {
  background-image: url('../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/share-icon-hover.svg');
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-icon {
  position: absolute;
  top: 5px;
  z-index: 99;
  right: 0;
  left: auto !important;
  height: fit-content;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .page-title-wrapper.product {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main h1.page-title {
  font-size: 18px;
  line-height: 34px;
  font-family: 'Fedra Sans Book 5';
  font-weight: 400;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .product-info-price {
  display: inline-block;
  float: none;
  width: 100% !important;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart {
  padding: 0;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .actions {
  width: 100%;
  padding-top: 0;
  display: block;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .actions #buy-now {
  background-color: #a92611;
  text-transform: none;
  border-radius: 4px;
  width: 48%;
  max-width: 288px;
  font-size: 21px;
  letter-spacing: 0.01em;
  line-height: 22px;
  height: 54px;
  padding-left: 0;
  background-image: none;
  font-family: 'Fedra Sans Std';
  font-weight: 500;
  transition: 0.3s all ease;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .actions #buy-now span {
  display: inline-block;
  background: 0 0;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .actions #buy-now span:after {
  content: "";
  width: 17px;
  height: 16px;
  margin-left: 10px;
  top: 50%;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url('../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/btn-right-arrow.svg');
  vertical-align: middle;
  margin-bottom: 2px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .actions #buy-now:hover {
  background-color: #000000;
  background-image: none;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .field.qty {
  padding: 0 !important;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: none;
  background: 0 0;
  z-index: 0;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .field.qty:before {
  content: "Quantity:";
  font-size: 18px;
  color: #020202;
  margin-right: 25px;
  margin-top: 5px;
  display: inline-block;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .field.qty input {
  min-width: 45px;
  font-size: 21px;
  font-weight: 500;
  font-family: 'Fedra Sans Std';
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .field.qty .control {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .field.qty span {
  background: #ffffff !important;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 24px !important;
  font-family: 'Fedra Sans Std';
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .field.qty span.decrement-qty {
  padding: 4px 0 0 !important;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .field.qty span.increment-qty {
  padding: 2px 0 0 !important;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .field.qty span.deactive {
  background: rgba(196, 196, 196, 0.2) !important;
  color: #ffffff;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main #product-addtocart-button {
  background: #edaa39;
  text-transform: none;
  margin-right: 12px;
  border-radius: 4px;
  width: 48%;
  max-width: 288px;
  font-size: 21px;
  letter-spacing: 0.01em;
  height: 54px;
  line-height: 26px;
  font-family: 'Fedra Sans Std';
  font-weight: 500;
  position: relative;
  bottom: 0;
  right: 0;
  margin-bottom: 15px;
  z-index: 0;
  transition: 0.3s all ease;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main #product-addtocart-button:hover {
  background: #ffb943;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .product-add-form .fieldset {
  margin-bottom: 0;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .arar-review-summary {
  display: block;
  margin-bottom: 10px;
  clear: both;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .arar-review-summary .rating-links {
  padding-left: 0;
  padding-top: 4px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .arar-review-summary .rating-links .separator {
  display: none;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .arar-review-summary .rating-links [data-pr-action*=show-review-form] {
  display: none;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .arar-review-summary .rating-links a {
  color: #020202;
  text-transform: unset !important;
  text-decoration: none;
  display: inline-block;
  font-family: 'Fedra Sans Book 5';
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .arar-review-summary .rating-links a:before {
  content: "(";
  position: relative;
  left: 4px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .arar-review-summary .rating-links a:after {
  content: ")";
  position: relative;
  right: 4px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .arar-review-summary .rating-summary {
  padding-top: 0;
  display: inline-block;
  margin-right: 0;
  vertical-align: middle;
  z-index: 0;
  position: relative;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .rating-summary .rating-result {
  width: 120px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .rating-summary .rating-result:before {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/grey-star.svg');
  content: "" !important;
  height: 24px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .rating-summary .rating-result > span:before {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/yellow-star.svg');
  content: "" !important;
  height: 24px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .codcheck-prod {
  width: 100%;
  margin-bottom: 35px;
  padding: 0;
  border: 0;
}
.catalog-product-view.new-pdp-design .product-media-info-section .codcheck-prod .codcheck-text {
  padding-left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  float: none;
}
.catalog-product-view.new-pdp-design .product-media-info-section .codcheck-prod .codcheck-text #codvalue {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 21px;
  border-radius: 0;
  background: 0 0;
  max-width: 180px;
  padding: 5px 0;
  font-family: 'Fedra Sans Std';
  font-weight: 500;
  letter-spacing: 0.5em;
  color: #020202;
}
.catalog-product-view.new-pdp-design .product-media-info-section .codcheck-prod .codcheck-text input[type=text]::placeholder {
  color: #6c757d !important;
  letter-spacing: 0;
  font-size: 21px !important;
  color: #6c757d;
  font-family: 'Fedra Sans Std';
  font-weight: 400;
  font-style: normal;
}
.catalog-product-view.new-pdp-design .product-media-info-section .codcheck-prod h3 {
  display: none;
}
.catalog-product-view.new-pdp-design .product-media-info-section .codcheck-prod .codcheck-btn {
  position: relative;
  right: 0;
  top: 0;
  padding: 0;
}
.catalog-product-view.new-pdp-design .product-media-info-section .codcheck-prod .codcheck-btn input {
  font-size: 21px;
  text-decoration: underline;
  padding: 0;
  color: #a92611;
  text-transform: capitalize;
  margin-left: 25px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .shipping-wrap {
  clear: both;
  font-size: 14px;
  line-height: 21px;
  color: #020202;
  text-align: center;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 50px;
  font-family: 'Fedra Sans Book 5';
}
.catalog-product-view.new-pdp-design .product-media-info-section .shipping-wrap .shipping-wrap {
  margin: 0;
}
.catalog-product-view.new-pdp-design .product-media-info-section .shipping-block {
  width: 20%;
  padding-left: 5px;
  padding-right: 5px;
  min-width: 100px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .shipping-block p {
  margin-bottom: 0;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}
.catalog-product-view.new-pdp-design .product-media-info-section .shipping-block-icon {
  min-height: 35px;
  margin-bottom: 12px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-short-info {
  margin-bottom: 45px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-short-info-title {
  font-family: 'Fedra Sans Std';
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 15px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-short-info-content {
  font-size: 18px;
  line-height: 30px;
  max-width: 490px;
  font-family: 'Fedra Sans Std';
}
.catalog-product-view.new-pdp-design .product-media-info-section .description .product-short-info-content {
  font-family: 'Fedra Sans Std';
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .description .product-short-info-content:before {
  left: 0;
  content: "";
  width: 100%;
  display: block;
  height: 13px;
  position: absolute;
  bottom: 0;
  background: #ffffff;
}
.catalog-product-view.new-pdp-design .product-media-info-section .description .product-short-info-content:after {
  left: 0;
  position: absolute;
  content: "";
  bottom: 10px;
  width: 100%;
  height: 18px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(253, 248, 238, 0.5) 50%);
}
.catalog-product-view.new-pdp-design .product-media-info-section .description .product-short-info-content p,
.catalog-product-view.new-pdp-design .product-media-info-section .description .product-short-info-content span {
  font-family: 'Fedra Sans Book 5';
  font-size: 18px;
  line-height: 30px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .read-toggle span {
  cursor: pointer;
  text-decoration: underline;
  color: #a92611;
  font-size: 21px;
  font-family: 'Fedra Sans Std';
  font-weight: 500;
}
.catalog-product-view.new-pdp-design .product-media-info-section .read-toggle .hidden {
  display: none;
}
.catalog-product-view.new-pdp-design .product-media-info-section .message .all-pincode-page-link {
  margin: 10px 0;
}
.catalog-product-view.new-pdp-design .product-media-info-section .message .all-pincode-page-link > a {
  color: #020202;
  text-decoration: underline;
  font-weight: 700;
}
.catalog-product-view.new-pdp-design .product-media-info-section .message .all-pincode-page-link > a:hover {
  color: #e8b55c;
}
.catalog-product-view.new-pdp-design .product-media-info-section .proceeds-ishalife {
  background: #ffffff;
  padding: 5px;
  box-shadow: 0px 12px 12px -8px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  margin-bottom: 58px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .proceeds-ishalife p {
  font-size: 18px;
  color: #020202;
  margin-bottom: 0;
  padding-left: 18px;
  font-family: 'Fedra Sans Std';
}
.catalog-product-view.new-pdp-design .product-media-info-section .proceeds-border {
  border: 1px dashed #edaa39;
  padding: 12px 25px;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.catalog-product-view.new-pdp-design .product-media-info-section .codcheck-btn {
  padding: 10px 0;
}
.catalog-product-view.new-pdp-design .new-pdp-design .product-media-info-section .message .all-pincode-page-link > a {
  font-weight: 400;
}
.catalog-product-view .product.media {
  display: block;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .catalog-product-view.new-pdp-design .product.media {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .catalog-product-view.new-pdp-design .product.media .action.towishlist:after {
    width: 62px;
    height: 62px;
  }
  .catalog-product-view.new-pdp-design .social-share-button:after {
    width: 62px;
    height: 62px;
  }
  .catalog-product-view.new-pdp-design .product-info-main h1.page-title {
    font-size: 18px;
    line-height: 27px;
  }
  .catalog-product-view.new-pdp-design .product-info-main .product-info-price span.price {
    font-size: 27px;
  }
  .catalog-product-view.new-pdp-design .product-info-main #product-addtocart-button {
    font-size: 18px;
    height: 45px;
    margin-bottom: 12px;
  }
  .catalog-product-view.new-pdp-design .product-info-main .box-tocart .actions #buy-now {
    font-size: 18px;
    height: 45px;
  }
  .catalog-product-view.new-pdp-design .product-container .product-info-main {
    width: 100% !important;
  }
  .catalog-product-view.new-pdp-design .product-short-info {
    margin-bottom: 60px;
  }
  .catalog-product-view.new-pdp-design .about_product_detail .product-short-info-title {
    font-size: 20px;
  }
  .catalog-product-view.new-pdp-design .codcheck-prod .codcheck-btn input {
    font-size: 17px;
  }
  .catalog-product-view.new-pdp-design .codcheck-prod .codcheck-text #codvalue {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
  .catalog-product-view.new-pdp-design .codcheck-prod .codcheck-text input[type=text]::placeholder {
    font-size: 17px !important;
  }
  .catalog-product-view.new-pdp-design .shipping-wrap {
    font-size: 12px;
    line-height: 15px;
  }
  .catalog-product-view.new-pdp-design .product-short-info-content {
    font-size: 17px;
    line-height: 27px;
  }
  .catalog-product-view.new-pdp-design .read-toggle span {
    font-size: 17px;
  }
}
@media only screen and (max-width: 639px) {
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .rating-summary .rating-result {
    width: 60px;
  }
  .catalog-product-view .product-info-main .box-tocart .actions {
    width: 70%;
    display: flex;
  }
}
@media (max-width: 767px) {
  .catalog-product-view.new-pdp-design .product.media {
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 1200px) {
  .catalog-product-view.new-pdp-design .product-media-info-section .product-info-main {
    padding-left: 12px;
  }
  .catalog-product-view.new-pdp-design .product-media-info-section .product-info-main #product-addtocart-button {
    padding-top: 4px;
  }
  .catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .actions #buy-now {
    padding-top: 4px;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 991px) {
  .catalog-product-view.new-pdp-design .product-media-info-section .product-container {
    max-width: 96%;
  }
}
@media only screen and (max-device-width: 1199px) {
  .catalog-product-view.new-pdp-design .product-media-info-section .product-container .product-info-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .catalog-product-view.new-pdp-design .product-media-info-section .product-info-main #product-addtocart-button {
    max-width: 100%;
    margin-right: 10px;
  }
  .catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .actions #buy-now {
    max-width: 100%;
    margin-right: 0;
  }
  .catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .arar-review-summary {
    display: flex;
    justify-content: left;
    padding-left: 0;
    text-align: left;
  }
  .catalog-product-view.new-pdp-design .product-media-info-section .codcheck-prod .codcheck-text {
    justify-content: center;
  }
  .catalog-product-view.new-pdp-design .product-media-info-section .shipping-wrap {
    overflow-x: auto;
    width: calc(100% + 60px);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .catalog-product-view.new-pdp-design .product-media-info-section .description {
    text-align: center;
    margin-bottom: 0;
  }
  .product-media-info-section .proceeds-ishalife {
    padding: 4px;
  }
  .product-media-info-section .proceeds-ishalife p {
    font-size: 13px;
    padding-left: 9px;
  }
  .product-media-info-section .proceeds-border {
    padding: 19px 12px;
  }
  .product-media-info-section .proceeds-border img {
    width: 40px;
  }
}
@media only screen and (max-device-width: 1024px) {
  .catalog-product-view.new-pdp-design .product-media-info-section .product-icon {
    position: absolute;
    top: 5px;
    z-index: 99;
    right: 0;
    left: auto !important;
    height: fit-content;
  }
}
div#webpush-prompt {
  display: none !important;
}
@media all and (min-width: 768px) {
  .product-media-info-section h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .product-media-info-section .product-info-main {
    float: right;
  }
  .product-media-info-section .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-media-info-section .product-info-main .product-add-form {
    padding-top: 0;
  }
  .product-media-info-section .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-media-info-section .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-media-info-section .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-media-info-section .product.media {
    float: left;
    margin-bottom: 25px;
  }
}
.rudrakshaguidemain .topbannersection .contentsecrtion {
  display: none;
  margin: auto;
}
.rudrakshaguidemain .topbannersection .set {
  margin-bottom: 12px;
}
.rudrakshaguidemain .topbannersection .accordingsecton {
  max-width: 940px;
  margin: auto;
}
.rudrakshaguidemain .topbannersection .qoute.for-mobile {
  background: none;
}
.rudrakshaguidemain .topbannersection .contentul li {
  font-size: 15px;
  list-style: none;
  padding-left: 10px;
  padding-bottom: 0px;
  padding-top: 20px;
}
.rudrakshaguidemain .topbannersection .contentul li h3 {
  font-family: 'Fedra Sans Std' !important;
  font-size: 14px !important;
  padding: 0px 30px 0px 0px !important;
  margin-bottom: 15px !important;
}
.rudrakshaguidemain .topbannersection .contentul li p {
  font-family: 'Fedra Sans Std' !important;
  font-size: 14px !important;
  padding: 0px 30px 0px 0px !important;
}
@media only screen and (min-width: 768px) {
  .rudrakshaguidemain .topbannersection .accordingsecton .accordion-container .set a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
    font-size: 16px;
    color: #a92611;
    font-family: 'Fedra Sans Std';
    font-weight: 500;
    background: #ffffff;
    padding: 10px 30px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
  }
  .rudrakshaguidemain .topbannersection .accordingsecton .accordion-container .set a h2 {
    font-family: 'Fedra Sans Std';
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    padding: 0px 0px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 767px) {
  .rudrakshaguidemain .topbannersection .accordingsecton .accordion-container .set a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
    font-size: 16px;
    color: #a92611;
    font-family: 'Fedra Sans Std';
    font-weight: 500;
    background: #ffffff;
    padding: 10px 30px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
  }
  .rudrakshaguidemain .topbannersection .accordingsecton .accordion-container .set a h2 {
    font-family: 'Fedra Sans Std';
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    padding: 0px 0px;
    font-weight: 600;
  }
  .page-wrapper .page-header {
    height: auto;
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  .rudrakshaguidemain .topbannersection .accordingsecton {
    max-width: 350px !important;
    margin: auto;
  }
}
.home-slider {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  padding: 32px 32px 63px;
}
.cms-index-index .row.homefeaturedoffer {
  max-width: 1280px;
  padding: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.home-slider span a {
  float: right;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  margin-bottom: 30px;
}
.widget-product-carousel .product-item-inner {
  position: static !important;
  clear: both;
}
.widget-product-carousel .product-item-inner .product-item-actions {
  display: flex;
  justify-content: center;
  padding-top: 6px;
}
.widget-product-carousel .product-item {
  padding: 0 3px !important;
}
.widget-product-carousel .product-item .product-photo {
  position: relative;
  float: left;
  width: 100%;
}
.widget-product-carousel .product-item .product-photo .offer-tag {
  font-family: "Fedra Sans Std";
  font-size: 16px;
  font-weight: 700;
  background: #b31212;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 0 25px 25px 0;
  min-width: max-content;
  padding: 14px 18px 9px 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.2;
  z-index: 1;
}
.widget-product-carousel .product-item .product-item-photo {
  float: left;
  width: 100%;
  background: #ebd5bb;
  border-radius: 7px;
  overflow: hidden;
  height: 100%;
}
.widget-product-carousel .product-item .product-item-photo .product-image-wrapper {
  padding-bottom: 101% !important;
}
.widget-product-carousel .product-item .product-item-photo .product-image-wrapper img {
  width: 100%;
  height: 100%;
}
.widget-product-carousel .product-item .product-reviews-summary .rating-summary {
  display: flex;
  left: 0;
  vertical-align: middle;
  justify-content: center;
}
.widget-product-carousel .product-item .price-box.price-final_price {
  justify-content: center;
}
.widget-product-carousel .product-item .product-item-name a {
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  width: 100%;
  text-align: left;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 34px;
  font-family: 'Fedra Sans Book 5';
  font-weight: 400;
  text-align: center;
}
.widget-product-carousel .product-item .product-item-actions .actions-primary > .stock.unavailable {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  background: #fff;
  padding: 5px 15px;
  font-size: 12px;
  color: #000 !important;
}
.widget-product-carousel .product-item .product-item-actions .actions-primary button.action.tocart.primary {
  width: auto;
  z-index: 9;
  font-size: 18px;
  padding: 9px 25px;
}
.widget-product-carousel .product-item .product-item-actions .actions-primary button.action.tocart.primary span {
  font-size: 18px;
}
.widget-product-carousel .product-item .product-item-actions .actions-primary + .actions-secondary > .action.towishlist {
  display: flex;
  border-radius: 37px;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: relative;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 37px;
  height: 37px;
  z-index: 9;
  display: none;
}
.widget-product-carousel .product-item .product-item-actions .actions-primary + .actions-secondary > .action.towishlist:before {
  margin: 0 !important;
}
.widget-product-carousel .product-item .price-box .price {
  white-space: nowrap;
  font-size: 15px;
  font-family: "Fedra Sans Medium 5";
  font-weight: 600;
  line-height: normal;
  color: #000;
}
.widget-product-carousel .product-item:hover .product-item-actions .actions-primary button.action.tocart.primary {
  display: block;
}
.widget-product-carousel .product-item:hover .product-item-actions .actions-primary + .actions-secondary > .action.towishlist {
  display: block;
}
.widget-product-carousel .slick-next {
  background: url('../../frontend/OM/Isha/en_US//images/Right-Scroll.svg');
  margin-top: -22px;
  width: 72px;
  height: 72px;
  outline: none;
}
.widget-product-carousel .slick-next:before {
  content: none;
}
.widget-product-carousel .slick-prev {
  background: url('../../frontend/OM/Isha/en_US//images/Left-Scroll.svg');
  margin-top: -22px;
  width: 72px;
  height: 72px;
  outline: none;
}
.widget-product-carousel .slick-prev:before {
  content: none;
}
.cms-index-index .block-title h2 {
  font-size: 45px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: "Fedra Sans Light";
  text-align: center;
}
.cms-index-index .page-main .block {
  padding: 25px 0 !important;
}
.cms-adiyogi-store,
.ishaessentials {
  background-color: #FFF !important;
}
html {
  scroll-behavior: smooth;
}
.item.product.product-item.out-of-stock .product-item-inner .unavailable {
  background: #f1bb61 !important;
}
.ishaessentials {
  padding: 0 !important;
}
.main-generic-category h2 {
  font-weight: 400;
  color: #231f20;
  font-size: 16px;
  line-height: 24px;
  margin-top: 18px;
  max-width: 158px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s ease-in-out 0s;
}
.main-generic-category li {
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.stock.notifyme {
  display: none;
}
.home-items.product-items li {
  display: none;
}
.ishaessentials .product-item-info .stock.unavailable {
  color: #000 !important;
}
.home-items.product-items li {
  width: 23% !important;
}
main#maincontent {
  max-width: 100% !important;
}
.more-button-cms-generic {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 50px;
}
.more-button-cms-generic a {
  height: auto;
  background: 0 0;
  border: solid 1px #a92611;
  line-height: normal;
  padding: 15px 40px;
  border-radius: 3px;
  color: #a92611;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .main-generic-category li {
    width: 12% !important;
  }
}
.main-generic-category a {
  display: block;
  text-decoration: none;
}
.cms-everyday-essentials .main-generic-category li {
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.main-generic-category ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}
.main-generic-category {
  text-align: center;
  padding: 90px 0 40px;
  background-color: #FFF !important;
}
.ishaessentials {
  background-color: #FFF !important;
}
html.essential-page,
html.essential-page body {
  scroll-behavior: smooth !important;
}
.main-generic-title,
h2.main-generic-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0 15px;
}
.ishaessentials {
  background: #fff !important;
}
.item.product.product-item.out-of-stock .product-item-inner .unavailable {
  color: #000 !important;
}
.item.product.product-item.out-of-stock .product-item-inner .unavailable:hover {
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .main-generic-category ul {
    flex-wrap: nowrap;
    overflow: auto;
    justify-content: flex-start;
  }
  .main-generic-category li {
    width: 50% !important;
    flex-shrink: 0;
  }
  .ishaessentials.onlyentials .stock.unavailable {
    line-height: 18px !important;
    margin-top: 0px !important;
    background: #f1bb61 !important;
    height: 30px !important;
    padding: 7px 0 !important;
    border-radius: 40px !important;
    color: #fff !important;
    border: none !important;
  }
  .ishaessentials .product-item-inner {
    min-height: 34px;
  }
  .ishaessentials .product-item .product-item-details {
    min-height: unset !important;
    padding: 0 10px 10px;
  }
  .ishaessentials .product-item {
    width: 46% !important;
    margin: 10px 2% !important;
  }
  .ishaessentials.onlyentials .stock.unavailable {
    background: #fff !important;
    border-radius: 0 !important;
    width: auto;
    color: #000 !important;
    font-size: 11px;
    padding: 7px 5px !important;
  }
  .ishaessentials.onlyentials .action.towishlist {
    top: 0 !important;
  }
  .product-item-inner .actions-primary form {
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .best-seller li {
    width: 48% !important;
  }
}
*,
::after,
::before {
  box-sizing: border-box;
}
.align-items-center {
  -ms-flex-align: center!important;
  align-items: center !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.justify-content-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap !important;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
button.close {
  padding: 0;
  background-color: transparent;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-secondary a:before {
  background: url('../../frontend/OM/Isha/en_US/images/heart.svg') no-repeat center center;
  height: 16px;
  width: 18px;
  background-size: 100%;
}
.dropdown-menu-dekstop .level0 .level-top picture {
  display: inline-block;
  vertical-align: middle;
}
.minicart-items .product-image-wrapper .product-image-photo {
  width: 100%;
}
.dropdown-menu-dekstop .menu-left .menu-links .split-ul.hipainrelief {
  margin: 0 -50px;
  width: calc(100% + 100px) !important;
}
.account.customer-address-index .block.block-addresses-list {
  float: left;
  width: 100%;
}
.account.customer-address-index .block.block-addresses-list .block-content .box-title span {
  color: #020202;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Fedra Sans Medium 5';
}
body {
  font-family: 'Fedra Sans Book 5', 'Open Sans', sans-serif !important;
}
.cms-index-index .page-title-wrapper {
  display: none;
}
.customer-account-login .block-customer-login .actions-toolbar {
  width: 87%;
  margin: 0 30px;
  padding: 0 20px;
}
.newinisha {
  padding-top: 90px !important;
}
.customer-account-create .registermain .actions-toolbar {
  margin: 10px;
}
.customer-account-create .registermain .actions-toolbar .primary {
  width: 87%;
  margin: 0 30px;
  padding: 12px 20px;
}
.customer-account-create .registermain {
  width: 550px !important;
}
.customer-account-create .fieldset.create.account {
  padding: 20px !important;
}
.customer-account-create .fieldset.create.account {
  width: 100% !important;
}
.account.form-create-account .field-recaptcha {
  padding: 20px 0;
}
.opc-wrapper .shipping-address-item {
  width: 50% !important;
}
.checkout-index-index .page-main #checkout .field {
  margin: 0 !important;
}
#checkout-shipping-method-load input[type=radio]:not(:checked),
#checkout-shipping-method-load input[type=radio]:checked {
  opacity: 1 !important;
}
#checkout-payment-method-load input[type=radio]:not(:checked),
#checkout-payment-method-load input[type=radio]:checked {
  opacity: 1 !important;
}
.checkout-index-index .page-main #checkout .field .label {
  display: block !important;
}
#checkout-payment-method-load input[type=radio]:not(:checked) + label,
#checkout-payment-method-load input[type=radio]:checked + label {
  padding-left: 25px !important;
}
#checkout-step-shipping_method .actions-toolbar {
  text-align: left;
  float: right;
  position: relative;
  right: 15%;
  top: 20px;
}
.checkout-container .payment-group {
  width: 100%;
}
.payment-method-braintree .hosted-control {
  height: 45px !important;
}
#co-payment-form .actions-toolbar {
  margin-bottom: 15px !important;
}
.form.form-cart .cart.main.actions button {
  display: block !important;
}
.form.form-cart .cart.main.actions button.action.update {
  display: none !important;
}
.form.form-cart .cart.main.actions a,
.form.form-cart .cart.main.actions button {
  color: #a92611 !important;
  border: solid 1px #a92611 !important;
  font-weight: 700 !important;
}
.form.form-cart .cart.main.actions a:before,
.form.form-cart .cart.main.actions button:before {
  color: #a92611 !important;
}
.form.form-cart .cart.main.actions a:hover,
.form.form-cart .cart.main.actions button:hover {
  background: #fdf8ee !important;
  color: #a92611 !important;
  border: solid 1px #fdf8ee !important;
}
.form.form-cart .cart.main.actions button {
  float: right !important;
  margin: 0 10px !important;
  padding: 14px 36px !important;
}
.modal-popup.popup-authentication {
  z-index: 999;
}
.action.primary {
  background-image: none;
  background: #a92611;
  border: 1px solid #a92611;
}
.action.primary:hover {
  background: #a92611 !important;
  border: 1px solid #a92611 !important;
  color: #ffffff !important;
}
.modal-popup.popup-authentication .modal-content {
  border: 0;
}
.modal-popup.popup-authentication .modal-header {
  border-bottom: 0;
}
.form .actions-toolbar .primary button {
  padding: 10px !important;
  color: #ffffff;
  box-shadow: none;
}
.action-login {
  box-shadow: none;
}
.actions-toolbar .secondary a {
  color: #a92611;
}
#customer-reviews {
  margin-bottom: 80px !important;
}
.aw-sarp2-customer-subscriptions .col {
  width: auto !important;
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
  line-height: 40px;
}
.aw-sarp2-customer-subscriptions a {
  color: #e8b55c;
}
.aw-sarp2-customer-subscriptions .table thead th {
  border-bottom: 0;
}
.cms-about-isha-life p {
  font-size: 18px;
  font-family: 'Fedra Sans Book 5';
  line-height: 30px;
}
.cms-about-isha-life h1:after {
  content: '';
  width: 86%;
  height: 1px;
  background: #f1bf55;
  display: block;
  position: relative;
  bottom: 6px;
  z-index: -1;
  left: 24%;
  bottom: 22px;
}
.cms-about-isha-life h1 {
  color: #020202;
  font-family: 'Fedra Sans Book 5';
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 36px;
  padding-right: 20px;
}
.cms-privacy-policy-cookie-restriction-mode p {
  font-size: 18px;
  line-height: 30px;
}
.cms-privacy-policy-cookie-restriction-mode .page-main li {
  font-size: 18px;
  font-family: 'Fedra Sans Book 5';
  line-height: 40px;
}
.faq-content p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 18px;
  font-family: 'Fedra Sans Book 5';
  line-height: 40px;
}
.faq-content ul li {
  font-size: 18px;
  font-family: 'Fedra Sans Book 5';
  line-height: 40px;
}
.cms-terms-conditions p {
  font-family: 'Fedra Sans Book 5';
  margin-bottom: 30px;
  font-size: 18px;
}
.grouped thead th {
  vertical-align: bottom;
  border-bottom: 0;
}
.grouped .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table.grouped .col.item {
  width: 90%;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Fedra Sans Book 5';
}
.grouped .table th {
  border-top: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Fedra Sans Book 5';
}
.bundle-actions {
  margin: 10px 0;
  clear: both;
  position: relative;
  padding: 10px 0;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  text-decoration: line-through;
}
.bundle-options-wrapper div#product-options-wrapper label {
  margin-right: 0 !important;
  text-align: left;
  width: 100%;
  line-height: 26px;
}
.bundle-options-container .action.back {
  display: none;
}
.bundle-options-container .block-bundle-summary .product-image-container {
  height: auto;
  overflow: visible;
  position: relative;
  width: auto;
}
.bundle-options-container .block-bundle-summary > .title {
  border-bottom: 1px #e4e4e4 solid;
  margin: 0;
  padding: 0;
}
.bundle-options-container .product-add-form .block-bundle-summary .product-details .product.name {
  display: block !important;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  line-height: 40px;
  width: 100%;
  height: auto;
  position: relative;
}
.bundle-options-container .bundle-info .available.stock {
  display: block !important;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  line-height: 40px;
  width: 100%;
  height: auto;
  position: relative;
}
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart {
  line-height: 1.2rem;
  padding: 12px 10px;
  font-size: 1.8rem;
  background: #e8b55c;
  border: 1px solid #e8b55c;
  color: #ffffff;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0;
}
.block-bundle-summary .fieldset:last-child {
  margin-bottom: 0;
}
.bundle-options-container .block-bundle-summary .price-box .price-wrapper,
.bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
  color: #6c757d;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  font-family: 'Fedra Sans Book 5';
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 0;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 0;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  line-height: 30px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  line-height: 1.1;
  margin-top: 2.5rem;
  border-bottom: 2px solid #e8b55c;
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 18px;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  line-height: 1.1;
  font-weight: 600;
  font-size: 18px;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
  font-family: 'Fedra Sans Book 5';
  border-bottom: 2px solid #e8b55c;
  width: 20%;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
  display: none;
}
.bundle-options-wrapper div#product-options-wrapper label {
  margin-left: 0 !important;
}
.table.grouped .product-item-name {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.catalog-product-view .product-info-main .price-box {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.grouped thead th {
  vertical-align: bottom;
  border-bottom: 0;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  font-weight: 700;
}
.grouped th {
  border-top: 0;
}
.additional_addtocart label {
  cursor: pointer !important;
}
.products.list .product-item-info .product-item-inner .actions-primary button {
  width: 100% !important;
  display: block;
  border-radius: 30px;
  background: #e8b55c;
  border: none;
  text-transform: uppercase;
  line-height: normal;
  opacity: 1;
  height: auto !important;
  padding: 8px 0;
  margin: 0 !important;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px !important;
  font-weight: 400;
  letter-spacing: 0.45px;
}
.subscription-type label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Fedra Sans Book 5';
}
.contact-index-index .modal-popup .modal-inner-wrap {
  width: 60%;
  right: 22%;
  position: absolute;
  top: 14%;
}
#click-header {
  color: transparent;
  cursor: pointer;
}
.contact-index-index label,
.contact-index-index #content {
  height: 20px;
  width: auto;
  margin-bottom: 10px;
  border: 1px solid #ffffff;
  display: inline-block;
}
.contact-index-index #menu-toggle {
  display: none;
}
.contact-index-index #menu {
  background-color: orange;
  width: 780px;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
}
.contact-index-index #menu-toggle:checked + #menu {
  max-height: 100px;
}
.contact-index-index .accordion {
  color: #444;
  cursor: pointer;
  padding: 18px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.contact-index-index .accordion1 {
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.contact-index-index .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: 700;
  float: left;
  margin-left: 0;
  padding: 0 5px;
}
.contact-index-index .panel {
  padding: 0 18px;
  display: none;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: none;
}
.contact-index-index .column.main {
  width: 70% !important;
}
.contact-index-index .sidebar-main {
  width: 30% !important;
}
.faq_content ul {
  padding: 0;
  list-style-type: none;
  color: #000;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.email-icon {
  background: url('../../frontend/OM/Isha/en_US/images/mail.png') no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  float: left;
}
.contact-index-index #maincontent .page-title {
  display: block !important;
  position: relative;
  left: 0;
  font-family: 'Fedra Sans Book 5';
  font-size: 24px;
  text-align: center;
}
#click-header {
  color: transparent;
  cursor: pointer;
}
h2.email-heading {
  cursor: pointer;
}
.email_us h2,
.telephone h2 {
  float: left;
  margin-left: 7%;
  color: #444;
  font-size: 14px;
}
.email-heading,
.tele-heading {
  font-weight: 700;
}
.contact_right,
.contac_infor {
  float: left;
  width: 100%;
  background: #efefef;
  padding: 0;
  height: 430px;
}
.contc-title h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0;
}
.cont-right-col {
  float: left;
  margin-left: 40px;
}
.contac_infor .email_us,
.contac_infor .telephone,
.contac_infor .lshalife_right {
  padding: 5px;
}
.email_us {
  float: left;
  margin-bottom: 10px;
}
.email-addr p {
  margin: 0;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.contac_infor .email_us,
.contac_infor .telephone,
.contac_infor .lshalife_right {
  padding: 5px;
}
.contac_infor .telephone,
.contac_infor .lshalife_right {
  float: left;
  clear: both;
  margin-bottom: 10px;
}
.telephone-icon {
  background: url('../../frontend/OM/Isha/en_US/images/phone.png') no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  float: left;
}
.telephone h2 {
  float: left;
  font-size: 14px;
}
.telephone-addr p {
  margin: 0;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.lshalife_right-icon {
  background: url('../../frontend/OM/Isha/en_US/images/location.png') no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  float: left;
}
.ishalife-addr {
  float: left;
  padding-left: 15px;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.ishalife-addr p {
  margin: 0;
  line-height: 20px;
}
.product-item .old-price {
  margin: 5px 0;
  text-decoration: line-through;
}
.bundle-options-container .price {
  font-size: 14px !important;
}
.aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list li .details-field {
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
}
.aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list li .details-value {
  font-family: 'Fedra Sans Book 5';
}
li.accordion1 a {
  color: #444;
}
li.listfaq-li a {
  color: #444;
}
li.accordion a {
  color: #444;
}
.contact-index-index .page-header.headersticky {
  position: relative;
}
.account .table-wrapper {
  border-bottom: 0;
}
.block.block-dashboard-orders table td a span,
.orders-history table td a span {
  border-bottom: 0 !important;
}
.aw_sarp2-profile-index .toolbar.bottom p.toolbar-amount {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.limiter-label {
  font-weight: 700;
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
}
.aw_sarp2-profile-index .toolbar.bottom select {
  background-color: transparent;
  border: solid 1px #f1bf55;
  font-size: 14px;
}
.toolbar.bottom span.limiter-text {
  font-size: 14px;
}
.page.messages {
  display: block;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 99999999;
  animation: css 0s 3s forwards !important;
}
.aw-sarp2-customer-subscriptions .table td,
.aw-sarp2-customer-subscriptions .table th {
  padding: 0 5px;
}
.bundle-info .box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 0;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 5px 0 !important;
}
.price-as-configured {
  margin-top: 0;
  margin-bottom: 0;
}
.bundle-options-container .block-bundle-summary .box-tocart .action.primary {
  margin: 0 !important;
}
.table.grouped .stock.unavailable {
  font-size: 14px;
}
.table-wrapper.downloadable-products {
  border: solid 1px #e8b55c;
  background: #fdf8ee;
  margin-bottom: 40px !important;
}
.downloadable-products-toolbar p.toolbar-amount {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.downloadable-products-toolbar .limiter-label {
  font-weight: 400;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.downloadable-products-toolbar select {
  background-color: transparent;
  border: solid 1px #f1bf55;
  font-weight: 400;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.downloadable-products-toolbar span.limiter-text {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.table-wrapper.downloadable-products .col a {
  color: #e8b55c;
}
.table-wrapper.downloadable-products .col a:hover {
  color: #e8b55c;
}
.table-downloadable-products .action.download:before {
  width: 25px;
}
.contact-index-index aside.modal-popup.modal-slide._inner-scroll._show {
  z-index: 999 !important;
}
.form.contact .fieldset > .field > .label {
  color: #020202;
  font-weight: 400;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.catalog-product-view .block.upsell {
  clear: both;
  overflow: hidden;
  width: 100vw;
  margin-left: -51.5vw;
  height: 100%;
  left: 51%;
  padding: 0;
  background: #fdf8ee;
  position: relative;
  padding-top: 60px;
  margin-bottom: 0;
}
.catalog-product-view .block.upsell .block-title.title {
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.catalog-product-view .block.upsell .block-title.title strong {
  display: inline-block;
  font-family: 'Fedra Sans Book 5';
  font-size: 22px;
  color: #020202;
  padding: 0;
  margin: 0;
  position: relative;
  font-weight: 400;
}
.catalog-product-view .block.upsell .block-title.title strong:before {
  content: '';
  position: absolute;
  left: -260px;
  top: 10px;
  background: url('../../frontend/OM/Isha/en_US/images/related-bg.png') no-repeat left top;
  width: 228px;
  height: 7px;
}
.catalog-product-view .block.upsell .block-title.title strong:after {
  content: '';
  position: absolute;
  right: -260px;
  top: 10px;
  background: url('../../frontend/OM/Isha/en_US/images/related-bg.png') no-repeat left top;
  width: 228px;
  height: 7px;
}
.catalog-product-view .block.upsell .block-content.content {
  padding-left: 118px;
  padding-right: 50px;
}
.catalog-product-view .block.upsell .block-content.content .block-actions {
  display: none;
}
.catalog-product-view .block.upsell .owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
  z-index: 100;
}
.catalog-product-view .block.upsell .owl-nav button.owl-prev {
  margin-left: -18px;
}
.catalog-product-view .block.upsell .owl-nav button {
  width: 72px;
  background: #faf3e7;
  height: 72px;
  border-radius: 50%;
  line-height: 28px;
}
.catalog-product-view .block.upsell .owl-nav button.owl-next {
  float: right;
  margin-right: 22px;
}
.catalog-product-view .block.upsell .owl-nav button span {
  color: #4b4645;
  font-size: 34px;
}
.review-toolbar .toolbar-amount {
  display: none;
}
.toolbar-products .pages {
  display: block;
  float: right;
}
.bundle-options-container .legend.title {
  font-size: 30px !important;
  font-size: 18px !important;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 18px;
}
.bundle-options-container .bundle-options-wrapper,
.bundle-options-container .product-options-wrapper {
  display: block !important;
}
.bundle-options-container .bundle-options-wrapper,
.bundle-options-container .product-options-wrapper {
  width: 100% !important;
}
.bundle-options-container .bundle-options-wrapper .product-item-link,
.bundle-options-container .product-options-wrapper .product-item-link {
  color: #000;
}
.checkbox.product.bundle.option.change-container-classname {
  display: inline-block !important;
}
.bundle-options-wrapper .field.option.required {
  border-bottom: 0 !important;
}
.bundle-options-container .bundle-info .product-image-wrapper {
  display: block !important;
  margin-top: 10px !important;
}
.options-container .product-add-form .block-bundle-summary .product-details .product.name {
  display: block !important;
}
.bundle-options-container .bundle-info .available.stock {
  display: block !important;
}
.block-bundle-summary .product-addto-links {
  display: block !important;
}
.bundle-options-container .product-add-form .block-bundle-summary .product-details .product-addto-links a {
  color: #ffffff !important;
}
.catalog-product-view product-rudraksh-guide1 .product-info-main .price-box {
  display: block !important;
}
.catalog-product-view product-rudraksh-guide1 .product-info-main .product-add-form {
  display: block !important;
}
div#pt_menu704 .parentMenu a {
  color: green;
  cursor: pointer;
}
.cms-index-index main#maincontent {
  max-width: 100% !important;
  padding: 0;
}
.subscription-details .block-content {
  width: 50%;
  float: left;
  text-align: left;
}
.aw-sarp2-subscription__wrapper-options {
  width: 50%;
}
.col-2.footer-static {
  max-width: 100%;
  flex: 0 0 24%;
}
.table-wrapper.downloadable-products {
  border: solid 1px #e8b55c;
  background: #fdf8ee;
  margin-bottom: 40px !important;
}
.toolbar-products .pages {
  clear: both;
}
.pages strong.page {
  background: #e5e5e5;
}
.pages .action.next {
  margin-left: 8px;
  border: solid 1px #f1bf55;
  font-weight: 400;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.aw-sarp2-customer-subscriptions .table td,
.aw-sarp2-customer-subscriptions .table th {
  padding: 0 5px;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.aw-sarp2__actions button.action.secondary {
  background: #a92611;
  border: 1px solid #a92611;
  color: #ffffff;
  padding: 10px;
}
.block.account-nav {
  width: 25% !important;
}
.page-layout-2columns-left .column.main {
  width: 75% !important;
  padding: 20px !important;
}
.additional_addtocart label {
  margin-bottom: 0;
}
.product-item-details .price-final_price .old-price .price-wrapper .price {
  font-size: 18px;
  text-decoration: line-through;
  padding-left: 15px;
  color: #e8b55c;
}
.product-item-details .price-final_price .old-price .price-wrapper .price {
  font-weight: 600;
  letter-spacing: 0.45px;
  font-size: 18px;
  text-decoration: line-through;
  padding-left: 15px;
  color: #e8b55c;
}
.products.list .product-item-info .price {
  color: #241f20;
  font-weight: 400;
  white-space: nowrap;
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
}
.bundle-options-container .block-bundle-summary {
  float: right;
  padding: 0 20px;
  position: relative;
  width: 40%;
  background: #fdf8ee !important;
  margin-top: 0 !important;
}
.stock.notifyme a.notifyme-btn {
  display: block !important;
  text-align: center;
  color: #ffffff;
  height: 32px;
  line-height: 1.5;
  border-radius: 30px;
  padding: 0 20px;
}
a.notifyme-btn {
  width: 100%;
  display: block;
  border-radius: 3px;
  background: #e8b55c;
  border: none;
  text-transform: uppercase;
  line-height: normal;
  opacity: 1;
  height: auto;
  padding: 8px 0;
  margin: 0;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.45px;
}
#checkout-step-shipping span.address-sequence.sequence {
  display: none;
}
.checkout-index-index .page-header {
  height: auto !important;
  background: transparent !important;
}
.maddress {
  float: left;
  margin: 9px 20px;
}
.maddress a {
  background: #e8b55c;
  border: solid 1px #e8b55c;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  transition: 0.5s all ease;
  padding: 8px 20px;
  height: auto;
  width: auto;
}
span.shipping-note {
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  color: #020202;
  font-family: 'Fedra Sans Book 5';
}
ul.shipping-list {
  margin-left: 13px;
}
.shipping-list {
  padding: 5px 13px;
}
.shipping-list li {
  font-size: 12px;
  font-style: normal;
  color: #020202;
  line-height: 22px;
  list-style-type: disc;
  font-family: 'Fedra Sans Book 5';
}
.table-checkout-shipping-method thead th {
  display: block !important;
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
}
.opc-block-summary .title {
  display: block !important;
}
.table-checkout-shipping-method {
  width: 100% !important;
}
.checkout-index-index #maincontent .opc-summary-wrapper {
  margin: 0;
  background: #fdf8ee !important;
  padding: 13px !important;
}
#checkout-step-shipping_method .actions-toolbar {
  right: 5% !important;
}
.checkout-index-index #mySidenav .menu-left {
  top: initial !important;
}
.checkout-index-index .page-main {
  padding-top: 0 !important;
}
.checkout-index-index #maincontent .opc-summary-wrapper .modal-content .opc-block-summary .title {
  background: 0 0 !important;
}
.opc-block-summary .table-totals .grand .mark strong {
  font-weight: 400 !important;
  text-transform: capitalize !important;
}
#co-payment-form .payment-method .payment-method-content {
  padding: 5px 15px !important;
}
.opc-summary-wrapper .modal-header {
  border-bottom: 0 !important;
}
.opc-block-summary .table-totals .totals-tax-summary .mark {
  border-bottom: 0 !important;
  border-top: 0 !important;
}
.contact-index-index #maincontent {
  width: 100% !important;
  max-width: 1280px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 auto !important;
  background: #ffffff;
}
.cms-pages-header.contact-us {
  margin-left: -50vw;
  position: relative;
  width: 100vw;
  left: 49.4%;
}
.cms-pages-header.contact-us img {
  width: 100% !important;
}
.custom-heading {
  font-family: 'Fedra Sans Std';
  font-size: 48px;
  position: absolute;
  bottom: 25px;
  left: 10%;
}
.cms-pages-header.contact-us h1 {
  font-family: 'Fedra Sans Medium 5';
  font-size: 48px;
  padding: 0 20px;
}
.page-header.headersticky #mySidenav .menu-left {
  top: 80px !important;
}
.ishaessentials.onlyentials .action.towishlist {
  font-size: 0px;
  position: absolute;
  z-index: 9;
  top: 10px !important;
  left: 10px !important;
}
.catalog-product-view .breadcrumbs {
  background: 0 0;
}
.subscription-type .fieldset > .field:last-child {
  margin-bottom: 0;
}
.orderform-index-index .page-wrapper {
  background: #ffffff;
}
.orderform-add {
  margin: 0 auto;
  width: 50%;
  background: #ffffff;
  border: none;
  padding: 20px;
  box-sizing: border-box;
  padding-top: 52px;
}
p.enquiry_txt {
  padding: 15px 0;
}
.orderform-index-index .page-title {
  margin-top: 10px;
}
#mySidenav .menu-left .menu-links {
  padding: 0 0 0 165px !important;
}
.header.content .right-container-wrap .minicart-wrapper {
  margin-top: -2px !important;
}
.subscription-type label.label {
  vertical-align: middle !important;
}
.magnify-opaque {
  max-width: 471px !important;
  max-height: 560px !important;
}
.footer.content ul {
  padding-right: 0 !important;
}
.catalog-product-view .product-info-main .product.info.detailed .title {
  border-bottom: none !important;
}
.modal-popup.popup-authentication .modal-header {
  background: #fdf8ee !important;
}
.modal-popup.popup-authentication .modal-content {
  background: #fdf8ee !important;
}
.account .form-wishlist-items li.product-item .product-item-actions .action.delete {
  right: 14px !important;
}
.table-credit-cards thead th {
  border-bottom: 0 !important;
}
.table-credit-cards .col {
  width: 50%;
}
.vault-cards-listaction aside.modal-popup.my-credit-cards-popup._show {
  position: absolute;
  top: 170px;
}
.vault-cards-listaction .modal-popup .modal-title {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.vault-cards-listaction .modal-content {
  border: 0;
  font-size: 16px;
}
.vault-cards-listaction .modal-popup .modal-header {
  padding-bottom: 0;
  padding-top: 3rem;
  border: 0;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
  border: 0;
}
.my-credit-cards-popup .action.secondary {
  font-size: 14px;
}
.old-price,
.old.price {
  color: #e8b55c !important;
  text-decoration: line-through !important;
}
.sale-tag {
  font-family: 'Fedra Sans Book 5';
  font-size: 11px;
  background: #ffffff;
  width: 91px;
  text-align: center;
  padding: 6px 0;
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 100;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
li.item.current .page {
  background: #413d3d;
  color: #ffffff;
  padding: 0 12px;
  font-weight: 700;
}
li.item .page {
  background: #fdf8ee;
  border: solid 1px #cabcbc;
  padding: 0 10px;
  color: #000;
  border-radius: 5px;
  font-weight: 700;
}
.toolbar-products .pages {
  width: auto;
  margin: 0 0 0 20px;
}
.label.pages-label {
  font-size: 14px;
  padding: 0 15px;
  position: relative;
  top: 5px;
}
.pages .action.next {
  border: solid 1px #cec1c0;
  background: #fdf8ee;
}
.pages a.action.previous {
  border: solid 1px #cec1c0;
  background: #fdf8ee;
}
li.item.pages-item-previous {
  background: #fdf8ee;
}
.pages .items {
  float: right;
}
.pages a.page:active {
  color: #000;
}
.pages a.page:hover {
  color: #000;
}
.bottom-toolbar .toolbartop {
  display: none;
}
.bottom-toolbar p#toolbar-amount {
  display: none;
}
.bottom-toolbar .toolbar-amount {
  float: none;
}
.bottom-toolbar .pages .items {
  float: none;
}
.bottom-toolbar .label.pages-label {
  position: relative;
  top: 0;
}
.bottom-toolbar .toolbar-products .pages {
  width: 90%;
  float: none;
}
.bottom-toolbar .toolbar-products:after {
  border-top: 0;
}
.toolbartop {
  width: 50%;
}
.toolbar.toolbar-products .toolbar-sorter.sorter {
  width: 50%;
  display: inline-flex;
}
.catalog-product-view .product-info-main .action.towishlist {
  background: #fdf8ee;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  padding: 1px 6px 6px 5px;
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  bottom: 10px;
  right: 20px;
}
.catalog-product-view .product-info-main .action.towishlist:focus {
  color: #a92611;
}
.catalog-product-view .product-info-main .action.towishlist:focus:before {
  color: #a92611;
}
.catalog-product-view .product-info-main .action.towishlist:before {
  content: "\f08a";
  font-family: "FontAwesome";
  position: absolute;
  color: #a92611;
  left: 7px;
  font-weight: 700;
  top: 10px;
}
a.action.mailto.friend {
  position: relative;
  top: 8px;
  left: 15px;
}
.catalog-product-view .product-info-main .action.towishlist:before {
  content: '';
  content: "\f08a";
  font-family: "FontAwesome";
  position: absolute;
  color: #a92611;
  left: 10px;
  font-weight: 700;
  top: 12px;
}
.block-minicart dl.product.options.list dt:nth-child(3) {
  display: none;
}
.block-minicart dl.product.options.list dd:nth-child(4) {
  display: none;
}
span.learnmore_faq {
  float: left;
  padding: 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .item-options dt:nth-child(3) {
  display: none;
}
.opc-block-summary .minicart-items .product-item-details .item-options dd {
  width: 100% !important;
}
.checkout-index-index .shipping-address-items .shipping-address-item button {
  box-shadow: none;
}
.aw-sarp2-customer-subscriptions .table td.col.trial-due-date {
  display: none;
}
.aw_sarp2-profile_edit-index a.cancel.action {
  display: none;
}
.aw-sarp2__current-address {
  padding: 0 5px;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list li:nth-child(2) .details-field {
  display: none;
}
.aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list li .details-value .starting-from {
  color: #1d1d1b !important;
  display: block;
  font-size: 12px !important;
  padding: 10px 0;
}
.aw-sarp2-product-subscription-options .block.block-title.sub-details {
  font-size: 14px;
  margin: 0;
}
.deliver-every {
  font-size: 14px;
}
.message.error {
  animation: css 0s 3s forwards !important;
}
#ishalife-shipping-block {
  max-height: 500px;
  height: 100%;
  overflow: scroll;
}
.checkout-index-index .page-main #checkout #checkout-shipping-method-load tr td {
  padding: 8px 10px !important;
  width: auto !important;
}
.checkout-index-index div#checkout-shipping-method-load {
  width: 100% !important;
}
.message-error .error.message {
  opacity: 1;
  transition: opacity 3s;
}
#zonos option[value=AL],
#zonos option[value=DZ],
#zonos option[value=AG],
#zonos option[value=AU],
#zonos option[value=BD],
#zonos option[value=BM],
#zonos option[value=BT],
#zonos option[value=BA],
#zonos option[value=CA],
#zonos option[value=IN],
#zonos option[value=LB],
#zonos option[value=MY],
#zonos option[value=MV],
#zonos option[value=MU],
#zonos option[value=NP],
#zonos option[value=NZ],
#zonos option[value=PK],
#zonos option[value=PH],
#zonos option[value=RU],
#zonos option[value=SG],
#zonos option[value=LK],
#zonos option[value=TH],
#zonos option[value=UA],
#zonos option[value=GB],
#zonos option[value=TW],
#zonos option[value=VN],
#zonos option[value=MM],
#zonos option[value=VG],
#zonos option[value=FR],
#zonos option[value=DE],
#zonos option[value=HK],
#zonos option[value=CN],
#zonos option[value=IT],
#zonos option[value=JP],
#zonos option[value=KW],
#zonos option[value=NL],
#zonos option[value=CH],
#zonos option[value=SD],
#zonos option[value=ZW],
#zonos option[value=TW] {
  display: none;
}
.zonos-success-index.page-layout-1column .columns .column.main {
  width: 100% !important;
  margin-bottom: 100px !important;
  margin-top: 40px !important;
  max-width: 500px;
  padding: 25px !important;
  margin: auto;
  text-align: center;
  background: #ffffff;
}
.zonos-success-index .columns .column.main .checkout-success {
  min-height: 350px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}
.zonos-success-index.page-layout-1column .columns .column.main .checkout-success p {
  margin-left: 0 !important;
}
.zonos-success-index .columns .column.main .checkout-success p {
  margin: 0 0 10px !important;
}
.zonos-success-index.page-layout-1column .actions-toolbar .action.primary.continue {
  margin-left: 0 !important;
  margin: 0 auto !important;
  text-align: center;
}
.zonos-success-index.page-layout-1column .actions-toolbar .primary {
  margin: 0 auto !important;
  float: none !important;
}
.toolbar.toolbar-products .toolbar-sorter .sort-list {
  top: -107px !important;
}
.block.block-collapsible-nav {
  float: left;
  width: 24%;
  background: #f8f8f9;
  padding: 20px;
  font-family: 'Fedra Sans Book 5';
  font-size: 15px;
}
.block .title {
  display: block;
  margin-bottom: 10px !important;
}
.block-collapsible-nav .content {
  background: 0 0;
  padding: 0;
}
.block.block-collapsible-nav ul {
  display: block;
}
.block.block-collapsible-nav ul li {
  line-height: normal;
  padding: 0 0 0 15px;
  margin: 0 0 18px;
}
.block.block-collapsible-nav ul li.current {
  border-left: solid 4px #e8b55c;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border: none;
  padding: 0;
}
.block-collapsible-nav .item a:hover {
  background: 0 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-information-title .mark {
  background-color: #eeac35;
  font-size: 22px;
  line-height: 22px;
  font-family: 'Fedra Sans Book 5';
  width: 34px;
  height: 34px;
}
.onestepcheckout-index-index .page-main .checkout-container input[type=checkbox]:checked + label:before {
  color: #eeac35;
}
main#maincontent {
  position: relative;
  z-index: 1;
}
.page.messages {
  margin-top: 0 !important;
  position: relative !important;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .email #customer-email-fieldset .actions-toolbar {
  display: flex;
  align-items: center;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .email #customer-email-fieldset .actions-toolbar a.action.remind {
  margin-top: 0;
  margin-left: 12px;
}
.order-products-toolbar.toolbar.bottom .pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative !important;
  width: auto !important;
  margin-bottom: 0;
}
.order-products-toolbar.toolbar.bottom li a {
  color: #000;
}
.order-products-toolbar.toolbar.bottom li.item.current .page {
  color: #a92611;
}
.aw_sarp2-profile_edit-index.account .data.table .col.actions .action:after {
  display: none;
}
.aw_sarp2-profile_edit-index.account .aw-sarp2-customer-subscriptions .col.products ul > li {
  display: flex;
  justify-content: space-between;
}
.aw_sarp2-profile_edit-index.account .data.table .col.actions {
  display: flex;
  justify-content: flex-end;
}
.aw_sarp2-profile_edit-item.catalog-product-view .product-info-main .box-tocart .field.qty {
  display: flex;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}
.catalog-product-view .aw-sarp2-product-subscription-options .aw-sarp2-subscription__dropdown-switcher {
  margin-bottom: 0;
}
.catalog-product-view .aw-sarp2-product-subscription-options .fieldset:last-child {
  margin-bottom: 0;
}
.catalog-product-view .aw-sarp2-product-subscription-options .subscription-details {
  padding: 0;
}
.catalog-product-view .aw-sarp2-product-subscription-options .subscription-details .block {
  margin-bottom: 0;
}
dl.product.options.list dt:nth-child(5) {
  display: none;
}
dl.item-options div:nth-child(3) dt {
  display: none;
}
.aw_sarp2-profile_edit-item.catalog-product-view .product-info-main .box-tocart .field.qty {
  width: auto;
  margin: 8px 0 0;
  gap: 5px;
}
.aw_sarp2-profile_edit-item.catalog-product-view fieldset.fieldset {
  display: flex;
  align-items: center;
  gap: 15px;
}
.aw_sarp2-profile_edit-item.catalog-product-view .fieldset > .field > .label,
.aw_sarp2-profile_edit-item.catalog-product-view .fieldset > .fields > .field > .label {
  margin: 0;
}
.aw_sarp2-profile_edit-item.catalog-product-view .product-info-main .box-tocart .field.qty label.label span {
  background: 0 0 !important;
}
.aw_sarp2-profile_edit-item.catalog-product-view .product-info-main .box-tocart {
  margin: 15px 0 0;
}
.catalog-product-view .block.related .owl-nav.disabled {
  display: none;
}
ul.shipping-list li:last-child {
  display: none;
}
.swatch-opt input[type=radio]:checked + label:after {
  background: 0 0 !important;
}
.swatch-opt input[type=radio].selected:checked + label:after {
  background: #e8b55c !important;
}
.product-reviews-summary .reviews-actions .action.add {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .aw_sarp2-profile_edit-item.catalog-product-view .product-info-main .box-tocart .actions {
    width: auto;
    padding-top: 0;
  }
  .aw_sarp2-profile_edit-item.catalog-product-view .product-info-main .box-tocart {
    margin: 0;
  }
  .aw_sarp2-profile_edit-item.catalog-product-view fieldset.fieldset {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .aw_sarp2-profile_edit-item.catalog-product-view .product-info-main .box-tocart {
    padding: 0;
  }
  .aw_sarp2-profile_edit-item.catalog-product-view .product-info-main .field.qty {
    position: relative;
    padding: 0 !important;
  }
  .aw_sarp2-profile_edit-item.catalog-product-view .product-info-main .field.qty .control {
    padding-left: 10px;
  }
  .aw_sarp2-profile_edit-item.catalog-product-view .product-info-main .box-tocart .field.qty {
    padding: 5px !important;
  }
  .aw_sarp2-profile_edit-item.catalog-product-view #aw-sarp2-update-subscription-button {
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  #customer-reviews .block-title {
    width: auto !important;
  }
}
@media (max-width: 768px) {
  .block-collapsible-nav .title strong {
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'Fedra Sans Medium 5';
  }
  .block.block-collapsible-nav {
    width: 100% !important;
  }
  .account #maincontent .column.main {
    padding-top: 0 !important;
  }
  .block.block-collapsible-nav {
    width: 100% !important;
    background: 0 0;
    position: relative;
    text-align: left !important;
    top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .block-collapsible-nav .title {
    border-bottom-color: #f1bf55;
    border-top: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
  }
  .block-collapsible-nav .content {
    background: #fdf8ee;
    padding: 10px 25px;
  }
  .block.block-collapsible-nav ul li {
    padding: 6px 20px;
    padding-left: 10px;
    margin: 5px 0 0 !important;
  }
  #mini-cart li .product .details-qty.qty {
    display: block !important;
    position: relative;
    width: auto;
  }
  .zonos-success-index.page-layout-1column .page-main {
    margin: auto;
    text-align: center;
    margin-top: 30px;
    padding-top: 34px;
    margin-bottom: 80px;
    width: 400px;
  }
  .zonos-success-index.page-layout-1column .actions-toolbar .action.primary.continue {
    margin-top: 11px !important;
    margin-left: 1px !important;
  }
  .zonos-success-index.page-layout-1column .checkout-success a.order-number {
    color: #a92611;
  }
  .toolbar.toolbar-products .toolbar-sorter .sort-list {
    top: unset !important;
  }
}
.ishaessentials .owl-carousel .owl-item img {
  display: block;
  width: auto !important;
  height: 100%;
  object-fit: contain;
  max-width: initial;
}
.ishaessentials .products.list .product-item-info .product-image-container img {
  width: auto !important;
  height: 100%;
  object-fit: contain;
  max-width: initial;
}
.checkout-cart-index .footershipping {
  display: none;
}
.bundle-options-container .bundle-options-wrapper,
.bundle-options-container .product-options-wrapper {
  display: block !important;
  width: 100% !important;
}
.checkbox.product.bundle.option.change-container-classname {
  display: inline-block !important;
}
.bundle-options-wrapper .field.option.required {
  border-bottom: 0 !important;
}
.bundle-options-container .bundle-info .product-image-wrapper {
  display: block !important;
  margin-top: 10px !important;
}
.block-bundle-summary .product-addto-links,
.bundle-options-container .bundle-info .available.stock,
.bundle-options-container .product-add-form .block-bundle-summary .product-details .product.name {
  display: block !important;
}
.bundle-options-container .product-add-form .block-bundle-summary .product-details .product-addto-links a {
  color: #ffffff !important;
}
div#pt_menu562 .parentMenu a {
  color: green;
  cursor: pointer;
}
#mySidenav .menu-left .menu-links {
  padding: 0 0 0 120px !important;
}
.toolbartop {
  width: 50%;
}
.toolbar.toolbar-products .toolbar-sorter.sorter {
  width: 50%;
  display: inline-flex;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .toolbar.toolbar-products .toolbar-sorter.sorter {
    width: 100%;
    display: inline-flex;
    top: 100%;
    margin-top: 10px;
  }
  .toolbar.toolbar-products .category-view-show {
    float: right;
    padding-right: 0;
  }
  .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
    width: auto;
    text-align: right;
    min-width: 70px;
  }
  .toolbar.toolbar-products .toolbar-sorter.sorter select {
    width: inherit;
    max-width: 224px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .toolbar.toolbar-products .toolbar-sorter.sorter {
    width: 66%;
    display: inline-flex;
  }
  .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
    width: auto;
    text-align: right;
    min-width: 70px;
  }
  .toolbar.toolbar-products .toolbar-sorter.sorter select {
    width: 74%;
  }
}
.bundle-options-wrapper p.required,
.cart-summary #block-discount,
.contact-index-index .page-title-wrapper,
.field.qty.qty-holder {
  display: none;
}
.catalog-product-view .additional-attributes-wrapper th.col.label.short_description {
  color: transparent;
}
.bundle-options-container .product-options-bottom,
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 0;
}
.catalog-product-view .page-main .breadcrumbs ul.items li.item:last-child {
  display: none !important;
}
.bundle-options-container .block-bundle-summary {
  width: 35% !important;
  margin-bottom: 10px;
}
.contact-index-index .column.main {
  width: 100% !important;
}
.contact-banner {
  margin-bottom: 50px;
}
.contact-faq-content {
  float: left;
  width: 70%;
}
.contac_infor,
.contact_right {
  width: auto !important;
}
.aw_sarp2-profile-index .page.messages {
  position: initial;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  width: 16% !important;
}
.cart-container .cart-summary {
  padding-bottom: 16px;
}
#shopping-cart-table th {
  color: #000 !important;
  font-weight: 700 !important;
}
.amrma-customer-information,
.order-details-items.creditmemo,
.order-details-items.invoice,
.order-details-items.shipments,
.review-customer-index .table-wrapper.reviews,
.table-wrapper.amrma-items-table,
.table-wrapper.downloadable-products,
.table-wrapper.returns-history {
  background: #fdf8ee !important;
}
.aw-sarp2-customer-subscriptions .table td,
.aw-sarp2-customer-subscriptions .table th {
  padding: 5px 5px !important;
}
.form.create.account.form-create-account {
  margin: 0;
  padding: 0;
}
.catalog-category-view #product-item-info_4609 .actions-primary,
.category-conscious-gifts.catalog-category-view .product-item .product-reviews-summary.short,
.category-conscious-gifts.catalog-category-view .products.list .product-item-info .product-item-inner .actions-primary,
.category-conscious-gifts.catalog-category-view .toolbar.toolbar-products,
.product-linga-bhairavi-devi-gudi-consecrated .product-add-form,
.product-linga-bhairavi-gudi .product-info-main .box-tocart {
  display: none;
}
.category-cms img {
  width: 100%;
}
.grouped .table th,
.table.grouped .col.item {
  font-weight: 700 !important;
}
.catalog-product-view .product.attribute.overview p,
.product.attribute.description {
  padding-right: 0 !important;
}
.products.list .pricewhatsapp p.price-from {
  float: left;
  width: 30%;
}
.pricewhatsapp a.minimal-price-link {
  color: #e8b55c;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.45px;
  white-space: nowrap;
  font-family: 'Fedra Sans Medium 5';
}
.category-conscious-gifts.catalog-category-view .breadcrumbs {
  display: none !important;
}
.category-conscious-gifts.catalog-category-view .category-view {
  padding-top: 14px;
}
.category-conscious-gifts.catalog-category-view .page-layout-1column.page-with-filter .column.main {
  padding-top: 0 !important;
}
.category-conscious-gifts.catalog-category-view .products.list .product-item-info .price,
.category-conscious-gifts.catalog-category-view .products.list .product-item-info .product-item-link,
.categorypath-collections-conscious-gifts-for-him-and-her.catalog-category-view .products.list .product-item-info .price,
.categorypath-collections-conscious-gifts-for-him-and-her.catalog-category-view .products.list .product-item-info .product-item-link {
  color: #a92611 !important;
  font-weight: 400;
  font-size: 13px;
  font-family: 'Fedra Sans Book 5';
}
.category-conscious-gifts.catalog-category-view .category-description,
.category-conscious-gifts.catalog-category-view .pricewhatsapp a.minimal-price-link {
  font-size: 13px;
}
#product-item-info_4609 button.action.tocart.primary,
#product-item-info_4907 button.action.tocart.primary,
#product-item-info_5703 .stock.unavailable,
#product-price-5679,
.catalog-category-view.categorypath-collections-conscious-gifts-for-him-and-her .breadcrumbs,
.catalog-product-view.product-adventure-sadhguru-exclusive .box-tocart,
.catalog-product-view.product-adventure-sadhguru-exclusive .product-info-price,
.catalog-product-view.product-adventure-sadhguru-exclusive .product.info.detailed,
.catalog-product-view.product-adventure-sadhguru-exclusive .review-list,
.catalog-product-view.product-full-moon-flirtations .box-tocart,
.catalog-product-view.product-full-moon-flirtations .product-info-price,
.catalog-product-view.product-full-moon-flirtations .product.info.detailed,
.catalog-product-view.product-full-moon-flirtations .review-list,
.catalog-product-view.product-karma-book-tour-replays .product-info-main .product-add-form,
.catalog-product-view.product-karma-book-tour-replays .product-info-main div#customer-reviews,
.catalog-product-view.product-karma-book-tour-replays .product.info.detailed,
.catalog-product-view.product-self-exploration .box-tocart,
.catalog-product-view.product-self-exploration .product-info-price,
.catalog-product-view.product-self-exploration .product.info.detailed,
.catalog-product-view.product-self-exploration .review-list,
.category-conscious-gifts #product-item-info_4662 .pricewhatsapp,
.category-conscious-gifts-for-him-and-her.catalog-category-view .breadcrumbs,
.category-conscious-gifts.catalog-category-view #product-item-info_4632 .pricewhatsapp,
.category-conscious-gifts.catalog-category-view #product-item-info_4633 .pricewhatsapp,
.category-conscious-gifts.catalog-category-view #product-item-info_4635 .pricewhatsapp,
.category-conscious-gifts.catalog-category-view #product-item-info_4636 .pricewhatsapp,
.categorypath-collections-conscious-gifts-for-him-and-her #layered-filter-block,
.categorypath-collections-conscious-gifts-for-him-and-her .product.actions.product-item-actions,
.categorypath-collections-conscious-gifts-for-him-and-her .toolbar.toolbar-products,
.categorypath-consecrated-devi-consecrated-sarees .stock.unavailable,
div#account-nav li.nav.item:nth-child(8) {
  display: none;
}
#product-price-5703,
#product-price-5705,
.catalog-product-view.product-adventure-sadhguru-exclusive .block.review-add,
.catalog-product-view.product-adventure-sadhguru-exclusive .related-category,
.catalog-product-view.product-full-moon-flirtations .block.review-add,
.catalog-product-view.product-full-moon-flirtations .related-category,
.catalog-product-view.product-karma-book-tour-replays .product-info-main .block.review-add,
.catalog-product-view.product-karma-book-tour-replays .product-info-main .product-info-price,
.catalog-product-view.product-self-exploration .block.review-add,
.catalog-product-view.product-self-exploration .related-category {
  display: none !important;
}
.category-conscious-gifts.catalog-category-view #product-item-info_4636 {
  cursor: default;
  pointer-events: none;
}
.category-conscious-gifts.catalog-category-view li.item.product.product-item {
  width: 20%;
}
.categorypath-collections-conscious-gifts-for-him-and-her .columns {
  padding-top: 0;
}
.categorypath-collections-conscious-gifts-for-him-and-her .products {
  margin: 0;
  padding-top: 0;
}
.bottom-toolbar p#toolbar-amount {
  display: block !important;
  color: transparent;
}
.catalog-product-view .product-info-main .action.towishlist:before {
  left: 7px !important;
  top: 10px !important;
}
.aw-sarp2-product-subscription-options .aw-sarp2-subscription__dropdown-switcher .subscribe-and-save {
  display: block !important;
}
.aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list li .details-value {
  font-size: 14px;
}
.opc-block-summary .minicart-items .product-item-details .item-options dd,
.opc-block-summary .minicart-items .product-item-details .item-options dt {
  width: 100% !important;
}
.aw_sarp2-profile_edit-index a.cancel.action {
  display: block !important;
}
.product-item-inner .actions-primary form {
  display: flex !important;
  justify-content: space-between !important;
}
.product-item-inner .actions-primary form .products.list .product-item-info .product-item-inner .actions-primary button {
  width: 50% !important;
}
.additional_addtocart {
  width: 100% !important;
}
.product.actions.product-item-actions form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sections.nav-sections li.level0.has-child .menu-left {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: visible !important;
  opacity: 1;
  display: none;
}
.sections.nav-sections li.level0.has-child:hover .menu-left {
  visibility: visible !important;
  opacity: 1;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  display: block;
}
.block-minicart .subtotal {
  display: block;
  padding: 25px 30px 15px;
  bottom: 75px;
  width: 100%;
  z-index: 10;
  background: #ffffff;
  left: 0;
  z-index: 999 !important;
}
.catalog-category-view div#product-item-info_4907 .actions-primary {
  display: block !important;
}
@media (min-width: 320px) and (max-width: 768px) {
  #mySidenav .menu-left {
    display: none;
  }
}
#product-price-5052,
#product-price-5075 {
  display: none;
}
#mySidenav .menu-left {
  z-index: 9999999999;
}
.header.content {
  height: auto;
}
span.total-tax-inclusive {
  margin-left: 6px;
  font-size: 13px;
}
#product-options-wrapper label {
  margin-right: 0 !important;
  text-align: center;
  width: auto !important;
  line-height: normal;
  margin-bottom: 0;
}
#shopping-cart-table .cart.item .col.item .product-item-details .item-options dd {
  display: inline-grid;
}
li.contact-li {
  font-size: 16px;
}
.catalog-product-view .product-info-main .product.info.detailed .data.item.content.active {
  display: block;
}
.product.data.items .table-wrapper {
  margin-top: 30px;
}
.product-social-links {
  width: 100%;
  float: left;
}
.page-product-downloadable .product-add-form {
  margin-bottom: 0;
}
.paypal.checkout.after.paypal-logo.ec_shortcut_DlWovBLlItIZRPMJSswjJ6djJr0OLp5o {
  display: none;
}
.cms-adiyogi-store,
.cms-adiyogi-store .ishaessentials,
.cms-diwali-store,
.cms-diwali-store .ishaessentials,
.cms-gift-store,
.cms-gift-store .ishaessentials,
.cms-offers-for-well-being,
.cms-offers-for-well-being .ishaessentials {
  background-color: #fdf8ee !important;
  padding-bottom: 25px;
}
.tophead h3 {
  text-align: center;
  font-size: 36px;
  position: relative;
  font-family: 'Fedra Sans Medium 5';
  background: none;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px;
  color: #a92611 !important;
}
.more-button {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 50px;
}
.more-button a {
  height: auto;
  background: 0 0;
  border: solid 1px #a92611;
  line-height: normal;
  padding: 15px 40px;
  border-radius: 3px;
  color: #a92611;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.cms-adiyogi-store .product-image-container,
.cms-bhairavi-sadhana .product-image-container,
.cms-offers-for-well-being .product-image-container,
.cms-sadhana-supports .product-image-container,
.cms-save-soil .product-image-container,
.cms-summer-wellness .product-image-container,
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .product-image-container {
  display: contents;
  max-width: 100%;
}
.cms-offers-for-well-being .product-item-inner .actions-primary button {
  width: 100% !important;
  display: block;
  border-radius: 30px;
  background: #e8b55c;
  border: none;
  text-transform: uppercase;
  line-height: normal;
  opacity: 1;
  height: auto !important;
  padding: 8px 0;
  margin: 0 !important;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px !important;
  font-weight: 400;
  letter-spacing: 0.45px;
}
.page-products .products-grid .product-item .product-item-details,
.product-item .product-reviews-summary.short,
.products.list .product-item-info .product-item-inner,
.products.list .product-item-info a {
  float: left;
  width: 100%;
}
.product-item .product-reviews-summary.short {
  float: left !important;
  margin-bottom: 8px;
  margin-top: -8px;
}
.pricewhatsapp {
  margin: 5px 0 10px !important;
  margin-bottom: 0 !important;
  float: left;
  width: 100%;
}
.price-box.price-final_price,
.price-box.price-final_price .old-price span.price-container.price-final_price.tax.weee,
.price-final_price,
.product-item .old-price,
.product-item .old-price .price-final_price,
.product-item .price-box {
  float: left;
  width: 100%;
}
.price-box.price-final_price .old-price span.price-container.price-final_price.tax.weee,
.product-item .price-to {
  text-align: right;
}
.product-item-details .price-final_price .old-price .price-wrapper .price {
  padding-left: 0;
}
.page-bottom {
  margin: 0 auto;
  width: 100% !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  display: block;
}
span.wishlist {
  position: relative;
}
.swatch-option[data-option-empty|=true] {
  opacity: 0 !important;
}
.product-options-wrapper .swatch-opt .swatch-option[data-option-empty=true] + label:after {
  content: '';
  width: 3px;
  height: 100%;
  background: #e8b55c !important;
  border-radius: 0;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: 0;
  opacity: 1;
}
span.swatch-notify:after {
  opacity: 1 !important;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  position: absolute;
  bottom: -3px;
  z-index: 1;
  background: #ffffff;
  border-bottom: 1px solid red;
  border-right: 1px solid red;
  transform: rotate(45deg);
  left: calc(100% - 55%);
}
span.swatch-notify {
  top: -26px !important;
  margin-left: 0 !important;
  border: 1px solid red;
  padding: 4px !important;
  border-radius: 4px !important;
  width: max-content !important;
  left: 50% !important;
  transform: translateX(-50%);
  bottom: unset !important;
  min-width: unset !important;
  color: #231f20 !important;
  font-size: 12px !important;
}
.swatch-option-tooltip {
  display: none !important;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .label {
  position: absolute !important;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method .payment-method-title .radio:checked + .label:before {
  color: #eeac35;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content {
  width: 100%;
  padding: 0 !important;
}
body.onestepcheckout-index-index.page-layout-checkout_with_top_menu {
  background: #fdf8ee;
}
.onestepcheckout-index-index .page-main .checkout-container {
  max-width: 100%;
  font-family: 'Fedra Sans Book 5';
}
.onestep-shipping-method {
  max-height: 400px;
  overflow-y: scroll;
}
.product-reviews-summary-offers_list {
  min-height: 19px;
}
.product-reviews-summary-offers_list .swatch-attribute {
  display: none;
}
ul.shipping-list {
  margin-left: 3px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .group-title .mark {
  background: #eeac35 !important;
  color: #ffffff;
  font-size: 22px;
  line-height: 22px;
  font-family: 'Fedra Sans Book 5';
  width: 34px;
  height: 34px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar {
  background-color: #ffffff;
  border: 0;
  top: 155px;
  margin-top: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar::-webkit-scrollbar {
  display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-card {
  background: 0 0;
  border: none;
  border-bottom: 1px solid #d8d8d8;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.totals .mark {
  font-size: 13px;
}
.onestepcheckout-index-index .aw-onestep-sidebar-totals .grand.totals .amount,
.onestepcheckout-index-index .aw-onestep-sidebar-totals .grand.totals .mark {
  font-size: 16px !important;
  font-weight: 700 !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.not-selected-item,
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method .payment-method-title,
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card {
  background-color: #f9f9f8;
}
.onestepcheckout-index-index.page-layout-checkout_with_top_menu .page-header {
  z-index: 10;
  height: auto;
}
.onestepcheckout-index-index.page-layout-checkout_with_top_menu main#maincontent {
  margin-top: 0;
}
.onestepcheckout-index-index .aw-button-simple {
  box-shadow: 0 0 3px 1px #00699d;
  border-radius: 20px;
  font-size: 11px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.selected-item {
  border: 1px solid #eeac35;
  box-shadow: inset 0 0 0 1px #eeac35;
}
#checkout-shipping-method-load input[type=radio]:checked + label:after,
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .form .field.choice .checkbox:checked + .label:before,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.selected-item:after,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block .newsletter-subscriber .newsletter-subscriber__input:checked + .newsletter-subscriber__label:before,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block .newsletter-subscriber .newsletter-subscriber__input:focus + .newsletter-subscriber__label:before,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block .newsletter-subscriber .newsletter-subscriber__input:hover + .newsletter-subscriber__label:before,
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .radio + .label:hover:before,
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .radio:checked + .label:before {
  color: #eeac35;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address .billing-address-same-as-shipping:checked + .label:before,
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address .billing-address-same-as-shipping:focus + .label:before {
  color: #eeac35 !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form {
  margin-top: 22px;
}
.payment-method.payment-method-braintree {
  z-index: 0;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card--wrapper > .radio:checked + .label {
  border-color: #eeac35;
  box-shadow: inset 0 0 0 1px #eeac35;
}
.onestepcheckout-index-index header.page-header {
  z-index: 9999;
}
body .page-header.headersticky #mySidenav .menu-left,
body header #mySidenav .menu-left {
  top: auto !important;
}
.onlyentials:before {
  display: none;
}
.cms-sample-home-page .page-main .block {
  background: transparent;
  padding: 30px 0;
}
.cms-sample-home-page .page-main .block .block-content span.calltoaction.mobile {
  position: relative;
}
.cms-sample-home-page .page-main .widget-slider-content .bottom-link {
  text-align: center;
  padding-top: 25px;
}
.cms-sample-home-page .page-main .ishaessentials .calltoaction a {
  font-family: 'Fedra Sans Book 5';
  text-align: center;
  font-size: 21px;
  color: #a92611 !important;
  text-decoration: underline;
  text-transform: none;
}
.ishaessentials .block-title {
  margin-bottom: 20px;
}
.cms-sample-home-page .page-main .block.widget-slider-content {
  padding: 45px 0 !important;
}
.cms-sample-home-page .page-main #iconic-offer-homepage-block .block,
.widget-slider-content + .widget-slider-content + .block-static-block {
  padding-left: 6px !important;
  padding-right: 6px !important;
  box-sizing: border-box;
}
.iconic-carousel .owl-dots button {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5) !important;
}
.cms-sample-home-page .iconic-carousel {
  margin-bottom: 0;
}
.cms-sample-home-page .page-wrapper main#maincontent {
  margin-bottom: 0;
}
.cms-sample-home-page .page-main .block.home-review-wrap {
  background-color: #ffffff !important;
  padding: 20px 0 !important;
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.cms-sample-home-page .categorycarousel-container .categorycarousel-column {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cms-sample-home-page .categorycarousel-section {
  padding-top: 0;
}
.categorycarousel-container {
  padding: 40px 0;
}
.cms-sample-home-page .page-footer,
.page-footer {
  padding: 0px !important;
  margin: 0;
}
.filter-options {
  text-align: left !important;
}
.catalog-category-view .product-item-details {
  border: none;
}
#customer-reviews .items.review-items .review-content,
#customer-reviews .items.review-items .review-details,
#customer-reviews .items.review-items .review-title {
  text-align: left !important;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 1.75rem;
  color: #e8b55c;
}
div#product-options-wrapper .control {
  margin-top: 10px;
  width: 30%;
  font-size: 14px;
  min-width: fit-content;
}
.owl-carousel.iconic-carousela .owl-item img {
  display: block;
  width: auto;
}
.sections.nav-sections li.level0:hover:after {
  top: 31px !important;
}
.cms-sample-home-page .ishaessentials.onlyentials,
.cms-sample-home-page .page-main .block.widget-icons-slider .widget.block.block-static-block {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cms-sample-home-page .page-header.headersticky .header.content .right-container-wrap .header.links .icon.wishlist-my-icon {
  position: relative;
  top: 0 !important;
  left: 0 !important;
}
.giftstore-mid-section .widget.block.block-static-block {
  padding-bottom: 0;
}
.cms-sample-home-page .page-main .giftstore-mid-section .block {
  padding: 0 0 30px !important;
}
.cms-sample-home-page span.price-container.price-final_price.tax.weee {
  width: 100%;
  float: left;
  text-align: center;
}
.cms-sample-home-page .price-box.price-final_price .old-price,
.price-box.price-final_price .old-price {
  width: auto !important;
  margin: 0;
  margin-left: 0;
  float: left;
  text-align: center;
}
.cms-sample-home-page .product-item .product-item-details .price-box {
  margin: 0 auto;
  position: relative;
  height: auto;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.page-header .panel.wrapper .header-promo-slider h4 {
  justify-content: center !important;
  color: #000;
  font-size: 13px !important;
  margin-bottom: 0 !important;
  font-weight: 400;
  width: 100%;
  float: left;
  padding-top: 5px;
  min-height: 26px;
  text-align: center;
}
.account .block .block-content,
.box.box-information {
  text-align: left;
}
.cms-page-view .columns {
  padding-top: 0;
}
.minicart-wrapper {
  margin-left: 3px !important;
}
#mini-cart .product-item-details {
  padding: 0;
  width: calc(100% - 126px);
  padding-left: 15px;
  text-align: left;
  float: left;
  min-height: unset;
}
.categorycarousel-container .categorycarousel-product {
  padding-bottom: 0;
  min-height: 180px !important;
}
.widget-slider-content .categorycarousel-product .product-item-name {
  margin: 0;
}
.widget-icons-slider.owl-carousel .owl-stage {
  margin: 0 auto;
}
.widget.block.block-static-block.banner_space {
  padding: 0 !important;
}
.cms-sample-home-page .price-box.price-final_price .old-price span.price-container.price-final_price.tax.weee {
  width: 100%;
}
.widget-slider-content .product-item .category-carousal.price-box .old-price .price {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #e8b55c !important;
}
.minicart-wrapper .action.showcart:before {
  width: 32px !important;
  height: 30px !important;
  margin-top: 2px;
}
.catalog-product-view .product-info-main .product-info-price,
.product-info-main .product-info-price .price-box {
  width: 100%;
}
span.price-container.price-final_price.tax.weee {
  width: auto !important;
  float: left;
}
.cms-sample-home-page .page-main .block.widget-icons-slider,
.cms-sample-home-page .page-main .block.widget-icons-slider .widget.block.block-static-block {
  background: #ffffff;
}
.widget-product-grid .product-item .product-item-inner.mobile button.tocart {
  background: #e8b55c;
}
#minicart-content-wrapper .cartcalltoaction {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 10px;
  background: #ffffff;
  z-index: 10;
  width: 100%;
  padding: 0 10%;
}
body:not(.cms-sample-home-page) .page-wrapper .page-bottom {
  padding: 0 !important;
  margin: 0 !important;
  background-color: #ffffff !important;
}
.checkout-cart-index .page-title-wrapper,
.columns {
  padding-top: 0 !important;
}
.block-static-block h2,
.cms-sample-home-page .block-products-list .block-title strong,
.cms-sample-home-page .block-title h2 {
  text-transform: capitalize;
}
.cms-sample-home-page .block-products-list .block-title strong {
  padding: 0;
  margin-bottom: 0;
}
.categorycarousel-section .owl-carousel .owl-stage-outer {
  padding-top: 0;
}
.cms-sample-home-page .widget-slider-content .product-item .price-box.price-final_price {
  flex-direction: column;
}
.cms-sample-home-page .widget-slider-content .price-box.price-final_price .old-price,
.cms-sample-home-page .widget-slider-content span.price-container.price-final_price.tax.weee {
  width: 100% !important;
}
.minicart-wrapper.active .block-minicart {
  padding: 30px !important;
}
.minicart-items-wrapper {
  height: calc(100vh - 260px) !important;
  overflow-x: hidden;
}
.onestepcheckout-index-index .page-title {
  margin-top: 20px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item:not(:first-of-type) {
  margin-top: 50px;
}
.onestepcheckout-index-index .discount-code .form-discount .action-apply {
  min-height: unset !important;
  letter-spacing: 0;
  min-width: auto;
  font-size: 15px;
}
.onestepcheckout-index-index .discount-code .form-discount .action-apply:hover {
  color: #ffffff;
}
.onestepcheckout-index-index .page-main .checkout-container .osc-fluid .field + .field {
  margin-left: 10px !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .group-title h2 {
  display: flex;
  align-items: center;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .minicart-items-wrapper {
  margin-right: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-card {
  padding: 16px 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-card:last-child {
  border-bottom: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar-product-options .aw-sidebar-product-options-wrapper {
  flex-wrap: wrap;
  white-space: normal;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar-product-options .aw-sidebar-product-options-wrapper .values {
  margin-left: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button:focus {
  outline: 0;
}
.checkout-onepage-success .page-main {
  margin-top: 80px;
}
.checkout-index-index .page-header {
  z-index: 9;
}
#product-item-info_5278 span.price-container.price-final_price.tax.weee {
  float: left;
  padding: 0;
  margin: 0;
}
#product-item-info_5278 .product-item-details .price-final_price .old-price .price-wrapper .price {
  padding-left: 10px;
}
.products.list .product-item-info .product-item-name {
  min-height: 18px;
}
.product-item .price-box {
  margin: 0;
}
.catalog-product-view .product.media {
  display: block;
}
.category-adiyogi li.item.product.product-item:nth-child(2) .stock.notifyme,
.cms-adiyogi-store li.item.product.product-item:first-child .stock.unavailable,
.product-adiyogi-statue-two-and-half-feet .product.alert,
body.product-adiyogi-statue-two-and-half-feet .stock.unavailable,
div#product-item-info_5703 .notifyme {
  display: none;
}
div#product-options-wrapper label {
  line-height: normal !important;
  margin-bottom: 0;
}
.price-box.price-final_price .old-price {
  float: left;
  width: 50%;
  margin: 0;
}
.price-box.price-final_price .old-price span.price-container.price-final_price.tax.weee {
  color: #e8b55c !important;
}
.contact-faq-content section:last-child {
  display: block;
}
.onestepcheckout-index-index .modal-popup .modal-inner-wrap {
  background: #fdf8ee;
  border-radius: 4px;
  max-width: 800px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 5rem 0;
}
.onestepcheckout-index-index .modal-popup .modal-header {
  border: none;
  padding-left: 42px;
}
.onestepcheckout-index-index .modal-popup .modal-inner-wrap .modal-header h1 {
  font-weight: 400;
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
  border: none;
  padding: 0;
}
.onestepcheckout-index-index .modal-popup .modal-inner-wrap .modal-footer {
  border: none;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  justify-content: flex-end;
}
.onestepcheckout-index-index .modal-popup .modal-content {
  border: none;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  justify-content: space-between;
  background: 0 0;
  padding-bottom: 0;
}
.onestepcheckout-index-index .modal-popup .modal-content .zonosmsg {
  border: 1px solid #f0b95b;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  background: 0 0;
  border-radius: 4px;
}
.modal-custom .action-close:active,
.modal-custom .action-close:focus,
.modal-popup .action-close:active,
.modal-popup .action-close:focus,
.modal-slide .action-close:active,
.modal-slide .action-close:focus {
  outline: 0;
}
.onestepcheckout-index-index .modal-popup .modal-content .zonosmsg .opcmodelpopup {
  visibility: hidden;
  display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .fl-label-state .label,
.onestepcheckout-index-index .page-main .checkout-container .fl-placeholder-state .label,
.onestepcheckout-index-index .page-main .checkout-container fieldset .field .label {
  z-index: 0;
}
.cms-adiyogi-store .ishaessentials .product-item-inner .actions-primary,
.cms-diwali-store .ishaessentials .product-item-inner .actions-primary,
.cms-gift-store .ishaessentials .product-item-inner .actions-primary,
.cms-offers-for-well-being .ishaessentials .product-item-inner .actions-primary {
  width: 100%;
  margin-bottom: 65px;
}
#product-options-wrapper .fieldset-bundle-options .control {
  width: 100%;
}
.price-box.price-final_price {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.product-item .minimal-price-link {
  margin-top: 0;
  width: auto !important;
}
.catalog-product-view .price-box .price-final_price .old-price {
  width: auto !important;
  margin-left: 98px !important;
  float: left;
  padding: 0 0 0 15px;
}
p.minimal-price {
  margin-bottom: 0;
}
.contact-index-index .columns {
  padding-top: 0;
}
.price-box.price-final_price .old-price {
  padding: 0 !important;
}
.cms-sample-home-page .product-item-details {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  vertical-align: top !important;
  align-content: center !important;
}
.ishaessentials .product-item-info .product-reviews-summary.short {
  top: 0 !important;
  margin-bottom: 0 !important;
  margin-top: -10px !important;
}
.cms-gift-store.product-item-details {
  position: relative !important;
}
.page-product-bundle .price-box.price-final_price .old-price {
  margin-left: 2px;
  float: left;
  padding: 0 0 0 15px;
}
.zonos-success-index.page-layout-1column .checkout-success a.order-number {
  color: #a92611;
}
.zonos-success-index h1.page-title {
  display: none !important;
}
.zonos-success-index.page-layout-1column {
  text-align: center;
  background: #fdf8ee;
  font-size: 16px;
}
.block.widget .products-grid .product-item .product-item-inner.mobile,
.page-layout-1column .block.widget .products-grid .product-item .product-item-inner.mobile,
.widget-product-grid .product-item .product-item-inner.mobile .tocart {
  display: none !important;
}
.bottom-toolbar .toolbar-products:after {
  border-top: none !important;
}
.catalog-product-view .block.related .owl-nav,
.catalog-product-view .block.upsell .owl-nav {
  text-align: left;
}
.catalog-product-view .block.related .owl-nav button span,
.catalog-product-view .block.upsell .owl-nav button span {
  line-height: 34px;
}
.catalog-product-view .block.related .owl-nav button:focus,
.catalog-product-view .block.upsell .owl-nav button:focus {
  outline: 0;
}
.catalog-product-view .block.related .owl-carousel .owl-stage,
.catalog-product-view .block.upsell .owl-carousel .owl-stage {
  margin: 0 auto;
}
.catalog-product-view .block.upsell .item.product.product-item {
  width: 100%;
}
.catalog-product-view .block.upsell .product-item-info {
  width: 85%;
}
.catalog-product-view .block.related .product.details.product-item-details,
.catalog-product-view .block.upsell .product.details.product-item-details {
  float: left;
  width: 100%;
  text-align: center;
}
.block.related .price-box.price-final_price,
.block.upsell .price-box.price-final_price {
  justify-content: center;
  display: flex;
}
.catalog-product-view .block.related .block-title.title strong,
.catalog-product-view .block.upsell .block-title.title strong {
  text-transform: capitalize;
}
.related-category {
  margin-bottom: 30px;
}
.relatedCategory {
  position: relative;
  margin: 0 auto !important;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.relatedCategory .innersection {
  display: flex;
}
.relatedCategory .pillslisting {
  width: auto !important;
}
.relatedCategory a {
  margin: 5px !important;
}
.relatedCategory span.related-category {
  margin: 5px 0;
  display: flex !important;
  padding-right: 0 !important;
}
.relatedCategory span.related-category span {
  margin-right: 8px;
  min-width: fit-content;
}
#iconic-offer-homepage-block.block-static-block h2 {
  padding: 40px 0 0;
}
#mini-cart li .product .details-qty.qty {
  display: flex !important;
  align-items: center;
  margin: 0 0 30px;
}
.minicart-items .item-qty {
  width: 42px;
}
.cms-offers-for-well-being span.wishlist {
  position: unset;
}
.cms-offers-for-well-being .ishaessentials .product-item .product-item-name {
  margin-bottom: 0;
  padding: 0;
}
.ishaessentials .product-item .product-item-name a {
  white-space: nowrap;
}
.cms-offers-for-well-being .ishaessentials .product-item-info .product-reviews-summary.short {
  margin-top: 0 !important;
  width: 100%;
}
.cms-offers-for-well-being .tophead h3 {
  margin-bottom: 30px;
}
header.modal-header {
  justify-content: center;
}
select.swatch-select.color {
  max-width: 350px;
  margin-left: 30px;
  margin-bottom: 10px;
}
.swatch-attribute-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.swatch-option-wrap {
  margin: 0 10px;
  position: relative;
  display: flex;
  max-width: 60px;
  float: left;
}
div#product-options-wrapper .swatch-attribute-options label {
  position: absolute;
  width: 42px !important;
  height: 42px;
  background: #eee6d7 !important;
  border-radius: 50%;
  z-index: 0;
  line-height: 45px !important;
  left: 0;
}
.aw-sbp__bundle-options-container div#product-options-wrapper label {
  width: calc(100% - 30px) !important;
  text-align: left;
}
.aw-sbp__bundle-options-container div#product-options-wrapper label a {
  color: #000;
}
.swatch-opt input[type=radio]:checked,
.swatch-opt input[type=radio]:not(:checked) {
  left: 0 !important;
  top: 0 !important;
  height: 42px !important;
  width: 42px !important;
  margin: 0 !important;
}
div#product-options-wrapper .swatch-attribute-options label:before {
  display: none;
}
.swatch-opt input[type=radio]:checked + label {
  background: #e8b55c !important;
  transition: all 0.2s ease 0s;
}
#minicart-content-wrapper .actions .primary button {
  border: none;
}
.field.downloads {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  #minicart-content-wrapper .cartcalltoaction {
    position: absolute !important;
    bottom: 0 !important;
    width: 100% !important;
    left: 0 !important;
    padding-top: 10px;
  }
  .products.list .product-item-info .product-item-inner .actions-primary button {
    font-size: 12px !important;
    width: 100% !important;
  }
  .offer-tag {
    font-family: 'Fedra Sans Book 5';
    font-size: 11px;
    background: #ffef34;
    width: 91px;
    text-align: center;
    padding: 6px 0;
    position: absolute;
    right: 0;
    color: #000;
    top: 0;
    z-index: 100;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .item.product.product-item.out-of-stock .product-item-inner .unavailable {
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'Fedra Sans Book 5';
    font-size: 11px;
    background: #ffffff;
    width: 91px;
    text-align: center;
    padding: 6px 0;
    z-index: 100;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border: none !important;
  }
  .item.product.product-item.out-of-stock .product-item-inner .unavailable {
    padding: 8px 0 !important;
    border-radius: 40px !important;
    color: #fff !important;
    border: none !important;
  }
  .item.product.product-item.out-of-stock .product-item-inner .unavailable:hover {
    background: #edaa39 !important;
  }
  .cms-adiyogi-store .seven-ways-banner,
  .cms-bond-of-grace .seven-ways-banner,
  .cms-books .seven-ways-banner,
  .cms-devi-yantras .seven-ways-banner,
  .cms-diwali .seven-ways-banner,
  .cms-diwali-offers .seven-ways-banner,
  .cms-independence-day .seven-ways-banner,
  .cms-navratri .seven-ways-banner,
  .cms-offers-for-well-being .seven-ways-banner,
  .cms-sadhana-supports .seven-ways-banner,
  .cms-save-soil .seven-ways-banner,
  .cms-stw-diwali .seven-ways-banner,
  .cms-summer-wellness .seven-ways-banner {
    position: relative;
    width: 100vw;
    left: 50%;
    bottom: 0;
    min-height: auto;
    margin-left: -50vw;
    top: 0;
  }
  .cms-adiyogi-store .seven-ways-banner img,
  .cms-bhairavi-sadhana .seven-ways-banner img,
  .cms-bond-of-grace .seven-ways-banner img,
  .cms-books .seven-ways-banner img,
  .cms-devi-yantras .seven-ways-banner img,
  .cms-diwali .seven-ways-banner img,
  .cms-diwali-offers .seven-ways-banner img,
  .cms-independence-day .seven-ways-banner img,
  .cms-navratri .seven-ways-banner img,
  .cms-offers-for-well-being .seven-ways-banner img,
  .cms-sadhana-supports .seven-ways-banner img,
  .cms-sannidhi-info .seven-ways-banner img,
  .cms-save-soil .seven-ways-banner img,
  .cms-stw-diwali .seven-ways-banner img,
  .cms-summer-wellness .seven-ways-banner img,
  .cms-the-rudraksha-guide .seven-ways-banner img {
    width: 100%;
  }
  .cms-adiyogi-store .for-mobile-view,
  .cms-bhairavi-sadhana .for-mobile-view,
  .cms-bond-of-grace .for-mobile-view,
  .cms-books .for-mobile-view,
  .cms-devi-yantras .for-mobile-view,
  .cms-diwali-offers .for-mobile-view,
  .cms-independence-day .for-mobile-view,
  .cms-navratri .for-mobile-view,
  .cms-offers-for-well-being .for-mobile-view,
  .cms-sadhana-supports .for-mobile-view,
  .cms-sannidhi-info .for-mobile-view,
  .cms-save-soil .for-mobile-view,
  .cms-stw-diwali .for-mobile-view,
  .cms-summer-wellness .for-mobile-view,
  .cms-the-rudraksha-guide .for-mobile-view {
    display: none;
  }
  .product-item .price-from,
  .product-item .price-to {
    float: left;
    width: 50%;
  }
  .products.list .pricewhatsapp p.price-from {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .product-item .price-box p.price-from .price-label {
    display: inline-block !important;
  }
  .products.list .pricewhatsapp p.price-to {
    display: none !important;
  }
  .page-header.headersticky #mySidenav .nav-main {
    margin-left: 0;
  }
  .cms-bhairavi-sadhana .page-main,
  .cms-bond-of-grace .page-main,
  .cms-diwali-offers .page-main,
  .cms-diwali-store,
  .cms-gift-store .page-main,
  .cms-independence-day .page-main,
  .cms-offers-for-well-being .page-main,
  .cms-sadhana-supports .page-main,
  .cms-sannidhi-info .page-main,
  .cms-save-soil .page-main,
  .cms-stw-diwali .page-main {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .cms-adiyogi-store .products-grid,
  .cms-bhairavi-sadhana .products-grid,
  .cms-diwali-offers .page-main,
  .cms-diwali-store .products-grid,
  .cms-gift-store .page-main,
  .cms-gift-store .products-grid,
  .cms-offers-for-well-being .products-grid,
  .cms-sadhana-supports .products-grid,
  .cms-save-soil .products-grid,
  .cms-summer-wellness .products-grid,
  .cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .products-grid {
    position: relative;
    width: 100%;
    padding: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n+1) {
    margin-left: 2% !important;
  }
  .cms-adiyogi-store .ishaessentials .product-item,
  .cms-bhairavi-sadhana .ishaessentials .product-item,
  .cms-diwali-offers .ishaessentials .product-item,
  .cms-diwali-store .ishaessentials .product-item,
  .cms-gift-store .ishaessentials .product-item,
  .cms-offers-for-well-being .ishaessentials .product-item,
  .cms-sadhana-supports .ishaessentials .product-item,
  .cms-save-soil .ishaessentials .product-item,
  .cms-summer-wellness .ishaessentials .product-item,
  .cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .ishaessentials .product-item {
    width: 23% !important;
  }
  .catalog-product-view .product-info-main .product.info.detailed .title a {
    height: auto;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1500px) {
  .product-item-details .price-final_price .old-price .price-wrapper .price {
    font-size: 14px;
    display: inline-block;
  }
  .products.list .product-item-info .price {
    font-size: 14px;
  }
  .rating-summary .rating-result {
    width: auto;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .iconic-carousel .item {
    padding: 0 0 30px;
  }
}
@media (max-width: 1366px) {
  #mySidenav .menu-left .menu-links {
    padding-left: 30px !important;
  }
}
@media only screen and (max-width: 1200px) {
  div#product-options-wrapper .control {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .relatedCategory span.related-category {
    margin: 0;
    display: block !important;
  }
  .relatedCategory span.related-category:after {
    top: -4px;
  }
  .catalog-product-view .product.attribute.overview p {
    text-align: left;
  }
  .catalog-product-view .product-info-main .product-info-price {
    padding: 0 15px 10px;
  }
  .catalog-product-view .product-info-main h1.page-title {
    text-align: left;
  }
  .catalog-product-view .product-info-main .product-reviews-summary {
    float: none;
    margin: 0;
    padding: 0 15px;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
  }
  .catalog-product-view .product-info-main .product-reviews-summary .reviews-actions {
    padding-left: 0;
    padding-top: 4px;
  }
  .product-reviews-summary-offers_list {
    min-height: 50px;
  }
  .page-with-filter .product-item .product-reviews-summary .rating-summary {
    margin: 4px auto 0;
    width: 100%;
    text-align: left;
  }
  .products.list .product-item-info .product-item-link {
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .products.list .product-item-info .product-item-inner .actions-primary button {
    margin: 0 !important;
  }
}
.bottom-toolbar p#toolbar-amount {
  color: transparent !important;
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .price-box.price-final_price {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .cart.table-wrapper .item-options {
    display: block !important;
  }
  .contact-index-index #maincontent .page-title {
    font-size: 20px;
  }
  .menu-parent > a {
    color: #a92611 !important;
  }
  h3.menu-parent {
    padding-left: 15px;
  }
  .contact-faq-content section {
    margin-bottom: 20px;
  }
  .contact-faq-content section ul {
    padding-inline-start: 40px;
  }
  .contact-faq-content {
    width: 100%;
  }
  .header.content .right-container-wrap .header.links .icon.wishlist-my-icon {
    display: block;
  }
  .minicart-wrapper .action.showcart:before {
    margin-top: 7px;
  }
  div#product-options-wrapper .control {
    width: 65%;
  }
}
.form .actions-toolbar .primary button:focus {
  outline: none;
}
.error_msg {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .relatedCategory span.related-category:after {
    width: 100%;
    height: 19px;
    background-size: contain;
    right: 0 !important;
    top: 0 !important;
  }
  .relatedCategory span.related-category .mobile {
    font-weight: 600 !important;
  }
  .relatedCategory a {
    margin: 5px 0 !important;
  }
  .checkout-cart-index .page-main form.form-cart {
    padding-right: 15px !important;
  }
  .cart-container .form.form-cart .cart.item .item-info {
    padding: 0;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 0;
  }
  .cart.table-wrapper .actions-toolbar > .action-delete:before {
    top: 18px;
    left: 25px;
  }
  .cart.table-wrapper .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    white-space: normal;
  }
  .checkout-cart-index .cart.table-wrapper .col.subtotal {
    width: 100% !important;
    padding-top: 0;
  }
  .cart-container .cart-summary {
    padding-bottom: 56px;
  }
  .onestepcheckout-index-index .columns .column.main {
    padding-bottom: 20px;
  }
  .modal-popup.modal-slide {
    left: 10px;
    right: 10px;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: auto;
  }
  .cms-offers-for-well-being .more-button {
    padding-top: 15px;
  }
  .cms-offers-for-well-being .widget-product-grid .product-item .product-item-inner,
  .cms-offers-for-well-being .widget-product-grid .products-grid .product-item .product-item-inner {
    display: block;
    position: relative !important;
    margin: 0;
  }
  .cms-offers-for-well-being .product-item-details {
    padding: 0;
  }
  .cms-offers-for-well-being .ishaessentials .product-item .product-item-name {
    padding: 0 10px;
  }
  .cms-offers-for-well-being .product-item .price-box {
    padding: 0 5px;
  }
  .cms-offers-for-well-being .widget-product-grid .product-item .price-box .price {
    font-size: 24px !important;
  }
  .cms-offers-for-well-being .tophead h3 {
    font-size: 32px;
    padding-bottom: 14px;
  }
  .more-button a {
    padding: 12px 34px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .block.widget .products-grid .product-item .product-item-inner.desktop,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner.desktop,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner.desktop,
  .widget-product-grid .product-item .product-item-inner.desktop .tocart {
    display: none !important;
  }
  .block.widget .products-grid .product-item .product-item-inner.mobile,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner.mobile,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner.mobile,
  .widget-product-grid .product-item .product-item-inner.mobile .tocart {
    display: block !important;
    position: relative !important;
  }
  .cms-adiyogi-store .ishaessentials .product-item-inner .actions-primary,
  .cms-diwali-store .ishaessentials .product-item-inner .actions-primary {
    margin-bottom: 0;
  }
}
@media (max-width: 719px) {
  .catalog-product-view .relatedCategory span.related-category:after {
    right: -24px !important;
    top: 20px;
  }
  .footerlinksection .col-2 {
    margin-left: 0;
  }
  .col-2.footer-static {
    flex: initial !important;
    padding: 15px;
  }
  #mySidenav .menu-left,
  li.more-tab-menu.show-tab {
    display: none;
  }
  .additional_addtocart {
    margin: 5px 0;
  }
  .item.product.product-item.out-of-stock .product-image-photo {
    opacity: 1;
  }
  .field.subscription-type {
    float: left;
    width: 100%;
    padding: 15px;
  }
  .checkout-index-index #maincontent .opc-wrapper {
    width: 100% !important;
  }
  .checkout-index-index .page-main #checkout .field {
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 10px;
  }
  .products.list .product-item-info .product-item-inner .actions-primary button {
    width: 100% !important;
    margin: 0 !important;
  }
  .opc-estimated-wrapper {
    padding: 30px 15px !important;
  }
  .opc-progress-bar {
    width: 100% !important;
    float: left;
    clear: both;
    margin-top: 60px;
  }
  .subscription-type .fieldset > .field .choice input {
    vertical-align: middle;
  }
  .catalog-product-view .header.content .nav-toggle:before {
    background: url('../../frontend/OM/Isha/en_US/images/Menu.svg') no-repeat right top !important;
  }
  .catalog-product-view .minicart-wrapper .action.showcart:before {
    background: url('../../frontend/OM/Isha/en_US/images/cart-mobile.svg') no-repeat right top !important;
  }
  .catalog-product-view .header.content .middle-container-wrap .block.block-search label:before {
    background: url('../../frontend/OM/Isha/en_US/images/search-mobile.svg') no-repeat left top !important;
  }
  .subscription-type label.label {
    position: relative;
    left: 20px;
    vertical-align: middle;
  }
  .subscription-type input[type=radio] {
    float: left;
    clear: both;
    position: absolute;
  }
  .checkout-index-index .page-header {
    height: auto !important;
  }
  .checkout-index-index .header.content .nav-toggle {
    top: 30px;
    display: block;
  }
  .checkout-index-index .sections.nav-sections.open {
    background: 0 0 !important;
  }
  .checkout-index-index .right-container-wrap {
    display: block !important;
  }
  .checkout-index-index .header.content .right-container-wrap .minicart-wrapper,
  .checkout-index-index .page-header .minicart-wrapper {
    display: block !important;
    margin-top: -22px !important;
  }
  .maddress {
    float: left !important;
    margin: 10px 0 !important;
  }
  #checkout-step-shipping button.action.action-show-popup {
    width: 100% !important;
  }
  #mySidenav .menu-left .menu-links {
    padding: 0 !important;
  }
  .opc-estimated-wrapper .minicart-wrapper {
    display: none !important;
  }
  .account .block.account-nav {
    width: 100% !important;
  }
  .catalog-category-view .page.messages.product-added-success {
    display: block !important;
    position: fixed !important;
  }
  .ishaessentials.onlyentials .stock.unavailable {
    font-size: 18px;
    font-family: "Fedra Sans Book 5";
    background: #e8b55c;
    background: rgba(237, 170, 57, 0.8);
    color: #ffffff;
    width: 100%;
    height: 48px;
    text-align: center;
    border: 0 !important;
    padding: 0;
    font-weight: 400;
    border-radius: 0;
    line-height: 48px;
    margin-top: 53px;
  }
  .catalog-product-view #mySidenav .level0.has-child .angle-arrow {
    background: url('../../frontend/OM/Isha/en_US/images/mobile-firstlabel-arrrow.png') no-repeat right top;
  }
  .catalog-product-view .sections.nav-sections.open .second-level-child {
    background: url('../../frontend/OM/Isha/en_US/images/mobile-firstlabel-arrrow01.png') no-repeat right top !important;
  }
  .catalog-product-view .sections.nav-sections.open .second-level-child.opened {
    background: url('../../frontend/OM/Isha/en_US/images/mobile-firstlabel-arrrow02.png') no-repeat right top !important;
  }
  .catalog-product-view .sections.nav-sections.open .back-button-menu {
    background: url('../../frontend/OM/Isha/en_US/images/back-mobile.png') no-repeat left 34px !important;
  }
  td.col.data.short_description,
  th.col.label.short_description {
    display: none !important;
  }
  .catalog-product-view .block.related {
    overflow: visible !important;
  }
  .catalog-product-view .block.related .block-title.title:after {
    right: 20px !important;
  }
  .catalog-product-view .relatedCategory span.related-category:after {
    right: -20px !important;
  }
  .aw-sarp2-subscription__wrapper-options,
  .subscription-details .block-content {
    width: 100%;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: 0;
    margin-right: 0;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    width: 100% !important;
    margin: 0 10px;
  }
  .bundle-options-container .block-bundle-summary {
    width: 100% !important;
  }
  .orderform-add {
    width: 100%;
    background: #ffffff;
  }
  .catalog-product-view .block.upsell {
    padding-top: 0;
  }
  .ishaessentials .block-title:before {
    border-bottom: 0;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    margin: 10px 0 !important;
  }
  .form.create.account.form-create-account {
    margin: 0;
    padding: 0;
  }
  .form.form-cart .cart.main.actions {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    float: left;
  }
  .form.form-cart .cart.main.actions button {
    margin: 0 auto 10px !important;
    padding: 10px 40px !important;
    float: left !important;
    position: relative;
    left: unset;
    width: 260px;
  }
  .cart.table-wrapper .actions-toolbar > .action-edit {
    display: none !important;
  }
  .cart-container .form.form-cart .cart.item .item-actions {
    top: 0 !important;
  }
  .checkout-cart-index .footercopyright {
    display: block !important;
  }
  .form.form-cart .cart.main.actions .continue {
    width: 260px;
    position: relative;
    left: unset;
    margin-bottom: 10px;
    border-radius: 4px;
  }
  .catalog-product-view .page.messages.product-added-success {
    display: block;
    position: initial;
  }
  .products.list .price-box p.price-from {
    float: left;
    width: 50%;
  }
  .catalog-category-view div#product-item-info_4907 .actions-primary,
  .category-conscious-gifts.catalog-category-view #product-item-info_4632 .price-box.price-final_price,
  .category-conscious-gifts.catalog-category-view #product-item-info_4633 .price-box.price-final_price,
  .category-conscious-gifts.catalog-category-view #product-item-info_4635 .price-box.price-final_price,
  .category-conscious-gifts.catalog-category-view #product-item-info_4636 .price-box.price-final_price,
  li.item.product.product-item:nth-child(13) {
    display: none;
  }
  .category-conscious-gifts.catalog-category-view li.item.product.product-item {
    width: calc((100% - 2%)/2);
  }
  .catalog-product-view .product-info-main .product.attribute.overview p {
    padding: 0 !important;
  }
  .product-item-inner .actions-primary form {
    display: inherit !important;
    justify-content: space-between !important;
  }
  .homenewsletter {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .onestepcheckout-index-index .nav-toggle {
    display: block !important;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: calc((100% - 4%)/2) !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .ishaessentials .show-carousel.widget-product-grid .product-item {
    width: 88% !important;
  }
  .cms-sample-home-page .product-item-inner.mobile,
  .cms-sample-home-page .product-item:hover .product-item-inner.desktop,
  .cms-sample-home-page .widget-product-grid .product-item:hover .product-item-inner.mobile,
  .cms-sample-home-page .widget-product-grid .products-grid .product-item:hover .product-item-inner.mobile {
    display: none !important;
  }
  .cms-sample-home-page .product-item-inner.desktop {
    display: none;
  }
  .cms-sample-home-page .owl-carousel .product-item .product-item-info .product-item-details {
    min-height: unset !important;
  }
  .cms-sample-home-page .product-item-inner.mobile {
    position: relative !important;
    top: auto !important;
  }
  .page-product-bundle .price-box.price-final_price .old-price {
    margin-left: 135px !important;
  }
}
@media only screen and (max-width: 576px) {
  .order-products-toolbar.toolbar.bottom .pager {
    flex-direction: column;
  }
  .order-products-toolbar .pages {
    margin: 10px 0;
  }
  div#product-options-wrapper .control {
    width: 100%;
  }
  .catalog-product-view .product-info-main,
  .catalog-product-view .product.media {
    width: 100% !important;
    padding: 0 20px;
  }
  span.swatch-notify {
    top: -42px;
    max-width: 50px;
    line-height: normal;
    text-align: center;
    font-size: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .ishaessentials .product-item-info .product-reviews-summary.short {
    margin-bottom: 0;
    margin-top: 0;
  }
  .block.widget .products-grid .product-item {
    margin: 0 0 20px;
  }
  .block.widget .products-grid .product-item:last-child {
    margin-bottom: 0;
  }
  .product-reviews-summary-offers {
    min-height: unset;
  }
  .product-item-details .price-final_price .old-price .price-wrapper .price {
    font-size: 16px !important;
  }
  .more-button {
    text-align: center;
    padding-top: 0;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .more-button a {
    padding: 10px 34px;
  }
  .catalog-product-view .product-info-main h1.page-title,
  .catalog-product-view .product.attribute.overview p {
    text-align: left;
  }
  .catalog-product-view .product-info-main .product-info-price {
    padding: 0 15px 10px;
  }
  .catalog-product-view .product-info-main .product-reviews-summary {
    float: none;
    margin: 0;
    padding: 0 15px;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
  }
  .catalog-product-view .product-info-main .product-reviews-summary .reviews-actions {
    padding-left: 0;
    padding-top: 4px;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    border: 1px solid rgba(196, 196, 196, 0.25);
    margin: 0 auto 15px;
  }
  .cms-offers-for-well-being .product-item-details {
    border: none;
  }
  .cms-offers-for-well-being .more-button {
    padding-top: 0;
    margin-bottom: 45px;
  }
}
@media (max-width: 425px) {
  .product-reviews-summary-offers_list {
    min-height: 22px;
  }
  .product-reviews-summary-offers_list {
    min-height: 50px;
  }
  .catalog-product-view .page-main {
    padding: 0 15px;
  }
  .product-options-wrapper .swatch-opt .swatch-attribute-label {
    display: block;
    float: left;
    width: auto;
    margin-bottom: 15px;
  }
  .swatch-attribute-options {
    width: 100%;
  }
  .swatch-opt input[type=radio]:checked,
  .swatch-opt input[type=radio]:checked + label:after,
  .swatch-opt input[type=radio]:not(:checked) {
    height: 32px;
    width: 32px;
  }
  div#product-options-wrapper .swatch-attribute-options label {
    width: 32px !important;
    height: 32px;
    line-height: 32px !important;
    font-size: 12px;
  }
  .aw-sbp__bundle-options-container div#product-options-wrapper label {
    width: calc(100% - 30px) !important;
    text-align: left;
  }
  .aw-sbp__bundle-options-container div#product-options-wrapper label a {
    color: #000;
  }
}
@media only screen and (max-width: 390px) {
  .product-item-details .price-final_price .old-price .price-wrapper .price,
  .products.list .product-item-info .price {
    font-size: 9px;
    display: inline-block;
  }
}
.mobile_banner {
  display: none;
}
@media only screen and (max-width: 767px) {
  .desktop_banner {
    display: none;
  }
  .mobile_banner {
    display: block;
  }
}
.catalog-product-view .block.related .block-title.title:after {
  width: 100%;
  height: 19px;
  background-size: contain;
  right: 0 !important;
}
.catalog-product-view .block.related .product-item-info .product-item-name {
  color: #241f20;
  font-weight: 600;
  font-size: 18px !important;
  letter-spacing: 0.45px;
}
.catalog-product-view .products.list .product-item-info .product-item-link {
  color: #020202;
  font-size: 15px !important;
  line-height: 28px;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Fedra Sans Book 5';
}
.catalog-product-view .product-item-details .price-final_price .old-price .price-wrapper .price,
.catalog-product-view .products.list .product-item-info .price {
  font-size: 18px;
  display: inline-block;
}
.catalog-product-view .block.related .product.details.product-item-details,
.catalog-product-view .block.upsell .product.details.product-item-details {
  text-align: left;
}
.block.upsell .price-box.price-final_price,
.catalog-product-view .block.related .price-box.price-final_price {
  justify-content: start;
}
.catalog-product-view .block.upsell .block-title.title strong {
  font-size: 20px;
}
.cms-sample-home-page .iconic-carousel .iconic-header h3 {
  font-size: 38px;
  color: #a92611;
  letter-spacing: 0.01em;
  font-family: 'Fedra Sans Medium 5';
  word-wrap: normal;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-main,
  .catalog-product-view .product.media {
    width: 100% !important;
    padding: 0;
  }
  .catalog-product-view .product-info-main .product.attribute.overview {
    padding: 15px 0;
  }
  .catalog-product-view .product-info-main .product-info-price {
    padding: 0 0 10px;
  }
  #customer-reviews,
  .catalog-product-view .product-info-main .product-reviews-summary {
    padding: 0;
  }
  .catalog-product-view .product-info-main .page-title-wrapper.product {
    padding-right: 0;
    padding-left: 0;
  }
  .catalog-product-view .page-main .breadcrumbs {
    padding: 10px 0 !important;
  }
  #customer-reviews .write-review-btn {
    right: 0;
  }
}
.cms-sample-home-page .iconic-carousel .iconic-header h3 {
  font-size: 38px;
  color: #a92611;
  letter-spacing: 0.01em;
  font-family: 'Fedra Sans Medium 5';
  word-wrap: normal;
}
.sales-order-view .order-details-items.ordered .product-item-name {
  float: none;
}
#product-price-5703 {
  display: block !important;
}
#mini-cart li .product .details-qty.qty {
  display: block !important;
  position: relative;
  width: auto;
}
.page-layout-pdpproductpage.catalog-product-view.new-pdp-design .fotorama__arr--prev {
  top: calc(41% - 27px) !important;
  bottom: auto !important;
  right: auto;
  left: auto;
}
.page-layout-pdpproductpage.catalog-product-view.new-pdp-design .fotorama__arr--next {
  top: calc(41% - 27px) !important;
  bottom: auto !important;
  right: auto;
  left: auto;
}
.page-layout-pdpproductpage.catalog-product-view.new-pdp-design .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr {
  top: calc(41% - 27px) !important;
  bottom: auto !important;
}
.page-layout-pdpproductpage.catalog-product-view.new-pdp-design .prar-review-list-wrp .prar-rev-item-detail {
  margin-bottom: 0;
}
.catalog-category-view a.notifyme-btn {
  font-size: 14px !important;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .catalog-category-view .column.main {
    width: 100% !important;
    padding: 0 !important;
  }
  .catalog-category-view .columns {
    padding: 0 15px;
    padding-top: 15px !important;
  }
  .catalog-category-view .products.products-grid {
    padding: 0;
  }
  .catalog-category-view .products.products-grid toolbar-products {
    margin: 0;
  }
  .catalog-category-view .products-grid .product-item {
    margin: 0 5px;
    width: calc((100% - 20px)/2);
    overflow: hidden;
  }
  .catalog-category-view .products.list .product-item-info .product-item-inner .actions-primary button {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .catalog-category-view .additional_addtocart {
    margin: 0 !important;
  }
  .catalog-category-view .product-item .price-box {
    margin: 0;
  }
  .prar-rating-box .prar-rating-text {
    position: relative;
    left: 200px;
    bottom: 21px;
    width: 150px;
    text-align: left;
    pointer-events: none;
  }
}
.cms-sample-home-page .page-main .block.block-static-block {
  padding: 0 !important;
}
.cms-sample-home-page .page-main .block.block-static-block .seven-ways-banner {
  width: 100%;
}
.cms-sample-home-page .page-main .block.block-static-block .seven-ways-banner img {
  width: 100%;
}
.cms-sample-home-page .Homecategory {
  padding: 2%;
}
.cms-sample-home-page .Homecategory .block.block-products-list {
  padding: 0;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid {
  display: flex;
  justify-content: space-between;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  background: transparent;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item {
  padding: 0 !important;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info {
  width: auto;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #efefef;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info:hover {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-photo {
  position: relative;
  width: 100%;
  height: 100%;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-photo .product-image-container {
  padding: 15px 15px 5px !important;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details {
  width: 100%;
  min-height: fit-content;
  margin: 0 !important;
  padding: 0 0 10px;
  position: relative;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .product-item-name {
  position: relative;
  width: 100%;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  top: 0;
  overflow: hidden;
  font-size: 16px;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .product-reviews-summary.short {
  position: absolute;
  top: 26px;
  width: 100%;
  margin: 0 !important;
  padding: 0;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  min-height: fit-content;
  margin: 4px 0 10px;
  padding: 0;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price .price-wrapper {
  position: relative;
  height: 100%;
  min-height: fit-content;
  display: flex;
  width: 100%;
  justify-content: center;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price .price-wrapper .price {
  font-size: 14px !important;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .gudibuy {
  margin: 0 !important;
  padding: 0;
  height: auto;
  min-height: fit-content;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .product-item-inner {
  position: relative !important;
  top: 0 !important;
  width: 100%;
  box-shadow: none;
  margin: 0;
  padding: 0;
  outline: none;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  position: relative;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item:hover .product-item-details .product-item-inner {
  position: static !important;
  top: 0 !important;
  width: 100%;
  box-shadow: none;
  margin: 0;
  padding: 0;
  outline: none;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner,
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item:hover .product-item-inner {
  display: flex !important;
  height: fit-content !important;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .tocart {
  height: 32px;
  text-align: center;
  border: 0 !important;
  padding: 0 15px;
  font-weight: 400;
  border-radius: 35px;
  background: #e8b55c !important;
  border: none !important;
  outline: none !important;
  font-size: 14px;
  line-height: 1;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .tocart:hover {
  text-decoration: none;
  background: #ee7203 !important;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .product-item-actions .actions-primary .stock.unavailable {
  height: 32px;
  text-align: center;
  border: 0 !important;
  font-weight: 400;
  border-radius: 35px;
  background: #e8b55c !important;
  border: none !important;
  outline: none !important;
  font-size: 14px;
  font-family: "Fedra Sans Book 5";
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  cursor: not-allowed;
  opacity: 0.5;
  line-height: 1;
  position: relative;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info .actions-secondary .action.towishlist {
  top: 25px;
  left: auto;
  z-index: 99;
  position: absolute;
  right: 25px;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info .actions-secondary .action.towishlist:before {
  margin: 0;
}
.cms-sample-home-page .Homecategory .calltoaction.desktop {
  display: flex;
  position: relative;
  width: 100%;
}
.cms-sample-home-page .Homecategory .calltoaction.desktop a,
.cms-sample-home-page .Homecategory .calltoaction.mobile a {
  margin-left: auto;
  text-decoration: none;
}
.cms-sample-home-page .page-wrapper .page-bottom {
  padding: 0 !important;
}
.page-bottom .page-bottom {
  padding: 0;
}
.page-bottom .page-bottom .footernewsletter {
  position: relative;
  padding: 104px 40px;
  background: #00206d;
  max-width: 100%;
}
.page-bottom .page-bottom .footernewsletter .footernewsletter-bg {
  width: 100%;
  transition: 0.3s;
  position: absolute;
  height: 100%;
  object-fit: cover;
  inset: 0;
  pointer-events: none;
}
.page-bottom .page-bottom .footernewsletter .content {
  position: relative !important;
  top: unset;
  left: auto;
  width: 55% !important;
  right: auto;
  margin: 0;
  padding: 0;
}
.page-bottom .page-bottom .footernewsletter .content h2 {
  font-family: 'Fedra Sans Std';
  font-size: 30px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #ffffff;
}
.page-bottom .page-bottom .footernewsletter .content h3 {
  font-family: 'Fedra Sans Std';
  color: #ffffff;
}
.page-bottom .page-bottom .footernewsletter .content h3 img {
  line-height: 0;
  max-width: 280px;
  width: 100%;
  height: auto;
  margin: 15px auto 20px;
  position: relative;
}
.page-bottom .page-bottom .footernewsletter .subscribe-box a {
  width: 55% !important;
  background: #f1bb61;
  border-radius: 30px !important;
  color: #00206b;
  font-weight: 700;
  border: 1px solid #f1bb61;
}
.page-bottom .page-bottom .footernewsletter .newsletter-content {
  color: #ffffff;
}
.page-bottom .page-bottom .footernewsletter .newsletter-content a {
  color: #ffffff;
  text-decoration: underline;
}
.cms-sample-home-page .page-footer .footer.content {
  padding: 0;
}
.cms-sample-home-page .page-footer:before {
  top: 0 !important;
}
.cms-sample-home-page .footercopyright .justify-content-between {
  padding: 0;
}
.page-header.headersticky #mySidenav .nav-main {
  margin: 0 !important;
}
.minicart-wrapper .action.showcart:before {
  width: 32px !important;
  height: 25px !important;
  margin-top: 5px;
}
.minicart-wrapper .action.showcart .counter.qty {
  top: -10px !important;
}
.owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}
@media only screen and (max-width: 1366px) {
  .cms-sample-home-page .page-main .block.block-static-block {
    padding: 0 !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price .price-wrapper .price {
    font-size: 14px !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .tocart {
    height: 32px;
    text-align: center;
    border: 0 !important;
    padding: 0 15px;
    font-weight: 400;
    border-radius: 35px;
    font-size: 14px;
  }
  .page-bottom .page-bottom .footernewsletter {
    position: relative;
    padding: 50px 15px !important;
    background: #00206d;
    max-width: 100%;
  }
  .page-bottom .page-bottom .footernewsletter .footernewsletter-bg {
    width: 100%;
    transition: 0.3s;
    position: absolute;
    height: 100%;
    object-fit: cover;
    inset: 0;
    pointer-events: none;
    object-position: left;
    padding: 0;
  }
  .page-bottom .page-bottom .footernewsletter .content {
    padding: 0 !important;
  }
  .cms-sample-home-page .page-main .block.block-static-block {
    padding: 0 0 10px !important;
    margin-bottom: 0 !important;
    display: block;
    position: relative;
    overflow: hidden;
  }
  .cms-sample-home-page .page-main .block.block-static-block .seven-ways-banner {
    margin-bottom: 10px;
  }
  .cms-sample-home-page .Homecategory {
    padding: 5px;
  }
  .cms-sample-home-page .Homecategory .calltoaction.desktop {
    display: none !important;
  }
  .cms-sample-home-page .Homecategory .calltoaction.mobile {
    display: flex;
    position: relative;
    width: 100%;
  }
  .cms-sample-home-page .Homecategory .calltoaction.mobile a {
    margin-left: auto;
    text-decoration: none;
    position: relative;
    right: 5px;
    font-size: 16px;
  }
  .widget-product-grid .products-grid .product-item .product-item-inner,
  .widget-product-grid .product-item {
    margin: 0 0.5% 2% !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid {
    display: flex;
    justify-content: space-between;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    display: block;
    justify-content: space-between;
    gap: 5px;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item {
    padding: 0 !important;
    position: relative;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info {
    width: auto;
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #efefef;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info:hover {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-photo {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-photo .product-image-container {
    padding: 15px 15px 5px !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details {
    width: 100%;
    min-height: fit-content;
    margin: 0 !important;
    padding: 0 0 10px;
    position: relative;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .product-item-name {
    position: relative;
    width: 100%;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    top: 0;
    overflow: hidden;
    font-size: 14px;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .product-reviews-summary.short {
    position: absolute;
    top: 26px;
    width: 100%;
    margin: 0 !important;
    padding: 0;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    min-height: fit-content;
    margin: 4px 0 10px;
    padding: 0;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price .price-wrapper {
    position: relative;
    height: 100%;
    min-height: fit-content;
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price .price-wrapper .price {
    font-size: 14px !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .gudibuy {
    margin: 0 !important;
    padding: 0;
    height: auto;
    min-height: fit-content;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .product-item-inner {
    position: relative !important;
    top: 0 !important;
    width: 100%;
    box-shadow: none;
    margin: 0;
    padding: 0;
    outline: none;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    position: relative;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item:hover .product-item-details .product-item-inner {
    position: relative !important;
    top: 0 !important;
    width: 100%;
    box-shadow: none;
    margin: 0;
    padding: 0;
    outline: none;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner,
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item:hover .product-item-inner {
    display: flex !important;
    height: fit-content !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .tocart {
    height: 32px;
    text-align: center;
    border: 0 !important;
    padding: 0 15px;
    font-weight: 400;
    border-radius: 35px;
    background: #e8b55c !important;
    border: none !important;
    outline: none !important;
    font-size: 14px;
    line-height: 1;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .tocart:hover {
    text-decoration: none;
    background: #ee7203 !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .product-item-actions .actions-primary .stock.unavailable {
    position: relative;
    height: 32px;
    text-align: center;
    border: 0 !important;
    font-weight: 400;
    border-radius: 35px;
    background: #e8b55c !important;
    border: none !important;
    outline: none !important;
    font-size: 14px;
    font-family: "Fedra Sans Book 5";
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    cursor: not-allowed;
    opacity: 0.5;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info .actions-secondary .action.towishlist {
    top: 10px;
    left: auto;
    z-index: 99;
    position: absolute;
    right: 10px;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info .actions-secondary .action.towishlist:before {
    margin: 0;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .product-item-actions .actions-secondary {
    display: none;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .product-item-actions .actions-primary {
    display: inline-flex;
    margin: 0 auto;
    width: auto;
    justify-content: center;
  }
  .page-bottom .page-bottom {
    padding: 0;
  }
  .page-bottom .page-bottom .footernewsletter {
    position: relative;
    padding: 104px 40px;
    background: #00206d;
    max-width: 100%;
  }
  .page-bottom .page-bottom .footernewsletter .footernewsletter-bg {
    width: 100%;
    transition: 0.3s;
    position: absolute;
    height: 100%;
    object-fit: cover;
    inset: 0;
    pointer-events: none;
  }
  .page-bottom .page-bottom .footernewsletter .content {
    position: relative !important;
    top: unset;
    left: auto;
    width: 100% !important;
    right: auto;
    margin: 0;
    padding: 0;
  }
  .page-bottom .page-bottom .footernewsletter .content h2 {
    font-family: 'Fedra Sans Std';
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #ffffff;
    padding: 0;
  }
  .page-bottom .page-bottom .footernewsletter .content h3 {
    font-family: 'Fedra Sans Std';
    color: #ffffff;
    font-size: 20px;
    padding: 0;
  }
  .page-bottom .page-bottom .footernewsletter .content h3 img {
    line-height: 0;
    max-width: 280px;
    width: 100%;
    height: auto;
    margin: 15px auto 20px;
    position: relative;
  }
  .page-bottom .page-bottom .footernewsletter .subscribe-box a {
    width: 90% !important;
    background: #f1bb61;
    border-radius: 30px !important;
    color: #00206b;
    font-weight: 700;
    border: 1px solid #f1bb61;
  }
  .page-bottom .page-bottom .footernewsletter .newsletter-content {
    color: #ffffff;
  }
  .page-bottom .page-bottom .footernewsletter .newsletter-content a {
    color: #ffffff;
    text-decoration: underline;
  }
  .cms-sample-home-page .page-footer .footer.content {
    padding: 0;
  }
  .cms-sample-home-page .page-footer:before {
    top: 0 !important;
  }
  .cms-sample-home-page .footercopyright .justify-content-between {
    padding: 0;
  }
  .cms-sample-home-page .page-main .block.block-products-list {
    padding: 0;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item {
    width: calc((100% - 6%)/6);
    margin-left: 0.5% !important;
    margin-right: 0.5% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item {
    width: calc((100% - 4%)/4);
    margin-left: 0.5% !important;
    margin-right: 0.5% !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-photo .product-image-container {
    padding: 0px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item {
    width: calc((100% - 4%)/4);
    margin-left: 0.5% !important;
    margin-right: 0.5% !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-photo .product-image-container {
    padding: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item {
    width: calc((100% - 3%)/3);
    margin-left: 0.5% !important;
    margin-right: 0.5% !important;
  }
}
@media only screen and (max-width: 376px) {
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .product-item-name {
    font-size: 13px;
    line-height: 1;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price .price-wrapper .price {
    font-size: 12px;
    line-height: 1;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .tocart,
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .product-item-actions .actions-primary .stock.unavailable {
    font-size: 12px;
    line-height: 1;
    height: 28px;
    padding: 0 10px;
  }
  .page-bottom .footernewsletter .content h2 {
    font-size: 16px;
  }
  .page-bottom .page-bottom .footernewsletter .content h3 img {
    max-width: 200px;
  }
  .page-bottom .page-bottom .footernewsletter .subscribe-box a {
    width: auto !important;
    font-size: 16px;
    padding: 5px 25px;
  }
}
@media only screen and (min-width: 1023px) {
  .cms-sample-home-page .page-main .block.block-static-block .seven-ways-banner.mobile {
    display: none;
  }
  .cms-sample-home-page .page-main .block.block-static-block .seven-ways-banner.web {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .cms-sample-home-page .page-main .block.block-static-block .seven-ways-banner.mobile {
    display: block;
  }
  .cms-sample-home-page .page-main .block.block-static-block .seven-ways-banner.web {
    display: none;
  }
}
.landing-shop-page .title-page {
  display: block !important;
  position: relative;
  left: 0;
  font-family: 'Fedra Sans Std Demi';
  font-size: 24px;
  margin-bottom: 10px;
}
.landing-shop-page .sub-title-page {
  position: relative;
  left: 0;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 20px;
}
.landing-shop-page .title-box {
  display: block !important;
  position: relative;
  left: 0;
  font-family: 'Fedra Sans Std Demi';
  font-size: 24px;
  margin-bottom: 10px;
}
.landing-shop-page p,
.landing-shop-page span {
  position: relative;
  left: 0;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  line-height: 20px;
}
.landing-shop-page ul li {
  position: relative;
  left: 0;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  line-height: 20px;
}
.landing-shop-page .wrap-background {
  margin: 30px auto;
}
.cms-terms-conditions,
.cms-privacy-policy-cookie-restriction-mode,
.cms-faq,
.cms-ordermanagementfaq,
.cms-shipping_policy_faq,
.cms-shipping-policy,
.cms-sso-faq,
.cms-subscriptionfaq,
.cms-shipping-policy,
.cms-accountmanagementfaq {
  background: #ffffff !important;
}
.cms-terms-conditions .page-main,
.cms-privacy-policy-cookie-restriction-mode .page-main,
.cms-faq .page-main,
.cms-ordermanagementfaq .page-main,
.cms-shipping_policy_faq .page-main,
.cms-shipping-policy .page-main,
.cms-sso-faq .page-main,
.cms-subscriptionfaq .page-main,
.cms-shipping-policy .page-main,
.cms-accountmanagementfaq .page-main {
  background: #ffffff !important;
}
.cms-terms-conditions h1.page-title,
.cms-privacy-policy-cookie-restriction-mode h1.page-title,
.cms-faq h1.page-title,
.cms-ordermanagementfaq h1.page-title,
.cms-shipping_policy_faq h1.page-title,
.cms-shipping-policy h1.page-title,
.cms-sso-faq h1.page-title,
.cms-subscriptionfaq h1.page-title,
.cms-shipping-policy h1.page-title,
.cms-accountmanagementfaq h1.page-title {
  font-size: 35px;
  font-weight: 700;
  margin: 22px 0;
  font-family: 'Fedra Sans Book 5' !important;
}
.cms-terms-conditions h1.page-title:after,
.cms-privacy-policy-cookie-restriction-mode h1.page-title:after,
.cms-faq h1.page-title:after,
.cms-ordermanagementfaq h1.page-title:after,
.cms-shipping_policy_faq h1.page-title:after,
.cms-shipping-policy h1.page-title:after,
.cms-sso-faq h1.page-title:after,
.cms-subscriptionfaq h1.page-title:after,
.cms-shipping-policy h1.page-title:after,
.cms-accountmanagementfaq h1.page-title:after {
  position: relative;
  bottom: 20px;
  z-index: -1;
  display: none !important;
}
.cms-terms-conditions h1.page-title span,
.cms-privacy-policy-cookie-restriction-mode h1.page-title span,
.cms-faq h1.page-title span,
.cms-ordermanagementfaq h1.page-title span,
.cms-shipping_policy_faq h1.page-title span,
.cms-shipping-policy h1.page-title span,
.cms-sso-faq h1.page-title span,
.cms-subscriptionfaq h1.page-title span,
.cms-shipping-policy h1.page-title span,
.cms-accountmanagementfaq h1.page-title span {
  font-family: 'Fedra Sans Book 5' !important;
  font-size: 35px;
  font-weight: 700;
  padding: 0 !important;
}
.cms-terms-conditions p,
.cms-privacy-policy-cookie-restriction-mode p,
.cms-faq p,
.cms-ordermanagementfaq p,
.cms-shipping_policy_faq p,
.cms-shipping-policy p,
.cms-sso-faq p,
.cms-subscriptionfaq p,
.cms-shipping-policy p,
.cms-accountmanagementfaq p {
  font-size: 14px;
  line-height: 28px;
  font-family: 'Fedra Sans Book 5';
}
.cms-terms-conditions h2,
.cms-privacy-policy-cookie-restriction-mode h2,
.cms-faq h2,
.cms-ordermanagementfaq h2,
.cms-shipping_policy_faq h2,
.cms-shipping-policy h2,
.cms-sso-faq h2,
.cms-subscriptionfaq h2,
.cms-shipping-policy h2,
.cms-accountmanagementfaq h2 {
  color: #020202;
  font-family: 'Fedra Sans Book 5';
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.cms-terms-conditions .column.main p,
.cms-privacy-policy-cookie-restriction-mode .column.main p,
.cms-faq .column.main p,
.cms-ordermanagementfaq .column.main p,
.cms-shipping_policy_faq .column.main p,
.cms-shipping-policy .column.main p,
.cms-sso-faq .column.main p,
.cms-subscriptionfaq .column.main p,
.cms-shipping-policy .column.main p,
.cms-accountmanagementfaq .column.main p {
  font-size: 18px;
}
.cms-terms-conditions .page-main ul li,
.cms-privacy-policy-cookie-restriction-mode .page-main ul li,
.cms-faq .page-main ul li,
.cms-ordermanagementfaq .page-main ul li,
.cms-shipping_policy_faq .page-main ul li,
.cms-shipping-policy .page-main ul li,
.cms-sso-faq .page-main ul li,
.cms-subscriptionfaq .page-main ul li,
.cms-shipping-policy .page-main ul li,
.cms-accountmanagementfaq .page-main ul li {
  position: relative;
  left: 0;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  line-height: 20px;
}
.cms-terms-conditions table.data-table,
.cms-privacy-policy-cookie-restriction-mode table.data-table,
.cms-faq table.data-table,
.cms-ordermanagementfaq table.data-table,
.cms-shipping_policy_faq table.data-table,
.cms-shipping-policy table.data-table,
.cms-sso-faq table.data-table,
.cms-subscriptionfaq table.data-table,
.cms-shipping-policy table.data-table,
.cms-accountmanagementfaq table.data-table {
  font-family: 'Fedra Sans Book 5';
}
.cms-terms-conditions table.data-table tr td,
.cms-privacy-policy-cookie-restriction-mode table.data-table tr td,
.cms-faq table.data-table tr td,
.cms-ordermanagementfaq table.data-table tr td,
.cms-shipping_policy_faq table.data-table tr td,
.cms-shipping-policy table.data-table tr td,
.cms-sso-faq table.data-table tr td,
.cms-subscriptionfaq table.data-table tr td,
.cms-shipping-policy table.data-table tr td,
.cms-accountmanagementfaq table.data-table tr td {
  border: 0 !important;
  font-size: 15px;
}
.cms-terms-conditions table.data-table tr th,
.cms-privacy-policy-cookie-restriction-mode table.data-table tr th,
.cms-faq table.data-table tr th,
.cms-ordermanagementfaq table.data-table tr th,
.cms-shipping_policy_faq table.data-table tr th,
.cms-shipping-policy table.data-table tr th,
.cms-sso-faq table.data-table tr th,
.cms-subscriptionfaq table.data-table tr th,
.cms-shipping-policy table.data-table tr th,
.cms-accountmanagementfaq table.data-table tr th {
  border: 0 !important;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .cms-terms-conditions table.data-table,
  .cms-privacy-policy-cookie-restriction-mode table.data-table,
  .cms-faq table.data-table,
  .cms-ordermanagementfaq table.data-table,
  .cms-shipping_policy_faq table.data-table,
  .cms-shipping-policy table.data-table,
  .cms-sso-faq table.data-table,
  .cms-subscriptionfaq table.data-table,
  .cms-shipping-policy table.data-table,
  .cms-accountmanagementfaq table.data-table {
    display: block !important;
    display: table;
    font-family: 'Fedra Sans Book 5';
  }
  .cms-terms-conditions table.data-table tr th,
  .cms-privacy-policy-cookie-restriction-mode table.data-table tr th,
  .cms-faq table.data-table tr th,
  .cms-ordermanagementfaq table.data-table tr th,
  .cms-shipping_policy_faq table.data-table tr th,
  .cms-shipping-policy table.data-table tr th,
  .cms-sso-faq table.data-table tr th,
  .cms-subscriptionfaq table.data-table tr th,
  .cms-shipping-policy table.data-table tr th,
  .cms-accountmanagementfaq table.data-table tr th {
    width: 35% !important;
    word-break: break-all;
  }
  .cms-terms-conditions table.data-table tr td,
  .cms-privacy-policy-cookie-restriction-mode table.data-table tr td,
  .cms-faq table.data-table tr td,
  .cms-ordermanagementfaq table.data-table tr td,
  .cms-shipping_policy_faq table.data-table tr td,
  .cms-shipping-policy table.data-table tr td,
  .cms-sso-faq table.data-table tr td,
  .cms-subscriptionfaq table.data-table tr td,
  .cms-shipping-policy table.data-table tr td,
  .cms-accountmanagementfaq table.data-table tr td {
    width: 65% !important;
    word-break: break-all;
  }
}
.cms-terms-conditions .faq-content p,
.cms-privacy-policy-cookie-restriction-mode .faq-content p,
.cms-faq .faq-content p,
.cms-ordermanagementfaq .faq-content p,
.cms-shipping_policy_faq .faq-content p,
.cms-shipping-policy .faq-content p,
.cms-sso-faq .faq-content p,
.cms-subscriptionfaq .faq-content p,
.cms-shipping-policy .faq-content p,
.cms-accountmanagementfaq .faq-content p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px !important;
  line-height: 28px;
  font-family: 'Fedra Sans Book 5';
}
.cms-terms-conditions .faq-content ul li,
.cms-privacy-policy-cookie-restriction-mode .faq-content ul li,
.cms-faq .faq-content ul li,
.cms-ordermanagementfaq .faq-content ul li,
.cms-shipping_policy_faq .faq-content ul li,
.cms-shipping-policy .faq-content ul li,
.cms-sso-faq .faq-content ul li,
.cms-subscriptionfaq .faq-content ul li,
.cms-shipping-policy .faq-content ul li,
.cms-accountmanagementfaq .faq-content ul li {
  font-size: 14px !important;
  line-height: 35px;
  font-family: 'Fedra Sans Book 5';
  margin: 0;
}
.cms-terms-conditions .faq-content h4,
.cms-privacy-policy-cookie-restriction-mode .faq-content h4,
.cms-faq .faq-content h4,
.cms-ordermanagementfaq .faq-content h4,
.cms-shipping_policy_faq .faq-content h4,
.cms-shipping-policy .faq-content h4,
.cms-sso-faq .faq-content h4,
.cms-subscriptionfaq .faq-content h4,
.cms-shipping-policy .faq-content h4,
.cms-accountmanagementfaq .faq-content h4 {
  font-size: 20px;
  font-family: 'Fedra Sans Book 5';
  line-height: 30px;
  font-weight: 700;
  color: #020202;
}
@media only screen and (max-width: 1023px) {
  .account .page-main .block-content {
    text-align: left !important;
  }
}
/*! CSS Used fontfaces */
body {
  color: #020202;
  font-family: 'Fedra Sans Std', sans-serif;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: 'lnum';
  -webkit-font-feature-settings: 'lnum';
  font-feature-settings: 'lnum' on;
}
.logo img {
  width: auto;
}
.cms-home .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.cms-home #maincontent {
  max-width: 100% !important;
  padding: 0;
}
.cms-home .column.main {
  padding-bottom: 0px;
}
.homepagebanner img {
  width: 100%;
}
.page-header {
  background: #ffffff;
  height: 187px;
}
.sections.nav-sections {
  background: transparent;
}
.sections.nav-sections .navigation {
  background: none;
}
.homefeaturedoffer {
  padding: 20px 50px 60px 50px;
  position: relative;
  background: #ffffff;
}
.homefeaturedoffer .mobilehed {
  flex: auto;
  width: 19%;
}
.homefeaturedoffer .blocksection {
  flex: auto;
  max-width: 18%;
}
.homefeaturedoffer .blocksection img {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
  width: 100%;
}
.homefeaturedoffer .blocksection:hover {
  transition: 0.5s all ease;
}
.homefeaturedoffer .blocksection:hover img {
  -moz-transform: scale(1.1) rotate(0deg);
  -webkit-transform: scale(1.1) rotate(0deg);
  -o-transform: scale(1.1) rotate(0deg);
  -ms-transform: scale(1.1) rotate(0deg);
  transform: scale(1.1) rotate(0deg);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.homefeaturedoffer .blocksection a {
  text-decoration: none;
  transition: 0.5s all ease;
  display: block;
  overflow: hidden;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.homefeaturedoffer .row {
  margin-left: 0;
  margin-right: 0;
}
.homefeaturedoffer .innersection span.newtag {
  font-family: 'Fedra Sans Std';
  font-size: 12px;
  font-weight: 400;
  background: #edaa38;
  color: #ffffff;
  width: 57px;
  height: 57px;
  display: block;
  position: absolute;
  right: -20px;
  line-height: 57px;
  text-align: center;
  border-radius: 50%;
  top: -20px;
  z-index: 1;
}
.homefeaturedoffer .innersection .image {
  width: 100%;
  overflow: hidden;
}
.homefeaturedoffer .innersection .content {
  font-family: 'Fedra Sans Book 5';
  font-size: 0.8vw;
  padding-left: 20px;
  padding-top: 20px;
  background: #ffffff;
  padding-bottom: 10px;
  color: #020202;
  box-shadow: none !important;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.homefeaturedoffer .innersection .content span.subhead {
  opacity: 0.7;
}
.homefeaturedoffer .innersection .content span.mobilespan {
  display: block;
  font-size: 1.18vw;
}
.homefeaturedoffer .innersection .content span.mobilespan a {
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
  color: #020202;
  transition: 0.5s all ease;
}
.homefeaturedoffer .innersection .content span.mobilespan a:hover {
  transition: 0.5s all ease;
  text-decoration: underline;
}
.homefeaturedoffer h2 {
  font-family: 'Fedra Sans Std';
  font-size: 36px;
  position: absolute;
  bottom: 12px;
}
.homefeaturedoffer h2::before {
  content: '';
  position: absolute;
  left: -281px;
  top: -90px;
  background: url('../../frontend/OM/Isha/en_US/images/featured-bg.png') no-repeat left top;
  z-index: 1;
  height: 66px;
  width: 429px;
  background-size: 100%;
}
.homefeaturedoffer h2 span {
  display: block;
  font-size: 30px;
  font-weight: 400;
}
p:empty {
  display: none;
}
.sevewayishalife {
  position: relative;
  background: #ffffff;
  overflow: hidden;
  padding-bottom: 0px;
}
.sevewayishalife .tophead {
  text-align: center;
  padding-bottom: 20px;
}
.sevewayishalife .tophead h3 {
  font-size: 36px;
  position: relative;
  font-family: 'Fedra Sans Medium 5';
  background: url('../../frontend/OM/Isha/en_US/images/home-heading-bg.png') no-repeat center bottom;
  padding-bottom: 20px;
}
.sevewayishalife .tophead p {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 0px;
  font-family: 'Fedra Sans Book 5';
  margin-bottom: 0px;
  z-index: 101;
  position: relative;
}
.sevewayishalife .tophead p span {
  font-weight: bold;
}
.sevewayishalife .banner {
  position: relative;
}
.sevewayishalife .banner::before {
  content: '';
  position: absolute;
  top: -45px;
  left: 0px;
  width: 100%;
  height: 57px;
  background: url('../../frontend/OM/Isha/en_US/images/7-ways-top-updated.png') no-repeat center top;
  background-size: cover;
  z-index: 100;
}
.sevewayishalife::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 57px;
  background: url('../../frontend/OM/Isha/en_US/images/7-ways-bottom-updated.png') no-repeat center top;
  background-size: cover;
  z-index: 100;
}
.sevenwayslider {
  padding: 0 140px;
  position: relative;
}
.sevenwayslider .owl-stage-outer {
  overflow: visible;
}
.sevenwayslider .sevenwayisha .item {
  position: relative;
}
.sevenwayslider .sevenwayisha .item img {
  width: auto;
}
.sevenwayslider .sevenwayisha .item .content {
  position: absolute;
  width: 341px;
  background: rgba(0, 0, 0, 0.4);
  padding: 15px 0;
  text-align: center;
  color: #ffffff;
  bottom: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 24px;
  font-family: 'Fedra Sans Medium 5';
}
.sevenwayslider .sevenwayisha .item .content span {
  display: block;
  font-weight: bold;
  font-size: 30px;
}
.sevenwayslider .sevenwayisha .active.center .item {
  position: absolute;
  top: -30px;
}
.sevenwayslider .sevenwayisha .active.center .item img {
  -webkit-box-shadow: -2px -1px 17px -2px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: -2px -1px 17px -2px rgba(0, 0, 0, 0.34);
  box-shadow: -2px -1px 17px -2px rgba(0, 0, 0, 0.34);
  border-radius: 12px;
}
.discoverisha {
  padding-top: 40px;
  padding-left: 35px;
  padding-right: 35px;
  background: #ffffff;
  position: relative;
  padding-bottom: 52px;
}
.discoverisha .tophead {
  text-align: center;
  width: 100%;
  padding-bottom: 15px;
}
.discoverisha .tophead h3 {
  color: #020202;
  text-align: center;
  font-size: 36px;
  font-family: 'Fedra Sans Medium 5';
  background: url('../../frontend/OM/Isha/en_US/images/home-heading-bg.png') no-repeat center bottom;
  padding-bottom: 10px;
}
.discoverisha .tophead p {
  font-size: 18px;
  padding-top: 5px;
  position: relative;
  font-family: 'Fedra Sans Book 5';
}
.discoverisha img {
  width: 100%;
}
.discoverisha .list {
  position: relative;
}
.discoverisha .list a {
  display: block;
  overflow: hidden;
}
.discoverisha .list img {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.discoverisha .list:hover a {
  overflow: hidden;
}
.discoverisha .list:hover a img {
  -moz-transform: scale(1.1) rotate(0deg);
  -webkit-transform: scale(1.1) rotate(0deg);
  -o-transform: scale(1.1) rotate(0deg);
  -ms-transform: scale(1.1) rotate(0deg);
  transform: scale(1.1) rotate(0deg);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.discoverisha .content {
  font-family: 'Fedra Sans Medium 5';
  font-size: 22px;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  color: #ffffff;
  transform: translate(-50%, -50%);
  letter-spacing: 0.45px;
}
.discoverisha .content::after {
  content: '';
  position: absolute;
  border-bottom: solid 2px #ffffff;
  width: 34%;
  height: 2px;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ishaessentials {
  padding: 40px 120px;
  position: relative;
  background: #ffffff;
  padding-bottom: 0px;
  clear: both;
  overflow: hidden;
}
.ishaessentials .block-title {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.ishaessentials .block-title::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 15px;
  width: 100%;
  border-bottom: solid 1px #edaa38;
  z-index: -1;
}
.ishaessentials .block-title strong {
  color: #020202;
  font-size: 36px;
  font-family: 'Fedra Sans Medium 5';
  display: inline-block;
  position: relative;
  background: #ffffff;
  padding-right: 19px;
}
.ishaessentials .block-title span {
  border-bottom: solid 1px #edaa38;
  width: 67%;
  display: inline-block;
  font-size: 0px;
  margin-left: 20px;
  margin-top: 20px;
  vertical-align: text-top;
  display: none;
}
.ishaessentials .block-title span.calltoaction {
  background: #ffffff;
  display: inline-block;
  width: auto;
  float: right;
  margin-top: 8px;
  padding-left: 20px;
  border: none;
}
.ishaessentials .block-title span.calltoaction.mobile {
  display: none;
}
.ishaessentials .block-title span.calltoaction a {
  background: none;
  padding: 8px 30px;
  display: inline-block;
  line-height: normal;
  font-size: 12px;
  border: solid 1px #a92611;
  font-family: 'Fedra Sans Book 5';
  font-weight: 400;
  letter-spacing: 1px;
  border-radius: 3px;
  color: #a92611;
  text-decoration: none;
}
.ishaessentials .bss-quickview {
  display: none;
}
.ishaessentials .product-item-info {
  width: 100%;
}
.ishaessentials .product-item-info .stock.unavailable {
  position: absolute;
  top: 0;
  right: 8px;
  font-family: 'Fedra Sans Book 5';
  font-size: 11px;
  background: #ffffff;
  width: 91px;
  text-align: center;
  padding: 6px 0;
  z-index: 100;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ishaessentials .product-item-info:hover {
  padding: 0;
  box-shadow: none;
  background: none;
  border: none;
  margin: 0px;
}
.ishaessentials .product-item-info:hover .product-item-inner {
  border: none;
  margin: 0px !important;
  padding: 0px;
}
.ishaessentials .product-item-info:hover .bss-quickview {
  display: block !important;
  position: absolute !important;
  bottom: 0px;
  top: auto !important;
  width: 100% !important;
  font-size: 13px;
  color: #020202;
  background: rgba(253, 248, 239, 0.7) !important;
  text-indent: unset !important;
  text-align: center;
  font-family: 'Fedra Sans Medium 5';
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.9399999999999999px;
  z-index: 9999;
  padding: 14px 0;
  text-decoration: none;
}
.ishaessentials .product-item-info .product-reviews-summary.short {
  top: -2px;
}
.ishaessentials .product-item {
  width: 100% !important;
}
.ishaessentials .product-item .product-item-name {
  width: 100%;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #241f20;
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
  text-align: left;
}
.ishaessentials .product-item .price {
  font-weight: 400;
  white-space: nowrap;
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
}
.ishaessentials .tophed h4 {
  font-size: 26px;
  font-family: 'Fedra Sans Medium 5';
  padding-bottom: 25px;
}
.ishaessentials .tophed h4 span {
  display: block;
  font-weight: bold;
  font-size: 36px;
  position: relative;
}
.ishaessentials .tophed h4 span::after {
  content: '';
  position: absolute;
  left: 200px;
  bottom: 10px;
  border-bottom: solid 1px #e4af3f;
  width: 80%;
}
.ishaessentials .content {
  color: #000;
  font-size: 14px;
  padding-top: 10px;
}
.ishaessentials .content .price {
  font-size: 18px;
}
.ishaessentials .block-products-list {
  margin-bottom: 30px;
}
.ishaessentials.newarrival {
  padding-top: 30px;
  padding-bottom: 60px;
}
.ishaessentials.newarrival .block-new-products {
  margin-bottom: 40px;
}
.ishaessentials.newarrival .block-title strong::before {
  width: 66%;
  left: 248px;
}
.ishaessentials.newarrival::after {
  display: none;
}
.ishaessentials.newarrival .tophed span::after {
  width: 75%;
  left: 250px;
}
.ishaessentials.newarrival .reviews-actions {
  display: none;
}
.ishaessentials.newarrival .price-box.price-final_price {
  float: left;
}
.ishaessentials.newarrival .product-reviews-summary {
  float: right;
}
.ishaessentials.newarrival .product-item-actions .actions-primary {
  width: 100%;
}
.ishaessentials.newarrival .product-item-actions .actions-primary button {
  width: 100%;
  display: block;
  border-radius: 4px;
  background: #edaa38;
  border: none;
  text-transform: uppercase;
  line-height: normal;
  opacity: 1;
  height: auto;
  padding: 8px 0;
  margin: 0px;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  font-weight: normal;
}
.ishaessentials.newarrival .product-item-actions .actions-primary button:focus {
  outline: none;
}
.ishaessentials.newarrival .product-item-actions .actions-secondary {
  display: none;
}
.ishaessentials.newarrival .calltoaction {
  top: 5px;
  padding-top: 0px;
}
.ishaessentials.exclusive::after {
  display: none;
}
.ishaessentials.exclusive .tophed span::after {
  width: 85%;
  left: 190px;
}
.ishaessentials.exclusive img {
  width: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.ishaessentials.exclusive .content {
  background: #ffffff;
  padding: 25px;
}
.ishaessentials.exclusive .content h4 {
  display: inline-block;
}
.ishaessentials.exclusive .content span {
  display: inline-block;
  float: right;
  background: #e4af3f;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 50%;
}
.ishaessentials.exclusive .content span a {
  color: #ffffff;
  font-size: 16px;
  display: block;
  padding-bottom: 4px;
  line-height: normal;
}
.ishaessentials.exclusive .content span a:hover {
  text-decoration: none;
}
.ishaessentials.exclusive .lefbox {
  background: #ffffff;
}
.ishaessentials.exclusive .lefbox .content {
  position: absolute;
  width: 100%;
  padding: 0 40px;
  bottom: 40px;
}
.ishaessentials.exclusive a {
  display: block;
  overflow: hidden;
}
.ishaessentials.exclusive a:hover {
  overflow: hidden;
}
.ishaessentials.exclusive a:hover img {
  -moz-transform: scale(1.1) rotate(0deg);
  -webkit-transform: scale(1.1) rotate(0deg);
  -o-transform: scale(1.1) rotate(0deg);
  -ms-transform: scale(1.1) rotate(0deg);
  transform: scale(1.1) rotate(0deg);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.ishaessentials .owl-nav {
  display: block !important;
  position: static;
  top: auto;
  width: auto;
}
.ishaessentials .owl-nav button {
  background: #ffffff !important;
  width: 38px;
  height: 38px;
  box-shadow: 2px 3.5px 9px 0 rgba(0, 0, 0, 0.12);
  margin-left: -20px;
  border-radius: 50%;
  line-height: 0px !important;
}
.ishaessentials .owl-nav button span {
  color: #a92611;
  font-size: 30px;
  font-weight: 600;
  vertical-align: text-top;
  display: inline-block;
  margin-top: -2px;
  font-family: 'Fedra Sans Std';
}
.ishaessentials .owl-nav button.owl-prev {
  position: absolute;
  top: 30%;
  left: 0;
}
.ishaessentials .owl-nav button.owl-next {
  position: absolute;
  top: 30%;
  right: 0;
}
.ishaessentials .owl-nav .owl-prev {
  float: left;
}
.ishaessentials .owl-nav .owl-prev:focus {
  outline: none;
}
.ishaessentials .owl-nav .owl-next {
  float: right;
  margin-right: -10px;
}
.ishaessentials .owl-nav .owl-next:focus {
  outline: none;
}
.ishaessentials .product-item-inner {
  position: static !important;
  height: auto !important;
  clip: auto !important;
  overflow: visible !important;
  width: 100% !important;
  background: none;
  box-shadow: none !important;
  padding-top: 10px !important;
  margin: 0px !important;
  float: left;
}
.ishaessentials .product-item-inner .actions-secondary {
  display: none;
}
.ishaessentials .product-item-inner .actions-primary {
  width: 100%;
}
.ishaessentials .product-item-inner .actions-primary button {
  width: 100%;
  display: block;
  border-radius: 4px;
  background: #edaa38;
  border: none;
  text-transform: uppercase;
  line-height: normal;
  opacity: 1;
  height: auto;
  padding: 8px 0;
  margin: 0px;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  font-weight: 400;
  margin-left: 1px;
}
.ishaessentials .product-item-inner .actions-primary button:focus {
  outline: none;
}
.homenewsletter {
  background: #ffffff;
  padding: 40px 0 0px 0;
}
.homenewsletter img {
  width: 100%;
}
.homenewsletter .innersection {
  position: absolute;
  text-align: center;
  bottom: 30px;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.homenewsletter .innersection .toplink a {
  font-size: 20px;
  color: #ffffff;
  font-family: 'Fedra Sans Medium 5';
  border: solid 2px #e9ae32;
  padding: 12px 19px;
  border-radius: 4px;
  margin-right: 20px;
  transition: 0.5s all ease;
  text-decoration: none;
}
.homenewsletter .innersection .toplink a:hover {
  background: #e9ae32;
  transition: 0.5s all ease;
  text-decoration: none;
}
.homenewsletter .innersection .toplink a.knowmore {
  background: #e9ae32;
}
.homenewsletter .innersection .toplink a.knowmore:hover {
  background: none;
  transition: 0.5s all ease;
  text-decoration: none;
}
.homenewsletter .innersection .alredayuser {
  font-size: 18px;
  padding-top: 30px;
  color: #ffffff;
}
.homenewsletter .innersection .alredayuser a {
  color: #e9ae32;
  text-decoration: underline;
}
.wellbeing {
  background: #ffffff;
  padding-bottom: 40px;
  padding-top: 40px !important;
  display: flex;
  justify-content: space-between;
}
.wellbeing .tophed {
  position: relative;
  display: block;
  z-index: 1;
}
.wellbeing .tophed::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 35px;
  width: 100%;
  border-bottom: solid 1px #edaa38;
  z-index: -1;
}
.wellbeing .tophed h4 {
  color: #020202;
  font-size: 36px;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 400;
  display: inline-block;
  background: #ffffff;
  padding-right: 20px;
}
.wellbeing .tophed h4 span {
  font-size: 18px;
  position: relative;
  font-family: 'Fedra Sans Book 5';
  font-weight: normal;
}
.wellbeing .tophed h4 span::after {
  display: none;
}
.wellbeing .tophed span.arrow {
  border-bottom: solid 1px #edaa38;
  width: 71.5%;
  display: inline-block;
  font-size: 0px;
  margin-left: 20px;
  margin-top: 11px;
  vertical-align: text-top;
  display: none;
}
.wellbeing .tophed .calltoaction {
  float: right;
  background: #ffffff;
  border: none;
  padding-left: 24px;
  margin-top: 34px;
}
.wellbeing .tophed .calltoaction a {
  padding: 8px 30px;
  line-height: normal;
  font-size: 12px;
  border: solid 1px #a92611;
  font-family: 'Fedra Sans Book 5';
  font-weight: 400;
  letter-spacing: 1px;
  border-radius: 3px;
  display: inline-block;
  width: auto;
  color: #a92611;
  text-decoration: none;
}
.wellbeing .calltoaction {
  top: 103px !important;
  right: 120px;
}
.wellbeing .calltoaction a {
  display: inline-block;
}
.wellbeing .item {
  background: #ffffff;
  width: 32%;
}
.wellbeing h4 {
  font-family: 'Fedra Sans Medium 5';
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 20px;
}
.wellbeing h4 span {
  display: block;
}
.wellbeing .contentbox {
  margin-bottom: 25px;
  padding: 40px;
  padding-bottom: 0px;
}
.wellbeing .contentbox p {
  font-size: 14px;
  color: #7a766f;
  font-family: 'Fedra Sans Book 5';
  line-height: normal;
  font-weight: 400;
  height: 70px;
  overflow: hidden;
}
.wellbeing .contentbox a {
  font-size: 14px;
  color: #a92611;
  font-family: 'Fedra Sans Book 5';
}
.wellbeing .owl-nav {
  display: none !important;
}
.footershipping {
  padding: 50px 110px;
  background: #ffffff;
  display: flex;
  position: relative;
}
.footershipping img {
  float: left;
  margin-right: 20px;
  width: auto;
}
.footershipping p {
  color: #43260f;
  font-size: 14px;
  line-height: normal;
  font-family: 'Fedra Sans Book 5';
  margin: 0;
}
.footershipping p span {
  font-size: 16px;
  display: block;
  font-weight: 600;
  color: #edaa38;
  padding-bottom: 5px;
  font-family: 'Fedra Sans Book 5';
}
.footershipping::before {
  content: '';
  position: absolute;
  left: 0px;
  top: -40px;
  background: url('../../frontend/OM/Isha/en_US/images/footer-shipping-topbg.png') no-repeat top center;
  width: 100%;
  height: 58px;
  z-index: 99;
  background-size: 100%;
}
.footershipping .owl-carousel .owl-item img {
  width: auto;
}
.footercopyright {
  background: #000000;
  padding: 10px 30px;
  color: #f3edd9;
  font-size: 0.9vw;
  font-family: 'Fedra Sans Std';
}
.footercopyright a {
  color: #f3edd9;
  display: inline-block;
  border-right: solid 1px #020202;
  padding: 0 10px;
}
.footercopyright a:last-child {
  border: none;
}
.page-bottom {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: #ffffff !important;
}
.page-bottom .footernewsletter {
  position: relative;
}
.page-bottom .footernewsletter img {
  width: 100%;
}
.page-bottom .footernewsletter .content {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 40%;
  color: #020202;
  transform: translate(-50%, -50%);
  left: 50%;
}
.page-bottom .footernewsletter .content h2 {
  font-size: 1.95vw;
  color: #020202;
  font-family: 'Fedra Sans Book 5';
  font-weight: bold;
}
.page-bottom .footernewsletter .content p {
  font-size: 1.1vw;
  font-family: 'Fedra Sans Book 5';
}
.page-bottom .footernewsletter .content .block.newsletter .subscribe {
  width: 600px;
  margin: auto;
  padding-top: 160px;
}
.page-bottom .footernewsletter .content .block.newsletter .subscribe .field.newsletter {
  width: 70%;
}
.page-bottom .footernewsletter .content .block.newsletter .subscribe .field.newsletter label {
  width: 100%;
}
.page-bottom .footernewsletter .content .block.newsletter .subscribe .field.newsletter label input {
  border: solid 1px #e4af3f;
  height: auto;
  padding: 12px;
  width: 100%;
}
.page-bottom .footernewsletter .content .block.newsletter .subscribe .field.newsletter label input:focus {
  outline: none;
  box-shadow: none;
}
.page-bottom .footernewsletter .content .block.newsletter .actions {
  width: 30%;
}
.page-bottom .footernewsletter .content .block.newsletter .actions button {
  background: #a92611;
  text-transform: uppercase;
  height: auto;
  padding: 13px;
  border: none;
  width: 100%;
  letter-spacing: 0.95px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.block.newsletter .field .control:before {
  display: none;
}
.page-header .panel {
  max-width: 100% !important;
}
.page-header .panel.wrapper {
  background: #000000;
}
.page-header .panel.wrapper .top-promo-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 12px;
  text-transform: capitalize;
  padding: 0 15px;
  font-family: 'Fedra Sans Book 5';
  font-size: 0.7vw;
}
.page-header .panel.wrapper .top-promo-container p {
  margin: 0px;
  font-family: 'Fedra Sans Book 5';
  letter-spacing: 0.3px;
  font-size: 12px;
}
.page-header .panel.wrapper .top-promo-container .top-promo-right {
  display: flex;
  flex-wrap: wrap;
}
.page-header .panel.wrapper .top-promo-container .top-promo-right p {
  padding-left: 15px;
}
.page-header .panel.wrapper .top-promo-container .top-promo-right p img {
  display: inline-block;
  margin-right: 5px;
}
.footerlinksection h4 {
  padding-bottom: 15px;
  font-family: 'Fedra Sans Medium 5';
  font-size: 21px;
}
.footerlinksection li {
  padding-bottom: 10px;
}
.footerlinksection a {
  color: #020202;
  font-family: 'Fedra Sans Std';
  font-size: 14px;
}
.footerlinksection .footersocail a {
  display: inline-block;
  margin-right: 10px;
}
.page-footer {
  background: #ffffff;
  padding: 22px 0 200px 0;
  position: relative;
}
.page-footer::before {
  content: '';
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
  background: url('../../frontend/OM/Isha/en_US/images/footer-torn-effect.png') no-repeat center top;
  height: 100%;
  background-size: contain;
}
.header.content {
  max-width: 100%;
  padding: 0 40px;
  padding-top: 10px;
  padding-right: 63px;
  height: 147px;
}
.header.content .left-container-wrap {
  float: left;
  width: 55px;
}
.header.content .left-container-wrap .logo {
  margin: 0;
  display: block;
  width: 100%;
  float: none;
  max-width: 100%;
  padding-top: 10px;
}
.header.content .left-container-wrap .logo img {
  width: 100%;
}
.header.content .middle-container-wrap {
  float: left;
  width: 37.6%;
  padding-left: 49px;
  padding-top: 35px;
}
.header.content .middle-container-wrap .block.block-search {
  float: none;
  width: 94%;
}
.header.content .middle-container-wrap .block.block-search input {
  height: 36px;
  padding: 10px 20px;
}
.header.content .middle-container-wrap .block.block-search .actions button {
  background: #edaa38;
  opacity: 1;
  color: #ffffff;
  padding: 2px 10px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}
.header.content .middle-container-wrap .block.block-search .actions button::before {
  color: #ffffff;
  font-size: 18px;
}
.header.content .right-container-wrap {
  float: right;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: 'Fedra Sans Book 5';
  padding-top: 40px;
  padding-right: 0px;
}
.header.content .right-container-wrap .header.links {
  padding-right: 0px;
  position: relative;
  font-size: 0.9vw;
  font-family: 'Fedra Sans Book 5';
  display: flex;
}
.header.content .right-container-wrap .header.links .customer-welcome {
  position: absolute;
  right: 0;
  top: 0px;
}
.header.content .right-container-wrap .header.links .customer-welcome button {
  color: #000;
}
.header.content .right-container-wrap .header.links .icon {
  cursor: pointer;
}
.header.content .right-container-wrap .header.links .icon img {
  display: inline-block;
  margin-right: 15px;
}
.header.content .right-container-wrap .header.links .icon.user-my-icon {
  padding-right: 20px;
  border-right: solid 1px #c9c4bb;
  margin-right: 20px;
  padding-bottom: 0;
}
.header.content .right-container-wrap .header.links .icon.wishlist-my-icon {
  position: relative;
  display: flex;
  padding-right: 20px;
  border-right: solid 1px #c9c4bb;
  margin-right: 20px;
  padding-bottom: 0;
}
.header.content .right-container-wrap .header.links .icon.wishlist-my-icon .items-wishlist-count {
  color: #ffffff;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 20px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  border-radius: 50%;
  background: #edaa38;
  position: absolute;
  left: 21px;
  top: -12px;
  font-size: 11px;
}
.header.content .right-container-wrap .header.links .icon.wishlist-my-icon li a {
  padding: 0px;
  text-decoration: none;
  color: #020202;
  font-size: 0.9vw;
  font-family: 'Fedra Sans Book 5';
  padding-left: 10px;
  padding-top: 3px;
}
.header.content .right-container-wrap .header.links .icon.wishlist-my-icon li a:hover {
  text-decoration: none;
}
.header.content .right-container-wrap .header.links .show-login-logout {
  position: absolute;
  top: 24px;
  left: -134px;
  padding-top: 20px;
  z-index: 999999999;
  width: 286px;
}
.header.content .right-container-wrap .header.links .show-login-logout .at-myaccount-menu {
  box-shadow: 2.7px 10px 8px 0 rgba(0, 0, 0, 0.12);
}
.header.content .right-container-wrap .header.links .show-login-logout .show-customer-name {
  background: #ffffff;
  padding: 25px 50px 10px 50px;
  font-family: 'Fedra Sans Medium 5';
  font-size: 15px;
}
.header.content .right-container-wrap .header.links .show-login-logout .show-customer-name span {
  display: block;
  padding-bottom: 10px;
  position: relative;
  text-transform: capitalize;
}
.header.content .right-container-wrap .header.links .show-login-logout .show-customer-name span::after {
  content: '';
  position: absolute;
  width: 236px;
  height: 1px;
  border-bottom: solid 1px #e4af3f;
  right: -50px;
  bottom: 0px;
}
.header.content .right-container-wrap .header.links .show-login-logout .show-account-section {
  background: #ffffff;
  padding: 10px 40px;
}
.header.content .right-container-wrap .header.links .show-login-logout .show-account-section ul li a {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  color: #020202;
  transition: 0.5s all ease;
}
.header.content .right-container-wrap .header.links .show-login-logout .show-account-section ul li a:hover {
  transition: 0.5s all ease;
  color: #a92611;
}
.header.content .right-container-wrap .header.links .show-login-logout .authorization-link {
  background: #ffffff;
  padding-left: 48px;
  padding-bottom: 30px;
  padding-top: 5px;
}
.header.content .right-container-wrap .header.links .show-login-logout .authorization-link.logged-in {
  text-align: center;
  padding: 30px 0;
  border-radius: 3px;
  margin-top: -5px;
  background: #ffffff;
  width: 286px;
  text-align: left;
  left: 0;
  margin: 0;
}
.header.content .right-container-wrap .header.links .show-login-logout .authorization-link.logged-in a {
  padding: 0;
  border: none;
  font-weight: 500;
  font-size: 15px;
  font-family: 'Fedra Sans Book 5';
  font-weight: 400;
  list-style-type: 0.45px;
}
.header.content .right-container-wrap .header.links .show-login-logout .authorization-link.logged-in .beforelogin {
  padding-left: 40px;
}
.header.content .right-container-wrap .header.links .show-login-logout .authorization-link.logged-in .beforelogin h2 {
  color: #020202;
  font-size: 18px;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 400;
  border-bottom: solid 1px #edaa38;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.header.content .right-container-wrap .header.links .show-login-logout .authorization-link.logged-in .beforelogin p {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.header.content .right-container-wrap .header.links .show-login-logout .authorization-link.logged-in .beforelogin .custom-h2 {
  color: #020202;
  font-size: 18px;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 400;
  border-bottom: solid 1px #edaa38;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.header.content .right-container-wrap .header.links .show-login-logout .authorization-link a {
  font-family: 'Fedra Sans Book 5';
  line-height: normal;
  background: #a92611;
  border-radius: 3px;
  text-align: center;
  width: 70%;
  color: #ffffff;
  font-size: 15px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  padding: 12px 0 !important;
  margin-left: 40px;
}
.header.content .right-container-wrap .header.links span.myaccounticon img {
  margin: 0;
  margin-left: 8px;
}
.header.content .right-container-wrap ul {
  list-style-type: none;
  padding: 0px;
}
.header.content .right-container-wrap ul li .icon {
  display: inline-block;
}
.header.content .right-container-wrap ul li a {
  color: #020202;
  font-size: 16px;
  padding-top: 2px;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}
.header.content .right-container-wrap .minicart-wrapper {
  margin-top: -5px;
}
.minicart-wrapper .action.showcart:before {
  background: url('../../frontend/OM/Isha/en_US/images/Cart.svg') no-repeat center top !important;
  width: 28px;
  height: 28px;
  font-size: 0px;
  content: '' !important;
}
.sections.nav-sections {
  max-width: 100%;
  padding: 0 0 0px 87px;
  margin: 0px 0 0 0;
  clear: both;
}
.sections.nav-sections .navigation {
  max-width: 100%;
}
.sections.nav-sections .navigation ul {
  padding: 0;
}
.sections.nav-sections ul {
  justify-content: space-between;
  float: left;
}
.sections.nav-sections ul li.level0 {
  margin: 0px;
  position: static;
}
.sections.nav-sections ul li.level0 a {
  font-size: 0.9vw;
  color: #020202;
  font-weight: normal;
  font-family: 'Fedra Sans Book 5';
  white-space: nowrap;
}
#mySidenav .nav-main > ul {
  width: 100%;
}
#mySidenav .nav-main {
  width: 100%;
}
#mySidenav .nav-main ul {
  display: flex;
  justify-content: space-between;
}
#mySidenav .menu-left {
  background: #ffffff;
  left: 38px;
  position: fixed;
  top: 186px;
  z-index: 999;
  padding: 20px;
  padding-bottom: 0px;
  width: 95%;
  box-shadow: 0 2px 5px #ddd;
  padding-right: 0px;
  padding-left: 0px;
  overflow: hidden;
}
#mySidenav .menu-left .menu-links {
  padding: 0 0px 0 120px;
  width: 100%;
}
#mySidenav .menu-left .menu-links ul {
  display: block;
  padding: 0px;
}
#mySidenav .menu-left .menu-links ul li {
  margin: 0 0 0 0;
  line-height: 24px;
  clear: both;
}
#mySidenav .menu-left .menu-links ul li a {
  transition: 0.5s all ease;
}
#mySidenav .menu-left .menu-links ul li a:hover {
  color: #a92611;
  transition: 0.5s all ease;
  text-decoration: none;
}
#mySidenav .menu-left .menu-links ul.category-image {
  float: right;
  position: absolute;
  right: 0;
}
.contact-index-index #maincontent {
  max-width: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.contact-index-index #maincontent .page-title {
  display: none;
}
.contact-index-index #maincontent .contactustop {
  position: relative;
}
.contact-index-index #maincontent .contactustop .innertext {
  position: absolute;
  top: 60px;
  left: 150px;
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
}
.contact-index-index #maincontent .contactustop .innertext h2 {
  font-size: 30px;
  padding-bottom: 10px;
  font-family: 'Fedra Sans Medium 5';
}
.contact-index-index #maincontent .form.contact .fieldset {
  margin-bottom: 20px;
}
.contact-index-index #maincontent .form.contact .fieldset br {
  display: none;
}
.contact-index-index #maincontent .form.contact .fieldset .legend {
  border: none;
  margin: 0;
  font-family: 'Fedra Sans Medium 5';
  font-size: 22px;
  padding: 0;
}
.contact-index-index #maincontent .form.contact .fieldset .note {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  padding-bottom: 20px;
}
.contact-index-index #maincontent .form.contact .fieldset .field {
  padding-bottom: 15px;
}
.contact-index-index #maincontent .form.contact .fieldset .field .label {
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
  font-weight: 600;
  letter-spacing: 0.95px;
}
.contact-index-index #maincontent .form.contact .fieldset .field input,
.contact-index-index #maincontent .form.contact .fieldset .field textarea,
.contact-index-index #maincontent .form.contact .fieldset .field select {
  border: solid 1px #edaa38;
  height: auto;
  padding: 10px;
}
.contact-index-index #maincontent .form.contact .fieldset .field textarea {
  height: 208px;
}
.contact-index-index #maincontent .form.contact .actions-toolbar {
  padding-left: 15px;
}
.contact-index-index #maincontent .form.contact .actions-toolbar button {
  transition: 0.5s all ease;
  border-radius: 3px;
  background: #edaa38;
  border: solid 1px #edaa38;
  text-transform: uppercase;
  font-size: 16px;
  height: auto;
  padding: 10px 30px;
  display: block;
  width: 100%;
  letter-spacing: 1px;
  margin: 0;
  font-weight: 400;
  font-family: 'Fedra Sans Medium 5';
}
.contact-index-index #maincontent .form.contact .actions-toolbar button:hover {
  background: #a92611;
  border: solid 1px #a92611;
  color: #ffffff;
}
.mobilehomenewsleter,
.formobile {
  display: none;
}
.nav-container-wrap {
  clear: both;
  overflow: hidden;
  margin-top: 0;
  position: relative;
  top: -30px;
  left: 14px;
}
.nav-container-wrap.fixed-header {
  position: fixed;
  top: 30px;
  background: #f3edd9;
  z-index: 999;
  width: 100%;
  box-shadow: 0px 0px 10px #ccc;
}
.nav-container-wrap.fixed-header .sections.nav-sections {
  padding-left: 15px;
  background: #F2EADC;
}
.nav-container-wrap.fixed-header #mySidenav .menu-left {
  top: 46px;
}
.nav-container-wrap.fixed-header #mySidenav .menu-left .menu-links {
  padding: 0 0px 0 20px;
}
sections.nav-sections ul > .split-ul {
  float: left;
  position: relative;
  z-index: 9;
}
.header.content .middle-container-wrap .block.block-search input::-webkit-input-placeholder {
  color: #b2b2b2;
  font-family: 'Fedra Sans Book 5';
  font-size: 0.9vw;
}
.header.content .middle-container-wrap .block.block-search input::-moz-placeholder {
  color: #b2b2b2;
  font-family: 'Fedra Sans Book 5';
  font-size: 0.9vw;
}
.header.content .middle-container-wrap .block.block-search input:-ms-input-placeholder {
  color: #b2b2b2;
  font-family: 'Fedra Sans Book 5';
  font-size: 0.9vw;
}
.header.content .middle-container-wrap .block.block-search input {
  color: #020202;
  font-family: 'Fedra Sans Book 5';
  font-size: 0.9vw;
  border: none;
}
.header.content .middle-container-wrap .block.block-search input:focus {
  outline: none;
  box-shadow: none;
}
.sections.nav-sections ul > li.level0.has-child > a::after {
  content: '';
  position: absolute;
  right: 4px;
  top: 22px;
  background: url('../../frontend/OM/Isha/en_US/images/menu-down-arrow.png') no-repeat right top;
  width: 7px;
  height: 5px;
}
.sections.nav-sections ul > li.level0.has-child > a.level-top::after {
  display: none;
}
.sections.nav-sections ul li.level0 {
  position: relative;
  cursor: pointer;
}
.sections.nav-sections li.level0:hover > a {
  color: #a92611;
}
.sections.nav-sections li.level0:hover:after {
  content: '';
  position: absolute;
  bottom: auto;
  top: 42px;
  border-bottom: solid 4px #edaa38;
  height: 4px !important;
  left: 0 !important;
  width: 100% !important;
}
.icon.user-my-icon:hover .show-login-logout {
  display: block !important;
  text-decoration: none;
}
.icon.user-my-icon:hover .show-login-logout a {
  text-decoration: none;
}
.ishalifeexclsive {
  background: #fdf8ee url('../../frontend/OM/Isha/en_US/images/Isha-Life-Exclusive_bg.png') no-repeat center top;
  padding: 10px 0;
  background-size: contain;
  padding-top: 50px;
  margin-top: -10px;
  padding-bottom: 35px;
  position: relative;
}
.ishalifeexclsive::before {
  content: '';
  position: absolute;
  left: 0;
  top: -38px;
  width: 100%;
  height: 57px;
  background: url('../../frontend/OM/Isha/en_US/images/il-exclusive-top-updated.png') no-repeat center top;
  background-size: cover;
}
.ishalifeexclsive h2 {
  color: #020202;
  text-align: center;
  font-size: 36px;
  font-family: 'Fedra Sans Medium 5';
  background: url('../../frontend/OM/Isha/en_US/images/home-heading-bg.png') no-repeat center bottom;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.ishalifeexclsive .exclusiveslider {
  width: 100%;
  margin: auto;
  padding-left: 118px;
  padding-right: 150px;
  overflow: hidden;
}
.ishalifeexclsive .exclusiveslider .owl-dots {
  text-align: center;
  padding-top: 10px;
}
.ishalifeexclsive .exclusiveslider .owl-dots button {
  background: #E3DDD2 !important;
  border-radius: 50%;
  margin-right: 10px;
  width: 8px;
  height: 10px;
}
.ishalifeexclsive .exclusiveslider .owl-dots button.active {
  background: #1E191A !important;
}
.ishalifeexclsive .exclusiveslider .owl-nav {
  display: block !important;
  position: absolute;
  top: 50%;
  width: 83%;
  margin-top: 0;
}
.ishalifeexclsive .exclusiveslider .owl-nav button {
  background: #ffffff !important;
  width: 38px;
  height: 38px;
  box-shadow: 2px 3.5px 9px 0 rgba(0, 0, 0, 0.12);
  margin-left: -20px;
  border-radius: 50%;
  line-height: 0px !important;
}
.ishalifeexclsive .exclusiveslider .owl-nav button span {
  color: #a92611;
  font-size: 30px;
  font-weight: 600;
  vertical-align: text-top;
  display: inline-block;
  margin-top: 0px;
  font-family: 'Fedra Sans Std';
}
.ishalifeexclsive .exclusiveslider .owl-nav .owl-prev {
  float: left;
}
.ishalifeexclsive .exclusiveslider .owl-nav .owl-prev:focus {
  outline: none;
}
.ishalifeexclsive .exclusiveslider .owl-nav .owl-next {
  float: right;
  margin-right: -10px;
}
.ishalifeexclsive .exclusiveslider .owl-nav .owl-next:focus {
  outline: none;
}
.discoverinner {
  padding: 0 70px;
  padding-right: 116px;
}
.ajax-login-form .tophednote,
.login-window.account-login .tophednote {
  color: rgba(35, 31, 32, 0.75);
  font-family: 'Fedra Sans Book 5';
  font-size: 15px;
  text-transform: capitalize;
  text-align: center;
  padding-top: 5px;
}
.ajax-login-form .page_title img,
.login-window.account-login .page_title img {
  display: inline-block;
  vertical-align: text-top;
  padding-right: 5px;
}
.ajax-login-form .page_title span,
.login-window.account-login .page_title span {
  color: #020202;
  font-size: 21px;
  font-family: 'Fedra Sans Medium 5';
  letter-spacing: 1px;
  display: block;
  padding-bottom: 32px;
  padding-top: 10px;
}
.ajax-login-form #login-type,
.login-window.account-login #login-type {
  border: solid 1px #edaa38;
  clear: both;
  overflow: hidden;
  height: auto;
  border-radius: 30px;
  padding: 0px;
  background: #ffffff;
  border: none;
  margin-top: 15px;
  margin-left: 0px;
}
.ajax-login-form #login-type li,
.login-window.account-login #login-type li {
  margin: 0px !important;
  width: 50%;
}
.ajax-login-form #login-type li:first-child a img,
.login-window.account-login #login-type li:first-child a img {
  padding-top: 3px;
}
.ajax-login-form #login-type li:first-child a img.inactive,
.login-window.account-login #login-type li:first-child a img.inactive {
  display: none;
}
.ajax-login-form #login-type li:first-child a.inactive img.inactive,
.login-window.account-login #login-type li:first-child a.inactive img.inactive {
  display: inline-block;
}
.ajax-login-form #login-type li img,
.login-window.account-login #login-type li img {
  vertical-align: top;
  display: inline-block;
  padding-right: 5px;
}
.ajax-login-form #login-type li a,
.login-window.account-login #login-type li a {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  background: #edaa38;
  padding: 9px 0;
  display: inline-block;
  width: 100%;
}
.ajax-login-form #login-type li a img.otpinactive,
.login-window.account-login #login-type li a img.otpinactive {
  display: none;
}
.ajax-login-form #login-type li a.inactive,
.login-window.account-login #login-type li a.inactive {
  background: #ffffff;
  color: #a92611;
}
.ajax-login-form #login-type li a.inactive img.active,
.login-window.account-login #login-type li a.inactive img.active {
  display: none;
}
.ajax-login-form #login-type li a.inactive img.otpactive,
.login-window.account-login #login-type li a.inactive img.otpactive {
  display: none;
}
.ajax-login-form #login-type li a.inactive img.otpinactive,
.login-window.account-login #login-type li a.inactive img.otpinactive {
  display: inline-block;
}
.ajax-login-form #login-type li a span,
.login-window.account-login #login-type li a span {
  font-weight: 600;
}
.ajax-login-form .submitbtnajax .mobbtn,
.login-window.account-login .submitbtnajax .mobbtn {
  background: #a92611;
  box-shadow: none;
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 400;
  width: 100%;
  border: none;
  letter-spacing: 0.9px;
  padding: 12px 0;
  line-height: normal;
  text-transform: none;
  transition: 0.5s all ease;
}
.ajax-login-form .submitbtnajax .mobbtn:hover,
.login-window.account-login .submitbtnajax .mobbtn:hover {
  background: #e8532c;
}
.ajax-login-form .loginlink button,
.login-window.account-login .loginlink button {
  background: #a92611;
  box-shadow: none;
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 400;
  width: 100%;
  border: none;
  letter-spacing: 0.9px;
  padding: 12px 0;
  line-height: normal;
}
.ajax-login-form .otp-content,
.login-window.account-login .otp-content {
  width: 100%;
  margin-right: 0px;
}
.ajax-login-form .otp-content input,
.login-window.account-login .otp-content input {
  box-shadow: none;
  border: solid 1px #edaa38;
  border-radius: 3px;
  height: auto !important;
  padding: 12px;
  font-family: 'Fedra Sans Book 5';
  height: 54px !important;
  line-height: 54px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.ajax-login-form .buttons-set .register,
.login-window.account-login .buttons-set .register {
  padding-left: 6px;
}
.ajax-login-form .buttons-set .forogotlink,
.login-window.account-login .buttons-set .forogotlink {
  padding-right: 6px;
  padding-top: 5px;
}
#ajaxlogin-create-form .page_title span {
  color: #020202;
  font-size: 21px;
  font-family: 'Fedra Sans Medium 5';
  letter-spacing: 1px;
  padding-top: 32px;
  display: block;
  padding-bottom: 18px;
}
#ajaxlogin-create-form .page_title .tophednote {
  color: rgba(35, 31, 32, 0.75);
  font-family: 'Fedra Sans Book 5';
  font-size: 15px;
  text-transform: capitalize;
  text-align: center;
  padding-top: 5px;
}
.ajax-register-form .verifyotp {
  background: #a92611;
  box-shadow: none;
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 400;
  width: 100%;
  border: none;
  letter-spacing: 0.9px;
  padding: 12px 0;
  line-height: normal;
}
.submitbtnajax.send-otp-button input {
  background: #edaa38;
  color: #ffffff;
  border: none;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Fedra Sans Book 5';
  padding: 10px 10px;
  transition: 0.5s all ease;
  border-radius: 2px;
  line-height: normal;
  display: inline-block;
}
.login-window .content {
  background: #ffffff;
}
.login-window .content li {
  position: relative;
}
.login-window .content li .forogotlink {
  position: absolute;
  top: 12px;
  right: 0;
}
.login-window .content li .forogotlink a {
  color: #d9422c;
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
  font-weight: 600;
  float: right;
}
.createlinking {
  text-decoration: none !important;
}
.modal.ajax-register-form .close {
  right: -25px;
}
.modal.ajax-register-form .mobile-modal-content {
  height: auto;
  padding-left: 74px;
  padding-right: 74px;
}
.modal.ajax-register-form .mobile-modal-content {
  border-radius: 2px;
  top: 6.5%;
}
.modal.ajax-register-form .orsocial {
  clear: both;
  padding-top: 30px;
  position: relative;
}
.modal.ajax-register-form .register {
  padding-top: 10px;
}
#forgotmob-div .flag-container {
  display: none;
}
#forgotmob-div input {
  padding-left: 10px;
}
.forgotmobileget .otp-content.input-box {
  background: #ffffff;
  padding: 12px 20px 18px 20px;
  border: solid 1px #edaa38;
  border-radius: 3px;
}
.forgotmobileget .otp-content.input-box .custom-select {
  border: none;
  margin: 0;
  padding-top: 0px;
  width: 25%;
  float: right;
  font-size: 14px;
}
#ajaxlogin-create-form #reg-mob-error-msg {
  color: #f44242;
  font-size: 12px;
  font-family: 'Fedra Sans Book 5';
  padding-top: 5px;
  display: inline-block;
}
.customer-account-logoutsuccess .page-main {
  text-align: center;
}
.customer-account-logoutsuccess .page-main h1 {
  font-family: 'Fedra Sans Medium 5';
  padding-top: 60px;
  margin: 0;
  padding-bottom: 10px;
}
.customer-account-logoutsuccess .page-main p {
  font-family: 'Fedra Sans Book 5';
  font-size: 18px;
  letter-spacing: 0.45px;
}
.cart-empty {
  font-family: 'Fedra Sans Book 5';
  font-size: 16px;
  padding-left: 10px;
}
.cart-empty a {
  color: #a92611;
}
#mySidenav .menu-left .menu-links > ul.split-ul:last-child {
  margin-right: 90px;
}
#mySidenav li.category-image-section {
  position: relative;
  z-index: 1;
}
.home-banner-slider .owl-nav {
  display: block !important;
  position: absolute;
  top: 168px;
  width: 100%;
  padding: 0 105px;
}
.home-banner-slider .owl-nav button {
  background: #ffffff !important;
  width: 38px;
  height: 38px;
  box-shadow: 2px 3.5px 9px 0 rgba(0, 0, 0, 0.12);
  margin-left: -20px;
  border-radius: 50%;
  line-height: 0px !important;
}
.home-banner-slider .owl-nav button span {
  color: #a92611;
  font-size: 30px;
  font-weight: 600;
  vertical-align: text-top;
  display: inline-block;
  margin-top: 0px;
  font-family: 'Fedra Sans Std';
}
.home-banner-slider .owl-nav .owl-prev {
  float: left;
}
.home-banner-slider .owl-nav .owl-prev:focus {
  outline: none;
}
.home-banner-slider .owl-nav .owl-next {
  float: right;
}
.home-banner-slider .owl-nav .owl-next:focus {
  outline: none;
}
.home-banner-slider .owl-dots {
  text-align: center;
  background: #ffffff;
  padding: 10px 0;
}
.home-banner-slider .owl-dots button {
  background: #E3DDD2;
  padding: 5px !important;
  border-radius: 50%;
  margin-right: 10px;
}
.home-banner-slider .owl-dots button.active {
  background: #000;
}
.modal.ajax-login-form .orsocial,
.ajax-register-form .orsocial {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
  position: relative;
  opacity: 0.75;
  margin-top: 16px;
  letter-spacing: 0.35px;
  padding-bottom: 25px;
}
.modal.ajax-login-form .orsocial::before,
.ajax-register-form .orsocial::before {
  content: '';
  position: absolute;
  width: 31%;
  height: 1px;
  left: 10px;
  border-bottom: solid 1px #edaa38;
  top: 30px;
}
.modal.ajax-login-form .orsocial::after,
.ajax-register-form .orsocial::after {
  content: '';
  position: absolute;
  width: 31%;
  height: 1px;
  right: 10px;
  border-bottom: solid 1px #edaa38;
  top: 30px;
}
.modal.ajax-login-form a.btn-facebook,
.ajax-register-form a.btn-facebook {
  background: url('../../frontend/OM/Isha/en_US/images/social-login01.png') no-repeat center top;
  width: 61px;
  height: 61px;
}
.modal.ajax-login-form a.btn-facebook span,
.ajax-register-form a.btn-facebook span,
.modal.ajax-login-form a.btn-facebook i,
.ajax-register-form a.btn-facebook i {
  display: none;
}
.modal.ajax-login-form a.btn-google,
.ajax-register-form a.btn-google {
  background: url('../../frontend/OM/Isha/en_US/images/social-login02.png') no-repeat center top;
  width: 61px;
  height: 61px;
}
.modal.ajax-login-form a.btn-google span,
.ajax-register-form a.btn-google span,
.modal.ajax-login-form a.btn-google i,
.ajax-register-form a.btn-google i {
  display: none;
}
.modal.ajax-login-form .social-popup-form .block-content,
.ajax-register-form .social-popup-form .block-content {
  display: flex;
  justify-content: space-between;
  width: 40%;
  margin: auto;
}
.modal.ajax-login-form .mobile-modal-content,
.ajax-register-form .mobile-modal-content {
  padding: 40px 50px;
  padding-bottom: 20px;
  top: 10%;
}
.forgotmob-div .flag-container {
  display: none !important;
}
.loginotpverify .info {
  width: 100%;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.45px;
}
.loginotpverify .info p {
  padding: 0px;
  margin: 0;
}
.loginotpverify .otp-content {
  margin-top: 10px;
}
.otp-content.input-box .select-items {
  border: solid 1px #f1bf55;
  line-height: normal;
  padding: 0;
  border-bottom: none;
}
.otp-content.input-box .select-items div {
  border-bottom: solid 1px #f1bf55;
}
.kwicks {
  width: 100%;
  padding: 0px;
  display: flex;
}
.kwicks > li {
  width: 125px;
  height: 498px;
  float: left;
  list-style-type: none;
  overflow: hidden;
  border-right: solid 4px #ffffff;
}
.kwicks > li .innerimage {
  position: relative;
  left: 84px;
  top: 120px;
  z-index: 1;
  width: 211px;
}
.kwicks > li .innerimage img {
  width: 100%;
  height: 100%;
}
.kwicks > li .contentsection {
  color: #000;
  left: 355px;
  position: relative;
  top: -110px;
}
.kwicks > li .contentsection p {
  font-family: 'Fedra Sans Book 5';
  font-size: 20px;
  letter-spacing: 0.45px;
  margin: 0;
}
.kwicks > li .contentsection h2 {
  font-family: 'Fedra Sans Medium 5';
  font-size: 45px;
  padding-bottom: 30px;
  padding-top: 10px;
}
.kwicks > li .contentsection h2 span {
  display: block;
  font-weight: 300;
  font-size: 35px;
  font-family: 'Fedra Sans Book 5';
}
.kwicks > li .contentsection .viewmore {
  background: #a92611;
  color: #ffffff;
  font-size: 14px;
  padding: 14px 30px;
  border-radius: 3px;
  font-family: 'Fedra Sans Book 5';
  font-weight: 400;
  letter-spacing: 0.95px;
  text-decoration: none;
}
.kwicks > li .contentsection .viewmore:hover {
  color: #ffffff;
}
.kwicks li a {
  text-decoration: none;
}
.kwicks li a:hover {
  text-decoration: none;
}
#panel-1 {
  background: url('../../frontend/OM/Isha/en_US/images/seven-way_bg01.png') no-repeat center top;
}
#panel-2 {
  background: url('../../frontend/OM/Isha/en_US/images/seven-way_bg02.png') no-repeat center top;
  z-index: 10;
}
#panel-2 .innerimage {
  top: 107px;
}
#panel-2 .contentsection h2 {
  font-family: 'Fedra Sans Book 5';
  font-size: 35px;
}
#panel-2 .contentsection h2 span {
  display: block;
  font-size: 45px;
  font-family: 'Fedra Sans Medium 5';
}
#panel-3 {
  background: url('../../frontend/OM/Isha/en_US/images/seven-way_bg03.png') no-repeat center top;
  z-index: 20;
}
#panel-3 .innerimage {
  height: 137px;
  width: 467px;
  left: 34px;
  top: 220px;
}
#panel-3 .contentsection {
  left: 540px;
  top: 20px;
}
#panel-3 .contentsection h2 {
  font-family: 'Fedra Sans Book 5';
  font-size: 35px;
}
#panel-3 .contentsection h2 span {
  display: inline-block;
  font-size: 45px;
  font-family: 'Fedra Sans Medium 5';
}
#panel-4 {
  background: url('../../frontend/OM/Isha/en_US/images/seven-way_bg04.png') no-repeat center top;
  z-index: 21;
}
#panel-4 .innerimage {
  top: 70px;
}
#panel-4 .innerimage img {
  width: auto;
}
#panel-4 .contentsection {
  top: -180px;
  left: 280px;
}
#panel-4 .contentsection h2 {
  font-family: 'Fedra Sans Book 5';
  font-size: 35px;
}
#panel-4 .contentsection h2 span {
  display: block;
  font-size: 45px;
  font-family: 'Fedra Sans Medium 5';
}
#panel-5 {
  background: url('../../frontend/OM/Isha/en_US/images/seven-way_bg05.png') no-repeat center top;
  z-index: 22;
}
#panel-5 .innerimage img {
  width: auto;
}
#panel-5 .contentsection {
  top: -100px;
  left: 280px;
}
#panel-5 .contentsection h2 {
  font-family: 'Fedra Sans Book 5';
  font-size: 35px;
}
#panel-5 .contentsection h2 span {
  display: block;
  font-size: 45px;
  font-family: 'Fedra Sans Medium 5';
}
#panel-6 {
  background: url('../../frontend/OM/Isha/en_US/images/seven-way_bg06.png') no-repeat center top;
  z-index: 23;
}
#panel-6 .innerimage {
  left: 34px;
  width: 297px;
  top: 80px;
}
#panel-6 .contentsection {
  top: -209px;
  left: 390px;
}
#panel-6 .contentsection h2 {
  font-family: 'Fedra Sans Std';
  font-size: 35px;
}
#panel-6 .contentsection h2 span {
  display: inline-block;
  font-size: 45px;
  font-family: 'Fedra Sans Std';
}
#panel-7 {
  background: url('../../frontend/OM/Isha/en_US/images/seven-way_bg07.png') no-repeat center top;
  z-index: 24;
}
#panel-7 .innerimage {
  top: 60px;
  left: 32px;
  width: 290px;
}
#panel-7 .contentsection {
  top: -190px;
  left: 390px;
}
#panel-7 .contentsection h2 {
  font-family: 'Fedra Sans Book 5';
  font-size: 35px;
}
#panel-7 .contentsection h2 span {
  display: inline-block;
  font-size: 45px;
  font-family: 'Fedra Sans Medium 5';
}
.owl-carousel.wellbeing {
  padding-top: 0px !important;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: none;
  font-family: 'Fedra Sans Book 5';
  font-size: 11px;
  line-height: normal;
}
.minicart-wrapper .action.showcart .counter.qty {
  font-size: 11px;
}
.toppromo {
  padding-right: 15px;
}
.toppromo .closeicon {
  font-size: 20px;
  position: absolute;
  right: 12px;
  display: none;
}
.authorization-link {
  overflow: hidden;
}
.authorization-link.logged-out .beforelogin {
  display: none;
}
.authorization-link.logged-out .logoutajax {
  margin-left: 0px !important;
}
.authorization-link.logged-out .loginbeforeicon {
  display: none;
}
.authorization-link .loginbeforeicon img {
  margin-top: 40px;
  margin-left: -48px;
  padding-bottom: 10px;
}
.modal.ajax-login-form {
  z-index: 99999 !important;
}
#ajaxlogin-create-form .reg-form {
  background: #ffffff;
  padding: 2px 20px;
  border: solid 1px #edaa38;
  border-radius: 3px;
  clear: both;
  overflow: hidden;
}
#ajaxlogin-create-form .reg-form .flag-container {
  display: none;
}
#ajaxlogin-create-form .reg-form input {
  border: none;
  border-bottom: solid 1px #edaa38;
  padding-left: 0px;
}
#ajaxlogin-create-form .reg-form input.mobnumber {
  padding-left: 0px;
}
#ajaxlogin-create-form .reg-form .submitbtnajax {
  clear: both;
  float: none;
  overflow: hidden;
}
#ajaxlogin-create-form .reg-form .submitbtnajax input {
  background: #a92611;
  width: 100%;
}
#ajaxlogin-create-form .reg-form .reginput {
  width: 100%;
}
#ajaxlogin-create-form .reg-form .even {
  margin-left: 0px;
}
#ajaxlogin-create-form .reg-form input.mobnumber {
  padding-bottom: 0px;
  border-bottom: none;
}
.shippingformobile {
  display: flex;
  width: 100%;
}
.ishaessentials .actions-secondary {
  display: block !important;
  position: absolute;
  top: 10px;
  left: 5px;
  z-index: 9;
}
.ishaessentials .actions-secondary .tocompare {
  display: none !important;
}
.ishaessentials .actions-secondary a::before {
  content: "\f08a" !important;
  font-family: "FontAwesome";
  color: #ffffff !important;
}
.mobile-modal-content .register {
  width: 100%;
  text-align: center;
}
.mobile-modal-content .buttons-set {
  margin: 20px 0 0 0 !important;
}
.ishaessentials.newarrival.exclusive.wellbeing {
  display: block;
}
.ishaessentials.newarrival.exclusive.wellbeing .wellbeing {
  padding-top: 0px !important;
}
.checkout-onepage-success {
  background: #ffffff;
}
.checkout-onepage-success .page-title {
  display: none !important;
}
.checkout-onepage-success .page-main {
  width: 100%;
  margin: auto;
  text-align: center;
  background: #ffffff;
  margin-top: 120px;
  padding-top: 34px;
  margin-bottom: 80px;
}
.checkout-onepage-success .sucessheading {
  font-family: 'Fedra Sans Medium 5';
  font-size: 25px;
  padding-top: 28px;
  padding-bottom: 50px;
}
.checkout-onepage-success .sucessheading span {
  display: block;
  font-size: 37px;
  color: #00c853;
}
.checkout-onepage-success .success-messages {
  font-family: 'Fedra Sans Book 5';
  margin-bottom: 0px;
}
.checkout-onepage-success .success-messages p {
  font-size: 22px;
}
.checkout-onepage-success .success-messages p a {
  text-decoration: none;
}
.checkout-onepage-success .estimated {
  padding-bottom: 50px;
}
.checkout-onepage-success .estimated span {
  font-family: 'Fedra Sans Medium 5';
  font-weight: 500;
}
.checkout-onepage-success p.youwill {
  font-size: 18px;
  color: #020202;
  padding: 0 80px;
}
.checkout-onepage-success .actions-toolbar {
  text-align: center;
}
.checkout-onepage-success .actions-toolbar a {
  text-transform: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.9px;
}
#notice a {
  color: rgba(35, 31, 32, 0.75);
  text-decoration: underline;
  margin: 0px;
}
.loginotpmobileget .flag-container .selected-flag {
  display: none;
}
.loginotpmobileget .otp-content {
  position: relative;
}
.loginotpmobileget .flagimagebox {
  position: absolute;
  z-index: 9;
  border-right: solid 1px rgba(35, 31, 32, 0.5);
  padding-right: 13px;
  height: auto;
  display: inline-block;
  line-height: normal;
  top: 18px;
  left: 20px;
}
.loginotpmobileget .flagimagebox img {
  width: 24px;
}
.loginotpmobileget #loginotpmob {
  padding-left: 70px !important;
}
.modal.ajax-forgot-form .mobile-modal-content {
  padding-left: 40px;
  padding-right: 40px;
}
.update-address-popup {
  width: 350px;
  margin: auto;
  position: absolute;
  top: 410px;
  left: 50%;
  z-index: 99999 !important;
  background: #ffffff;
  color: #000;
  transform: translate(-50%, -50%);
  padding: 50px;
  font-family: 'Fedra Sans Book 5';
  font-size: 15px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0px 0px 40px #ccc;
}
.update-address-popup .close-update-popup {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cms-savetheweave {
  background: #ffffff;
}
.cms-savetheweave .breadcrumbs {
  display: none;
}
.cms-savetheweave .page-main {
  max-width: 100% !important;
  padding: 0px !important;
}
.cms-savetheweave .page-main .savetheweave .mobileheading {
  display: none;
}
.cms-savetheweave .page-main .savetheweave .banner img {
  width: 100%;
}
.cms-savetheweave .page-main .innerpagelisting {
  padding: 0 100px;
  padding-top: 46px;
}
.cms-savetheweave .page-main .innerpagelisting .imagebanenr {
  overflow: hidden;
}
.cms-savetheweave .page-main .innerpagelisting .imagebanenr img {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
  width: 100%;
}
.cms-savetheweave .page-main .innerpagelisting .imagebanenr:hover {
  transition: 0.5s all ease;
}
.cms-savetheweave .page-main .innerpagelisting .imagebanenr:hover img {
  -moz-transform: scale(1.1) rotate(0deg);
  -webkit-transform: scale(1.1) rotate(0deg);
  -o-transform: scale(1.1) rotate(0deg);
  -ms-transform: scale(1.1) rotate(0deg);
  transform: scale(1.1) rotate(0deg);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.cms-savetheweave .page-main .innerpagelisting .content {
  background: #EEE6D7;
  text-align: center;
  color: #a92611;
  font-family: 'Fedra Sans Book 5';
  font-size: 16px;
  padding: 7px 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cms-savetheweave .page-main .innerpagelisting .content a {
  color: #a92611;
  transition: 0.5s all ease;
}
.cms-savetheweave .page-main .innerpagelisting .content a:hover {
  text-decoration: underline;
  transition: 0.5s all ease;
}
.cms-savetheweave .page-main .savetheweavetext {
  font-family: 'Fedra Sans Book 5';
  font-size: 18px;
  padding: 44px 115px 150px 115px;
}
.cms-savetheweave .page-main .savetheweavetext p {
  margin: 0;
  padding-right: 50px;
}
.cms-savetheweave .page-main .savetheweavetext p img {
  float: left;
  margin-right: 34px;
  margin-bottom: 14px;
}
.cms-savetheweave .page-main .savetheweavetext p span {
  display: block;
  padding-bottom: 34px;
}
.cms-the-phenomenon-consecration {
  background: #ffffff;
}
.cms-the-phenomenon-consecration .breadcrumbs {
  display: block;
}
.cms-the-phenomenon-consecration .page-main {
  max-width: 100% !important;
  padding: 0px !important;
}
.cms-the-phenomenon-consecration .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-the-phenomenon-consecration .page-main .topcategory {
  padding: 0 168px;
  padding-top: 45px;
  padding-bottom: 50px;
  text-align: center;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul {
  padding: 0;
  list-style: none;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li {
  display: inline-block;
  width: 32%;
  position: relative;
  margin: 0px;
  padding-bottom: 10px;
  transition: 0.3s;
  margin-right: 10px;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li:nth-child(3n) {
  margin-right: 0px;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li span {
  position: absolute;
  bottom: 27px;
  width: 100%;
  text-align: center;
  left: 0;
  font-family: 'Fedra Sans Medium 5';
  font-size: 23px;
  color: #ffffff;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li span a {
  color: #ffffff;
  font-size: 18px;
  padding: 0 40px;
  text-align: center;
  display: block;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li span a:hover {
  text-decoration: underline;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li span.wishlist {
  font-size: 0px;
  position: absolute;
  top: 18px;
  left: 21px;
  bottom: auto;
  width: auto;
  z-index: 99;
  display: none;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li span.wishlist::before {
  content: "\f08a";
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 14px;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li .hovereffect {
  display: none;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li .image img {
  width: 100%;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li:hover .hovereffect {
  display: block;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #a92611;
  opacity: 0.95;
  width: 100%;
  height: 98%;
  border-radius: 3px;
  padding: 0 40px;
  padding-top: 40px;
  font-family: 'Fedra Sans Book 5';
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li:hover .hovereffect h2 {
  color: #ffffff;
  font-size: 23px;
  font-family: 'Fedra Sans Medium 5';
  display: none;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li:hover .hovereffect .topsubttitle {
  font-size: 15.5px;
  border-bottom: solid 1px #edaa38;
  padding-top: 4px;
  margin-bottom: 18px;
  display: inline-block;
  line-height: normal;
  color: #ffffff;
  padding-bottom: 8px;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li:hover .hovereffect p {
  font-size: 14px;
  line-height: normal;
  color: #ffffff;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li:hover .hovereffect a {
  width: 180px;
  height: 46px;
  line-height: 46px;
  background: #ffffff;
  color: #a92611;
  display: inline-block;
  border-radius: 3px;
  font-size: 15.5px;
  font-weight: 600;
  margin-top: 60px;
  text-decoration: none;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li:hover .hovereffect a:hover {
  text-decoration: none;
}
.cms-the-phenomenon-consecration .page-main .otherofferings .onlyentials {
  background: none;
  padding: 40px 130px;
  padding-bottom: 0px;
}
.cms-the-phenomenon-consecration .page-main .otherofferings .onlyentials .block-products-list {
  margin-bottom: 10px;
}
.cms-the-phenomenon-consecration .page-main .otherofferings .onlyentials .block-title::before {
  bottom: 8px;
}
.cms-the-phenomenon-consecration .page-main .otherofferings .onlyentials .block-title strong {
  font-size: 26px;
  background: #ffffff;
}
.cms-the-phenomenon-consecration .page-main .otherofferings .onlyentials .calltoaction {
  background: #ffffff;
  margin-top: -2px;
}
.cms-the-phenomenon-consecration .page-main .otherofferings .onlyentials .product-item-inner {
  display: none;
}
.cms-the-phenomenon-consecration .page-main .explorecategory {
  padding: 0 130px;
}
.cms-the-phenomenon-consecration .page-main .explorecategory h2 {
  font-family: 'Fedra Sans Medium 5';
  font-size: 24px;
  text-align: center;
  padding-bottom: 33px;
  margin: 0;
  position: relative;
  width: 1274px;
}
.cms-the-phenomenon-consecration .page-main .explorecategory h2::before {
  content: '';
  position: absolute;
  bottom: 39px;
  background: url('../../frontend/OM/Isha/en_US/images/home-heading-bg.png') no-repeat left top;
  width: 50%;
  height: 7px;
  transform: translate(-50%, -50%);
  left: 45%;
}
.cms-the-phenomenon-consecration .page-main .explorecategory h2::after {
  content: '';
  position: absolute;
  bottom: 39px;
  background: url('../../frontend/OM/Isha/en_US/images/home-heading-bg.png') no-repeat right top;
  width: 50%;
  height: 7px;
  transform: translate(-50%, -50%);
  right: -5%;
}
.cms-the-phenomenon-consecration .page-main .explorecategory ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.cms-the-phenomenon-consecration .page-main .explorecategory ul li {
  display: inline-block;
}
.cms-the-phenomenon-consecration .page-main .explorecategory ul li:last-child {
  float: right;
}
.cms-the-phenomenon-consecration .page-main .explorecategory .content {
  padding-bottom: 100px;
}
.cms-the-phenomenon-consecration .page-main .explorecategory .content h3 {
  font-family: 'Fedra Sans Medium 5';
  font-size: 24px;
  padding-top: 25px;
  position: relative;
  z-index: 1;
}
.cms-the-phenomenon-consecration .page-main .explorecategory .content h3 span {
  z-index: 1;
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding-right: 20px;
}
.cms-the-phenomenon-consecration .page-main .explorecategory .content h3::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 7px;
  width: 97%;
  border-bottom: solid 1px #edaa38;
  z-index: -1;
}
.cms-the-phenomenon-consecration .page-main .explorecategory .content p {
  font-family: 'Fedra Sans Book 5';
  font-size: 16px;
  line-height: 26px;
  padding-top: 10px;
  margin: 0;
  padding-right: 40px;
}
.menu-parent > a {
  font-family: 'Fedra Sans Medium 5';
  font-weight: normal !important;
  color: #a92611 !important;
  line-height: normal;
  display: block;
  font-size: 16px !important;
  border-bottom: solid 1px #fdf8ee;
  transition: 0.5s all ease;
  display: inline-block;
}
.menu-parent > a:hover {
  border-bottom: solid 1px #a92611;
  text-decoration: none !important;
}
.menu-left {
  padding-top: 0px !important;
}
.menu-left .menu-links {
  display: block !important;
}
.menu-left .menu-links .split-ul {
  display: block;
  float: left;
  padding-top: 0px !important;
}
.menu-left .menu-links .split-ul.templeright {
  padding-left: 50px !important;
  padding-right: 70px !important;
}
.menu-left .menu-links .split-ul.meditationmat {
  padding-right: 78px !important;
}
.menu-left .menu-links .split-ul.yogamat {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.menu-left .menu-links .split-ul.nfoodbeverage {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.menu-left .menu-links .split-ul.nfoodmuesli {
  padding-right: 70px !important;
}
.menu-left .menu-links .split-ul.hipainrelief {
  padding-left: 88px !important;
  padding-right: 66px !important;
}
.menu-left .menu-links .split-ul.menclothing {
  padding-left: 48px !important;
  padding-right: 75px !important;
}
.menu-left .menu-links .split-ul.programclothing {
  padding-right: 77px !important;
}
.menu-left .menu-links .split-ul.skincare {
  padding-left: 54px !important;
  padding-right: 54px !important;
}
.menu-left .menu-links .split-ul.deepamdiya {
  padding-left: 34px !important;
  padding-right: 54px !important;
}
.menu-left .menu-links .split-ul.decoratives {
  padding-right: 84px !important;
}
.menu-left .menu-links .split-ul.bookmagazines {
  padding-left: 115px !important;
  padding-right: 115px !important;
}
.menu-left .menu-links .split-ul.bookphotos {
  padding-right: 85px !important;
}
.menu-left .menu-links .split-ul.sptaikmalas {
  padding-left: 24px !important;
}
.menu-left .menu-links .split-ul .menu-parent {
  padding-top: 25px;
  padding-bottom: 0px;
}
.menu-left .menu-links .split-ul .menu-parent .menu-right {
  padding-top: 6px;
}
.menu-left .menu-links .split-ul .menu-parent span.break {
  display: block;
}
.menu-left .menu-links .split-ul .menu-parent span.newtag {
  display: inline-block;
  margin-left: 5px;
  background: #edaa38;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Fedra Sans Book 5';
  padding: 1px 4px;
  line-height: normal;
}
.menu-left .menu-links.savetheweave {
  padding-top: 38px !important;
  display: flex;
}
.menu-left .menu-links.savetheweave ul {
  text-align: center;
  display: flex !important;
}
.menu-left .menu-links.savetheweave ul li {
  display: inline-block;
  margin-right: 23px !important;
}
.menu-left .menu-links.savetheweave ul li span {
  display: block;
  color: #a92611;
  font-size: 16px;
  font-family: 'Fedra Sans Medium 5';
  font-weight: normal;
  padding-top: 10px;
}
.menu-left .menu-links.savetheweave ul li:last-child {
  margin: 0px !important;
}
.ajax-register-form .orsocial::before {
  top: 40px;
  width: 26%;
}
.ajax-register-form .orsocial::after {
  top: 40px;
  width: 26%;
}
.modal-popup.confirm._show {
  z-index: 99999 !important;
}
#passresetbyotp input {
  width: 100% !important;
}
.page-header.headersticky {
  position: fixed;
  width: 100%;
  top: 0px;
  height: 80px;
  z-index: 99999;
}
.page-header.headersticky .icon.user-my-icon {
  font-size: 0px;
  border-right: none !important;
  padding: 0px !important;
  margin: 0px 0px 0 0 !important;
}
.page-header.headersticky .icon.wishlist-my-icon {
  border: none !important;
  padding: 0px !important;
  margin: 0px !important;
}
.page-header.headersticky .icon.wishlist-my-icon img {
  margin: 0px 5px 0 0 !important;
}
.page-header.headersticky .icon.wishlist-my-icon a {
  font-size: 0px !important;
}
.page-header.headersticky .middle-container-wrap {
  position: absolute;
  right: 175px;
  top: -3px;
}
.page-header.headersticky .middle-container-wrap .minisearch.active {
  margin-top: -8px;
}
.page-header.headersticky .middle-container-wrap .minisearch.active #search {
  background: #ffffff;
  width: 100%;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.page-header.headersticky .middle-container-wrap .minisearch.active .actions .action.search {
  background: #edaa38 url('../../frontend/OM/Isha/en_US/images/sticky-search-after.svg') no-repeat center 6px;
  position: absolute;
  cursor: pointer !important;
}
.page-header.headersticky .middle-container-wrap .action.search {
  background: url('../../frontend/OM/Isha/en_US/images/sticky-search.svg') no-repeat center right !important;
  position: absolute;
  cursor: pointer !important;
}
.page-header.headersticky .middle-container-wrap .action.search::before {
  display: none;
}
.page-header.headersticky .logo {
  padding-top: 5px !important;
}
.page-header.headersticky .logo img {
  width: 34px !important;
}
.page-header.headersticky #mySidenav .nav-main {
  width: 98%;
  margin-left: 24px;
}
.page-header.headersticky .header.content {
  padding-top: 0px;
}
.page-header.headersticky .nav-container-wrap {
  top: -48px;
  width: 86%;
}
.page-header.headersticky .sections.nav-sections {
  padding-left: 50px;
}
.page-header.headersticky .navigation ul {
  padding: 0px;
}
.page-header.headersticky.down-scroll {
  position: absolute;
}
.mobilebanner {
  display: none;
}
.headersticky .navigation .level0 > .level-top {
  padding: 0px 5px;
}
.headersticky .sections.nav-sections ul li.level0 > a {
  font-size: 0.95vw;
  padding: 0 13px;
}
.headersticky .header.content .right-container-wrap {
  padding-top: 30px;
}
.angle-arrow,
.back-button-menu,
.second-level-child {
  display: none;
}
#search_mini_form_cms {
  background: #ffffff;
  padding: 10px;
  border: 1px solid #e3e3e3;
}
#search_mini_form_cms .input-box label {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  text-align: left;
}
#search_mini_form_cms .input-box input {
  width: calc(100% - 80px);
}
#search_mini_form_cms .input-box button {
  display: inline-block;
  background: #a92611;
  color: #ffffff;
  border: none;
  font-size: 13px;
  vertical-align: top;
}
#size-chart {
  font-size: 18px;
}
.ccavenuepay_frontend_logo {
  background-size: 100%;
  width: 100%;
}
input::-moz-selection {
  background: yellow;
}
input::selection {
  background: yellow;
}
.modal.ajax-login-form .mobile-modal-content {
  padding: 20px 68px !important;
}
.ajax-login-form .page_title span,
.login-window.account-login .page_title span {
  padding-bottom: 15px;
  padding-top: 2px;
}
dl.item-options {
  display: inline-block;
  white-space: nowrap;
  color: #000;
}
dl.item-options dt {
  font-weight: bold;
}
dl.item-options dt,
dl.item-options dd {
  display: inline-block;
}
#size-chart {
  font-size: 18px;
  cursor: pointer;
}
.action.print {
  display: none !important;
}
.modal.ajax-login-form .mobile-modal-content,
.ajax-register-form .mobile-modal-content {
  padding: 20px 50px;
  top: 4%;
}
#ajaxlogin-create-form .page_title span {
  padding-top: 6px;
  padding-bottom: 0px;
}
.block.social-login-authentication-channel.account-social-login.social-popup-form {
  margin-bottom: 10px;
}
.order-details-items.invoice th.qty,
.order-details-items.shipments th.qty,
.table-wrapper.returns-history th.qty {
  opacity: 1;
}
.cms-contact-us .breadcrumbs {
  display: none;
}
.cms-contact-us .cms-pages-header {
  margin-left: -50vw;
  position: relative;
  width: 100vw;
  left: 50%;
}
.cms-contact-us .cms-pages-header img {
  width: 100%;
}
.cms-contact-us .cms-pages-header .custom-heading {
  font-family: 'Fedra Sans Std';
  font-size: 48px;
  position: absolute;
  bottom: 25px;
  left: 10%;
}
.cms-contact-us .cms-pages-header .custom-heading h1 {
  font-size: 48px;
  padding: 0 20px;
}
.cms-contact-us .cms-margin-top {
  padding-top: 50px;
}
.cms-contact-us .cms-margin-top .address-block {
  margin: 10px 0px;
}
.cms-contact-us .cms-margin-top .address-block h2 {
  font-size: 22px;
  line-height: 33px;
  font-family: 'Fedra Sans Medium 5';
}
.cms-contact-us .cms-margin-top .address-block p {
  font-size: 17px;
  line-height: normal;
  margin-top: 10px;
  font-family: 'Fedra Sans Book 5';
}
.cms-contact-us .cms-margin-top .address-block p a {
  color: #a92611;
  text-decoration: underline;
}
.cms-page-view {
  background: #ffffff;
  overflow-x: hidden;
}
.cms-page-view .page-main > .page-title-wrapper .page-title {
  display: block;
  position: relative;
}
.cms-page-view .breadcrumbs {
  display: none;
}
.cms-page-view .page-main {
  background: #ffffff;
}
.cms-sample-home-page {
  background: #fdf8ee;
}
.cms-sample-home-page .page-main {
  background: #fdf8ee;
}
.catalog-product-view .modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}
div#product-options-wrapper input[type=radio] {
  margin-top: 6px;
}
div#product-options-wrapper label {
  font-size: 15px;
}
.customer-review .review-details .review-title {
  font-size: initial;
}
.customer-review .review-details .review-content {
  font-size: initial;
}
.customer-review .review-details .customer-review-rating .rating-label {
  font-size: initial;
}
.customer-review .review-details .review-date {
  font-size: initial;
}
.cms-about-us .page-title-wrapper {
  display: none;
}
.cms-about-us .isha-outlet {
  margin-top: 20px;
}
.cms-about-us .text-carousel .owl-nav {
  display: none;
}
.cms-about-us .text-carousel .owl-dots .owl-dot.active span,
.cms-about-us .text-carousel .owl-dots .owl-dot:hover span {
  background: #000000;
}
.cms-about-us .text-carousel.owl-theme .owl-dots .owl-dot {
  border: 0;
  outline: none;
  box-shadow: none;
}
.cms-about-us p.sub-head {
  font-size: 24px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-family: 'Fedra Sans Book 5';
  padding: 24px 0 45px;
  margin-bottom: 0 !important;
}
.cms-about-us .item h4 {
  font-size: 24px;
  text-align: center;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 400;
  line-height: 36px;
}
.cms-about-us .item p {
  font-size: 21px;
  text-align: center;
  max-width: 916px;
  margin: 0 auto;
  margin-bottom: 58px;
  font-family: 'Fedra Sans Book 5';
  line-height: 30px;
  padding-bottom: 8px;
}
.cms-about-us .item .custom-col {
  display: flex;
  text-align: center;
  padding-left: 32px;
}
.cms-about-us .item .custom-col .outlet-image img {
  margin-bottom: 20px;
}
.cms-about-us .item .custom-col .first-col {
  max-width: 300px;
  margin-right: 20px;
  display: inline-block;
}
.cms-about-us .item .custom-col .second-col {
  max-width: 515px;
  margin-right: 20px;
  display: inline-block;
}
.cms-about-us .item .custom-col .third-col {
  max-width: 319px;
  margin-right: 0px;
  display: inline-block;
}
.cms-about-us .isha-foundation {
  margin: 90px 0;
}
.cms-about-us .isha-foundation p {
  font-size: 21px;
  font-family: 'Fedra Sans Book 5';
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 35px;
}
.cms-about-us .isha-foundation a.visit-button {
  font-size: 18px;
  border: 1px solid #a92611;
  padding: 15px 107px;
  color: #a92611;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
}
.cms-about-us .isha-foundation h2 {
  margin-bottom: 25px;
}
.cms-about-us .custom-heading {
  font-family: 'Fedra Sans Std';
  font-size: 48px;
  position: absolute;
  bottom: 25px;
  left: 10%;
}
.cms-about-us .cms-margin-top {
  padding-top: 50px;
}
.cms-about-us .cms-pages-header {
  margin-left: -50vw;
  position: relative;
  width: 100vw;
  left: 50%;
}
.cms-about-us .cms-pages-header img {
  width: 100%;
}
.cms-about-us .quote {
  background: url('../../frontend/OM/Isha/en_US/images/quote.png') no-repeat center top;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  color: #a92611;
  font-size: 27px;
  font-family: 'Fedra Sans Std';
  font-weight: 400;
  padding: 90px;
}
.cms-about-us .quote .author {
  font-weight: bold;
  display: block;
}
.cms-about-us .about {
  position: relative;
}
.cms-about-us .about p {
  font-size: 21px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
  font-family: 'Fedra Sans Book 5';
  color: #020202;
  line-height: 34px;
}
.cms-terms-conditions {
  background: #ffffff;
}
.cms-terms-conditions h1.page-title span {
  border-bottom: 0px solid #f3edd9;
  color: #020202;
  background: #ffffff;
  font-family: 'Fedra Sans Book 5';
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 36px;
  padding: 0px 20px 3px 0;
}
.cms-terms-conditions h1.page-title:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #f1bf55;
  display: block;
}
.cms-terms-conditions p {
  font-family: 'Fedra Sans Book 5';
  margin-bottom: 30px;
}
.cms-terms-conditions.cms-page-view .page-main {
  background: #ffffff;
}
.cms-privacy-policy-cookie-restriction-mode .main-block-content.termcms p {
  font-size: 18px;
}
.cms-privacy-policy-cookie-restriction-mode {
  background: #ffffff;
}
.cms-privacy-policy-cookie-restriction-mode h1.page-title span {
  border-bottom: 0px solid #f3edd9 !important;
  color: #020202;
  background: #ffffff;
  font-family: 'Fedra Sans Std';
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 36px;
  padding-right: 20px;
}
.cms-privacy-policy-cookie-restriction-mode h1.page-title:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #f1bf55;
  display: block;
  position: absolute;
  bottom: 6px;
  Z-INDEX: -1;
}
.cms-privacy-policy-cookie-restriction-mode p {
  font-family: 'Fedra Sans Book 5';
  margin-bottom: 30px;
}
.cms-privacy-policy-cookie-restriction-mode h2 {
  font-size: 24px !important;
}
.cms-privacy-policy-cookie-restriction-mode table.data-table {
  display: block;
}
.cms-privacy-policy-cookie-restriction-mode .for-mobile-only {
  display: none;
}
.cms-privacy-policy-cookie-restriction-mode .for-mobile-only p strong {
  display: block;
  font-weight: 500 !important;
  font-family: 'Fedra Sans Medium 5';
}
.cms-privacy-policy-cookie-restriction-mode .for-mobile-only p.italic {
  font-style: italic;
}
.cms-privacy-policy-cookie-restriction-mode.cms-page-view .page-main {
  background: #ffffff;
}
.cms-store-locator .cms-pages-header {
  background: url('../../frontend/OM/Isha/en_US/images/store-locator-banner.png') no-repeat;
  position: absolute;
  display: block;
  width: 100%;
  padding: 180px 0 30px;
  left: 0;
  height: auto;
  background-size: 100%;
}
.cms-store-locator .cms-pages-header .custom-heading {
  padding: 0 150px;
  font-family: 'Fedra Sans Medium 5';
  font-size: 48px;
}
.cms-store-locator .cms-pages-header .custom-heading h1 {
  font-size: 30px;
  padding: 0 20px;
}
.cms-store-locator .cms-pages-header .custom-heading h1 strong {
  display: block;
  font-family: 'Fedra Sans Medium 5';
  font-size: 48px;
  font-weight: 500;
}
.cms-store-locator .cms-margin-top {
  padding-top: 315px;
}
.cms-store-locator #googlemaps {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  /* Set z-index to 0 as it will be on a layer below the contact form */
}
.cms-store-locator #address-list {
  position: relative;
  z-index: 1;
  /* The z-index should be higher than Google Maps */
  width: 300px;
  margin: 60px auto 0;
  padding: 10px;
  background: black;
  height: auto;
  opacity: 0.45;
  /* Set the opacity for a slightly transparent Google Form */
  color: white;
}
.sections.nav-sections ul li.level0 > a {
  font-size: 1.05vw;
  padding: 0 1.05vw;
}
.sections.nav-sections ul li.level0 a:last-child {
  padding-right: 0px;
}
.sections.nav-sections ul li.level0 > a:last-child::after {
  right: -14px;
}
#mySidenav .menu-left .menu-links ul li a {
  padding: 0px;
}
.menu-links.savetheweave {
  padding-bottom: 20px !important;
}
.cms-customer-support {
  background: #ffffff;
}
.cms-customer-support html {
  scroll-behavior: smooth;
}
.cms-customer-support .page-main {
  max-width: 100% !important;
  width: 100%;
  padding: 0px;
}
.cms-customer-support .customersupport h2 {
  text-align: center;
  font-size: 36px;
  font-family: 'Fedra Sans Medium 5';
  margin: 0;
  padding-top: 35px;
  position: relative;
}
.cms-customer-support .customersupport h2::after {
  content: '';
  background: url('../../frontend/OM/Isha/en_US/images/heading-bg.png') no-repeat center bottom;
  width: 228px;
  height: 7px;
  position: absolute;
  left: 50%;
  bottom: -23px;
  transform: translate(-50%, -50%);
}
.cms-customer-support .customersupport .toplisting {
  padding-top: 60px;
  width: 1140px;
  margin: auto;
}
.cms-customer-support .customersupport .toplisting ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cms-customer-support .customersupport .toplisting ul li {
  width: 33%;
  text-align: center;
  margin: 0px;
  padding-bottom: 84px;
}
.cms-customer-support .customersupport .toplisting ul li a {
  font-size: 20px;
  color: #020202;
  font-family: 'Fedra Sans Book 5';
  font-weight: 600;
  transition: 0.5s all ease;
}
.cms-customer-support .customersupport .toplisting ul li a:hover {
  color: #a92611;
}
.cms-customer-support .customersupport .toplisting ul li a span {
  display: block;
  padding-top: 20px;
}
.cms-customer-support .customersupport .accordingsecton {
  background: #ffffff url('../../frontend/OM/Isha/en_US/images/cutomer-down-bg.png') no-repeat top;
  background-size: contain;
  padding-top: 105px;
}
.cms-customer-support .customersupport .accordingsecton .accordion-container {
  width: 1140px;
  margin: auto;
  padding-bottom: 68px;
  position: relative;
}
.cms-customer-support .customersupport .accordingsecton .accordion-container.paymentsection::before {
  content: '';
  position: absolute;
  left: -230px;
  top: -86px;
  background: url('../../frontend/OM/Isha/en_US/images/customer-bg-icon.svg') no-repeat left top;
  width: 303px;
  height: 121px;
  background-size: 80%;
}
.cms-customer-support .customersupport .accordingsecton .accordion-container.paymentsection::after {
  content: '';
  position: absolute;
  right: -310px;
  bottom: -66px;
  background: url('../../frontend/OM/Isha/en_US/images/customer-bg-icon.svg') no-repeat left top;
  width: 303px;
  height: 121px;
  background-size: 80%;
}
.cms-customer-support .customersupport .accordingsecton .accordion-container h3 {
  font-size: 26px;
  font-family: 'Fedra Sans Book 5';
  font-weight: 500;
  padding-bottom: 20px;
  margin: 0px;
  padding-left: 18px;
}
.cms-customer-support .customersupport .accordingsecton .accordion-container .set {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}
.cms-customer-support .customersupport .accordingsecton .accordion-container .set a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  font-size: 16px;
  color: #a92611;
  font-family: 'Fedra Sans Book 5';
  font-weight: 600;
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
}
.cms-customer-support .customersupport .accordingsecton .accordion-container .set .contentsecrtion {
  display: none;
  background: #ffffff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cms-customer-support .customersupport .accordingsecton .accordion-container .set .contentsecrtion p {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  padding: 20px;
  margin: 0;
}
.cms-customer-support .column.main {
  padding-bottom: 0px !important;
}
.cms-customer-support .backtotop {
  display: none;
}
.cms-support-ticket input[type="file"] {
  display: none;
}
.cms-support-ticket {
  background: #ffffff;
  position: relative;
}
.cms-support-ticket .breadcrumbs {
  display: block;
  margin-top: 0px;
  background: #ffffff;
}
.cms-support-ticket::before {
  content: '';
  position: absolute;
  right: -80px;
  top: 230px;
  width: 312px;
  height: 143px;
  background: url('../../frontend/OM/Isha/en_US/images/ticket-rigght-bg.png') no-repeat right top;
  background-size: 100%;
}
.cms-support-ticket .page-main {
  position: relative;
}
.cms-support-ticket .page-main::after {
  content: '';
  position: absolute;
  left: -250px;
  bottom: 0;
  width: 312px;
  height: 143px;
  background: url('../../frontend/OM/Isha/en_US/images/ticket-bottombg.png') no-repeat right top;
  background-size: 100%;
  top: auto;
}
.cms-support-ticket .supportticket {
  padding-bottom: 60px;
  clear: both;
  overflow: hidden;
}
.cms-support-ticket .supportticket .supportcaptcha {
  float: left;
}
.cms-support-ticket .supportticket .tophead {
  text-align: center;
  font-family: 'Fedra Sans Medium 5';
  padding-top: 50px;
  padding-bottom: 28px;
}
.cms-support-ticket .supportticket .tophead h2 {
  color: #020202;
  font-size: 28px;
  margin: 0;
  padding-bottom: 8px;
}
.cms-support-ticket .supportticket .tophead p {
  font-family: 'Fedra Sans Book 5';
  font-size: 18px;
}
.cms-support-ticket .supportticket .fieldset {
  width: 582px;
  margin: auto;
}
.cms-support-ticket .supportticket .fieldset .field {
  float: left;
  width: 48%;
}
.cms-support-ticket .supportticket .fieldset .field.emailaddress {
  width: 100%;
  float: none;
  clear: both;
}
.cms-support-ticket .supportticket .fieldset .field.commentbox {
  clear: both;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.cms-support-ticket .supportticket .fieldset .field.commentbox textarea {
  border: solid 1px #edaa38;
  padding: 12px;
  height: auto;
  height: 180px;
  font-size: 14px;
}
.cms-support-ticket .supportticket .fieldset .field.commentbox textarea:focus {
  outline: none;
  box-shadow: none;
}
.cms-support-ticket .supportticket .fieldset .field.rightcount {
  float: right;
}
.cms-support-ticket .supportticket .fieldset .field input,
.cms-support-ticket .supportticket .fieldset .field select {
  border: solid 1px #edaa38;
  padding: 12px;
  height: auto;
  border-radius: 3px;
  font-size: 14px;
  width: 100%;
}
.cms-support-ticket .supportticket .fieldset .field input:focus,
.cms-support-ticket .supportticket .fieldset .field select:focus {
  box-shadow: none;
}
.cms-support-ticket .supportticket .fieldset .submitbutton {
  clear: none;
  text-align: center;
  float: right;
  width: 40%;
  padding-top: 8px;
}
.cms-support-ticket .supportticket .fieldset .submitbutton button {
  width: 100%;
  margin: auto;
  background: #a92611;
  color: #ffffff;
  border: none;
  font-size: 20px;
  height: 60px;
  line-height: normal;
  border-radius: 3px;
  transition: 0.5s all ease;
  border-radius: 30px;
}
.cms-support-ticket .supportticket .fieldset .submitbutton button:hover {
  background: #a92611;
}
.cms-support-ticket .supportticket .fieldset .submitbutton button:focus {
  outline: none;
  border: none;
}
.cms-support-ticket .supportticket .fieldset .customfilesecton {
  border-top: solid 1px #fdf8ee;
  position: absolute;
  bottom: 10px;
  width: 98%;
  left: 8px;
  padding-top: 10px;
  background: #ffffff;
}
.cms-support-ticket .supportticket .fieldset .customfilesecton .fileicon {
  background: #2A89E1;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}
.cms-support-ticket .supportticket .fieldset .customfilesecton .fileicon img {
  width: 14px;
}
.cms-support-ticket .supportticket .fieldset .customfilesecton .text {
  color: rgba(35, 31, 32, 0.5);
  font-size: 14px;
  display: inline-block;
  padding-left: 10px;
  font-family: 'Fedra Sans Book 5';
}
.cms-support-ticket .column.main {
  position: relative;
}
.cms-support-ticket.cms-page-view .page-main {
  background: #ffffff;
}
.cms-store-locator .page-main {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}
.cms-store-locator .page-main .storelocatermain .banner img {
  width: 100%;
}
.cms-store-locator .page-main .storelocatermain .banner .innercount {
  position: relative;
  padding: 0 155px;
}
.cms-store-locator .page-main .storelocatermain .banner .innercount h1 {
  font-family: 'Fedra Sans Book 5';
  font-size: 30px;
  margin: 0;
  position: absolute;
  bottom: 70px;
}
.cms-store-locator .page-main .storelocatermain .banner .innercount h1 span {
  display: block;
  font-family: 'Fedra Sans Medium 5';
  font-size: 48px;
}
.cms-store-locator .page-main .storelocatermain .storeinformation {
  padding: 0 155px;
  padding-top: 84px;
}
.cms-store-locator .page-main .storelocatermain .storeinformation h2 {
  font-family: 'Fedra Sans Medium 5';
  font-size: 36px;
  padding-bottom: 30px;
  position: relative;
}
.cms-store-locator .page-main .storelocatermain .storeinformation h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0px;
  height: 1px;
  border-bottom: solid 1px #f1bf55;
  bottom: 40px;
  z-index: -1;
}
.cms-store-locator .page-main .storelocatermain .storeinformation h2 span {
  background: #ffffff;
  display: inline-block;
  padding-right: 20px;
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details {
  clear: both;
  overflow: hidden;
  padding-bottom: 45px;
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details h3 {
  color: #edaa38;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Fedra Sans Book 5';
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details .listing {
  background: #ffffff;
  float: left;
  padding: 30px 50px;
  border-radius: 3px;
  width: 360px;
  margin-right: 46px;
  margin-top: 12px;
  min-height: 177px;
  margin-bottom: 20px;
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details .listing.last {
  margin-right: 0px;
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details .listing h4 {
  font-size: 18px;
  font-family: 'Fedra Sans Medium 5';
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details .listing p {
  font-family: 'Fedra Sans Book 5';
  font-size: 16px;
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details .listing .storedetails {
  padding-top: 12px;
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details .listing .storedetails a {
  color: #a92611;
  font-size: 15px;
  font-family: 'Fedra Sans Medium 5';
  border-bottom: solid 1px #a92611;
  transition: 0.5s all ease;
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details .listing .storedetails a:hover {
  text-decoration: none;
  color: #0056b3;
  border-bottom: solid 1px #0056b3;
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details .listing .storedetails a:focus {
  text-decoration: none;
  color: #0056b3;
  border-bottom: solid 1px #0056b3;
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details .listing .storedetails .hoverbox {
  display: block;
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details .listing .storedetails .hoverbox .box {
  font-size: 16px;
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details .listing .storedetails .hoverbox .box img {
  float: left;
  margin-right: 10px;
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details .listing .storedetails .hoverbox .box a {
  color: #a92611;
  font-size: 16px;
  border-bottom: solid 1px #a92611;
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details .listing .storedetails .hoverbox {
  display: none;
  padding-top: 10px;
}
#mySidenav .menu-left .menu-links ul.category-image {
  z-index: 1;
}
.block-products-list.grid .action.towishlist {
  top: -10px;
  left: 0px;
  z-index: 99;
  position: absolute;
}
@media only screen and (max-width: 1260px) {
  .header.content .right-container-wrap .header.links .icon.wishlist-my-icon li a {
    font-size: 14px;
  }
  .sections.nav-sections ul > li.level0.has-child > a::after {
    background-size: 70%;
    right: -1px;
    top: 21px;
  }
  .sections.nav-sections ul li.level0 > a {
    font-size: 14.5px !important;
    padding: 0 8px;
  }
  #mySidenav .nav-main ul {
    display: block;
  }
  .sections.nav-sections ul li.level0 a {
    font-size: 13.5px;
  }
  .menu-parent > a {
    font-size: 14px !important;
  }
}
.mobile-modal-content .modal .success {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.modal .error1 {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.form.password.reset .label {
  font-size: 14px;
  font-weight: normal;
}
.form.password.reset #password-strength-meter-container {
  font-size: 11px;
}
.lifeoutlets .owl-dots button span {
  width: 8px !important;
  height: 8px !important;
  margin: 5px 4px !important;
}
.cms-the-rudraksha-guide,
.cms-copper-cleaning-instructions,
.cms-hi-the-rudraksha-guide,
.cms-ml-the-rudraksha-guide,
.cms-kn-the-rudraksha-guide,
.cms-te-the-rudraksha-guide,
.cms-ta-the-rudraksha-guide {
  background: #ffffff;
}
.cms-the-rudraksha-guide .page-header.headersticky,
.cms-copper-cleaning-instructions .page-header.headersticky,
.cms-hi-the-rudraksha-guide .page-header.headersticky,
.cms-ml-the-rudraksha-guide .page-header.headersticky,
.cms-kn-the-rudraksha-guide .page-header.headersticky,
.cms-te-the-rudraksha-guide .page-header.headersticky,
.cms-ta-the-rudraksha-guide .page-header.headersticky {
  position: relative;
}
.cms-the-rudraksha-guide .page-title-wrapper,
.cms-copper-cleaning-instructions .page-title-wrapper,
.cms-hi-the-rudraksha-guide .page-title-wrapper,
.cms-ml-the-rudraksha-guide .page-title-wrapper,
.cms-kn-the-rudraksha-guide .page-title-wrapper,
.cms-te-the-rudraksha-guide .page-title-wrapper,
.cms-ta-the-rudraksha-guide .page-title-wrapper {
  display: none;
}
.cms-the-rudraksha-guide .page-main,
.cms-copper-cleaning-instructions .page-main,
.cms-hi-the-rudraksha-guide .page-main,
.cms-ml-the-rudraksha-guide .page-main,
.cms-kn-the-rudraksha-guide .page-main,
.cms-te-the-rudraksha-guide .page-main,
.cms-ta-the-rudraksha-guide .page-main {
  max-width: 100%;
  padding: 0px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain,
.cms-copper-cleaning-instructions .rudrakshaguidemain,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain,
.cms-te-the-rudraksha-guide .rudrakshaguidemain,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain {
  background: url('../../frontend/OM/Isha/en_US/images/RudrakshaGuide-mainbanner.png') no-repeat top;
  background-size: contain;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .accordion-container,
.cms-copper-cleaning-instructions .rudrakshaguidemain .accordion-container,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .accordion-container,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .accordion-container,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .accordion-container,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .accordion-container,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .accordion-container {
  padding-left: 100px;
  padding-right: 100px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection {
  padding-top: 52px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection h2,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection h2,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection h2,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection h2,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection h2,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection h2,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection h2 {
  text-align: center;
  font-size: 36px;
  font-family: 'Fedra Sans Medium 5';
  position: relative;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection h2::after,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection h2::after,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection h2::after,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection h2::after,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection h2::after,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection h2::after,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection h2::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 211px;
  transform: translate(-50%, -50%);
  border-bottom: solid 3px #edaa38;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .readin,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin {
  text-align: center;
  padding-top: 35px;
  font-family: 'Fedra Sans Book 5';
  padding-bottom: 22px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .readin ul,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul {
  padding: 0px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .readin ul li,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 0 30px 0 0;
  position: relative;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:first-child,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .readin ul li:first-child,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:first-child,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:first-child,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:first-child,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:first-child,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:first-child {
  line-height: 12px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li::after,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .readin ul li::after,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li::after,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li::after,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li::after,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li::after,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li::after {
  content: '';
  position: absolute;
  right: -18px;
  top: 12px;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li a,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .readin ul li a,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li a,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li a,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li a,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li a,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li a {
  font-size: 24px;
  color: #a92611;
  font-weight: 600;
  text-decoration: none;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:first-child::after,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .readin ul li:first-child::after,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:first-child::after,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:first-child::after,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:first-child::after,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:first-child::after,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:first-child::after {
  display: none;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:last-child::after,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .readin ul li:last-child::after,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:last-child::after,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:last-child::after,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:last-child::after,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:last-child::after,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:last-child::after {
  display: none;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .listing,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing {
  width: 1140px;
  margin: auto;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .listing .contentpart,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart {
  background: #edaa38;
  color: #ffffff;
  padding-left: 40px !important;
  padding-top: 31px !important;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart:first-child,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .listing .contentpart:first-child,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart:first-child,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart:first-child,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart:first-child,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart:first-child,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart:first-child {
  border-top-left-radius: 4px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart:last-child,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .listing .contentpart:last-child,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart:last-child,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart:last-child,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart:last-child,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart:last-child,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart:last-child {
  border-bottom-right-radius: 4px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart a,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .listing .contentpart a,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart a,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart a,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart a,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart a,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart a {
  text-transform: uppercase;
  color: #a92611;
  font-size: 15.5px;
  border-bottom: solid 1px #DD7827;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart a:hover,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .listing .contentpart a:hover,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart a:hover,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart a:hover,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart a:hover,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart a:hover,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart a:hover {
  text-decoration: none;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart h3,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .listing .contentpart h3,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart h3,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart h3,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart h3,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart h3,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart h3 {
  font-family: 'Fedra Sans Medium 5';
  font-size: 27px;
  text-transform: none;
  color: #ffffff;
  font-weight: 500;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart .number,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .listing .contentpart .number,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart .number,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart .number,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart .number,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart .number,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart .number {
  color: #F0BC6C;
  font-size: 108px;
  position: absolute;
  bottom: 10px;
  right: 30px;
  font-weight: 600;
  font-family: 'Fedra Sans Book 5';
}
.cms-the-rudraksha-guide .rudrakshaguidemain .accordingsecton,
.cms-copper-cleaning-instructions .rudrakshaguidemain .accordingsecton,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .accordingsecton,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .accordingsecton,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .accordingsecton,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .accordingsecton,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .accordingsecton {
  padding-top: 105px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container,
.cms-copper-cleaning-instructions .rudrakshaguidemain .accordingsecton .accordion-container,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container {
  width: 1140px;
  margin: auto;
  padding-bottom: 68px;
  position: relative;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::before,
.cms-copper-cleaning-instructions .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::before,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::before,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::before,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::before,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::before,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::before {
  content: '';
  position: absolute;
  left: -230px;
  top: -86px;
  background: url('../../frontend/OM/Isha/en_US/images/customer-bg-icon.svg') no-repeat left top;
  width: 303px;
  height: 121px;
  background-size: 80%;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::after,
.cms-copper-cleaning-instructions .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::after,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::after,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::after,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::after,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::after,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::after {
  content: '';
  position: absolute;
  right: -310px;
  bottom: -66px;
  background: url('../../frontend/OM/Isha/en_US/images/customer-bg-icon.svg') no-repeat left top;
  width: 303px;
  height: 121px;
  background-size: 80%;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container h3,
.cms-copper-cleaning-instructions .rudrakshaguidemain .accordingsecton .accordion-container h3,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container h3,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container h3,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container h3,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container h3,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container h3 {
  font-size: 26px;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 500;
  padding-bottom: 20px;
  margin: 0px;
  padding-left: 18px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set,
.cms-copper-cleaning-instructions .rudrakshaguidemain .accordingsecton .accordion-container .set,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set a,
.cms-copper-cleaning-instructions .rudrakshaguidemain .accordingsecton .accordion-container .set a,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set a,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set a,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set a,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set a,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  font-size: 16px;
  color: #a92611;
  font-family: 'Fedra Sans Book 5';
  font-weight: 500;
  background: #ffffff;
  padding: 10px 30px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion,
.cms-copper-cleaning-instructions .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion {
  display: none;
  background: #ffffff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion p,
.cms-copper-cleaning-instructions .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion p,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion p,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion p,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion p,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion p,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion p {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  padding: 20px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion ul,
.cms-copper-cleaning-instructions .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion ul,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion ul,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion ul,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion ul,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion ul,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion ul {
  padding: 0;
  font-size: 15px;
  list-style: none;
  padding-left: 25px;
  padding-bottom: 20px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .productslist,
.cms-copper-cleaning-instructions .rudrakshaguidemain .productslist,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .productslist,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .productslist,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .productslist,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .productslist,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .productslist {
  width: 950px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed,
.cms-copper-cleaning-instructions .rudrakshaguidemain .productslist h2.tophed,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed {
  font-family: 'Fedra Sans Medium 5';
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed::before,
.cms-copper-cleaning-instructions .rudrakshaguidemain .productslist h2.tophed::before,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed::before,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed::before,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed::before,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed::before,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed::before {
  content: '';
  background: url('../../frontend/OM/Isha/en_US/images/heading-bg.png') no-repeat center bottom;
  width: 42%;
  height: 7px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed::after,
.cms-copper-cleaning-instructions .rudrakshaguidemain .productslist h2.tophed::after,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed::after,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed::after,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed::after,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed::after,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed::after {
  content: '';
  background: url('../../frontend/OM/Isha/en_US/images/heading-bg.png') no-repeat center bottom;
  width: 42%;
  height: 7px;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 0px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li,
.cms-copper-cleaning-instructions .rudrakshaguidemain .productslist .products-grid-cms ul li,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li {
  width: 205px;
  margin-right: 42px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .starting,
.cms-copper-cleaning-instructions .rudrakshaguidemain .productslist .products-grid-cms ul li .starting,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .starting,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .starting,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .starting,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .starting,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .starting {
  float: left;
  padding-right: 5px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .product-item-name,
.cms-copper-cleaning-instructions .rudrakshaguidemain .productslist .products-grid-cms ul li .product-item-name,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .product-item-name,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .product-item-name,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .product-item-name,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .product-item-name,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .product-item-name {
  font-size: 14px !important;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .price,
.cms-copper-cleaning-instructions .rudrakshaguidemain .productslist .products-grid-cms ul li .price,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .price,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .price,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .price,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .price,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .price {
  font-size: 18px !important;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li:last-child,
.cms-copper-cleaning-instructions .rudrakshaguidemain .productslist .products-grid-cms ul li:last-child,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li:last-child,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li:last-child,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li:last-child,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li:last-child,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li:last-child {
  margin-right: 0px !important;
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .cms-copper-cleaning-instructions .orderone {
    order: 1;
  }
  .cms-copper-cleaning-instructions .ordertwo {
    order: 2;
  }
  .cms-copper-cleaning-instructions .orderthree {
    order: 3;
  }
  .cms-copper-cleaning-instructions .orderfour {
    order: 4;
  }
  .cms-copper-cleaning-instructions .list img {
    width: 100%;
  }
}
.cms-copper-cleaning-instructions .bannercontent {
  font-size: 21px;
  width: 1140px;
  margin: auto;
  line-height: normal;
  text-align: center;
  padding: 50px 100px 40px 100px;
}
.cms-copper-cleaning-instructions .bannercontent p {
  margin: 0px;
  padding-bottom: 30px;
}
.cms-copper-cleaning-instructions .rudrakshaguidemain {
  background: none;
}
.cms-copper-cleaning-instructions .topbannersection {
  background: url('../../frontend/OM/Isha/en_US/images/coppermain_banner.png') no-repeat top;
  background-size: cover;
  height: 560px;
}
.cms-copper-cleaning-instructions .topbannersection .listing .contentpart {
  padding-left: 30px !important;
}
.cms-copper-cleaning-instructions .topbannersection .contentpart h3 {
  padding-right: 10px;
}
.cms-copper-cleaning-instructions .copperlistingtext {
  width: 1140px;
  margin: auto;
  padding-top: 166px;
}
.cms-copper-cleaning-instructions .copperlistingtext h3 {
  font-size: 26px;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 500;
  padding-bottom: 20px;
  padding-left: 18px;
  margin: 0px;
}
.cms-copper-cleaning-instructions .copperlistingtext ul {
  padding: 0 100px 0 100px;
  font-size: 18px;
}
.cms-copper-cleaning-instructions #Lemon {
  padding-bottom: 90px;
}
.cms-copper-cleaning-instructions #Lemon h3 {
  padding-left: 80px;
}
.cms-copper-cleaning-instructions #tamarind {
  padding-bottom: 90px;
}
.cms-copper-cleaning-instructions #tamarind h3 {
  padding-left: 80px;
}
.cms-copper-cleaning-instructions .productslist .product-item-name {
  min-height: inherit !important;
  padding-bottom: 2px;
}
.cms-copper-cleaning-instructions .productslist .starting {
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .cms-copper-cleaning-instructions .bannercontent {
    width: 100% !important;
  }
  .cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .listing {
    float: left;
    width: 100%;
  }
  .cms-copper-cleaning-instructions .copperlistingtext {
    width: 100%;
    float: left;
  }
}
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .listing .contentpart {
  padding-left: 25px !important;
}
.blog-page .page-bottom {
  background: #ffffff;
}
.blog-page .post-holder {
  border: none;
}
.blog-page .post-view {
  background: url('../../frontend/OM/Isha/en_US/images/rectangle-3-copy.png') no-repeat top;
  background-size: contain;
}
.blog-page .post-view .block.comments {
  width: 900px;
  margin: auto;
}
.blog-page .post-view .block.comments .c-count {
  font-family: 'Fedra Sans Medium 5';
  font-size: 22px;
  font-weight: 400;
  border-bottom: solid 1px #dfd6c4;
}
.blog-page .post-view .block.comments .c-replyform {
  margin: 0;
  padding-top: 30px;
}
.blog-page .post-view .block.comments .c-replyform form textarea {
  border: solid 1px #edaa38;
  font-family: 'Fedra Sans Book 5';
  font-size: 15px;
  height: 80px;
}
.blog-page .post-view .block.comments .c-replyform form .c-btn-hld {
  background: none;
  border: none;
  padding: 20px 0 0 0;
}
.blog-page .post-view .block.comments .c-replyform form .c-btn-hld input {
  border: solid 1px #EDAA38;
  height: auto;
  padding: 10px;
}
.blog-page .post-view .block.comments .c-replyform form .c-btn-hld button {
  background: #a92611;
  box-shadow: none;
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  width: auto;
  border: none;
  letter-spacing: 0.9px;
  padding: 10px 20px;
  line-height: normal;
  margin: 0;
  float: left;
}
.blog-page .page-main {
  max-width: 100%;
  padding: 0px;
}
.blog-page .breadcrumbs {
  display: none;
}
.blog-page .page-title-wrapper {
  display: none;
}
.blog-page .sidebar.sidebar-additional {
  width: 100%;
  margin: auto;
  float: none;
  clear: both;
  padding: 0px;
}
.blog-page .sidebar.sidebar-additional .block-recent-posts {
  background: #ede5d6;
  background: linear-gradient(180deg, rgba(237, 229, 214, 0.02594541) 0%, #ede5d6 100%);
  margin: 0px;
}
.blog-page .sidebar.sidebar-additional .block-title {
  font-family: 'Fedra Sans Medium 5';
  font-size: 30px;
  background: url('../../frontend/OM/Isha/en_US/images/illustration-divider-1.png') no-repeat center bottom;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.blog-page .sidebar.sidebar-additional .block-content {
  clear: both;
  overflow: hidden;
  width: 1180px;
  margin: auto;
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.blog-page .sidebar.sidebar-additional .block-content .item {
  width: 31%;
  background: #ffffff;
  padding: 0 0 30px 0 !important;
  box-shadow: 2px 6px 6px rgba(0, 0, 0, 0.11);
}
.blog-page .sidebar.sidebar-additional .block-content .item:last-child {
  margin-right: 0px;
}
.blog-page .sidebar.sidebar-additional .block-content .item .post-image {
  padding: 0px;
  width: 100%;
  border: none;
}
.blog-page .sidebar.sidebar-additional .block-content .item .post-image a img {
  width: 100%;
  margin-top: -10px;
}
.blog-page .sidebar.sidebar-additional .block-content .item .post-item-link {
  color: #020202;
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
  font-weight: 400;
  margin-left: 20px;
  float: left;
  margin-top: 20px;
  height: 50px;
  line-height: normal;
}
.blog-page .sidebar.sidebar-additional .block-content .item .post-item-date {
  clear: both;
  overflow: hidden;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  opacity: 0.7;
  padding-left: 20px;
  padding-top: 15px;
}
.blog-page .sidebar.sidebar-additional .blogbottom {
  background: #ffffff;
  padding: 60px 0;
}
.blog-page .sidebar.sidebar-additional .blogbottom ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 1180px;
  margin: auto;
  padding: 0px;
}
.blog-page .column.main {
  width: 100%;
}
.blog-page .column.main .post-content .post-info {
  display: none;
}
.blog-page .column.main .post-content .post-text-hld h1 {
  text-align: center;
  font-family: 'Fedra Sans Medium 5';
  font-size: 45px;
  width: 30%;
  margin: auto;
  padding-top: 40px;
}
.blog-page .column.main .post-content .post-text-hld h2 {
  font-weight: 400;
  width: 50%;
  margin: auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 50px;
}
.blog-page .column.main .post-content .post-text-hld h2 p {
  font-size: 20px;
  line-height: 34px;
  color: #8a8173;
  font-family: 'Fedra Sans Std';
}
.blog-page .column.main .post-content .post-ftimg-hld {
  width: 942px;
  margin: auto;
  position: relative;
}
.blog-page .column.main .post-content .post-ftimg-hld .post-header {
  position: absolute;
  left: -50px;
  top: 50%;
}
.blog-page .column.main .post-content .post-ftimg-hld .post-header a {
  display: block;
  float: none !important;
}
.blog-page .column.main .post-content .blogmaincontent {
  width: 670px;
  margin: auto;
  background: url('../../frontend/OM/Isha/en_US/images/editor-note-divider.svg') no-repeat center bottom;
  padding-bottom: 80px;
}
.blog-page .column.main .post-content .blogmaincontent .top {
  font-family: 'Fedra Sans Book 5';
  font-size: 20px;
  padding-bottom: 80px;
  padding-top: 50px;
}
.blog-page .column.main .post-content .blogmaincontent .editorsection {
  border-right: solid 30px #EDAA38;
  margin-right: 130px;
}
.blog-page .column.main .post-content .blogmaincontent .editorsection p {
  font-size: 28px;
  color: #6f6358;
  font-weight: normal;
  text-align: right;
  font-family: 'Fedra Sans Book 5';
  padding-right: 30px;
}
.blog-page .column.main .post-content .blogmaincontent .editorsection p span {
  display: block;
}
.blog-page .column.main .post-content .accordingsecton {
  width: 900px;
  margin: auto;
  font-family: 'Fedra Sans Book 5';
  padding-top: 55px;
}
.blog-page .column.main .post-content .accordingsecton .set {
  border-bottom: solid 1px #dfd6c4;
  padding: 15px 0;
}
.blog-page .column.main .post-content .accordingsecton .set .mainlink {
  font-family: 'Fedra Sans Book 5';
  color: #020202;
  font-size: 18px;
  font-weight: 600;
  display: block;
  padding: 0 0 0px 0;
  position: relative;
  text-decoration: none;
}
.blog-page .column.main .post-content .accordingsecton .set .mainlink::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0px;
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  opacity: 0.7;
}
.blog-page .column.main .post-content .accordingsecton .set .mainlink.active::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.blog-page .column.main .post-content .accordingsecton .set .contentsecrtion {
  padding: 20px 80px 0 30px;
  display: none;
}
.blog-page .column.main .post-content .accordingsecton .set .contentsecrtion p {
  font-size: 18px;
  padding-bottom: 20px;
}
.blog-page .column.main .post-content .accordingsecton .set .contentsecrtion p span {
  font-weight: 600;
}
.blog-page .column.main .post-content .accordingsecton .editornotes {
  font-size: 18px;
  margin-top: 90px;
  padding-top: 70px;
  background: url('../../frontend/OM/Isha/en_US/images/editor-note-divider.svg') no-repeat center top;
}
.blog-page .column.main .post-content .accordingsecton .editornotes p span {
  font-weight: 600;
}
.blog-page .column.main .post-content .accordingsecton .editornotes p a {
  color: #a92611;
  display: inline-block;
  border-bottom: solid 1px #a92611;
}
.blog-page .column.main .post-content .accordingsecton .exandall {
  clear: both;
  border-bottom: solid 1px #dfd6c4;
  overflow: hidden;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.blog-page .column.main .post-content .accordingsecton .exandall a {
  color: #a92611;
  font-size: 18px;
  float: right;
}
.blog-page .block.block-tagclaud {
  width: 850px;
  margin: auto;
  padding: 30px 0 50px 0;
  clear: both;
  overflow: hidden;
}
.blog-page .block.block-tagclaud .block-title {
  float: left;
}
.blog-page .block.block-tagclaud .block-title strong {
  color: #8a8173;
  font-size: 20px;
  font-weight: 600;
  padding-right: 20px;
  font-family: 'Fedra Sans Book 5';
}
.blog-page .block.block-tagclaud .tagclaud-hld {
  float: left;
  width: 80%;
}
.blog-page .block.block-tagclaud .tagclaud-hld a {
  color: #676055;
  font-size: 15px;
  border: solid 1px #dfd6c4;
  line-height: normal;
  padding: 8px 14px;
  border-radius: 30px;
  text-transform: capitalize;
  height: auto;
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 15px;
  text-decoration: none;
  font-family: 'Fedra Sans Book 5';
}
.cms-snake-ring .page-title {
  padding-top: 50px;
}
.cms-snake-ring .page-title span {
  display: block;
  text-align: center;
  font-size: 36px;
  font-family: 'Fedra Sans Medium 5';
  position: relative;
  border: none !important;
  color: #020202;
}
.cms-snake-ring .page-title span::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 211px;
  transform: translate(-50%, -50%);
  border-bottom: solid 3px #edaa38;
}
.cms-snake-ring .snake-ringmain {
  padding-top: 60px;
}
.cms-snake-ring .snake-ringmain p {
  font-family: 'Fedra Sans Book 5';
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 20px;
  margin: 0px;
}
.cms-pincode {
  background: #ffffff;
}
.cms-pincode #delivery_faqs {
  text-align: center;
  font-size: 36px;
  font-family: 'Fedra Sans Medium 5';
  position: relative;
  padding-top: 40px;
}
.cms-pincode #delivery_faqs::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 211px;
  transform: translate(-50%, -50%);
  border-bottom: solid 3px #edaa38;
}
.cms-pincode .accordion-container {
  position: relative;
}
.cms-pincode .accordion-container .set {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}
.cms-pincode .accordion-container .set a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  font-size: 16px;
  color: #a92611;
  font-family: 'Fedra Sans Book 5';
  font-weight: 600;
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
}
.cms-pincode .accordion-container .set .contentsecrtion {
  display: none;
  background: #ffffff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cms-pincode .accordion-container .set .contentsecrtion p {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  padding: 20px;
  margin: 0;
}
.cms-pincode .accordion-container .set .contentsecrtion p a {
  background: none;
  display: inline-block;
  padding: 0;
  font-weight: normal;
  font-size: 14px;
}
.cms-pincode .pincodecontent {
  padding-top: 60px;
}
.cms-pincode .pincodecontent h1 {
  font-size: 26px;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 500;
  margin: 0px;
  padding: 0 0 15px 0;
  width: 100%;
  float: none;
}
.cms-pincode .pincodecontent table {
  font-family: 'Fedra Sans Book 5';
  font-size: 16px;
}
.cms-pincode .pincodecontent table th,
.cms-pincode .pincodecontent table td {
  padding: 10px 20px;
}
.cms-safety-and-delivery-faqs {
  background: #ffffff;
}
.cms-safety-and-delivery-faqs .safety-and-delivery-faqs {
  padding-bottom: 40px;
}
.cms-safety-and-delivery-faqs .safety-and-delivery-faqs td {
  vertical-align: text-top;
  display: inline;
}
.cms-safety-and-delivery-faqs .safety-and-delivery-faqs td img {
  display: inline-block;
  margin-top: -2px;
}
.cms-safety-and-delivery-faqs .safety-and-delivery-faqs .headercontent {
  text-align: center;
  width: 100%;
  padding: 40px 0;
}
.cms-safety-and-delivery-faqs .safety-and-delivery-faqs .headercontent h2 {
  font-family: 'Fedra Sans Medium 5';
}
.cms-safety-and-delivery-faqs .safety-and-delivery-faqs .headercontent h3 {
  padding: 20px 0;
}
.cms-safety-and-delivery-faqs .safety-and-delivery-faqs .headercontent h3 a {
  font-family: 'Fedra Sans Book 5';
  background: #a92611;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.45px;
  padding: 10px 20px;
  border-radius: 3px;
  line-height: normal;
  height: auto;
}
.cms-safety-and-delivery-faqs .safety-and-delivery-faqs .headercontent h4 a {
  color: #a92611;
  font-size: 18px;
  border-bottom: solid 1px #a92611;
  font-family: 'Fedra Sans Book 5';
}
.cms-safety-and-delivery-faqs .accordion-container {
  position: relative;
}
.cms-safety-and-delivery-faqs .accordion-container .set {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}
.cms-safety-and-delivery-faqs .accordion-container .set a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  font-size: 16px;
  color: #a92611;
  font-family: 'Fedra Sans Book 5';
  font-weight: 600;
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
}
.cms-safety-and-delivery-faqs .accordion-container .set .contentsecrtion {
  display: none;
  background: #ffffff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cms-safety-and-delivery-faqs .accordion-container .set .contentsecrtion p {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  padding: 20px;
  margin: 0;
}
.cms-safety-and-delivery-faqs .accordion-container .set .contentsecrtion p a {
  background: none;
  display: inline-block;
  padding: 0;
  font-weight: normal;
  font-size: 14px;
}
.cms-safety-and-delivery-faqs #delivery_faqs {
  font-size: 28px;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 500;
}
.cms-how-to-clean-yoga-mat .page-main {
  max-width: 100%;
  padding: 0px;
}
.cms-how-to-clean-yoga-mat .page-main .how-to-clean-yoga-mat {
  width: 1140px;
  margin: auto;
}
.cms-how-to-clean-yoga-mat .page-main .how-to-clean-yoga-mat h2 {
  font-family: 'Fedra Sans Medium 5';
  font-size: 20px;
  padding-bottom: 20px;
  padding-top: 40px;
}
.cms-how-to-clean-yoga-mat .page-main .how-to-clean-yoga-mat p {
  font-family: 'Fedra Sans Book 5';
  font-size: 16px;
}
.cms-how-to-clean-yoga-mat .page-main .how-to-clean-yoga-mat ul {
  padding: 0 0 0 16px;
}
.cms-how-to-clean-yoga-mat .page-main .how-to-clean-yoga-mat ul li {
  font-family: 'Fedra Sans Book 5';
  font-size: 16px;
}
.cms-how-to-clean-yoga-mat .page-main .how-to-clean-yoga-mat ul li a {
  color: #a92611;
  text-decoration: none;
}
.cms-significance-of-kumkum {
  background: #ffffff;
}
.cms-significance-of-kumkum .page-main {
  max-width: 100%;
  padding: 0px;
}
.cms-significance-of-kumkum .page-main .page-title-wrapper {
  display: none;
}
.cms-significance-of-kumkum .page-main .contentarea {
  width: 1140px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  font-family: 'Fedra Sans Book 5';
  font-size: 16px;
}
.cms-significance-of-kumkum .page-main .contentarea h2 {
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
  padding-bottom: 15px;
}
.cms-pod .page-main {
  max-width: 100%;
  padding: 0px;
}
.cms-pod .page-main .bannertop img {
  width: 100%;
}
.cms-pod .page-main .bannertop .content {
  width: 700px;
  margin: auto;
  text-align: center;
  padding: 40px 0;
  line-height: 26px;
}
.cms-pod .page-main .bannertop .content h2 {
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
  margin: 0;
  padding-bottom: 20px;
  line-height: 26px;
}
.cms-pod .page-main .bannertop .content p {
  font-family: 'Fedra Sans Book 5';
  font-size: 16px;
}
.cms-pod .page-main .podpagemain {
  width: 1140px;
  margin: auto;
}
.cms-pod .page-main .podpagemain .tabs ul {
  display: flex;
  justify-content: space-between;
  width: 854px;
  margin: auto;
  border: none;
}
.cms-pod .page-main .podpagemain .tabs ul li a {
  color: #ffffff;
  background: #38445e;
  border: 1px solid #becbd2;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom: none;
  margin: 4px 0.25em;
  display: block;
  float: left;
  position: relative;
  padding: 3px 8px;
  text-align: center;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  text-decoration: none;
}
.cms-pod .page-main .podpagemain .tabs ul li a.active-a {
  color: #38445e;
  background: #D4D4D4;
  font-weight: 600;
}
.cms-pod .page-main .podpagemain .tabs ul li img {
  width: 20%;
}
.cms-pod .page-main .podpagemain .tabs ul li:last-child img {
  width: 29%;
}
.cms-pod .page-main .podpagemain .cutometabing .tab {
  width: 1170px;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}
.cms-pod .page-main .podpagemain .cutometabing .tab.tab-active {
  display: block;
  clear: both;
  overflow: hidden;
}
.cms-pod .page-main .podpagemain .cutometabing .tab .mediabox {
  float: left;
  width: 25%;
  padding: 0 25px;
}
.cms-pod .page-main .podpagemain .cutometabing .tab .mediabox img {
  display: block;
  margin: auto;
}
.cms-pod .page-main .podpagemain .cutometabing .tab .mediabox h3 {
  font-family: 'Fedra Sans Medium 5';
  font-size: 16px;
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cms-pod .page-main .podpagemain .cutometabing .tab .mediabox p {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.cms-emi-payments .page-main {
  max-width: 100%;
  padding: 0px;
}
.cms-emi-payments .page-main .page-title-wrapper {
  display: none;
}
.cms-emi-payments .page-main .topbanner img {
  width: 100%;
}
.cms-emi-payments .page-main .topbanner .conent {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Fedra Sans Medium 5';
  font-size: 16px;
  width: 980px;
  margin: auto;
}
.cms-emi-payments .page-main .emimaincount {
  width: 1140px;
  margin: auto;
}
.cms-emi-payments .page-main .emimaincount h2 {
  font-size: 18px;
  font-family: 'Fedra Sans Medium 5';
  padding-bottom: 20px;
  padding-left: 15px;
}
.cms-emi-payments .page-main .emimaincount .banklogoinner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px !important;
}
.cms-emi-payments .page-main #row-yoga {
  box-shadow: 0 0 5px #ccc;
  transition: box-shadow 0.3s ease-in-out;
}
.cms-emi-payments .page-main #row-yoga #idy-header {
  font-family: 'Fedra Sans Medium 5';
  margin: 0;
  font-size: 26px;
  padding: 13px 0;
}
.cms-emi-payments .page-main #row-yoga .emiproductlisting {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cms-emi-payments .page-main #row-yoga .emiproductlisting h1 {
  margin: 0px;
  padding-bottom: 10px;
}
.cms-emi-payments .page-main #row-yoga .emiproductlisting h1 a {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  color: #020202;
  line-height: 22px;
  display: block;
  height: 50px;
}
.cms-emi-payments .page-main #row-yoga .emiproductlisting h1.rs {
  font-family: 'Fedra Sans Book 5';
  font-size: 15px;
}
.cms-emi-payments .page-main .bottomcont {
  padding-top: 60px;
}
.cms-emi-payments .page-main .bottomcont h3 {
  text-align: center;
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
  padding: 20px 0;
}
.cms-emi-payments .page-main .bottomcont p {
  font-family: 'Fedra Sans Book 5';
  text-align: center;
  font-size: 16px;
}
.custom_addto_form span.wishlist::before {
  display: none;
}
.custom_addto_form span.wishlist a {
  font-size: 0px !important;
}
.custom_addto_form span.wishlist a::before {
  content: "\f08a" !important;
  font-family: "FontAwesome";
  color: #ffffff !important;
  font-size: 14px;
}
.custom_addto_form span.wishlist a.wishlist-added::before {
  content: "\f004" !important;
  font-family: "FontAwesome";
}
#ajaxlogin-create-form .mobilenumber.reg-mobile {
  position: relative;
}
#ajaxlogin-create-form .mobilenumber.reg-mobile .submitbtnajax.send-otp-button {
  position: absolute;
  top: 4px;
  right: 0px;
  margin: 0;
  padding: 0;
}
#ajaxlogin-create-form .mobilenumber.reg-mobile .submitbtnajax.send-otp-button input {
  background: none;
  border: none;
  color: #d9422c;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 600;
}
#ajaxlogin-create-form .otp-content.reginput.field input {
  border-bottom: none !important;
}
#mySidenav .menu-left .menu-links ul {
  position: relative;
  z-index: 99;
}
.cms-fabric .products-grid-cms ul {
  width: 100%;
}
.cms-fabric .products-grid-cms ul .product-item-info {
  width: 100%;
}
.cms-consecrated-rudraksha .productslist li:first-child .price-box {
  display: flex;
}
.cms-consecrated-rudraksha .productslist li:first-child .price-box .price {
  padding-left: 5px;
}
.cms-consecrated-rudraksha .productslist li .product-item-info span.wishlist {
  position: absolute;
  left: 10px;
  top: 10px;
}
#ajax-goto {
  width: auto;
  padding-top: 40px;
}
#ajax-goto a span {
  display: block;
  line-height: normal;
}
#ajax-goto a {
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  line-height: normal;
  opacity: 1;
  height: auto;
  margin: 0px;
  font-family: 'Fedra Sans Book 5';
  letter-spacing: 0.45px;
  width: auto;
  color: #a92611;
  border: solid 1px #a92611;
  background: no-repeat;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  padding: 14px 50px;
}
.cms-page-view .productslist .action.towishlist {
  position: absolute;
  left: 10px;
  top: 10px;
}
.ishaessentials.onlyentials .block-products-list.grid .product-item .action.towishlist {
  top: 15px;
  left: 15px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .checkout-index-index .actions-toolbar button.checkout {
    width: 100% !important;
  }
}
.trackorder-index-view form#track-form .fieldset:last-child {
  display: flex;
}
.trackorder-index-view .field.track.required {
  margin-bottom: 0;
  width: 100%;
}
.trackorder-index-view .block-customer-track .form-track label.label {
  display: none;
}
.trackorder-index-view .field.track.required input {
  border: solid 1px #edaa39;
  height: auto;
  padding: 10px 15px 8px;
  height: 48px;
  width: 475px;
  font-size: 18px;
  font-family: "Fedra Sans Book 5";
  font-weight: 400;
  box-shadow: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  max-width: 100%;
}
.trackorder-index-view .field.email.required {
  display: none;
}
.header.content .nav-toggle {
  display: none !important;
}
.header-promo-slider {
  float: left;
}
@media only screen and (max-width: 768px) {
  .trackorder-index-view .block-customer-track {
    padding: 0 !important;
  }
  .field.track.required input {
    width: 100% !important;
    font-size: 14px !important;
  }
}
/*iPad pro*/
@media (min-width: 1024px) and (max-width: 1024px) {
  .ishaessentials {
    padding: 40px 20px;
  }
  .ishalifeexclsive .exclusiveslider .owl-nav {
    width: 74%;
  }
  .footershipping {
    padding: 50px 0;
  }
  .footershipping img {
    width: 100px;
  }
  .footershipping p {
    float: left;
    width: 60%;
  }
  .col-3.footersocail {
    padding: 0px;
  }
  .rating-summary .rating-result {
    width: 60px;
  }
  .catalog-product-view .product-info-main .box-tocart .actions {
    width: 70%;
    display: flex;
  }
  .sections.nav-sections ul li.level0 > a {
    padding: 0 0.5vw !important;
    font-size: 12px !important;
  }
  .headersticky .header.content .middle-container-wrap .block.block-search .actions button {
    right: 30px;
  }
  .also-see .full-for-mobile {
    display: inline-block;
    margin-bottom: 30px;
  }
  .catalog-product-view .product-info-main .product.info.detailed .title a {
    font-size: 14px;
  }
  .catalog-product-view .product-info-main .product.info.detailed .title {
    padding-right: 8px;
  }
  .relatedCategory .pillslisting {
    width: 70%;
  }
  .relatedCategory .innersection {
    padding-right: 0px;
  }
}
/*iPad pro*/
.modal.ajax-forgot-form {
  z-index: 9999999999 !important;
}
.forgotmobileget .otp-content.input-box .custom-select {
  display: none;
}
.forgotcustom .list {
  width: 100% !important;
  display: flex !important;
  padding-left: 1px;
  padding-bottom: 20px;
}
.forgotcustom .list span {
  margin-right: 30px;
}
.checkout-address-edit-ajax .field.zip .message.warning,
.form-address-edit .field.zip .message.warning,
.billing-address-form .fieldset.address input[name="postcode"] + .message.warning {
  display: none !important;
}
.parent-container-wrap {
  height: 60px !important;
  overflow: hidden !important;
}
.mega_menu_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  line-height: 30px;
}
.mega_menu_list ul li {
  font-family: 'Fedra Sans Medium 5' !important;
}
.mega_menu_list ul li .menu-left {
  min-height: unset;
  padding-bottom: 20px;
  height: fit-content !important;
  padding-bottom: 10px !important;
}
.mega_menu_list ul li .menu-left .menu-links {
  padding: 15px 0 10px 65px !important;
}
.mega_menu_list ul li .menu-left .menu-links ul li {
  font-family: 'Fedra Sans Medium 5' !important;
  font-weight: 400 !important;
  color: #a92611 !important;
  line-height: normal;
  display: block;
  border-bottom: solid 1px #fdf8ee;
  transition: 0.5s all ease;
}
.mega_menu_list ul li .menu-left .menu-links ul li a {
  font-family: 'Fedra Sans Medium 5' !important;
  font-weight: 400 !important;
  line-height: normal;
}
.mega_menu_list ul li .menu-left .menu-links .menu-links-right li a {
  font-family: 'Fedra Sans Book 5' !important;
}
.dropdown-menu-dekstop {
  width: 360px;
  background: #fff;
  position: fixed;
  top: 0;
  left: -400px;
  bottom: 0;
  height: 100%;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.06);
  z-index: 99;
  overflow: auto;
  max-height: 100vh;
  padding-bottom: 20px;
  transition: ease-in-out 0.5s;
}
.dropdown-menu-dekstop.open-menu {
  left: 0;
}
.desktop-menu-togle {
  float: left;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-width: 2px 0;
  position: relative;
}
.desktop-menu-togle:before {
  content: '';
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.dropdown-menu-dekstop ul {
  list-style: none;
}
.dropdown-menu-dekstop .mega_menu_list {
  display: block !important;
  line-height: 1 !important;
}
.dropdown-menu-dekstop .menu-left .menu-links .split-ul.sptaikmalas,
.dropdown-menu-dekstop .menu-left .menu-links .split-ul.nfoodbeverage,
.dropdown-menu-dekstop .menu-left .menu-links .split-ul.bookmagazines,
.dropdown-menu-dekstop .menu-left .menu-links .split-ul.deepamdiya,
.dropdown-menu-dekstop .menu-left .menu-links .split-ul.skincare,
.dropdown-menu-dekstop .menu-left .menu-links .split-ul.menclothing,
.dropdown-menu-dekstop .menu-left .menu-links .split-ul.hipainrelief,
.dropdown-menu-dekstop .menu-left .menu-links .split-ul.yogamat,
.dropdown-menu-dekstop ul,
.dropdown-menu-dekstop .menu-left .menu-links .split-ul.templeright,
.dropdown-menu-dekstop .mega_menu_list ul li .menu-left .menu-links {
  padding: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.dropdown-menu-dekstop ul li a {
  width: 100%;
  float: left;
}
.dropdown-menu-dekstop .level0 .level-top {
  font-family: 'Fedra Sans Medium 5' !important;
  font-weight: 400 !important;
  line-height: normal;
  font-size: 14px;
  color: #000;
  background: #fff;
  padding: 8px 10px;
  border-bottom: 2px solid #f8f8f8;
}
.dropdown-menu-dekstop .category-image,
.dropdown-menu-dekstop li.category-image-section.menu-parent.desktopbanner,
.dropdown-menu-dekstop li.category-image-section.menu-parent.mobilebanner {
  display: none !important;
}
body .dropdown-menu-dekstop .menu-left .menu-links .split-ul .menu-parent {
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}
.dropdown-menu-dekstop .menu-parent > a {
  color: #000 !important;
}
.dropdown-menu-dekstop .menu-right a {
  color: #000;
}
.dropdown-menu-dekstop .menu-left .menu-links .split-ul {
  width: 100%;
  padding-right: 0 !important;
}
.dropdown-menu-dekstop .mega_menu_list ul li .menu-left {
  display: none;
}
.dropdown-menu-dekstop ul li {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
}
.dropdown-menu-dekstop .angle-arrow {
  display: block !important;
  position: absolute;
  background: transparent;
  width: 80px;
  height: 40px;
  top: 20px;
  right: 0;
}
.dropdown-menu-dekstop .level0 .level-top img {
  width: 80px;
  display: inline !important;
}
.dropdown-menu-dekstop .widget.block.block-static-block {
  padding: 0 !important;
}
.dropdown-menu-dekstop .top-section {
  float: left;
  width: 100%;
  background: #FFFDF8;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  box-shadow: 0 0 28px -11px rgba(0, 0, 0, 0.5);
  margin-bottom: 17px;
}
.dropdown-menu-dekstop .angle-arrow:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #231F20;
  border-width: 1px 1px 0 0;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 56%;
}
.dropdown-menu-dekstop ul li.open-top .angle-arrow::after {
  transform: translate(-50%, -69%) rotate(135deg);
}
.dropdown-menu-dekstop .mega_menu_list ul li .menu-left .menu-links ul li a {
  padding: 15px 10px;
  background: #f8f8f8;
  border-bottom: 1px solid #e4e1e1;
  font-size: 14px;
}
.dropdown-menu-dekstop .menu-left .menu-links .split-ul .menu-parent .menu-right {
  display: none;
}
.sub-menu-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 40px;
  background: transparent;
}
.sub-menu-arrow:before {
  /* content: '';
    width: 20px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #231f20;
  border-width: 1px 1px 0 0;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
}
/* .sub-menu-arrow:after {
    width: 1px;
    height: 20px;
    position: absolute;
    background: #000;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
/* body .dropdown-menu-dekstop .menu-left .menu-links .split-ul .menu-parent.open-top .sub-menu-arrow:after{display: none;} */
body .dropdown-menu-dekstop .menu-left .menu-links .split-ul .menu-parent.open-top .sub-menu-arrow:before {
  transform: translate(-50%, -69%) rotate(135deg);
}
.dropdown-menu-dekstop .mega_menu_list ul li .menu-left .menu-links .menu-links-right li a {
  background: #fff;
}
.dropdown-menu-dekstop .menu-left .menu-links .split-ul.bookphotos {
  padding-right: 0 !important;
}
.bottom-section {
  float: left;
  width: 100%;
  padding: 20px;
}
.dropdown-menu-dekstop ul.menu-bottom li a {
  padding: 10px 0;
  color: #000;
  font-size: 14px;
}
.dropdown-menu-dekstop ul.menu-bottom,
.dropdown-menu-dekstop ul.social-media {
  float: left;
  width: 100%;
}
.dropdown-menu-dekstop ul.social-media {
  display: flex;
}
.dropdown-menu-dekstop .bottom-mark {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.dropdown-menu-dekstop .bottom-mark span {
  font-size: 13px;
  color: #838383;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.dropdown-menu-dekstop .bottom-mark span.bestseller {
  margin-right: 0;
}
.dropdown-menu-dekstop .bottom-mark span:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 100%;
  float: left;
  margin-right: 5px;
}
.dropdown-menu-dekstop .bottom-mark span.newarrivals:before {
  background: #8432EF;
}
.dropdown-menu-dekstop .bottom-mark span.sale:before {
  background: #32C864;
}
.dropdown-menu-dekstop .bottom-mark span.bestseller:before {
  background: #0067DF;
}
.dropdown-menu-dekstop .myaccounticon,
.dropdown-menu-dekstop .icon.wishlist-my-icon {
  display: none;
}
.dropdown-menu-dekstop .icon.user-my-icon span:after {
  content: 'Login/Sign up';
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 13px;
}
.dropdown-menu-dekstop .icon.user-my-icon.open span:before {
  content: '' !important;
  width: 18px;
  height: 14px;
  background: url('../../frontend/OM/Isha/en_US/images/back-arrow.png') no-repeat center center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.dropdown-menu-dekstop .icon.user-my-icon .customername span.customer-name:before {
  content: none !important;
}
.dropdown-menu-dekstop .icon.user-my-icon .customername {
  position: relative;
}
.dropdown-menu-dekstop .icon.user-my-icon.open .customername:before {
  content: '' !important;
  width: 18px;
  height: 14px;
  background: url('../../frontend/OM/Isha/en_US/images/back-arrow.png') no-repeat center center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  order: 1;
}
.dropdown-menu-dekstop .icon.user-my-icon .customername:after {
  content: '';
  width: 22px;
  height: 22px;
  background: url('../../frontend/OM/Isha/en_US/images/profile-fill.png') no-repeat center center;
  order: 2;
}
.dropdown-menu-dekstop .icon.user-my-icon .customername span {
  order: 3;
}
.dropdown-menu-dekstop .icon.user-my-icon.loggedin-icon.open {
  position: fixed;
  background: #fff;
  width: 360px;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 99;
}
.dropdown-menu-dekstop span.customer-name {
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.dropdown-menu-dekstop .authorization-link.logged-out {
  padding: 0 !important;
}
.dropdown-menu-dekstop .icon.user-my-icon:hover .show-login-logout,
.dropdown-menu-dekstop .d-flex.align-items-center.loggedin-icon {
  display: none !important;
}
.dropdown-menu-dekstop .icon.user-my-icon.open:hover .show-login-logout {
  display: block !important;
}
.dropdown-menu-dekstop .icon.user-my-icon.loggedin-icon.open .customername {
  display: flex !important;
  background: #FFFDF8;
  padding: 10px;
  box-shadow: 0 0 28px -11px rgba(0, 0, 0, 0.5);
  align-items: center;
  gap: 10px;
}
.dropdown-menu-dekstop .icon.user-my-icon.open .d-flex.align-items-center {
  background: #FFFDF8;
  padding: 10px;
  box-shadow: 0 0 28px -11px rgba(0, 0, 0, 0.5);
}
.dropdown-menu-dekstop .icon.user-my-icon.loggedin-icon.open .customername span.closeshowlogin-name {
  display: bock !important;
}
.dropdown-menu-dekstop .icon.user-my-icon.loggedin-icon.open .customername span:after {
  content: none !important;
}
.dropdown-menu-dekstop .icon.user-my-icon.loggedin-icon.open .customername .customer-name:after {
  content: '';
  width: 22px;
  height: 22px;
  background: url('../../frontend/OM/Isha/en_US/profile-fill.png') no-repeat center center;
  position: absolute;
}
.dropdown-menu-dekstop .icon.user-my-icon.loggedin-icon.open .show-login-logout {
  display: block !important;
}
.dropdown-menu-dekstop .show-customer-name {
  display: none !important;
}
.dropdown-menu-dekstop .show-account-section ul {
  float: left;
  width: 100%;
}
.dropdown-menu-dekstop .show-account-section ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.dropdown-menu-dekstop .show-account-section ul li a {
  float: left;
  width: 100%;
  color: #000;
  padding: 5px 10px;
  font-size: 14px;
}
.dropdown-menu-dekstop .authorization-link {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0 20px;
}
.dropdown-menu-dekstop .authorization-link a {
  float: left;
  width: 100%;
  color: #BC1717;
  padding: 5px 10px;
  font-size: 16px;
  text-decoration: underline;
}
.dropdown-menu-dekstop span.closeshowlogin-name {
  display: block !important;
}
.dropdown-menu-dekstop .icon.user-my-icon.open {
  position: fixed !important;
  width: 360px;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2;
  max-height: 100vh;
  overflow: auto;
}
.dropdown-menu-dekstop .show-login-logout.open {
  display: block !important;
}
.dropdown-menu-dekstop .show-login-logout li.authorization-link.logged-in .beforelogin h2 {
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 30px;
}
.dropdown-menu-dekstop .show-login-logout li.authorization-link.logged-in .beforelogin p {
  font-size: 14px;
}
.dropdown-menu-dekstop .show-login-logout li.authorization-link.logged-in .beforelogin p br {
  display: none !important;
}
.dropdown-menu-dekstop .show-login-logout li.authorization-link.logged-in .beforelogin + a {
  line-height: normal;
  background: #a92611;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 15px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  padding: 12px 0 !important;
  border-radius: 30px;
  margin-top: 20px;
  margin-bottom: 5px;
  text-decoration: none;
}
.dropdown-menu-dekstop .loginbeforeicon {
  float: left;
  width: 100%;
}
.dropdown-menu-dekstop .loginbeforeicon .terms-privacy p a {
  width: auto;
  display: inline-block;
  float: none;
  font-size: 12px;
  padding: 0;
}
.dropdown-menu-dekstop .authorization-link .login-promo + a {
  padding: 0;
  width: auto !important;
  margin: 0 -20px !important;
}
.dropdown-menu-dekstop .authorization-link .login-promo figure,
.dropdown-menu-dekstop .authorization-link .login-promo img {
  margin: 0 !important;
  padding: 0 !important;
}
.dropdown-menu-dekstop .authorization-link .login-promo + a img {
  margin: 0 !important;
  padding: 0 !important;
}
.dropdown-menu-dekstop .icon.user-my-icon.loggedin-icon .customername {
  display: flex !important;
  align-items: center;
}
.dropdown-menu-dekstop .icon.user-my-icon.loggedin-icon .customername span:after {
  content: none !important;
}
html .page-header .dropdown-menu-dekstop .icon.user-my-icon .myaccounticon {
  display: none !important;
}
.dropdown-menu-dekstop .icon.user-my-icon.open .show-login-logout {
  display: block !important;
}
.dropdown-menu-dekstop .login-promo {
  display: block !important;
  margin: 0 -20px;
}
.dropdown-menu-dekstop .login-promo img {
  margin: 10px 0 !important;
}
.desktop-toggle {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -6px;
}
.sections.nav-sections .mega_menu_list ul li.level0 {
  font-family: 'Fedra Sans Medium 5' !important;
}
.sections.nav-sections .mega_menu_list ul li.level0 > a {
  font-family: 'Fedra Sans Medium 5' !important;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 18px !important;
  letter-spacing: 0.02em;
  text-align: center;
  color: #020202;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .sections.nav-sections .mega_menu_list ul li.level0 > a {
    font-size: 11px !important;
  }
}
.page-wrapper .page-header .panel.wrapper .header .action.skip.contentarea {
  display: none;
}
aside.modal-popup.popup-authentication.modal-slide._inner-scroll {
  display: none;
}
.header-promo-slider-block {
  background-color: #C1CFAC;
}
.landig-video-banner {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 85px 25px;
}
.landig-video-banner .video-bg {
  width: 100%;
  height: auto;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}
.landig-video-banner .landig-video-col {
  max-width: 900px;
  position: relative;
  margin: auto;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  box-shadow: 0px 24px 24px -12px #000000 5C;
  line-height: 0;
}
.landig-video-banner .video-poster {
  border-radius: 6px;
  cursor: pointer;
  height: auto;
  width: 100%;
  max-width: 900px;
}
.landig-video-banner .is-mobile {
  display: none;
}
.landig-video-banner .play-icon {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 84px;
  transform: translate(-50%, -50%);
}
#banner-video-load {
  line-height: 0;
  max-height: 507px;
  display: none;
}
@media (max-width: 768px) {
  .landig-video-banner {
    padding: 30px 0;
  }
  .landig-video-banner .video-poster {
    display: none;
  }
  .landig-video-banner .video-poster.is-mobile.banner-image {
    display: block;
  }
  .landig-video-banner .play-icon {
    width: 64px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .menu-left .menu-links .split-ul.nfoodmuesli {
    padding-right: 10px !important;
  }
  .menu-left .menu-links .split-ul.nfoodbeverage {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  body #mySidenav .menu-left .menu-links {
    padding: 0 0 0 15px !important;
  }
  #mySidenav .menu-left .menu-links > ul.split-ul:last-child {
    margin-right: 15px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.account.vault-cards-listaction .page-title-wrapper {
  display: none;
}
.account.vault-cards-listaction .address-select-modal__form-container {
  margin-bottom: 20px;
}
.account.vault-cards-listaction .address-select-modal__form-container > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .address-select-modal__form-container > div > div {
  margin-top: 10px;
}
.account.vault-cards-listaction .field.company,
.account.vault-cards-listaction .field.choice.set.billing,
.account.vault-cards-listaction .field.choice.set.shipping,
.account.vault-cards-listaction .primary[data-action='save-address'] {
  display: none !important;
}
.account.vault-cards-listaction #form-validate {
  display: none;
}
.account.vault-cards-listaction [for='repeat_order_cc_number'] + .control {
  position: relative;
}
.account.vault-cards-listaction .account-section__title-view-all-link {
  display: block;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .braintree-credit-card-types {
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .braintree-credit-card-types .item {
  margin-right: 5px;
  margin-top: 5px;
}
.account.vault-cards-listaction .braintree-credit-card-types .item:last-child {
  margin-right: 0;
}
.account.vault-cards-listaction .braintree-credit-card-types img {
  height: 24px;
}
.account.vault-cards-listaction .separator {
  margin: 10px 10px 0;
}
.account.vault-cards-listaction .address-select-container {
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 25px;
}
.account.vault-cards-listaction #braintree_submit {
  font-size: 1.6rem;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  height: 40px;
  margin: 10px 0;
  padding: 0 20px;
}
.account.vault-cards-listaction .subs-modal-overlay {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
}
.account.vault-cards-listaction #paypal_container {
  margin: auto;
  max-width: 360px;
}
.account.vault-cards-listaction .add-methods {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .add-method {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 3px;
  width: 50%;
}
.account.vault-cards-listaction .add-method:hover {
  border-color: #797777;
}
.account.vault-cards-listaction .add-method:first-child {
  margin-right: 35px;
}
.account.vault-cards-listaction .add-method > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 10px;
}
.account.vault-cards-listaction .add-method > div p {
  font-weight: 700;
  padding-top: 15px;
}
.account.vault-cards-listaction .add-method .icon-container {
  background: #f0f0f0;
  border-radius: 0 0 1px 1px;
  height: 100%;
  padding: 15px 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  max-width: 160px;
  padding: 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul li {
  margin: 0;
  width: 25%;
}
.account.vault-cards-listaction .add-method .icon-container ul li img {
  height: 24px;
}
.account.vault-cards-listaction .subs-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.account.vault-cards-listaction .subs-modal__box {
  -moz-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  margin: 20px;
  max-width: 610px;
  overflow-y: auto;
  padding: 40px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.account.vault-cards-listaction .subs-modal__close-button {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  box-shadow: none !important;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.account.vault-cards-listaction .subs-modal__close-button:focus,
.account.vault-cards-listaction .subs-modal__close-button:active {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button:hover {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button.disabled,
.account.vault-cards-listaction .subs-modal__close-button[disabled],
fieldset[disabled] .account.vault-cards-listaction .subs-modal__close-button {
  pointer-events: none;
  opacity: 0.5;
}
.account.vault-cards-listaction .subs-modal__screen-reader-label {
  display: none;
}
.account.vault-cards-listaction .subs-modal__title {
  text-align: center;
}
.account.vault-cards-listaction .add-card-modal .subs-modal__box {
  padding: 20px;
}
.account.vault-cards-listaction .add-card-modal form {
  margin: 0;
}
.account.vault-cards-listaction .add-card-modal legend {
  border-bottom: none !important;
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
}
.account.vault-cards-listaction .add-paypal-modal span,
.account.vault-cards-listaction .add-paypal-modal p {
  font-weight: 500;
  margin: 30px 0;
}
.account.vault-cards-listaction #co-transparent-form-braintree .fieldset {
  max-width: 400px;
}
.braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100vw;
  z-index: #000;
}
.braintree-three-d-modal .bt-modal-frame {
  background-color: #ffffff;
  border-radius: 6px;
  height: 420px;
  margin: auto;
  width: 440px;
  z-index: 2;
}
.braintree-three-d-modal .bt-modal-body {
  background-color: #ffffff;
  border: 1px solid lightgray;
  height: 380px;
  margin: 20px;
}
.braintree-three-d-modal .bt-mask {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  margin: 0;
  margin-bottom: 15px;
  padding: 10px 0;
}
.braintree-apple-pay-button {
  -apple-pay-button-type: plain;
  -webkit-appearance: -apple-pay-button;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% calc(60% + 2px);
  border-radius: 5px;
  cursor: pointer;
  display: block;
  height: 40px;
  min-height: 40px;
  margin: 20px auto;
  transition: background-color 0.15s;
}
.braintree-applepay-minicart.minicart .braintree-apple-pay-button,
.braintree-applepay-minicart.cart .braintree-apple-pay-button {
  width: 100%;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, braintree_color-ppcredit-dark);
  color: #ffffff;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
}
.ppcreditcalc-container {
  background: #ffffff;
  border: 1px solid #dedede;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 15px;
}
.ppcreditcalc-instalments {
  background-color: #eee;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  color: #000;
  display: block;
  padding: 10px 15px;
}
.ppcreditcalc-instalments-term:hover {
  background: braintree_color-ppcredit-light;
  color: #ffffff;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: braintree_color-ppcredit-dark;
  color: #ffffff;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  width: 100%;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  -webkit-filter: none;
  -webkit-transition: none;
  width: 30px;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  left: 10px;
  position: absolute;
  z-index: 10;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='text']::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='number']::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-applepay #braintree_applepay_enable_vault {
  padding-top: 20px;
}
#payment-method-braintree-cc-vault .field.required .label,
#payment-method-braintree-applepay-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after,
#payment-method-braintree-applepay-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control,
#payment-method-braintree-applepay-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  box-sizing: border-box;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  position: relative;
  vertical-align: baseline;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
#braintree-applepay-checkout-btn,
#braintree-google-checkout-btn {
  width: 240px;
}
.braintree-paypal-fieldset {
  display: none;
}
.braintree-paypal-buttons,
.braintree-paypal-vault {
  margin-top: 20px;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  max-width: 300px;
  padding: 8px 15px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  right: 30px;
  top: 10px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.braintree-express-payments {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.braintree-express-payments span {
  display: block;
  font-size: 18px;
  margin: 20px 0;
}
.braintree-express-payments span.express-payment-title {
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle > span {
  background: #ffffff;
  display: block;
  margin: 0 auto;
  padding: 0 5px;
}
.braintree-express-payments span.express-payment-subtitle:before {
  background: #ccc;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.braintree-express-payments > div > div {
  width: 240px;
}
.braintree-express-payments .braintree-googlepay-button,
.braintree-express-payments .braintree-apple-pay-button {
  margin: 0;
  min-height: 30px;
}
.braintree-express-payments .braintree-googlepay-button {
  height: 35px;
}
.braintree-express-payments .braintree-apple-pay-button {
  height: 35px;
}
.paypal-braintree-paylater-message-container-pdp {
  padding: 0 10px 10px;
}
.paypal-braintree-paylater-message-container-pdp .page-product-bundle,
.page-product-giftcard .paypal-braintree-paylater-message-container-pdp {
  padding: 0 0 10px;
}
.paypal-braintree-paylater-message-container-cart {
  padding: 0 15px;
}
.canadapost-map-modal .content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.canadapost-map-modal .content-wrapper .offices-list {
  flex-grow: 1;
}
.canadapost-map-modal .content-wrapper .offices-list nav > ul {
  padding: 0 10px 0 0;
  margin: 0;
  font-size: 1.2rem;
}
.canadapost-map-modal .content-wrapper .map-content {
  height: 400px;
  flex-grow: 10;
}
.canadapost-d2po-field-wrapper .field {
  padding: 10px 0 5px;
}
.canadapost-d2po-field-wrapper .selected-office-wrapper {
  padding-bottom: 20px;
}
.canadapost-d2po-field-wrapper .selected-office-wrapper .address-element {
  padding-right: 5px;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-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,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .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: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .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;
  }
  .navigation {
    padding: 0;
  }
  .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: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: 0.8rem 3.5rem 0.8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .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: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    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: 25px 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: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
    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: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
  }
  .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 li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    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: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    margin: 0;
    background: #fff !important;
  }
  .breadcrumbs ul.items {
    padding: 0px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
    transition: visibility 0s 0.3s, opacity 0.3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .shipping-address-modal.modal-popup.modal-slide,
  .billing-address-modal.modal-popup.modal-slide {
    left: 0;
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 400px;
  }
  .shipping-address-modal .modal-inner-wrap h1.modal-title,
  .billing-address-modal .modal-inner-wrap h1.modal-title {
    border: none;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected {
    clear: left;
    float: left;
    margin-top: 5px;
    position: relative;
    top: 5px;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address {
    margin-top: 5px;
    position: absolute;
    right: 1rem;
    top: 0;
  }
  .address-loading-mask {
    top: 105px;
  }
  .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;
  }
  .aw-sarp2-add-to-subscription-modal .modal-inner-wrap {
    width: 90%;
  }
  .change-payment-confirmation .one-subscription-only {
    width: 100%;
  }
  .change-payment-confirmation .all-subscriptions {
    width: 100%;
    margin-top: 10px;
  }
  .am-checkout .product-item .product-item-inner {
    flex-direction: column;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .am-btn-left {
    background: none;
    box-shadow: none;
    color: #a4a4a4;
    margin-top: 10px;
    padding: 0;
  }
  .amscroll-backtotop-block.-mobile-arrow {
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-arrow:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-arrow:after {
    width: 14px;
    height: 28px;
    background: url('../../frontend/OM/Isha/en_US/Amasty_Scroll/images/arrow.svg');
  }
  .amscroll-backtotop-block.-mobile-arrow .amscroll-text {
    display: none;
  }
  .amscroll-backtotop-block.-mobile-text {
    padding-right: 7px;
    border-radius: 100px;
    transform: rotate(-90deg) translate(60px, 60px);
  }
  .amscroll-backtotop-block.-mobile-text:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-text:after {
    width: 24px;
    height: 24px;
    background: url('../../frontend/OM/Isha/en_US/Amasty_Scroll/images/chevron.svg');
  }
  .ordertracking-index-tracking main#maincontent {
    padding: 0;
  }
  .tracking-wrap {
    background: #FFE4CB;
    padding: 30px 0;
  }
  .tracking-wrap .tracking-wrap-inner {
    padding: 0 10px;
  }
  .tracking-wrap .tracking-wrap-inner .page-title h1 {
    font-size: 40px;
    line-height: 1.5;
  }
  .tracking-wrap .tracking-wrap-inner .page-title .sub-title {
    font-size: 16px;
    font-weight: 400;
  }
  .tracking-wrap .tracking-wrap-inner .image {
    display: none;
  }
  .tracking-wrap .tracking-wrap-inner .tracking-right {
    padding: 50px 32px;
    float: right;
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .tracking-wrap .tracking-wrap-inner .tracking-right .tracking-radio-group {
    flex-wrap: wrap;
  }
  .tracking-wrap .tracking-wrap-inner .tracking-right .tracking-radio-group h3 {
    margin-bottom: 10px;
    font-size: 18px;
    margin-right: 15px;
    width: 100%;
    margin-bottom: 15px;
  }
  .tracking-wrap .tracking-wrap-inner .tracking-right .tracking-radio-group label {
    margin-right: 10px;
    font-size: 16px;
  }
  .tracking-wrap .tracking-wrap-inner .tracking-right button {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
  }
  .tracking-wrap .tracking-wrap-inner .tracking-right p {
    font-size: 14px;
    margin: 15px 0;
  }
  .tracking-wrap .tracking-wrap-inner .tracking-right b#tracking-details {
    padding: 15px 0 0;
  }
  .tracking-wrap .tracking-wrap-inner .tracking-right b#tracking-details p {
    font-size: 16px;
  }
  .tracking-wrap .tracking-wrap-inner .tracking-right b#tracking-details p.error-top {
    font-size: 18px;
  }
  .tracking-wrap .bottom-image {
    display: none;
  }
  div#tracking-details {
    flex-wrap: wrap;
  }
  div#tracking-details .tracking-detail-right,
  div#tracking-details .tracking-detail-left {
    width: 100%;
  }
  div#tracking-details .details-content .current-status-wrap {
    flex-wrap: wrap;
  }
  div#tracking-details .details-content .current-status-wrap .column {
    width: 100%;
    margin-bottom: 10px;
  }
  .bulkenquiry-index-index .sub-heading {
    padding: 10px 0;
    border-bottom: 2px solid #edaa39;
    font-size: 25px;
    margin: 0 auto 10px;
  }
  .bulkenquiry-index-index.page-layout-2columns-right .sidebar-main .bulk-faq .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .bulkenquiry-index-index.page-layout-2columns-right .sidebar-main .bulk-faq ul.qa-wrap li .bulk-question,
  .bulkenquiry-index-index.page-layout-2columns-right .sidebar-main .bulk-faq ul.qa-wrap li .bulk-answer {
    font-size: 13px;
  }
  .bulkenquiry-index-index.page-layout-2columns-right .sidebar-main .bulk-faq ul.qa-wrap li .bulk-question:after,
  .bulkenquiry-index-index.page-layout-2columns-right .sidebar-main .bulk-faq ul.qa-wrap li .bulk-answer:after {
    font-size: 13px;
  }
  .bulkenquiry-index-index .submitbutton button {
    font-size: 15px;
    float: left;
  }
  .bulkenquiry-index-index .tabs-container .tabs {
    flex-wrap: wrap;
  }
  .bulkenquiry-index-index .tabs-container .tabs li {
    width: calc(50% - 5px);
    height: 43px;
  }
  .bulkenquiry-index-index .columns {
    clear: both;
  }
  .bulkenquiry-index-index .tabs-container li {
    font-size: 13px;
    line-height: 1 !important;
  }
  .bulkenquiry-index-index .sub-heading {
    margin: 0 10px 10px;
    padding: 10px 20px;
  }
  .bulkenquiry-index-index .sidebar.sidebar-main {
    margin-top: 40px;
  }
  .bulkenquiry-index-index .bulkenquiry .add-fields .add {
    font-size: 13px;
  }
  .custom-bundle-layout.catalog-product-view .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    font-weight: 600;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #ccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .page-with-filter .sort-list {
    padding: 10px;
    z-index: 999999;
    right: 0;
    width: 50%;
    position: fixed;
    bottom: 48px;
    margin: 0;
    text-align: left;
    background: #f5f0e5;
    list-style: none;
  }
  .page-with-filter .sort-list li {
    margin-bottom: 0;
  }
  .page-with-filter .sort-list li a {
    font-family: "Fedra Sans Book 5";
    color: #212529 !important;
    text-decoration: none !important;
    font-size: 14px !important;
  }
  .block-content.filter-content {
    text-align: center;
  }
  .filter .filter-current.active {
    display: block;
    z-index: 999;
    position: relative;
    padding: 0;
    width: 100%;
    background: #fff;
  }
  .block.filter.active {
    width: 90% !important;
    bottom: 40px !important;
  }
  .filter .filter-current {
    left: 21px !important;
  }
  .filter .filter-current.active + .block-actions {
    margin-top: 20px;
  }
  .filter .filter-current + .block-actions {
    display: block !important;
    position: relative;
    z-index: 99;
    margin-top: 0;
  }
  .filter-current {
    position: relative;
    z-index: 91;
    left: 21px;
    border: 1px solid #ccc;
    border-width: 1px 0;
  }
  div#layered-filter-block .filter-content {
    display: none;
  }
  div#layered-filter-block.active .filter-content {
    display: block;
  }
  .filter .filter-current-subtitle {
    display: none;
  }
  div#layered-filter-block.active strong.block-subtitle.filter-current-subtitle {
    display: block;
  }
  span.liquidation-banner__tag {
    font-size: 23px;
  }
  .liquidation-banner {
    padding: 60px 15px;
  }
  .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;
  }
  .message.success .review-success-sub-title > *:first-child:before {
    left: -15px !important;
    top: 13px !important;
  }
  .catalog-product-view.new-pdp-design .prar-popup-btn {
    min-width: 240px !important;
    font-size: 16px !important;
  }
  .catalog-product-view.new-pdp-design .prar-form-popup .message.success {
    max-width: 300px;
    margin: 0 auto;
  }
  .compare.wrapper {
    display: none;
  }
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-discount {
    border-bottom: 1px solid #ccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #ccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 48%;
    text-align: center !Important;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: center;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .col.subtotal .price-excluding-tax .cart-price .price {
    line-height: 36px;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .cart.table-wrapper .product-item-details {
    width: auto;
    border: none;
    min-height: unset !important;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .checkout-index-index .page-header .minicart-wrapper {
    display: none;
  }
  .page-header.type5 .block-search .label {
    margin-right: 0;
  }
  .checkout-index-index .modal-popup #shipping-new-address-form .field {
    width: 100% !important;
  }
  .checkout-index-index .modal-popup #shipping-new-address-form .field[name="shippingAddress.postcode"],
  .checkout-index-index .modal-popup #shipping-new-address-form .field[name="shippingAddress.telephone"],
  .checkout-index-index .modal-popup #shipping-new-address-form .field[name="shippingAddress.street.1"],
  .checkout-index-index .modal-popup #shipping-new-address-form .field[name="shippingAddress.street.2"],
  .checkout-index-index .modal-popup #shipping-new-address-form .field[name="shippingAddress.city"],
  .checkout-index-index .modal-popup #shipping-new-address-form .field[name="shippingAddress.region_id"],
  .checkout-index-index .modal-popup #shipping-new-address-form .field[name="shippingAddress.state"] {
    width: 100% !important;
    float: left !important;
  }
  .checkout-index-index .modal-popup #shipping-new-address-form .field[name="shippingAddress.state"],
  .checkout-index-index .modal-popup #shipping-new-address-form .field[name="shippingAddress.region_id"] {
    float: right !important;
  }
  .checkout-index-index .modal-popup #shipping-new-address-form .field[name="shippingAddress.city"],
  .checkout-index-index .modal-popup #shipping-new-address-form .field[name="shippingAddress.region_id"],
  .checkout-index-index .modal-popup #shipping-new-address-form .field[name="shippingAddress.state"] {
    width: 48% !important;
  }
  .checkout-index-index .modal-popup #shipping-new-address-form .field[name="shippingAddress.country_id"] {
    display: none !important;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-index-index .page-main #checkout .payment-group .step-title,
  .checkout-index-index .page-main #checkout .checkout-shipping-address .step-title,
  .checkout-index-index .page-main #checkout .checkout-shipping-method .step-title {
    position: relative;
    margin-top: 0;
  }
  .checkout-index-index .page-main #checkout .payment-group .step-title:before,
  .checkout-index-index .page-main #checkout .checkout-shipping-address .step-title:before,
  .checkout-index-index .page-main #checkout .checkout-shipping-method .step-title:before {
    width: 28px;
    height: 28px;
  }
  .checkout-index-index .page-main #checkout .payment-group .step-title:after,
  .checkout-index-index .page-main #checkout .checkout-shipping-address .step-title:after,
  .checkout-index-index .page-main #checkout .checkout-shipping-method .step-title:after {
    font-size: 15px;
    top: 2px;
    left: 10px;
  }
  .checkout-index-index .page-main #checkout .field input,
  .checkout-index-index .page-main #checkout .field select {
    height: 40px;
  }
  .checkout-index-index .page-main #checkout #co-payment-form input[type=radio]:checked + label:after {
    margin-top: 0;
  }
  .checkout-index-index .page-main #checkout .payment-group .step-title,
  .checkout-index-index .page-main #checkout .checkout-shipping-address .step-title,
  .checkout-index-index .page-main #checkout .checkout-shipping-method .step-title {
    display: block !important;
  }
  .checkout-index-index .amcheckout-block.amcheckout-step-container.-summary .amcheckout-summary-container {
    clear: both;
  }
  .shipping-notes .shipping-list {
    font-size: 12px;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #ccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    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: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: 0.9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .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 .filter-current + .block-actions {
    display: none;
  }
  .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: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .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;
  }
  .home-slider .pagebuilder-column figure img {
    width: 100% !important;
  }
  .widget-product-carousel .product-item .product-item-name a {
    width: 75% !important;
  }
  .widget-product-carousel .product-item .product-item-actions .actions-primary button.action.tocart.primary {
    background-image: url('../../frontend/OM/Isha/en_US//images/cart-icon.svg');
    display: block !important;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    left: unset !important;
  }
  .widget-product-carousel .product-item .product-item-actions .actions-primary button.action.tocart.primary span {
    display: none;
  }
  .widget-product-carousel .product-item .product-item-actions .actions-primary + .actions-secondary > .action.towishlist {
    top: unset !important;
    display: block !important;
    bottom: -51px;
  }
  .widget-product-carousel .product-item .product-item-actions .actions-primary + .actions-secondary > .action.towishlist:before {
    content: '' !important;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #ccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none !important;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .cms-page-view .page-main {
    padding-top: 0;
    position: relative;
  }
  .contact-index-index #maincontent .contactustop {
    display: none;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .home-slider .pagebuilder-column figure img {
    width: 100% !important;
  }
  .widget-product-carousel .product-item .product-item-name a {
    width: 75% !important;
  }
  .widget-product-carousel .product-item .product-item-actions .actions-primary button.action.tocart.primary {
    background-image: url('../../frontend/OM/Isha/en_US//images/cart-icon.svg');
    display: block !important;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    left: unset !important;
  }
  .widget-product-carousel .product-item .product-item-actions .actions-primary button.action.tocart.primary span {
    display: none;
  }
  .widget-product-carousel .product-item .product-item-actions .actions-primary + .actions-secondary > .action.towishlist {
    top: unset !important;
    display: block !important;
    bottom: -51px;
  }
  .widget-product-carousel .product-item .product-item-actions .actions-primary + .actions-secondary > .action.towishlist:before {
    content: '' !important;
  }
  .wishlist-index-index #wishlist-tabs .product-items .product-item {
    width: 50%;
  }
  .wishlist-index-index #wishlist-tabs .product-items .product-item .price-box {
    height: 50px;
    width: 100%;
  }
  .wishlist-index-index #wishlist-tabs .product-items .product-item .price-box .price-as-configured {
    flex-wrap: wrap;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .sidebar-main .filter .filter-options-content li a {
    font-size: 14px !important;
  }
  .toolbar.toolbar-products .toolbar-amount {
    padding-right: 0 !important;
  }
  .toolbar.toolbar-products .toolbartop {
    width: 100% !important;
    padding: 5px !important;
  }
  .toolbar.toolbar-products .toolbartop .category-view-show {
    float: right;
    display: flex;
    padding: 0;
    width: auto;
  }
  .toolbar.toolbar-products .toolbartop .toolbar-sorter {
    float: left !important;
    width: 100% !important;
    top: 0 !important;
    padding: 0 !important;
  }
  .toolbar.toolbar-products .toolbartop .toolbar-sorter.sorter select {
    width: 80% !important;
  }
  .account.vault-cards-listaction .add-methods {
    flex-direction: column;
  }
  .account.vault-cards-listaction .add-methods > div {
    width: calc(100% - 6px);
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child {
    flex-direction: row;
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child img {
    margin-right: 20px;
  }
  .account.vault-cards-listaction .add-methods > div:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .account.vault-cards-listaction .braintree-credit-card-types {
    max-width: 130px;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  div.braintree-express-payments > div > div {
    width: 100%;
  }
  div.braintree-express-payments .braintree-googlepay-button.long {
    height: 45px;
    width: 100%;
  }
  div.braintree-express-payments .braintree-apple-pay-button {
    height: 45px;
  }
  .canadapost-map-modal .content-wrapper {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) and (max-width: 480px) {
  .wishlist-index-index #wishlist-tabs .product-items .product-item {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody > tr:not(:last-child),
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  .abs-checkout-order-review tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty,
  .abs-checkout-order-review tbody > tr > td.col.price,
  .abs-checkout-order-review tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.price[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody > tr > td.col:last-child,
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 10px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile {
    margin-top: -20px;
  }
  .abs-col-no-prefix:before,
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-reviews .col.actions:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #ccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .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;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .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;
  }
  .aw-sarp2-add-to-subscription-modal .aw-sarp2-add-to-subscription-modal .table > tbody > tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #c1c1c1;
    flex-flow: wrap;
    position: relative;
  }
  .aw-sarp2-add-to-subscription-modal .aw-sarp2-add-to-subscription-modal .table > tbody > tr td {
    background-color: transparent;
  }
  .aw-sarp2-add-to-subscription-modal .aw-sarp2-add-to-subscription-modal .table > tbody > tr td:nth-child(1) {
    position: absolute;
  }
  .aw-sarp2-add-to-subscription-modal .aw-sarp2-add-to-subscription-modal .table > tbody > tr td[data-th]:nth-child(n + 2) {
    width: 100%;
    margin-left: 25px;
  }
  .aw-sarp2-add-to-subscription-modal .aw-sarp2-add-to-subscription-modal .table > tbody > tr td[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .aw-sarp2-add-to-subscription-modal .aw-sarp2-add-to-subscription-modal .table > thead {
    display: none;
  }
  .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: inherit;
    color: inherit;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search {
    margin-top: 10px;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .catalog-category-view .columns {
    padding: 0 15px;
    padding-top: 15px !important;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #ccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .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: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    float: left;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    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;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print-s:hover {
    text-decoration: underline;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #ccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #ccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .paypal-fastlane-divider span {
    background-color: #ffffff;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
  .checkout-payment-method .amcheckout-trust-seal {
    font-size: inherit;
  }
  .amcart-minipage-wrap .amcart-message-box {
    margin: 0 auto;
    max-width: initial;
    padding-bottom: 13px;
    position: relative;
    width: 400px;
  }
  .amcart-minipage-wrap .ampage-top-info {
    margin-top: 15px;
  }
  .amcart-product-notice {
    border-radius: 0 0 7px 7px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
    display: block;
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
    padding-left: 7px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
    width: 100%;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #006bb4;
    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: #006bb4;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
    margin: 0px;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 100%/3;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_resets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout-agreements.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Banner%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_CheckoutAddressSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paypal-button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar-shipping-information.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Multishipping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_SalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping-policy.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Msrp%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_fields.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_price.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2Fisha.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_LoginAsCustomerFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_ReCaptchaGiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_ReCaptchaInvitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apm.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_fastlane.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_BannerPageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_CheckoutAddressSearchGiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FAheadworks_Sarp2%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FAheadworks_Sarp2%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_subscription-popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FAheadworks_Sarp2%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FAheadworks_Sbp%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_bundle-product-view.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FAheadworks_Sbp%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_shopping-cart-view.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FAmasty_CheckoutCore%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_classic.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FAmasty_CheckoutCore%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FAmasty_CheckoutGiftWrap%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_classic.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FAmasty_CheckoutStyleSwitcher%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_helpers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FAmasty_CheckoutStyleSwitcher%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_modern.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FAmasty_GoogleAddressAutocomplete%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FAmasty_Cart%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FAmasty_Cart%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minipage.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FAmasty_Cart%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_qty.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FAmasty_Scroll%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_page-number.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FAmasty_Scroll%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_utils.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FAmasty_Scroll%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_loader.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FAmasty_Scroll%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_load-button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FAmasty_Scroll%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FAmasty_Scroll%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_back-to-top.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FIshaLife_OrderTracking%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FIsha_AheadworksCustomization%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FIsha_BulkEnquiry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FIsha_CodCaptcha%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FIsha_CustomerDashboard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FIsha_CustomerProfile%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMageReactor_BundleExtended%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagepow_InfiniteScroll%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMageprince_BuyNow%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMirasvit_Seo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMirasvit_SeoContent%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_description.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMirasvit_SeoSitemap%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMirasvit_SeoToolbar%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FAmasty_CheckoutDeliveryDate%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FShipperHQ_AddressAutocomplete%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paylater.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Swatches%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Weee%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_CustomerCustomAttributes%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fslick%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_collage-center.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_collage-left.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_collage-right.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fblock%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbuttons%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbutton-item%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fheading%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fhtml%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fimage%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fmap%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_carousel.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_contained.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_full-bleed.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_full-width.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_collage-center.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_collage-left.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_collage-right.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslider%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftabs%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftext%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fvideo%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fjarallax%5C%2F_jarallax.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_ProductRecommendationsLayout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_rating.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_Cms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_VersionsCms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_cmspages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_account-saved-payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMageside_CanadaPostShipping%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FAheadworks_Sarp2%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_change-payment-confirmation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn-group%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn-line%5C%2F_default.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAcI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CcAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CqBAAA%3B%3BAAGJ%2CKAAK%2CIAAI%3BEACL%2CaAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CGAAI%3BAACJ%2CGAAI%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CeAAA%3B%3BAAGJ%2CGAAG%2CIAAI%3BEACH%2CgBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3B%3BAC0JJ%3BEC8EA%2CgBAAA%3BED5EI%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BECuEA%2CWAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3B%3BADnEA%3BECmEA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADtDA%2CIAAI%3BECsDJ%2C8BAAA%3BEDpDI%2CYAAA%3B%3BAAGJ%3BAACA%3BECgDA%2CgBAAA%3B%3BAD5CA%3BAACA%3BEC2CA%2CkBAAA%3B%3BADvCA%3BECuCA%2CmBAAA%3BEAAA%2CcAAA%3B%3BADlCA%3BAACA%3BECiCA%2CeAAA%3B%3BAD7BA%3BEACI%2CSAAA%3BEC4BJ%2C0BAAA%3BEAAA%2CmBAAA%3BEAAA%2CgBAAA%3B%3BADtBA%3BAACA%3BECqBA%2C6BAAA%3BEDnBI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%3BECMA%2CkBAAA%3B%3BADQA%3BECRA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADYA%3BECZA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BADgBA%3BEChBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADoBA%3BECpBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADwBA%3BECxBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAD4BA%3BEC5BA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADgCA%2CEACI%3BAADA%2CEACA%3BAADI%2CEACJ%3BAADQ%2CEACR%3BAADY%2CEACZ%3BAADgB%2CEAChB%3BAADJ%2CEAEI%3BAAFA%2CEAEA%3BAAFI%2CEAEJ%3BAAFQ%2CEAER%3BAAFY%2CEAEZ%3BAAFgB%2CEAEhB%3BEClCJ%2CWAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3B%3BADkDA%3BAACA%3BECnDA%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CCAAC%3BAAAD%2CMAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCAAC%3BAAAD%2CMAAC%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CCAAC%3BAAAD%2CMAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADyEA%3BAACA%3BEC1EA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BADyEA%2CEAYM%3BAAXN%2CEAWM%3BECrFN%2CgBAAA%3BEAAA%2CmBAAA%3B%3BADyEA%2CEAwBI%3BAAvBJ%2CEAuBI%3BAAxBJ%2CEAyBI%3BAAxBJ%2CEAwBI%3BEACI%2CgBAAA%3B%3BAAIR%3BECvGA%2CmBAAA%3BEAAA%2CaAAA%3B%3BAD4GA%3BEC5GA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3B%3BADkHA%3BEClHA%2CmBAAA%3BEAAA%2CaAAA%3BEDqHI%2CcAAA%3B%3BAA2BJ%3BAACA%3BAACA%3BAACA%3BECnJA%2CsCEpR8C%2CwBFoR9C%3B%3BADwJA%3BECxJA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BED6JI%2CmBAAA%3B%3BAAIJ%3BECjKA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BADyKA%3BECzKA%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CuBAAA%3BEAAA%2CgBAAA%3BEAAA%2CaAAA%3BEAAA%2CiBAAA%3BEDiLI%2CcAAA%3BEACA%2CqBAAA%3B%3BAATJ%2CGAWI%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAuBR%3BECjNA%2CyBAAA%3BEAAA%2CqBAAA%3BEAAA%2CUAAA%3BEAAA%2CWAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CiBAAA%3B%3BAD6NQ%2CUAHJ%2CEAGK%3BAAAD%2CUAFJ%2CGAEK%3BAAAD%2CUADJ%2CGACK%3BEACG%2CgBAAA%3B%3BAAbZ%2CUAiBI%3BAAjBJ%2CUAkBI%3BAAlBJ%2CUAmBI%3BECpOJ%2CWAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BEDwOQ%2CcAAA%3B%3BAAEA%2CUARJ%2COAQK%3BAAAD%2CUAPJ%2CMAOK%3BAAAD%2CUANJ%2COAMK%3BEC1OT%2CSEzEyB%2CaFyEzB%3B%3BADiNA%2CUA8BI%3BEC%5C%2FOJ%2CkBAAA%3B%3BADsPI%2CUAAC%3BAACD%2CUAAC%3BEACG%2CSAAS%2CEAAT%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAAEA%2CCAAC%3BAACD%2CCAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CaAAA%3B%3BAAKR%3BECvQA%2CkBAAA%3B%3BAFnOA%3BEEmOA%2CWAAA%3BEGzRA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BALoDA%2CKKlDA%3BEACI%2CgBAAA%3B%3BALiDJ%2CKK9CE%2CQAEI%2CKACI%3BAL2CV%2CKK7CE%2CQACI%2CKACI%3BAL2CV%2CKK9CE%2CQAEI%2CKAEI%3BAL0CV%2CKK7CE%2CQACI%2CKAEI%3BEACE%2CmBAAA%3B%3BALyCZ%2CKKpCE%2CQAAQ%2CKACJ%3BALmCN%2CKKpCE%2CQAAQ%2CKAEJ%3BEACE%2CsBAAA%3B%3BALiCR%2CKK7BE%2CQAGI%2CKACI%3BALyBV%2CKK5BE%2CQAEI%2CKACI%3BALyBV%2CKK3BE%2CQACI%2CKACI%3BALyBV%2CKK7BE%2CQAGI%2CKAEI%3BALwBV%2CKK5BE%2CQAEI%2CKAEI%3BALwBV%2CKK3BE%2CQACI%2CKAEI%3BEH2PV%2CkBAAA%3B%3BAF%5C%2FNA%3BEMlBA%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CMAAC%3BAACD%2CMAAC%3BEJ2MD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CMAAC%3BEJ%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CMAAC%3BAACD%2CMAAC%3BAACD%2CQAAQ%2CUAAW%3BEJiLnB%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAN%5C%2FCA%2CMAAC%3BEACG%2CSAAA%3BEACA%2CUAAA%3B%3BAO4LR%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BELwBL%2CmBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3B%3BAAuVA%2CKArIK%2CaAqIJ%3BAAAD%2CKApIK%2CiBAoIJ%3BAAAD%2CKAnIK%2CYAmIJ%3BAAAD%2CKAlIK%2CYAkIJ%3BAAAD%2CKAjIK%2CeAiIJ%3BAAAD%2CKAhIK%2CeAgIJ%3BAAAD%2CKA%5C%2FHK%2CcA%2BHJ%3BAAAD%2CKA9HK%2CcA8HJ%3BELtGD%2CYAAA%3B%3BAKqHA%2CKApJK%2CaAoJJ%3BAAAD%2CKAnJK%2CiBAmJJ%3BAAAD%2CKAlJK%2CYAkJJ%3BAAAD%2CKAjJK%2CYAiJJ%3BAAAD%2CKAhJK%2CeAgJJ%3BAAAD%2CKA%5C%2FIK%2CeA%2BIJ%3BAAAD%2CKA9IK%2CcA8IJ%3BAAAD%2CKA7IK%2CcA6IJ%3BELrHD%2CcAAA%3B%3BAK0HA%2CKAzJK%2CaAyJJ%3BAAAD%2CKAxJK%2CiBAwJJ%3BAAAD%2CKAvJK%2CYAuJJ%3BAAAD%2CKAtJK%2CYAsJJ%3BAAAD%2CKArJK%2CeAqJJ%3BAAAD%2CKApJK%2CeAoJJ%3BAAAD%2CKAnJK%2CcAmJJ%3BAAAD%2CKAlJK%2CcAkJJ%3BEL1HD%2CcAAA%3B%3BAK%2BHA%2CKA9JK%2CaA8JJ%3BAAAD%2CKA7JK%2CiBA6JJ%3BAAAD%2CKA5JK%2CYA4JJ%3BAAAD%2CKA3JK%2CYA2JJ%3BAAAD%2CKA1JK%2CeA0JJ%3BAAAD%2CKAzJK%2CeAyJJ%3BAAAD%2CKAxJK%2CcAwJJ%3BAAAD%2CKAvJK%2CcAuJJ%3BEL%5C%2FHD%2CcAAA%3B%3BAKpBA%2CKAAK%3BEAvKL%2C0BAAA%3B%3BAANA%2CKA6KK%2CeA7KJ%3BAACD%2CKA4KK%2CeA5KJ%3BEACC%2CwBAAA%3BEACA%2CSAAA%3B%3BAA8KF%2CKAAK%3BEAvKL%2CwBAAA%3B%3BAACA%2CKAsKK%2CeAtKJ%3BAACD%2CKAqKK%2CeArKJ%3BAACD%2CKAoKK%2CeApKJ%3BAACD%2CKAmKK%2CeAnKJ%3BEACG%2CwBAAA%3B%3BAAsKJ%3BELYA%2CqEAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2C0BAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3B%3BAAoUA%2CMAAC%3BELnFD%2CyBAAA%3B%3BAKsGA%2CMAAC%3BELtGD%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CyBAAA%3B%3BAKRA%2CMAAM%3BELQN%2CYAAA%3BEKNI%2CsBAAA%3B%3BAAGJ%3BELGA%2CmBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CaAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3BELiPA%2CgBAAA%3B%3BAKsGA%2CQAAC%3BELtGD%2CYAAA%3B%3BAKqHA%2CQAAC%3BELrHD%2CcAAA%3B%3BAK0HA%2CQAAC%3BEL1HD%2CcAAA%3B%3BAK%2BHA%2CQAAC%3BEL%5C%2FHD%2CcAAA%3B%3BAKEA%2CKAAK%3BELFL%2CmBAAA%3BEKII%2CkBAAA%3BEACA%2CQAAA%3B%3BAA5MJ%2CKAyMK%2CiBAzMJ%3BELuMD%2CYAAA%3B%3BAKQA%2CKAAK%3BELRL%2CmBAAA%3B%3BAKvMA%2CKA%2BMK%2CcA%5C%2FMJ%3BELuMD%2CYAAA%3B%3BAKzHA%2CKAAC%3BAAAD%2CMAAC%3BAAAD%2CQAAC%3BELyHD%2CqBAAA%3B%3BAKkBA%2CGAAG%3BELlBH%2CcAAA%3BEAAA%2CiBAAA%3B%3BAKsBA%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BEACD%2CeAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CSAAA%3BEACA%2CUAAA%3B%3BAPrPJ%3BEACI%2C6CAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAIA%2CCAAC%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAAQJ%2CUAJO%2CEAIN%3BAAAD%2CKAHC%2CIAAI%2CYAGJ%3BAAAD%2CQAFI%2CIAAI%2CYAEP%3BAAAD%2CMADE%2CIAAI%2CYACL%3BEEmML%2C%2BBAAA%3B%3B%3B%3B%3B%3BAMxRA%2CyBAmCI%2CsBAsBI%2CQAAO%3BACmEH%2C0BAVR%2CUAEK%2COAQI%3BAClIb%2CcAmBI%3BACLJ%2CoBAYI%3BACAA%2CQAAC%3BACgZL%3BACrVA%2CaAmFI%3BAC9HJ%2CYAGI%3BACbJ%3BACEA%3BAC%2BdI%2COAAC%2CQAIG%3BACvgBR%2CcAII%3BAAHJ%2CqBAGI%3BACJJ%2CYA0DI%2CcAKI%3BElBiOR%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAO9GA%2CyBAmCI%2CsBAsBI%2CQAAO%2CMa3DV%3BAZ8HO%2C0BAVR%2CUAEK%2COAQI%2CMY9HR%3BAXJL%2CcAmBI%2CWWfC%3BAVUL%2CoBAYI%2CWUtBC%3BATsBD%2CQAAC%2CMStBA%3BARsaL%2CYQtaK%3BAPiFL%2CaAmFI%2CwBOpKC%3BANsCL%2CYAGI%2CKMzCC%3BAL4BL%2CiBK5BK%3BAJ8BL%2C0BI9BK%3BAH6fD%2COAAC%2CQAIG%2CGGjgBH%3BAFNL%2CcAII%2CcEEC%3BAFLL%2CqBAGI%2CcEEC%3BADNL%2CYA0DI%2CcAKI%2CQCzDH%3BEACG%2CSAAA%3B%3BAf6ER%2CeAAC%3BAACD%2CeAAC%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3B%3BAI%5C%2FLA%2CeAAC%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3B%3BAInLA%2CeAAC%3BAACD%2CeAAC%3BAACD%2CQAAQ%2CUAAW%3BEJiLnB%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAe4tDQ%2CmBAPR%2CiBAKI%2CQAEK%3BAACD%2CmBARR%2CiBAKI%2CQAGK%3BARnxBb%2CcAwBI%2CQAAO%3BAC7%5C%2FBX%2CaAaI%2COAeI%2CiBACK%2CWAGG%2CQAAO%3BAQ9BvB%2CiCD8uDI%2CiBAKI%2CQAEK%3BACrvDb%2CiCD8uDI%2CiBAKI%2CQAGK%3BAXlxDb%2CuBAII%2COWswDA%2CiBAKI%2CQAEK%3BAXjxDb%2CuBAII%2COWswDA%2CiBAKI%2CQAGK%3BAPj7Cb%2CcOy6CI%2CiBAKI%2CQAEK%3BAPh7Cb%2CcOy6CI%2CiBAKI%2CQAGK%3BEnB%5C%2FiDb%2CkBAAA%3B%3BAmB8iDY%2CmBAPR%2CiBAKI%2CQAEK%2CQA9yDR%2CIAAI%3BAA%2ByDG%2CmBARR%2CiBAKI%2CQAGK%2COA%5C%2FyDR%2CIAAI%3BAR4hCT%2CcAwBI%2CQAAO%2CQQpjCN%2CIAAI%3BAPuDT%2CaAaI%2COAeI%2CiBACK%2CWAGG%2CQAAO%2CQOvFlB%2CIAAI%3BACyDT%2CiCD8uDI%2CiBAKI%2CQAEK%2CQA9yDR%2CIAAI%3BACyDT%2CiCD8uDI%2CiBAKI%2CQAGK%2COA%5C%2FyDR%2CIAAI%3BAX6BT%2CuBAII%2COWswDA%2CiBAKI%2CQAEK%2CQA9yDR%2CIAAI%3BAX6BT%2CuBAII%2COWswDA%2CiBAKI%2CQAGK%2COA%5C%2FyDR%2CIAAI%3BAP8XT%2CcOy6CI%2CiBAKI%2CQAEK%2CQA9yDR%2CIAAI%3BAP8XT%2CcOy6CI%2CiBAKI%2CQAGK%2COA%5C%2FyDR%2CIAAI%3BEnBgQT%2C8EAAA%3B%3BAmB8iDY%2CmBAPR%2CiBAKI%2CQAEK%2CQA1yDR%3BAA2yDO%2CmBARR%2CiBAKI%2CQAGK%2COA3yDR%3BARwhCL%2CcAwBI%2CQAAO%2CQQhjCN%3BAPmDL%2CaAaI%2COAeI%2CiBACK%2CWAGG%2CQAAO%2CQOnFlB%3BACqDL%2CiCD8uDI%2CiBAKI%2CQAEK%2CQA1yDR%3BACqDL%2CiCD8uDI%2CiBAKI%2CQAGK%2COA3yDR%3BAXyBL%2CuBAII%2COWswDA%2CiBAKI%2CQAEK%2CQA1yDR%3BAXyBL%2CuBAII%2COWswDA%2CiBAKI%2CQAGK%2COA3yDR%3BAP0XL%2CcOy6CI%2CiBAKI%2CQAEK%2CQA1yDR%3BAP0XL%2CcOy6CI%2CiBAKI%2CQAGK%2COA3yDR%3BEnB4PL%2C%2BFAAA%3B%3BAkB3HoB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEdtHrB%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2CqBAAA%3BEIxHA%2CqBAAA%3BEJwHA%2CkBAAA%3B%3BAI5MA%2CuBAAC%3BAACD%2CuBAAC%3BAcgFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMdjFpB%3BAciFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMdhFpB%3BEJ2MD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CuBAAC%3BAcoEmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMdpEpB%3BEJ%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CQAAQ%2CUAAW%3BAcsDC%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMdxDpB%3BAcwDmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMdvDpB%3BAACD%2CQAAQ%2CUcsDY%2CaA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BElB2HrB%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAwDJ%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CuBAAC%3BAcPmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMdKpB%3BAcLmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMdMpB%3BAcNmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMdOpB%3BEACG%2CqBAAA%3B%3BAemMJ%3BAA28CA%2CmBAqCI%2CQAAO%3BAElzDC%2CMAFR%2CiBACI%2CQACK%3BACvCb%2CmBAYI%3BACfQ%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%3BACcvB%2CaAGI%2CiBACI%3BAjBmBA%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%3BAADN%2CcAAe%2CUApClB%2CMAAM%2COAqCG%3BAkBJd%2CqBACI%3BAdopCJ%2CMAAM%2CQACF%2CQAAO%3BACn%2BBP%2CKAAC%2CcA2EG%2CiBAoBK%3BAAmBD%2CKAlHP%2CcA2GG%2CQAOK%2CKAAK%3BAcvUlB%2CqBACI%2CaAeI%2CcACI%3BACYZ%2CYAsGI%3BACtHJ%2C%2BBAGI%2C4BAMI%3BACER%3BAChBA%2CwBA6FI%2C0BAUI%3BAfrHR%2C0BA6BI%3BAI%2BYI%2CeADJ%2CQACK%3BACnVT%2CiCDuwDI%2CQAAO%3BAXnyDX%2CuBAII%2COW%2BxDA%2CQAAO%3BAPl8CX%2CcOk8CI%2CQAAO%3BAY%5C%2F1DX%2CwBZ0aI%2CQACK%3BAY1aT%2CuBZyaI%2CQACK%3BAa5aT%2CqBb2aI%2CQACK%3BAc5aT%2CmBd2aI%2CQACK%3BAe5aT%2CKAAK%2CKAAK%2COf2aN%2CQACK%3BEnB5IT%2CuBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEJ0FA%2CgBAAA%3BEmBlOI%2CgBAAA%3B%3BApBiFJ%2C0BAAC%3BAoBiOD%2CkBpBjOC%3BAoB4qDD%2CmBAqCI%2CQAAO%2CMpBjtDV%3BAsBjGW%2CMAFR%2CiBACI%2CQACK%2COtBiGZ%3BAuBxID%2CmBAYI%2CmBvB4HH%3BAwB3IW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMxB0ItB%3BAyB5HD%2CaAGI%2CiBACI%2CezBwHP%3BAQrGO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CURmGb%3BAQpGO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CURmGb%3BA0BvGD%2CqBACI%2Ce1BsGH%3BAY8iCD%2CMAAM%2CQACF%2CQAAO%2COZ%5C%2FiCV%3BAa4EG%2CKAAC%2CcA2EG%2CiBAoBK%2CiBb3KZ%3BAa8LW%2CKAlHP%2CcA2GG%2CQAOK%2CKAAK%2CIb9LjB%3BA2BzID%2CqBACI%2CaAeI%2CcACI%2CmB3BwHX%3BA4B5GD%2CYAsGI%2CmB5BMH%3BA6B5HD%2C%2BBAGI%2C4BAMI%2Ca7BmHP%3BA8BjHD%2CmB9BiHC%3BA%2BBjID%2CwBA6FI%2C0BAUI%2Ce%5C%2FB0BP%3BAgB%5C%2FID%2C0BA6BI%2CahBkHH%3BAoB6RO%2CeADJ%2CQACK%2COpB7RR%3BAqBtDD%2CiCDuwDI%2CQAAO%2CMpBjtDV%3BASlFD%2CuBAII%2COW%2BxDA%2CQAAO%2CMpBjtDV%3BAa%2BQD%2CcOk8CI%2CQAAO%2CMpBjtDV%3BAgC9ID%2CwBZ0aI%2CQACK%2COpB7RR%3BAgC7ID%2CuBZyaI%2CQACK%2COpB7RR%3BAiC%5C%2FID%2CqBb2aI%2CQACK%2COpB7RR%3BAkC%5C%2FID%2CmBd2aI%2CQACK%2COpB7RR%3BAmC%5C%2FID%2CKAAK%2CKAAK%2COf2aN%2CQACK%2COpB7RR%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2C0BAAC%3BAoB4ND%2CkBpB5NC%3BAoBuqDD%2CmBAqCI%2CQAAO%2CMpB5sDV%3BAsBtGW%2CMAFR%2CiBACI%2CQACK%2COtBsGZ%3BAuB7ID%2CmBAYI%2CmBvBiIH%3BAwBhJW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMxB%2BItB%3BAyBjID%2CaAGI%2CiBACI%2CezB6HP%3BAQ1GO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CURwGb%3BAQzGO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CURwGb%3BA0B5GD%2CqBACI%2Ce1B2GH%3BAYyiCD%2CMAAM%2CQACF%2CQAAO%2COZ1iCV%3BAauEG%2CKAAC%2CcA2EG%2CiBAoBK%2CiBbtKZ%3BAayLW%2CKAlHP%2CcA2GG%2CQAOK%2CKAAK%2CIbzLjB%3BA2B9ID%2CqBACI%2CaAeI%2CcACI%2CmB3B6HX%3BA4BjHD%2CYAsGI%2CmB5BWH%3BA6BjID%2C%2BBAGI%2C4BAMI%2Ca7BwHP%3BA8BtHD%2CmB9BsHC%3BA%2BBtID%2CwBA6FI%2C0BAUI%2Ce%5C%2FB%2BBP%3BAgBpJD%2C0BA6BI%2CahBuHH%3BAoBwRO%2CeADJ%2CQACK%2COpBxRR%3BAqB3DD%2CiCDuwDI%2CQAAO%2CMpB5sDV%3BASvFD%2CuBAII%2COW%2BxDA%2CQAAO%2CMpB5sDV%3BAa0QD%2CcOk8CI%2CQAAO%2CMpB5sDV%3BAgCnJD%2CwBZ0aI%2CQACK%2COpBxRR%3BAgClJD%2CuBZyaI%2CQACK%2COpBxRR%3BAiCpJD%2CqBb2aI%2CQACK%2COpBxRR%3BAkCpJD%2CmBd2aI%2CQACK%2COpBxRR%3BAmCpJD%2CKAAK%2CKAAK%2COf2aN%2CQACK%2COpBxRR%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2C0BAAC%3BAoBuND%2CkBpBvNC%3BAoBkqDD%2CmBAqCI%2CQAAO%2CMpBvsDV%3BAsB3GW%2CMAFR%2CiBACI%2CQACK%2COtB2GZ%3BAuBlJD%2CmBAYI%2CmBvBsIH%3BAwBrJW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMxBoJtB%3BAyBtID%2CaAGI%2CiBACI%2CezBkIP%3BAQ%5C%2FGO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUR6Gb%3BAQ9GO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUR6Gb%3BA0BjHD%2CqBACI%2Ce1BgHH%3BAYoiCD%2CMAAM%2CQACF%2CQAAO%2COZriCV%3BAakEG%2CKAAC%2CcA2EG%2CiBAoBK%2CiBbjKZ%3BAaoLW%2CKAlHP%2CcA2GG%2CQAOK%2CKAAK%2CIbpLjB%3BA2BnJD%2CqBACI%2CaAeI%2CcACI%2CmB3BkIX%3BA4BtHD%2CYAsGI%2CmB5BgBH%3BA6BtID%2C%2BBAGI%2C4BAMI%2Ca7B6HP%3BA8B3HD%2CmB9B2HC%3BA%2BB3ID%2CwBA6FI%2C0BAUI%2Ce%5C%2FBoCP%3BAgBzJD%2C0BA6BI%2CahB4HH%3BAoBmRO%2CeADJ%2CQACK%2COpBnRR%3BAqBhED%2CiCDuwDI%2CQAAO%2CMpBvsDV%3BAS5FD%2CuBAII%2COW%2BxDA%2CQAAO%2CMpBvsDV%3BAaqQD%2CcOk8CI%2CQAAO%2CMpBvsDV%3BAgCxJD%2CwBZ0aI%2CQACK%2COpBnRR%3BAgCvJD%2CuBZyaI%2CQACK%2COpBnRR%3BAiCzJD%2CqBb2aI%2CQACK%2COpBnRR%3BAkCzJD%2CmBd2aI%2CQACK%2COpBnRR%3BAmCzJD%2CKAAK%2CKAAK%2COf2aN%2CQACK%2COpBnRR%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2C0BAAC%3BAesKD%2CkBfxKC%3BAewKD%2CkBfvKC%3BAeuKD%2CkBftKC%3BAeinDD%2CmBAqCI%2CQAAO%2CMfxpDV%3BAemnDD%2CmBAqCI%2CQAAO%2CMfvpDV%3BAeknDD%2CmBAqCI%2CQAAO%2CMftpDV%3BAiB5JW%2CMAFR%2CiBACI%2CQACK%2COjB0JZ%3BAiB1JW%2CMAFR%2CiBACI%2CQACK%2COjB2JZ%3BAiB3JW%2CMAFR%2CiBACI%2CQACK%2COjB4JZ%3BAkBnMD%2CmBAYI%2CmBlBqLH%3BAkBjMD%2CmBAYI%2CmBlBsLH%3BAkBlMD%2CmBAYI%2CmBlBuLH%3BAmBtMW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMnBmMtB%3BAmBpMW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMnBoMtB%3BAmBrMW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMnBqMtB%3BAoBvLD%2CaAGI%2CiBACI%2CepBiLP%3BAoBrLD%2CaAGI%2CiBACI%2CepBkLP%3BAoBtLD%2CaAGI%2CiBACI%2CepBmLP%3BAGhKO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUH4Jb%3BAG9JO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUH6Jb%3BAG%5C%2FJO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUH8Jb%3BAG%5C%2FJO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUH4Jb%3BAG7JO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUH6Jb%3BAG9JO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUH8Jb%3BAqBlKD%2CqBACI%2CerB%2BJH%3BAqBhKD%2CqBACI%2CerBgKH%3BAqBjKD%2CqBACI%2CerBiKH%3BAOm%5C%2FBD%2CMAAM%2CQACF%2CQAAO%2COPt%5C%2FBV%3BAOq%5C%2FBD%2CMAAM%2CQACF%2CQAAO%2COPr%5C%2FBV%3BAOo%5C%2FBD%2CMAAM%2CQACF%2CQAAO%2COPp%5C%2FBV%3BAQiBG%2CKAAC%2CcA2EG%2CiBAoBK%2CiBRlHZ%3BAQmBG%2CKAAC%2CcA2EG%2CiBAoBK%2CiBRjHZ%3BAQkBG%2CKAAC%2CcA2EG%2CiBAoBK%2CiBRhHZ%3BAQmIW%2CKAlHP%2CcA2GG%2CQAOK%2CKAAK%2CIRrIjB%3BAQqIW%2CKAlHP%2CcA2GG%2CQAOK%2CKAAK%2CIRpIjB%3BAQoIW%2CKAlHP%2CcA2GG%2CQAOK%2CKAAK%2CIRnIjB%3BAsBpMD%2CqBACI%2CaAeI%2CcACI%2CmBtBiLX%3BAsBlMD%2CqBACI%2CaAeI%2CcACI%2CmBtBkLX%3BAsBnMD%2CqBACI%2CaAeI%2CcACI%2CmBtBmLX%3BAuBvKD%2CYAsGI%2CmBvB%2BDH%3BAuBrKD%2CYAsGI%2CmBvBgEH%3BAuBtKD%2CYAsGI%2CmBvBiEH%3BAwBvLD%2C%2BBAGI%2C4BAMI%2CaxB4KP%3BAwBrLD%2C%2BBAGI%2C4BAMI%2CaxB6KP%3BAwBtLD%2C%2BBAGI%2C4BAMI%2CaxB8KP%3BAyB5KD%2CmBzB0KC%3BAyB1KD%2CmBzB2KC%3BAyB3KD%2CmBzB4KC%3BA0B5LD%2CwBA6FI%2C0BAUI%2Ce1BmFP%3BA0B1LD%2CwBA6FI%2C0BAUI%2Ce1BoFP%3BA0B3LD%2CwBA6FI%2C0BAUI%2Ce1BqFP%3BAW1MD%2C0BA6BI%2CaX2KH%3BAWxMD%2C0BA6BI%2CaX4KH%3BAWzMD%2C0BA6BI%2CaX6KH%3BAekOO%2CeADJ%2CQACK%2COfpOR%3BAeoOO%2CeADJ%2CQACK%2COfnOR%3BAemOO%2CeADJ%2CQACK%2COflOR%3BAgBjHD%2CiCDuwDI%2CQAAO%2CMfxpDV%3BAgB%5C%2FGD%2CiCDuwDI%2CQAAO%2CMfvpDV%3BAgBhHD%2CiCDuwDI%2CQAAO%2CMftpDV%3BAI7ID%2CuBAII%2COW%2BxDA%2CQAAO%2CMfxpDV%3BAI3ID%2CuBAII%2COW%2BxDA%2CQAAO%2CMfvpDV%3BAI5ID%2CuBAII%2COW%2BxDA%2CQAAO%2CMftpDV%3BAQoND%2CcOk8CI%2CQAAO%2CMfxpDV%3BAQsND%2CcOk8CI%2CQAAO%2CMfvpDV%3BAQqND%2CcOk8CI%2CQAAO%2CMftpDV%3BA2BzMD%2CwBZ0aI%2CQACK%2COfpOR%3BA2BvMD%2CwBZ0aI%2CQACK%2COfnOR%3BA2BxMD%2CwBZ0aI%2CQACK%2COflOR%3BA2BxMD%2CuBZyaI%2CQACK%2COfpOR%3BA2BtMD%2CuBZyaI%2CQACK%2COfnOR%3BA2BvMD%2CuBZyaI%2CQACK%2COflOR%3BA4B1MD%2CqBb2aI%2CQACK%2COfpOR%3BA4BxMD%2CqBb2aI%2CQACK%2COfnOR%3BA4BzMD%2CqBb2aI%2CQACK%2COflOR%3BA6B1MD%2CmBd2aI%2CQACK%2COfpOR%3BA6BxMD%2CmBd2aI%2CQACK%2COfnOR%3BA6BzMD%2CmBd2aI%2CQACK%2COflOR%3BA8B1MD%2CKAAK%2CKAAK%2COf2aN%2CQACK%2COfpOR%3BA8BxMD%2CKAAK%2CKAAK%2COf2aN%2CQACK%2COfnOR%3BA8BzMD%2CKAAK%2CKAAK%2COf2aN%2CQACK%2COflOR%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2CQAAQ%2CUAAW%3BAe%2BJnB%2CkBfjKC%3BAeiKD%2CkBfhKC%3BAACD%2CQAAQ%2CUe%2BJR%3BAA28CA%2CmBAqCI%2CQAAO%2CMfjpDV%3BAe4mDD%2CmBAqCI%2CQAAO%2CMfhpDV%3BAACD%2CQAAQ%2CUe0mDR%2CoBAqCI%2CQAAO%3BAElzDC%2CMAFR%2CiBACI%2CQACK%2COjBiKZ%3BAiBjKW%2CMAFR%2CiBACI%2CQACK%2COjBkKZ%3BAACD%2CQAAQ%2CUiBnKI%2COAFR%2CiBACI%2CQACK%3BACvCb%2CmBAYI%2CmBlB4LH%3BAkBxMD%2CmBAYI%2CmBlB6LH%3BAACD%2CQAAQ%2CUkB1MR%2CoBAYI%3BACfQ%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMnB0MtB%3BAmB3MW%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMnB2MtB%3BAACD%2CQAAQ%2CUmB7MI%2CMAFP%2CQACG%2COACK%2CSACG%2CQAAO%3BACcvB%2CaAGI%2CiBACI%2CepBwLP%3BAoB5LD%2CaAGI%2CiBACI%2CepByLP%3BAACD%2CQAAQ%2CUoB9LR%2CcAGI%2CiBACI%3BAjBmBA%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUHmKb%3BAGrKO%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUHoKb%3BAACD%2CQAAQ%2CUGvKA%2CkBAAkB%2CUAnCrB%2CMAAM%2COAqCG%3BAADN%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUHmKb%3BAGpKO%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUHoKb%3BAACD%2CQAAQ%2CUGtKA%2CeAAe%2CUApClB%2CMAAM%2COAqCG%3BAkBJd%2CqBACI%2CerBsKH%3BAqBvKD%2CqBACI%2CerBuKH%3BAACD%2CQAAQ%2CUqBzKR%2CsBACI%3BAdopCJ%2CMAAM%2CQACF%2CQAAO%2COP%5C%2F%2BBV%3BAO8%2BBD%2CMAAM%2CQACF%2CQAAO%2COP9%2BBV%3BAACD%2CQAAQ%2CUO4%2BBR%2COAAM%2CQACF%2CQAAO%3BACn%2BBP%2CKAAC%2CcA2EG%2CiBAoBK%2CiBR3GZ%3BAQYG%2CKAAC%2CcA2EG%2CiBAoBK%2CiBR1GZ%3BAACD%2CQAAQ%2CUQUJ%2CMAAC%2CcA2EG%2CiBAoBK%3BAAmBD%2CKAlHP%2CcA2GG%2CQAOK%2CKAAK%2CIR9HjB%3BAQ8HW%2CKAlHP%2CcA2GG%2CQAOK%2CKAAK%2CIR7HjB%3BAACD%2CQAAQ%2CUQ4HI%2CMAlHP%2CcA2GG%2CQAOK%2CKAAK%3BAcvUlB%2CqBACI%2CaAeI%2CcACI%2CmBtBwLX%3BAsBzMD%2CqBACI%2CaAeI%2CcACI%2CmBtByLX%3BAACD%2CQAAQ%2CUsB3MR%2CsBACI%2CaAeI%2CcACI%3BACYZ%2CYAsGI%2CmBvBsEH%3BAuB5KD%2CYAsGI%2CmBvBuEH%3BAACD%2CQAAQ%2CUuB9KR%2CaAsGI%3BACtHJ%2C%2BBAGI%2C4BAMI%2CaxBmLP%3BAwB5LD%2C%2BBAGI%2C4BAMI%2CaxBoLP%3BAACD%2CQAAQ%2CUwB9LR%2CgCAGI%2C4BAMI%3BACER%2CmBzBiLC%3BAyBjLD%2CmBzBkLC%3BAACD%2CQAAQ%2CUyBnLR%3BAChBA%2CwBA6FI%2C0BAUI%2Ce1B0FP%3BA0BjMD%2CwBA6FI%2C0BAUI%2Ce1B2FP%3BAACD%2CQAAQ%2CU0BnMR%2CyBA6FI%2C0BAUI%3BAfrHR%2C0BA6BI%2CaXkLH%3BAW%5C%2FMD%2C0BA6BI%2CaXmLH%3BAACD%2CQAAQ%2CUWjNR%2C2BA6BI%3BAI%2BYI%2CeADJ%2CQACK%2COf7NR%3BAe6NO%2CeADJ%2CQACK%2COf5NR%3BAACD%2CQAAQ%2CUe2NA%2CgBADJ%2CQACK%3BACnVT%2CiCDuwDI%2CQAAO%2CMfjpDV%3BAgBtHD%2CiCDuwDI%2CQAAO%2CMfhpDV%3BAACD%2CQAAQ%2CUgBxHR%2CkCDuwDI%2CQAAO%3BAXnyDX%2CuBAII%2COW%2BxDA%2CQAAO%2CMfjpDV%3BAIlJD%2CuBAII%2COW%2BxDA%2CQAAO%2CMfhpDV%3BAACD%2CQAAQ%2CUIpJR%2CwBAII%2COW%2BxDA%2CQAAO%3BAPl8CX%2CcOk8CI%2CQAAO%2CMfjpDV%3BAQ%2BMD%2CcOk8CI%2CQAAO%2CMfhpDV%3BAACD%2CQAAQ%2CUQ6MR%2CeOk8CI%2CQAAO%3BAY%5C%2F1DX%2CwBZ0aI%2CQACK%2COf7NR%3BA2B9MD%2CwBZ0aI%2CQACK%2COf5NR%3BAACD%2CQAAQ%2CU2BhNR%2CyBZ0aI%2CQACK%3BAY1aT%2CuBZyaI%2CQACK%2COf7NR%3BA2B7MD%2CuBZyaI%2CQACK%2COf5NR%3BAACD%2CQAAQ%2CU2B%5C%2FMR%2CwBZyaI%2CQACK%3BAa5aT%2CqBb2aI%2CQACK%2COf7NR%3BA4B%5C%2FMD%2CqBb2aI%2CQACK%2COf5NR%3BAACD%2CQAAQ%2CU4BjNR%2CsBb2aI%2CQACK%3BAc5aT%2CmBd2aI%2CQACK%2COf7NR%3BA6B%5C%2FMD%2CmBd2aI%2CQACK%2COf5NR%3BAACD%2CQAAQ%2CU6BjNR%2CoBd2aI%2CQACK%3BAe5aT%2CKAAK%2CKAAK%2COf2aN%2CQACK%2COf7NR%3BA8B%5C%2FMD%2CKAAK%2CKAAK%2COf2aN%2CQACK%2COf5NR%3BAACD%2CQAAQ%2CU8BjNR%2CMAAK%2CKAAK%2COf2aN%2CQACK%3BEnB5IT%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAe0JJ%2CkBAhTK%3BAAgTL%2CkBA%5C%2FSK%2CIAAI%3BAA0vDT%2CmBAqCI%2CQAAO%2CMAhyDN%3BAA2vDL%2CmBAqCI%2CQAAO%2CMA%5C%2FxDN%2CIAAI%3BAEnBG%2CMAFR%2CiBACI%2CQACK%2COFkBR%3BAElBO%2CMAFR%2CiBACI%2CQACK%2COFmBR%2CIAAI%3BAG1DT%2CmBAYI%2CmBH6CC%3BAGzDL%2CmBAYI%2CmBH8CC%2CIAAI%3BAI7DG%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMJ2DlB%3BAI5DO%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%2CMJ4DlB%2CIAAI%3BAK9CT%2CaAGI%2CiBACI%2CeLyCH%3BAK7CL%2CaAGI%2CiBACI%2CeL0CH%2CIAAI%3BAZvBD%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUYoBT%3BAZtBG%2CiBAAkB%2CUAnCrB%2CMAAM%2COAqCG%2CUYqBT%2CIAAI%3BAZtBD%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUYoBT%3BAZrBG%2CcAAe%2CUApClB%2CMAAM%2COAqCG%2CUYqBT%2CIAAI%3BAMzBT%2CqBACI%2CeNuBC%3BAMxBL%2CqBACI%2CeNwBC%2CIAAI%3BAR4nCT%2CMAAM%2CQACF%2CQAAO%2COQ9nCN%3BAR6nCL%2CMAAM%2CQACF%2CQAAO%2COQ7nCN%2CIAAI%3BAP0JL%2CKAAC%2CcA2EG%2CiBAoBK%2CiBO1PR%3BAP2JD%2CKAAC%2CcA2EG%2CiBAoBK%2CiBOzPR%2CIAAI%3BAP4QG%2CKAlHP%2CcA2GG%2CQAOK%2CKAAK%2CIO7Qb%3BAP6QO%2CKAlHP%2CcA2GG%2CQAOK%2CKAAK%2CIO5Qb%2CIAAI%3BAO3DT%2CqBACI%2CaAeI%2CcACI%2CmBPyCP%3BAO1DL%2CqBACI%2CaAeI%2CcACI%2CmBP0CP%2CIAAI%3BAQ9BT%2CYAsGI%2CmBRzEC%3BAQ7BL%2CYAsGI%2CmBRxEC%2CIAAI%3BAS9CT%2C%2BBAGI%2C4BAMI%2CaToCH%3BAS7CL%2C%2BBAGI%2C4BAMI%2CaTqCH%2CIAAI%3BAUnCT%2CmBVkCK%3BAUlCL%2CmBVmCK%2CIAAI%3BAWnDT%2CwBA6FI%2C0BAUI%2CeXrDH%3BAWlDL%2CwBA6FI%2C0BAUI%2CeXpDH%2CIAAI%3BAJjET%2C0BA6BI%2CaImCC%3BAJhEL%2C0BA6BI%2CaIoCC%2CIAAI%3BAA2WD%2CeADJ%2CQACK%2COA5WJ%3BAA4WG%2CeADJ%2CQACK%2COA3WJ%2CIAAI%3BACwBT%2CiCDuwDI%2CQAAO%2CMAhyDN%3BACyBL%2CiCDuwDI%2CQAAO%2CMA%5C%2FxDN%2CIAAI%3BAXJT%2CuBAII%2COW%2BxDA%2CQAAO%2CMAhyDN%3BAXHL%2CuBAII%2COW%2BxDA%2CQAAO%2CMA%5C%2FxDN%2CIAAI%3BAP6VT%2CcOk8CI%2CQAAO%2CMAhyDN%3BAP8VL%2CcOk8CI%2CQAAO%2CMA%5C%2FxDN%2CIAAI%3BAYhET%2CwBZ0aI%2CQACK%2COA5WJ%3BAY%5C%2FDL%2CwBZ0aI%2CQACK%2COA3WJ%2CIAAI%3BAY%5C%2FDT%2CuBZyaI%2CQACK%2COA5WJ%3BAY9DL%2CuBZyaI%2CQACK%2COA3WJ%2CIAAI%3BAajET%2CqBb2aI%2CQACK%2COA5WJ%3BAahEL%2CqBb2aI%2CQACK%2COA3WJ%2CIAAI%3BAcjET%2CmBd2aI%2CQACK%2COA5WJ%3BAchEL%2CmBd2aI%2CQACK%2COA3WJ%2CIAAI%3BAejET%2CKAAK%2CKAAK%2COf2aN%2CQACK%2COA5WJ%3BAehEL%2CKAAK%2CKAAK%2COf2aN%2CQACK%2COA3WJ%2CIAAI%3BEACD%2CgBAAA%3B%3BAAtCR%3BACrBgB%2CwBAJZ%2COAEI%2CiBACI%2CQACK%3BAWkCb%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%3BAvB9CC%2CcAJZ%2COAEI%2CiBACI%2CQACK%3BAWu0DL%2CmBAPR%2CiBAKI%2CQAEK%3BAACD%2CmBARR%2CiBAKI%2CQAGK%3BARnxBb%2CcAwBI%2CQAAO%3BAC7%5C%2FBX%2CaAaI%2COAeI%2CiBACK%2CWAGG%2CQAAO%3BAQ9BvB%2CiCD8uDI%2CiBAKI%2CQAEK%3BACrvDb%2CiCD8uDI%2CiBAKI%2CQAGK%3BAXlxDb%2CuBAII%2COWswDA%2CiBAKI%2CQAEK%3BAXjxDb%2CuBAII%2COWswDA%2CiBAKI%2CQAGK%3BAPj7Cb%2CcOy6CI%2CiBAKI%2CQAEK%3BAPh7Cb%2CcOy6CI%2CiBAKI%2CQAGK%3BEnB%5C%2FiDb%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAIqDA%2C2BAAC%3BAACD%2C2BAAC%3BAe1TD%2C%2BBfyTC%3BAezTD%2C%2BBf0TC%3BAgB%5C%2FUe%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQhB8UhB%3BAgB9Ue%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQhB%2BUhB%3BA2B7SG%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%2CQ3BgSd%3BA2B5SG%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%2CQ3BiSd%3BAI%5C%2FUe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQJ8UhB%3BAI9Ue%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQJ%2BUhB%3BAew%5C%2FCW%2CmBAPR%2CiBAKI%2CQAEK%2CQfz%5C%2FCZ%3BAey%5C%2FCW%2CmBAPR%2CiBAKI%2CQAEK%2CQfx%5C%2FCZ%3BAey%5C%2FCW%2CmBARR%2CiBAKI%2CQAGK%2COf1%5C%2FCZ%3BAe0%5C%2FCW%2CmBARR%2CiBAKI%2CQAGK%2COfz%5C%2FCZ%3BAOsuBD%2CcAwBI%2CQAAO%2CQP%5C%2FvBV%3BAOuuBD%2CcAwBI%2CQAAO%2CQP9vBV%3BAQ%5C%2FPD%2CaAaI%2COAeI%2CiBACK%2CWAGG%2CQAAO%2CQR8NtB%3BAQ9PD%2CaAaI%2COAeI%2CiBACK%2CWAGG%2CQAAO%2CQR%2BNtB%3BAgB7PD%2CiCD8uDI%2CiBAKI%2CQAEK%2CQfz%5C%2FCZ%3BAgB5PD%2CiCD8uDI%2CiBAKI%2CQAEK%2CQfx%5C%2FCZ%3BAgB7PD%2CiCD8uDI%2CiBAKI%2CQAGK%2COf1%5C%2FCZ%3BAgB5PD%2CiCD8uDI%2CiBAKI%2CQAGK%2COfz%5C%2FCZ%3BAIzRD%2CuBAII%2COWswDA%2CiBAKI%2CQAEK%2CQfz%5C%2FCZ%3BAIxRD%2CuBAII%2COWswDA%2CiBAKI%2CQAEK%2CQfx%5C%2FCZ%3BAIzRD%2CuBAII%2COWswDA%2CiBAKI%2CQAGK%2COf1%5C%2FCZ%3BAIxRD%2CuBAII%2COWswDA%2CiBAKI%2CQAGK%2COfz%5C%2FCZ%3BAQwED%2CcOy6CI%2CiBAKI%2CQAEK%2CQfz%5C%2FCZ%3BAQyED%2CcOy6CI%2CiBAKI%2CQAEK%2CQfx%5C%2FCZ%3BAQwED%2CcOy6CI%2CiBAKI%2CQAGK%2COf1%5C%2FCZ%3BAQyED%2CcOy6CI%2CiBAKI%2CQAGK%2COfz%5C%2FCZ%3BEJtDD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI4DA%2C2BAAC%3BAehUD%2C%2BBfgUC%3BAgBrVe%2CwBAJZ%2COAEI%2CiBACI%2CQACK%2CQhBqVhB%3BA2BnTG%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%2CQ3BuSd%3BAIrVe%2CcAJZ%2COAEI%2CiBACI%2CQACK%2CQJqVhB%3BAek%5C%2FCW%2CmBAPR%2CiBAKI%2CQAEK%2CQfl%5C%2FCZ%3BAem%5C%2FCW%2CmBARR%2CiBAKI%2CQAGK%2COfn%5C%2FCZ%3BAOguBD%2CcAwBI%2CQAAO%2CQPxvBV%3BAQrQD%2CaAaI%2COAeI%2CiBACK%2CWAGG%2CQAAO%2CQRqOtB%3BAgBnQD%2CiCD8uDI%2CiBAKI%2CQAEK%2CQfl%5C%2FCZ%3BAgBnQD%2CiCD8uDI%2CiBAKI%2CQAGK%2COfn%5C%2FCZ%3BAI%5C%2FRD%2CuBAII%2COWswDA%2CiBAKI%2CQAEK%2CQfl%5C%2FCZ%3BAI%5C%2FRD%2CuBAII%2COWswDA%2CiBAKI%2CQAGK%2COfn%5C%2FCZ%3BAQkED%2CcOy6CI%2CiBAKI%2CQAEK%2CQfl%5C%2FCZ%3BAQkED%2CcOy6CI%2CiBAKI%2CQAGK%2COfn%5C%2FCZ%3BEJ5DD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BA%2BBvPI%2CaAAc%2CMADb%2CaAAc%2CUAaX%2CQAAO%3BE%5C%2FB2Of%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3B%3BAmClNgB%2CeALZ%2CeAGI%2CiBACI%2CQACK%3BAfoBT%2CkBADJ%2CQACK%3BAdjGT%2CeAEI%2CQAAO%3BAAKX%2CyBAmCI%2CsBA8BI%2CYAMI%2CQAAO%3BA8B%5C%2FEnB%2CcA0II%2CQAAO%3BAzBwPX%2CWAWI%2CQAAO%3BACtTX%2CaAmFI%2CwBAMI%2CQAAO%2CQAAQ%3BAyB%5C%2FEH%2CeAZhB%2CeACK%2CWAOI%2CWAGG%2CQACK%3BAVuIT%2CiBAFR%2CiBACI%2CQACK%3BAEtMb%2CqBA0BI%2CQAAO%3BAA1BX%2CqBA2BI%2CQAAO%3BACZS%2CwBAJhB%2CwBACM%2CmBACI%2CWACE%2CQACK%3BAQkErB%2CkBAKI%2CiBAAiB%2CQAAO%3BEtCwK5B%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3B%3BA%2BBvLA%2CgCAkCI%2CSACI%2CcZlCR%3BAiB1GA%2CcA8II%2CcjBpCJ%3BAPiHI%2CKAAC%2CcAiJG%2CcOlQR%3BAkBiOgB%2CeA1BZ%2CsBAwBI%2CSACI%2CSACK%2CKlBjOjB%3BAoBxFA%2CkBAmDI%2CeAuCI%2CSAEI%2CcpBJZ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAYJJ%2CgCAkCI%2CSACI%2CcZlCR%2CGAKK%3BAiB%5C%2FGL%2CcA8II%2CcjBpCJ%2CGAKK%3BAP4GD%2CKAAC%2CcAiJG%2CcOlQR%2CGAKK%3BAkB4NW%2CeA1BZ%2CsBAwBI%2CSACI%2CSACK%2CKlBjOjB%2CGAKK%3BAoB7FL%2CkBAmDI%2CeAuCI%2CSAEI%2CcpBJZ%2CGAKK%3BEACG%2CSAAS%2CIAAT%3B%3BAYPR%2CgCAkCI%2CSACI%2CcZxBR%3BAiBpHA%2CcA8II%2CcjB1BJ%3BAPuGI%2CKAAC%2CcAiJG%2CcOxPR%3BAkBuNgB%2CeA1BZ%2CsBAwBI%2CSACI%2CSACK%2CKlBvNjB%3BAoBlGA%2CkBAmDI%2CeAuCI%2CSAEI%2CcpBMZ%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAqBtHJ%2CgBACM%2CWAKE%3BAANR%2CgBAEM%2CaAIE%3BA7B2XR%2CWAWI%2CQAAO%3BEP9KX%2CWAAA%3B%3BA2BtHA%2CgCAKI%3BArB8HJ%2CcAwBI%3BAEzCA%2CKAAC%2CcAmKG%3BAyB%5C%2FIR%2CeAmBI%3BElB5DA%2CYAAA%3BEACA%2CqBAAA%3B%3BAY9FJ%2CgCAKI%2CuBZ2FA%3BATmCJ%2CcAwBI%2CuBS3DA%3BAPkBA%2CKAAC%2CcAmKG%2CuBOrLJ%3BAkBsCJ%2CeAmBI%2CuBlBzDA%3BEACI%2CgBAAA%3B%3BARnGR%2CQAAQ%2CMACJ%2CSAAQ%2CMAAO%2COAAM%3BEQmHrB%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAmB1JJ%2CgBACI%2COAOI%3BAAopFZ%2CIAoJI%2CiBACI%2COAUI%3BEtC%5C%2FlFR%2CgCAAA%3BEAAA%2CiBAAA%3BEmBtDI%2CmBAAA%3BEACA%2CoBAAA%3B%3BAmBvKJ%2CgBACI%2COAOI%2CanBiKJ%3BAmBm%5C%2FER%2CIAoJI%2CiBACI%2COAUI%2CanBlpFJ%3BEACI%2CgBAAA%3B%3BAYrNR%3BAxBwFI%2CSAAC%3BEkCpEL%2CqBAAA%3BEACA%2CkBAAA%3B%3BAzCFA%2CoBAAC%3BAACD%2CoBAAC%3BA%2BBpBD%2CqB%5C%2FBmBC%3BA%2BBnBD%2CqB%5C%2FBoBC%3BAOoEG%2CSAAC%2CSPrEJ%3BAOqEG%2CSAAC%2CSPpEJ%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAC%3BA%2BBzBD%2CqB%5C%2FByBC%3BAO%2BDG%2CSAAC%2CSP%5C%2FDJ%3BEACG%2CWAAA%3B%3BAmBqMJ%2CoBsBxMA%3BAVvBA%2CqBUuBA%3BAlCiEI%2CSAAC%2CSkCjEL%3BEAEI%2CeAAA%3BEzC8OJ%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeCsBC%3BAX7CD%2CqBUuBA%2CeCsBC%3BAnC2CG%2CSAAC%2CSkCjEL%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeCkCC%2CMACI%3BAX1DL%2CqBUuBA%2CeCkCC%2CMACI%3BAnC8BD%2CSAAC%2CSkCjEL%2CeCkCC%2CMACI%3BE1C6ML%2CcAAA%3B%3BA0CvMI%2CoBDzCJ%2CeCwCC%2COACI%3BAXhEL%2CqBUuBA%2CeCwCC%2COACI%3BAnCwBD%2CSAAC%2CSkCjEL%2CeCwCC%2COACI%3BE1CuML%2CcAAA%3B%3BAyCqEA%2CoBArTA%2CeAqTC%3BAV5UD%2CqBUuBA%2CeAqTC%3BAlCpPG%2CSAAC%2CSkCjEL%2CeAqTC%3BEzCrED%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeAqTC%2COC%5C%2FRA%3BAX7CD%2CqBUuBA%2CeAqTC%2COC%5C%2FRA%3BAnC2CG%2CSAAC%2CSkCjEL%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C%5C%2FNM%2CO3C%2BNN%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BAX1DL%2CqBUuBA%2CeAqTC%2COCnRA%2CMACI%3BAnC8BD%2CSAAC%2CSkCjEL%2CeAqTC%2COCnRA%2CMACI%3BE1C6ML%2CcAAA%3B%3BA0CvMI%2CoBDzCJ%2CeAqTC%2COC7QA%2COACI%3BAXhEL%2CqBUuBA%2CeAqTC%2COC7QA%2COACI%3BAnCwBD%2CSAAC%2CSkCjEL%2CeAqTC%2COC7QA%2COACI%3BE1CuML%2CcAAA%3B%3BAmBxCA%2CoBsBjBA%3BAV9MA%2CqBU8MA%3BAlCtHI%2CSAAC%2CSkCsHL%3BEzCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEyChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEzC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAmBxCA%2CoBsBjBA%2CYAsBI%3BAVpOJ%2CqBU8MA%2CYAsBI%3BAlC5IA%2CSAAC%2CSkCsHL%2CYAsBI%3BEzCmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BAyC3BQ%2CoBA9BR%2CYAsBI%2CGAQK%3BAV5OT%2CqBU8MA%2CYAsBI%2CGAQK%3BAlCpJL%2CSAAC%2CSkCsHL%2CYAsBI%2CGAQK%3BEzC2BT%2CmBAAA%3BEyCzBY%2CeAAA%3B%3BAAuTZ%2CoBAvVA%2CYAuVC%3BAACD%2CoBAxVA%2CYAwVC%3BAVtiBD%2CqBU8MA%2CYAuVC%3BAVriBD%2CqBU8MA%2CYAwVC%3BAlC9cG%2CSAAC%2CSkCsHL%2CYAuVC%3BAlC7cG%2CSAAC%2CSkCsHL%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CoBAjWA%2CYAiWC%3BAV%5C%2FiBD%2CqBU8MA%2CYAiWC%3BAlCvdG%2CSAAC%2CSkCsHL%2CYAiWC%3BEACG%2CiBAAA%3BEzCzSJ%2CyDAAA%3BEyC2SI%2CWAAA%3B%3BAAGJ%2CoBAvWA%2CYAuWC%3BAVrjBD%2CqBU8MA%2CYAuWC%3BAlC7dG%2CSAAC%2CSkCsHL%2CYAuWC%3BEACG%2CiBAAA%3BEzC%5C%2FSJ%2CsDAAA%3BEyCiTI%2CWAAA%3B%3BAAzDJ%2CoBAjTA%2CYAiTC%3BAV%5C%2FfD%2CqBU8MA%2CYAiTC%3BAlCvaG%2CSAAC%2CSkCsHL%2CYAiTC%3BEzCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAyC6PA%2CoBAtTA%2CYAsTC%3BAVpgBD%2CqBU8MA%2CYAsTC%3BAlC5aG%2CSAAC%2CSkCsHL%2CYAsTC%3BEzC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAyCZA%2CoBAAC%3BAV3PD%2CqBU2PC%3BAlCnKG%2CSAAC%2CSkCmKJ%3BEACG%2CiBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BAV9PJ%2CqBU2PC%2COAGG%3BAlCtKA%2CSAAC%2CSkCmKJ%2COAGG%3BEACI%2CcAAA%3B%3BAV%5C%2FPR%2CqBZqOI%2CGAAE%3BAZ7IF%2CSAAC%2CSY6ID%2CGAAE%3BEACE%2CcAAA%3B%3BAyB%5C%2FPR%2COACI%2CgBAkCI%2CKACI%3BAtC5BZ%2CyBAYI%2CYAAW%3BAyBSf%2CyBACI%2COAAM%2CIAAK%3BAA2Ef%2CgCAaI%2CKACI%3BActHR%2CMAAM%2CQAmBF%2CSACI%3BAtCsOA%2C0BADJ%2CYACK%3BA6B3PT%2CcA8EI%2CeAOI%2CKACI%2CKAGI%3BAzByShB%2CWAKI%2CYAAW%3BA2ByEf%2CQACI%2CMAAK%2CmBACD%2CKACI%3BAQ%5C%2FbQ%2CQAnBhB%2CgBACI%2CUAGI%2CQAGI%2COAYK%2CIACG%3BE3BqPpB%2CkBAAA%3BEACA%2CWAAA%3B%3BAmBiFJ%3BASiOA%2CgBACI%3BA9B9jBJ%3BAACA%3BEEoRI%2CmBAAA%3B%3BARkPQ%2CQAzDR%2CeAwDI%2CQACK%3BAAWD%2CQAFR%2CeACI%2CQACK%3BAAmeL%2CiBAtCJ%2CMAsCK%2COAKG%2CQAAO%3BAAkEnB%2CcASI%2CQAAO%3BAqC%5C%2FgCP%2COAAC%2CQAmBG%2CQAAO%3BEhDuNf%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAvBkRA%2C6BuBhBE%3BA%5C%2FBmPU%2CQAzDR%2CeAwDI%2CQACK%2CO%2BBnPX%3BA%5C%2FB8PU%2CQAFR%2CeACI%2CQACK%2CO%2BB9PX%3BA%5C%2FBiuBM%2CiBAtCJ%2CMAsCK%2COAKG%2CQAAO%2CO%2BBtuBjB%3BA%5C%2FBwyBF%2CcASI%2CQAAO%2CO%2BBjzBT%3BAM9NE%2COAAC%2CQAmBG%2CQAAO%2CON2Mb%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2C6BAAC%3BA%5C%2FB%2BeW%2CQAzDR%2CeAwDI%2CQACK%2CO%2BB%5C%2FeZ%3BA%5C%2FB0fW%2CQAFR%2CeACI%2CQACK%2CO%2BB1fZ%3BA%5C%2FB69BO%2CiBAtCJ%2CMAsCK%2COAKG%2CQAAO%2CO%2BBl%2BBlB%3BA%5C%2FBoiCD%2CcASI%2CQAAO%2CO%2BB7iCV%3BAM8BG%2COAAC%2CQAmBG%2CQAAO%2CONjDd%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C1OU%2CO3C0OV%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C6BADH%2CMACI%3BA%5C%2FBkeO%2CQAzDR%2CeAwDI%2CQACK%2CO%2BBneZ%2CMACI%3BA%5C%2FB6eO%2CQAFR%2CeACI%2CQACK%2CO%2BB9eZ%2CMACI%3BA%5C%2FBg9BG%2CiBAtCJ%2CMAsCK%2COAKG%2CQAAO%2CO%2BBt9BlB%2CMACI%3BA%5C%2FBuhCL%2CcASI%2CQAAO%2CO%2BBjiCV%2CMACI%3BAMiBD%2COAAC%2CQAmBG%2CQAAO%2CONrCd%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2C6BADH%2COACI%3BA%5C%2FB4dO%2CQAzDR%2CeAwDI%2CQACK%2CO%2BB7dZ%2COACI%3BA%5C%2FBueO%2CQAFR%2CeACI%2CQACK%2CO%2BBxeZ%2COACI%3BA%5C%2FB08BG%2CiBAtCJ%2CMAsCK%2COAKG%2CQAAO%2CO%2BBh9BlB%2COACI%3BA%5C%2FBihCL%2CcASI%2CQAAO%2CO%2BB3hCV%2COACI%3BAMWD%2COAAC%2CQAmBG%2CQAAO%2CON%5C%2FBd%2COACI%3BE1CqPL%2CWAAA%3B%3BAU%5C%2FOQ%2CQAhBH%2CKAgBI%3BACHT%2CQAAQ%2CKAAM%3BEQuQV%2CgBAAA%3B%3BATpQI%2CQAhBH%2CKAgBI%2CKSsQJ%3BARzQL%2CQAAQ%2CKAAM%2CEQyQT%3BEnBvBL%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CiBoBwKK%2CIpBxKJ%3BAW9FO%2CQAhBH%2CKAgBI%2CKSsQJ%2CIpBxKJ%3BAYjGD%2CQAAQ%2CKAAM%2CEQyQT%2CIpBxKJ%3BECiJD%2CWAAA%3BEAAA%2C0BAAA%3B%3BAD5IA%2CiBoBmKK%2CIpBnKJ%3BAWnGO%2CQAhBH%2CKAgBI%2CKSsQJ%2CIpBnKJ%3BAYtGD%2CQAAQ%2CKAAM%2CEQyQT%2CIpBnKJ%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CiBoB8JK%2CIpB9JJ%3BAWxGO%2CQAhBH%2CKAgBI%2CKSsQJ%2CIpB9JJ%3BAY3GD%2CQAAQ%2CKAAM%2CEQyQT%2CIpB9JJ%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADjJA%2CcAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CcAAC%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CcAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BA%2BB7QA%2CKAAK%2CaAAa%2CMACd%3BAkBlBJ%2CmBACI%3BE9BiVJ%2CcAAA%3B%3BAAwFQ%2CeADJ%2CQACK%3BAY3aT%2CwBZ0aI%2CQACK%3BAY1aT%2CuBZyaI%2CQACK%3BAa5aT%2CqBb2aI%2CQACK%3BAc5aT%2CmBd2aI%2CQACK%3BAe5aT%2CKAAK%2CKAAK%2COf2aN%2CQACK%3BEA1DL%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAYrXJ%2CwBZyYI%2CUACI%2COACI%3BAY1YZ%2CuBZwYI%2CUACI%2COACI%3BAa5YZ%2CqBb0YI%2CUACI%2COACI%3BAc5YZ%2CmBd0YI%2CUACI%2COACI%3BAe5YZ%2CKAAK%2CKAAK%2COf0YN%2CUACI%2COACI%3BEACI%2CUAAA%3B%3BAY5YhB%2CwBZyYI%2CUAOI%2CiBAGK%3BAYlZb%2CuBZwYI%2CUAOI%2CiBAGK%3BAapZb%2CqBb0YI%2CUAOI%2CiBAGK%3BAcpZb%2CmBd0YI%2CUAOI%2CiBAGK%3BAepZb%2CKAAK%2CKAAK%2COf0YN%2CUAOI%2CiBAGK%3BEAOG%2CWAAA%3B%3BAY1ZhB%2CwBZyYI%2CUAOI%2CiBAGK%2CaACG%2CQACK%3BAYpZrB%2CuBZwYI%2CUAOI%2CiBAGK%2CaACG%2CQACK%3BAatZrB%2CqBb0YI%2CUAOI%2CiBAGK%2CaACG%2CQACK%3BActZrB%2CmBd0YI%2CUAOI%2CiBAGK%2CaACG%2CQACK%3BAetZrB%2CKAAK%2CKAAK%2COf0YN%2CUAOI%2CiBAGK%2CaACG%2CQACK%3BEACG%2CgBAAA%3B%3BAYtZxB%2CwBZyYI%2CUAqBI%2CQACI%3BAY9ZZ%2CuBZwYI%2CUAqBI%2CQACI%3BAahaZ%2CqBb0YI%2CUAqBI%2CQACI%3BAchaZ%2CmBd0YI%2CUAqBI%2CQACI%3BAehaZ%2CKAAK%2CKAAK%2COf0YN%2CUAqBI%2CQACI%3BEACI%2CSAAA%3B%3BAYhahB%2CwBZqaI%3BAYpaJ%2CuBZoaI%3BAataJ%2CqBbsaI%3BActaJ%2CmBdsaI%3BAetaJ%2CKAAK%2CKAAK%2COfsaN%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAYvaR%2CwBZgbI%2CSACK%3BAYhbT%2CuBZ%2BaI%2CSACK%3BAalbT%2CqBbibI%2CSACK%3BAclbT%2CmBdibI%2CSACK%3BAelbT%2CKAAK%2CKAAK%2COfibN%2CSACK%3BEACG%2CgBAAA%3B%3BAKzQA%2CoBAFR%2CaACI%2CoBACK%2CIAAI%3BExB3JjB%2CSAAA%3BEACA%2CkBAAA%3B%3BAkDgCA%2C0BAaI%2CyBACI%2CUACI%2CQAAO%3BA3BhDnB%2CsBAcI%2CUAAS%2CSACJ%3BA4BjBT%2CYACI%2CuBAGI%2COAGI%3BA5CuJZ%2C2BAKI%2CsBAII%2CUACM%3BAAiBd%2CuBACI%2CoBACI%3BA6BxMR%2CcA8EI%2CeAOI%2CKASI%3BAA9FZ%2CcAuJI%2COAGI%2CkBACI%2CcACI%2CUACM%3BAgB3JtB%2CMAAM%2CWA0CF%3BA3CyFJ%2CcAKI%2CcAOI%3BA4CjJR%2CYACI%2CeAEI%2COACI%3BA3CiEJ%2CQApCH%2CKAoCI%2CQAOG%2CmBASK%2CUAWG%3BAC9CpB%2CcACI%3BAAm6BQ%2CiBAPR%2CMAIK%2CMAGI%2COAEG%3BAADJ%2CiBARR%2CMAIK%2CMAII%2CQACG%3BAAqOhB%2CMAAM%2CQAeF%2COAAM%2COAKF%3BACr9BI%2CKAjCP%2CcAsBG%2CKAWK%2CIAIG%3BAyB5ER%2CiBAfJ%2CQAeK%2CSAGG%3BAAHJ%2CiBAfJ%2CQAeK%2CSAuCG%3BAxBxMZ%2CqBAEI%3BAADJ%2CyBACI%3BAiBPJ%2CwBA2HI%2CsBACM%3BAA5HV%2CwBA2II%2CUACI%3BAwBzIR%2CwBA8FI%2COACI%3BAhBgDR%2CSACI%2CUACK%3BAA8KT%2CMAAM%2COACF%2COACI%3BAUvMA%2COAzCH%2CQAyCI%2CQAyCG%3BADJR%2COAAC%2CKAGG%3BAA0YR%2CgBACI%2CiBAII%3BA%5C%2FBhIJ%2COADG%2CKACF%2CIAAI%3BAAkHT%2CYAAa%2COAAM%2CQAEf%2CUA%2BBI%3BAAhCR%2CYACI%2CUA%2BBI%3BEhBjkBR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAqCuVQ%2CeA%5C%2FBJ%2CSA%2BBK%2CQACG%2CQAUK%3BAkBhXb%2CsBAAC%2CcAGG%2CsBAQI%3BEvDOZ%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAQA%2CiBAAC%3BAACD%2CiBAAC%3BAmB4VD%2CeACI%2CUAOI%2CiBnBrWP%3BAmB6VD%2CeACI%2CUAOI%2CiBnBpWP%3BAkDGD%2C0BACI%2CkBlDLH%3BAkDID%2C0BACI%2CkBlDJH%3BAwB1BD%2CaxByBC%3BAwBzBD%2CaxB0BC%3BAwBoDD%2CgBAgCI%2CSxBrFH%3BAwBqDD%2CgBAgCI%2CSxBpFH%3BAwBgGD%2CoBACI%2CoBxBlGH%3BAwBiGD%2CoBACI%2CoBxBjGH%3BAwBgGD%2CoBAEI%2CkCxBnGH%3BAwBiGD%2CoBAEI%2CkCxBlGH%3BA%2BB4DD%2CgCAkCI%2CSACI%2Cc%5C%2FBhGP%3BA%2BB6DD%2CgCAkCI%2CSACI%2Cc%5C%2FB%5C%2FFP%3BAwDXD%2CmBxDUC%3BAwDVD%2CmBxDWC%3BAwD%2BED%2CYAAa%2CMAAK%2CMAGd%2CexDnFH%3BAwDgFD%2CYAAa%2CMAAK%2CMAGd%2CexDlFH%3BAwDgFD%2CkBAEI%2CexDnFH%3BAwDiFD%2CkBAEI%2CexDlFH%3BAwDiFD%2CmBACI%2CexDnFH%3BAwDkFD%2CmBACI%2CexDlFH%3BAwD8HD%2CcAKI%2CSxDpIH%3BAwD%2BHD%2CcAKI%2CSxDnIH%3BAyDtCD%2CUAWI%2CgBzD0BH%3BAyDrCD%2CUAWI%2CgBzD2BH%3BAoC7CD%2CcA8II%2CcpClGH%3BAoC5CD%2CcA8II%2CcpCjGH%3BAoC7CD%2CcAuJI%2COpC3GH%3BAoC5CD%2CcAuJI%2COpC1GH%3BAoC7CD%2CcAkMI%2CepCtJH%3BAoC5CD%2CcAkMI%2CepCrJH%3BA0DzBD%2CQ1DwBC%3BA0DxBD%2CQ1DyBC%3BAWgaD%2CQAwFI%2CsBXzfH%3BAWiaD%2CQAwFI%2CsBXxfH%3BAY8KG%2CKAAC%2CcA2EG%2CiBZ1PP%3BAY%2BKG%2CKAAC%2CcA2EG%2CiBZzPP%3BAY8KG%2CKAAC%2CcAiJG%2CcZhUP%3BAY%2BKG%2CKAAC%2CcAiJG%2CcZ%5C%2FTP%3BAqCkMD%2CeAGI%2CcAWK%2CWrCjNR%3BAqCmMD%2CeAGI%2CcAWK%2CWrChNR%3BAqC8Re%2CeA1BZ%2CsBAwBI%2CSACI%2CSACK%2CKrC%5C%2FRhB%3BAqC%2BRe%2CeA1BZ%2CsBAwBI%2CSACI%2CSACK%2CKrC9RhB%3BAaXD%2CmBbUC%3BAaVD%2CmBbWC%3BA2DxCD%2CsB3DuCC%3BA2DvCD%2CsB3DwCC%3BA2BuEO%2CYADJ%2COACK%2CU3BxER%3BA2BwEO%2CYADJ%2COACK%2CU3BvER%3BAuC3BD%2CkBAmDI%2CeAuCI%2CSAEI%2CcvClEX%3BAuC1BD%2CkBAmDI%2CeAuCI%2CSAEI%2CcvCjEX%3BAuC3BD%2CkBAkHI%2CcACI%2CsBvCzFP%3BAuC1BD%2CkBAkHI%2CcACI%2CsBvCxFP%3BA%2BCghBD%2CgBACI%2CiB%5C%2FClhBH%3BA%2BCihBD%2CgBACI%2CiB%5C%2FCjhBH%3BAgB8WG%2COAAC%2CQhB%5C%2FWJ%3BAgB%2BWG%2COAAC%2CQhB9WJ%3BA%2BB5CD%2CwBZyYI%2CUAOI%2CiBnBrWP%3BA%2BB3CD%2CwBZyYI%2CUAOI%2CiBnBpWP%3BA%2BB3CD%2CuBZwYI%2CUAOI%2CiBnBrWP%3BA%2BB1CD%2CuBZwYI%2CUAOI%2CiBnBpWP%3BAgC7CD%2CqBb0YI%2CUAOI%2CiBnBrWP%3BAgC5CD%2CqBb0YI%2CUAOI%2CiBnBpWP%3BAiC7CD%2CmBd0YI%2CUAOI%2CiBnBrWP%3BAiC5CD%2CmBd0YI%2CUAOI%2CiBnBpWP%3BAkC7CD%2CKAAK%2CKAAK%2COf0YN%2CUAOI%2CiBnBrWP%3BAkC5CD%2CKAAK%2CKAAK%2COf0YN%2CUAOI%2CiBnBpWP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BAmBuVD%2CeACI%2CUAOI%2CiBnB%5C%2FVP%3BAkDFD%2C0BACI%2CkBlDCH%3BAwB%5C%2FBD%2CaxB%2BBC%3BAwB%2BCD%2CgBAgCI%2CSxB%5C%2FEH%3BAwB2FD%2CoBACI%2CoBxB5FH%3BAwB2FD%2CoBAEI%2CkCxB7FH%3BA%2BBuDD%2CgCAkCI%2CSACI%2Cc%5C%2FB1FP%3BAwDhBD%2CmBxDgBC%3BAwD0ED%2CYAAa%2CMAAK%2CMAGd%2CexD7EH%3BAwD2ED%2CkBAEI%2CexD7EH%3BAwD4ED%2CmBACI%2CexD7EH%3BAwDyHD%2CcAKI%2CSxD9HH%3BAyD3CD%2CUAWI%2CgBzDgCH%3BAoClDD%2CcA8II%2CcpC5FH%3BAoClDD%2CcAuJI%2COpCrGH%3BAoClDD%2CcAkMI%2CepChJH%3BA0D9BD%2CQ1D8BC%3BAW2ZD%2CQAwFI%2CsBXnfH%3BAYyKG%2CKAAC%2CcA2EG%2CiBZpPP%3BAYyKG%2CKAAC%2CcAiJG%2CcZ1TP%3BAqC6LD%2CeAGI%2CcAWK%2CWrC3MR%3BAqCyRe%2CeA1BZ%2CsBAwBI%2CSACI%2CSACK%2CKrCzRhB%3BAahBD%2CmBbgBC%3BA2D7CD%2CsB3D6CC%3BA2BkEO%2CYADJ%2COACK%2CU3BlER%3BAuChCD%2CkBAmDI%2CeAuCI%2CSAEI%2CcvC5DX%3BAuChCD%2CkBAkHI%2CcACI%2CsBvCnFP%3BA%2BC2gBD%2CgBACI%2CiB%5C%2FC5gBH%3BAgByWG%2COAAC%2CQhBzWJ%3BA%2BBjDD%2CwBZyYI%2CUAOI%2CiBnB%5C%2FVP%3BA%2BBhDD%2CuBZwYI%2CUAOI%2CiBnB%5C%2FVP%3BAgClDD%2CqBb0YI%2CUAOI%2CiBnB%5C%2FVP%3BAiClDD%2CmBd0YI%2CUAOI%2CiBnB%5C%2FVP%3BAkClDD%2CKAAK%2CKAAK%2COf0YN%2CUAOI%2CiBnB%5C%2FVP%3BEACG%2CWAAA%3B%3BAmBohDJ%2CeACI%3BAA2BJ%3BAyC%5C%2FlDA%2CQAGI%2CQAAO%3BAAHX%2CQAYI%3BAAZJ%2CQAmBI%3BAhBvBJ%2COACI%2CgBAqBI%3BAtCdR%2CyBAmCI%3BAuDyBJ%3BAnDnCI%2CQAAC%3BAC4aL%2CQAwFI%2CsBAII%3BACldR%3BAepDA%2CYA6BI%3BA4BnDA%2CsBAAC%2CcAgBG%3BAhBXR%3BAOLoB%2CQAZhB%2CgBACI%2CUAGI%2CQAGI%2COAKK%3BA5ByID%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%3BA4C9Ib%2CMADJ%2CSACK%3BE3CkkBT%2CsBAAA%3B%3BAuBpgBA%2CoBAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA1C7TA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAmBimBJ%2CiBsBnNA%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAtBiNJ%2CiBsB9MA%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAtB4MJ%2CiBsB9LA%2COAAM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BAtB4LJ%2CiBsBzLA%2COAAS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAtBsLJ%2CiBsBrfA%3BEzCiIA%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAvBolBA%2CiBsBrfA%2CeCqHE%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CiBDyFA%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeC7EC%2CMACI%3BE1C6ML%2CcAAA%3B%3BA0CvMI%2CiBDsEJ%2CeCvEC%2COACI%3BE1CuML%2CcAAA%3B%3BAyCuHA%2CiBAxPA%2CeAwPC%3BEzCvHD%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BADuVA%2CiBAxPA%2CeAwPC%2COCnIC%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CiBDyFA%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C%5C%2FNM%2CO3C%2BNN%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeAwPC%2COCrUA%2CMACI%3BE1C6ML%2CcAAA%3B%3BA0CvMI%2CiBDsEJ%2CeAwPC%2COC%5C%2FTA%2COACI%3BE1CuML%2CcAAA%3B%3BAmBoXA%2CiBsB7aA%3BEzCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEyChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEzC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAmBoXA%2CiBsB7aA%2COAsBI%3BEzCmCJ%2CSAAA%3BEAAA%2CgBAAA%3B%3BAyC3BQ%2CiBA9BR%2COAsBI%2CGAQK%3BEzC2BT%2CmBAAA%3BEyCzBY%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%3BEzCzSJ%2CyDAAA%3BEyC2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2COAuWC%3BEACG%2CiBAAA%3BEzC%5C%2FSJ%2CsDAAA%3BEyCiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2COAwUC%3BEzC%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BAyCoRA%2CiBA7UA%2COA6UC%3BEzCpRD%2CUAAA%3BEAAA%2CUAAA%3B%3BAyCZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BA%5C%2FBnNA%2CQApCH%2CKAoCI%2CQAOG%2CmBASK%3BAC4UjB%2CqBAII%2CQAAO%3BEXrIX%2CWAAA%3BEmB0fI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEnB5fJ%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAAMA%2CkBAAC%3BAhC6CO%2CQApCH%2CKAoCI%2CQAOG%2CmBASK%2CUgC7DhB%3BA%5C%2FByYD%2CqBAII%2CQAAO%2CU%2BB7YV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAhCpSQ%2CQApCH%2CKAoCI%2CQAOG%2CmBASK%2CUS8sBZ%3BARlYL%2CqBAII%2CQAAO%2CUQ8XN%3BEnBngBL%2CWAAA%3BEmBqgBQ%2CqBAAA%3B%3BAThuBA%2CQApCH%2CKAoCI%2CQAOG%2CmBASK%2CUSmtBZ%3BARvYL%2CqBAII%2CQAAO%2CUQmYN%3BEACG%2CWAAA%3B%3BAbxyBR%3BAKiYA%3BEQkbI%2CgBAAA%3B%3BAAugCJ%2CmBACI%3BAPruDJ%2CaAaI%3BAQXJ%2CiCDmuDI%3BAX%5C%2FvDJ%2CuBAII%2COW2vDA%3BAP95CJ%2CcO85CI%3BEA36BA%2CSAAA%3B%3BAA06BJ%2CmBACI%2COAz6BC%2CSAGI%3BAP%5C%2FzBT%2CaAaI%2COO%2ByBC%2CSAGI%3BAC7zBT%2CiCDmuDI%2COAz6BC%2CSAGI%3BAXz1BT%2CuBAII%2COW2vDA%2COAz6BC%2CSAGI%3BAPxfT%2CcO85CI%2COAz6BC%2CSAGI%3BEACG%2CcAAA%3B%3BAAo6BZ%2CmBACI%2COAj6BA%3BAPp0BJ%2CaAaI%2COOuzBA%3BACl0BJ%2CiCDmuDI%2COAj6BA%3BAX91BJ%2CuBAII%2COW2vDA%2COAj6BA%3BAP7fJ%2CcO85CI%2COAj6BA%3BEACI%2CaAAA%3BEnB5nBR%2CsBAAA%3BEmB8nBQ%2CkBAAA%3B%3BAuB9xBR%2CevBiyBK%2COACI%2CSuBlyBR%3BAvB2rDD%2CmBACI%2COA35BC%2COACI%2CSuBlyBR%3BA9BzCD%2CaAaI%2COO6zBC%2COACI%2CSuBlyBR%3BAtBvCD%2CiCDmuDI%2COA35BC%2COACI%2CSuBlyBR%3BAlCnED%2CuBAII%2COW2vDA%2COA35BC%2COACI%2CSuBlyBR%3BA9B8RD%2CcO85CI%2COA35BC%2COACI%2CSuBlyBR%3BE1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BAmB2hDA%2CmBACI%2COA35BC%2COAMG%3BAPh1BR%2CaAaI%2COO6zBC%2COAMG%3BAC90BR%2CiCDmuDI%2COA35BC%2COAMG%3BAX12BR%2CuBAII%2COW2vDA%2COA35BC%2COAMG%3BAPzgBR%2CcO85CI%2COA35BC%2COAMG%3BEACI%2CcAAA%3B%3BAA0UZ%2CmBACI%3BAYtrCJ%2CyBAGI%3BAxB2GJ%2C2BACI%3BA6B5KJ%2CcAmLI%3BAAnLJ%2CcAoLI%2CeAAe%3BAECnB%2CQA2CI%3BAS6VJ%2CgBAiBI%2CgBAGI%3BA3B%5C%2FkBR%2CwBACI%2CODgvCA%3BAiBnvCJ%2CcjBmvCI%3BAXjvCJ%2CcACI%2COWgvCA%3BAcxqCJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSdsqCd%3BAVlhCJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSU%2BgCd%3BAVjhCJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSU%2BgCd%3BAmB9jCJ%2CQAgBI%2CQAAO%2CKAQH%2COAAM%2CIAAI%2CSnBsiCd%3BEnBn9BJ%2CgCAAA%3BEAAA%2CmBAAA%3BEAAA%2CoBAAA%3B%3BAmBk9BA%2CmBACI%2CaAlPC%3BAAiPL%2CmBACI%2CaAjPC%3BAYr8BL%2CyBAGI%2CQZi8BC%3BAYp8BL%2CyBAGI%2CQZk8BC%3BAZv1BL%2C2BACI%2CaYq1BC%3BAZt1BL%2C2BACI%2CaYs1BC%3BAiBlgCL%2CcAmLI%2CajB80BC%3BAiBjgCL%2CcAmLI%2CajB%2B0BC%3BAiBlgCL%2CcAoLI%2CeAAe%2COjB60Bd%3BAiBjgCL%2CcAoLI%2CeAAe%2COjB80Bd%3BAmB70BL%2CQA2CI%2CQnBiyBC%3BAmB50BL%2CQA2CI%2CQnBkyBC%3BA4BrcL%2CgBAiBI%2CgBAGI%2CO5BgbH%3BA4BpcL%2CgBAiBI%2CgBAGI%2CO5BibH%3BAChgCL%2CwBACI%2CODgvCA%2CaAlPC%3BAC%5C%2F%5C%2FBL%2CwBACI%2CODgvCA%2CaAjPC%3BAiBlgCL%2CcjBmvCI%2CaAlPC%3BAiBjgCL%2CcjBmvCI%2CaAjPC%3BAXhgCL%2CcACI%2COWgvCA%2CaAlPC%3BAX%5C%2F%5C%2FBL%2CcACI%2COWgvCA%2CaAjPC%3BAcv7BL%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSdsqCd%2CaAlPC%3BAct7BL%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSdsqCd%2CaAjPC%3BAVjyBL%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSU%2BgCd%2CaAlPC%3BAVhyBL%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSU%2BgCd%2CaAjPC%3BAVhyBL%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSU%2BgCd%2CaAlPC%3BAV%5C%2FxBL%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSU%2BgCd%2CaAjPC%3BAmB70BL%2CQAgBI%2CQAAO%2CKAQH%2COAAM%2CIAAI%2CSnBsiCd%2CaAlPC%3BAmB50BL%2CQAgBI%2CQAAO%2CKAQH%2COAAM%2CIAAI%2CSnBsiCd%2CaAjPC%3BEnBluBL%2CiBAAA%3BEAAA%2CgBAAA%3B%3BAsCrMA%2CqBAmBI%3BAA0DJ%2CoBAMI%3BAALJ%2CqBAKI%3BAAJJ%2CoBAII%3BAAHJ%2CqBAGI%3BAAFJ%2CgBAEI%3BAADJ%2CeACI%3BEnB%2B2BA%2CiBAAA%3B%3BAC3%5C%2FBQ%2CwBAFR%2CqCACI%2CKACK%2CMD6kCT%3BAC7kCQ%2CwBAFR%2CqCACI%2CKACK%2CMD8kCT%3BAC7kCQ%2CwBAHR%2CqCACI%2CKAEK%2CSD4kCT%3BAC5kCQ%2CwBAHR%2CqCACI%2CKAEK%2CSD6kCT%3BAP53BQ%2CKAzBP%2CcAsBG%2CKAGK%2CMO23BT%3BAP33BQ%2CKAzBP%2CcAsBG%2CKAGK%2CMO43BT%3BAP33BQ%2CKA1BP%2CcAsBG%2CKAIK%2CSO03BT%3BAP13BQ%2CKA1BP%2CcAsBG%2CKAIK%2CSO23BT%3BAP13BQ%2CKA3BP%2CcAsBG%2CKAKK%2CKOy3BT%3BAPz3BQ%2CKA3BP%2CcAsBG%2CKAKK%2CKO03BT%3BEnBh1BJ%2CWAAA%3BEAAA%2CiBAAA%3BEmBm1BQ%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BACnlCI%2CwBAFR%2CqCACI%2CKACK%2CMD6kCT%2CqBAQI%3BACrlCI%2CwBAFR%2CqCACI%2CKACK%2CMD8kCT%2CqBAOI%3BACplCI%2CwBAHR%2CqCACI%2CKAEK%2CSD4kCT%2CqBAQI%3BACplCI%2CwBAHR%2CqCACI%2CKAEK%2CSD6kCT%2CqBAOI%3BAPn4BI%2CKAzBP%2CcAsBG%2CKAGK%2CMO23BT%2CqBAQI%3BAPn4BI%2CKAzBP%2CcAsBG%2CKAGK%2CMO43BT%2CqBAOI%3BAPl4BI%2CKA1BP%2CcAsBG%2CKAIK%2CSO03BT%2CqBAQI%3BAPl4BI%2CKA1BP%2CcAsBG%2CKAIK%2CSO23BT%2CqBAOI%3BAPj4BI%2CKA3BP%2CcAsBG%2CKAKK%2CKOy3BT%2CqBAQI%3BAPj4BI%2CKA3BP%2CcAsBG%2CKAKK%2CKO03BT%2CqBAOI%3BEACI%2CgBAAA%3B%3BAbhnCZ%2CyBA%2BBI%2CcawlCA%3BAbvnCJ%2CyBA%2BBI%2CcaylCA%3BAqC5%2BBJ%2CarC2%2BBI%3BAqC3%2BBJ%2CarC4%2BBI%3BAqC3%2BBJ%2CarC0%2BBI%3BAqC1%2BBJ%2CarC2%2BBI%3BAPziCJ%2CaOwiCI%3BAPxiCJ%2CaOyiCI%3BEnBh2BJ%2CiBAAA%3BEmBk2BQ%2CqBAAA%3B%3BAb1nCR%2CyBA%2BBI%2Cca8lCA%2CqBAAqB%3BAqCj%5C%2FBzB%2CarCi%5C%2FBI%2CqBAAqB%3BAqCh%5C%2FBzB%2CarCg%5C%2FBI%2CqBAAqB%3BAP9iCzB%2CaO8iCI%2CqBAAqB%3BEnBr2BzB%2CiBAAA%3BEmBu2BQ%2CqBAAA%3B%3BAb%5C%2FnCR%2CyBA%2BBI%2Cca8lCA%2CqBAAqB%2CuBAIhB%3BAqCr%5C%2FBT%2CarCi%5C%2FBI%2CqBAAqB%2CuBAIhB%3BAqCp%5C%2FBT%2CarCg%5C%2FBI%2CqBAAqB%2CuBAIhB%3BAPljCT%2CaO8iCI%2CqBAAqB%2CuBAIhB%3BEACG%2CSAAS%2CIAAI%2CiBAAgB%2CIAA7B%3B%3BAbloCZ%2CyBA%2BBI%2Cca8lCA%2CqBAAqB%2CuBAQhB%3BAqCz%5C%2FBT%2CarCi%5C%2FBI%2CqBAAqB%2CuBAQhB%3BAqCx%5C%2FBT%2CarCg%5C%2FBI%2CqBAAqB%2CuBAQhB%3BAPtjCT%2CaO8iCI%2CqBAAqB%2CuBAQhB%3BEACG%2CSAAS%2CGAAT%3B%3BA4CjnCR%2CoBAUI%3BAATJ%2CoBASI%3BA3CrCR%2CwBA8BI%2CqCAgBI%3BAR2KJ%2CKAAC%2CcA2JG%3BEOoyBJ%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEnB53BJ%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAAMA%2CcAAC%3BAqBzCG%2CoBAUI%2CgBrB%2BBP%3BAqBxCG%2CoBASI%2CgBrB%2BBP%3BAtBpED%2CwBA8BI%2CqCAgBI%2CgBsBsBP%3BA9BqJG%2CKAAC%2CcA2JG%2CgB8BhTP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAqB5UI%2CoBAUI%2CgB5C6nCH%3BA4CtoCD%2CoBASI%2CgB5C6nCH%3BAClqCL%2CwBA8BI%2CqCAgBI%2CgBDonCH%3BAPz8BD%2CKAAC%2CcA2JG%2CgBO8yBH%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAuBviCR%2CuBAAC%3BAqBvFW%2CoBAFJ%2CgBAEK%2CSrBuFZ%3BAqBvFW%2CoBAFJ%2CgBAEK%2CSrBuFZ%3BAtB9EW%2CwBAlBR%2CqCAgBI%2CgBAEK%2CSsB8EZ%3BA9ByPW%2CKA9JP%2CcA2JG%2CgBAGK%2CS8BzPZ%3BE1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BA%2BC%5C%2FHI%2COAAC%2CQ5BgiCD%2CQACK%3BA4BroBT%2CgBAiBI%2CgBAOI%2CwB5B4mBJ%2CQACK%3BEACG%2CkBAAA%3B%3BA4BliCR%2COAAC%2CQ5BgiCD%2CQAKK%3BA4BzoBT%2CgBAiBI%2CgBAOI%2CwB5B4mBJ%2CQAKK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BA4B1iCR%2COAAC%2CQ5BgiCD%2CQAaK%3BA4BjpBT%2CgBAiBI%2CgBAOI%2CwB5B4mBJ%2CQAaK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAmBrnCZ%2CqBACI%2COAAM%2CUASF%2CMAAK%2CQAGD%2CQnBonCP%3BAmBv6BL%2CQAaI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQnBw5BP%3BAmBt6BL%2CuBAYI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQnBw5BP%3BAmBr6BL%2CiBAWI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQnBw5BP%3BAmBh4BL%2CMA0BI%2CaAGI%2CQnBm2BH%3BEnB57BL%2C8BAAA%3BEmB87BQ%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAmBvoCR%2CqBACI%2COAAM%2CUASF%2CMAAK%2CQAGD%2CQnB6nCP%2CWACI%3BAmBj7BT%2CQAaI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQnBi6BP%2CWACI%3BAmBh7BT%2CuBAYI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQnBi6BP%2CWACI%3BAmB%5C%2F6BT%2CiBAWI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQnBi6BP%2CWACI%3BAmB14BT%2CMA0BI%2CaAGI%2CQnB42BH%2CWACI%3BEACG%2CaAAA%3B%3BACruCZ%2CwBACI%2CODgvCA%2CaAGK%3BAiBtvCT%2CcjBmvCI%2CaAGK%3BAXpvCT%2CcACI%2COWgvCA%2CaAGK%3BAc3qCT%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSdsqCd%2CaAGK%3BAVrhCT%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSU%2BgCd%2CaAGK%3BAVphCT%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSU%2BgCd%2CaAGK%3BAmBjkCT%2CQAgBI%2CQAAO%2CKAQH%2COAAM%2CIAAI%2CSnBsiCd%2CaAGK%3BEACG%2CiBAAA%3B%3BACrvCZ%2CwBACI%2CODwvCA%3BAiB3vCJ%2CcjB2vCI%3BAXzvCJ%2CcACI%2COWwvCA%3BAchrCJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSd8qCd%3BAV1hCJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSUuhCd%3BAVzhCJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSUuhCd%3BAmBtkCJ%2CQAgBI%2CQAAO%2CKAQH%2COAAM%2CIAAI%2CSnB8iCd%3BEAKI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAC%5C%2FvCR%2CwBACI%2CODwvCA%2CWACK%3BAiB5vCT%2CcjB2vCI%2CWACK%3BAX1vCT%2CcACI%2COWwvCA%2CWACK%3BAcjrCT%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSd8qCd%2CWACK%3BAV3hCT%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSUuhCd%2CWACK%3BAV1hCT%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSUuhCd%2CWACK%3BAmBvkCT%2CQAgBI%2CQAAO%2CKAQH%2COAAM%2CIAAI%2CSnB8iCd%2CWACK%3BEnB59BT%2CiBAAA%3B%3BAoB9RA%2CwBACI%2CODwvCA%2CWAQK%3BAiBnwCT%2CcjB2vCI%2CWAQK%3BAXjwCT%2CcACI%2COWwvCA%2CWAQK%3BAcxrCT%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSd8qCd%2CWAQK%3BAVliCT%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSUuhCd%2CWAQK%3BAVjiCT%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSUuhCd%2CWAQK%3BAmB9kCT%2CQAgBI%2CQAAO%2CKAQH%2COAAM%2CIAAI%2CSnB8iCd%2CWAQK%3BEACG%2CgBAAA%3BEACA%2CiBAAA%3B%3BAKxnCZ%2CoBACI%2CoBAiBI%2COLknCH%3BAKpoCL%2CoBAEI%2CkCAgBI%2COLknCH%3BAZnpCW%2C0BAJZ%2CUAEK%2COACG%2CeACK%2CMYmpCZ%3BAkBliCL%2CeAyJI%2CaAEI%2COlBu4BH%3BAkBliCL%2CeA0JI%2CgBACI%2COlBu4BH%3BEACG%2CSAAS%2CIAAT%3B%3BAAkCR%2CuBAOI%2CQAAO%3BAZpzCP%2CSAAC%2CMAAM%2COYozCP%2CQAAO%3BAZ1sCP%2CSAAC%2CSY0sCD%2CQAAO%3BEnB3hCX%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAAMA%2CaAAC%3BAvB4xCD%2CuBAOI%2CQAAO%2CIuBnyCV%3BAnCjBG%2CSAAC%2CMAAM%2COYozCP%2CQAAO%2CIuBnyCV%3BAnCyFG%2CSAAC%2CSY0sCD%2CQAAO%2CIuBnyCV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CpOU%2CO3CoOV%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAnClWI%2CSAAC%2CMAAM%2COY8yCP%2COAAO%2CMAAK%2CWACP%3BAZrsCL%2CSAAC%2CSYosCD%2COAAO%2CMAAK%2CWACP%3BEnBthCT%2CmBAAA%3B%3BAOzRI%2CSAAC%2CMAAM%2COYozCP%2CQAAO%2CIAGF%3BAZ7sCL%2CSAAC%2CSY0sCD%2CQAAO%2CIAGF%3BEACG%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA8WZ%2CmBAqBI%3BAIprDJ%2CsBAcI%2CUAAS%2CSACJ%2CUAEK%3BAC6Gd%2CoBA2BI%2CaACI%2CoBAKI%2CQAAO%3BAY9KnB%2CcAuJI%2COAGI%2CkBACI%2CcACI%2CUAKM%2CUAAU%3BAAjKhC%2CcAuPI%3BAAcJ%2CyBACI%3BAADJ%2CyBAEI%3BA3BpGA%2CaAAc%2CeAAE%3BAAChB%2CmBAAoB%2CeAAE%3BAEyS1B%2CQAgFI%3BACtcJ%2CaAaI%2COA2BI%2CUAAS%2CSAEJ%3BAA1Cb%2CaAaI%2COA2BI%2CUAAS%2CSAGJ%2CUAAQ%3BAyB6GrB%2CeAkEI%2CsBAYI%2CMAAK%2CYAGD%3BArB2UZ%3BAJjcA%2CYOy%5C%2FCI%3BAoBjrDJ%2CkBAYI%2CcpBqqDA%3BEAxXJ%2CaAAA%3B%3BAclxCA%3BAxB%2BCA%3BETwLA%2CsBAAA%3BEmBykCI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAmBzjCJ%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAALrB%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAAJrB%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BEnC%5C%2FErB%2CYAAA%3B%3BAgBysCA%2CkBhBzoCE%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAgBwoCN%2CkBhBzoCE%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAmCON%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnCfnB%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAmCQN%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnCfnB%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAmCQN%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnCfnB%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAmCSN%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnCfnB%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAmCSN%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnCfnB%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAmCUN%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnCfnB%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BEHdN%2CmBAAA%3B%3BAmBqpCA%2CkBhBvsCE%2CQAGI%2CKACI%3BAgBmsCV%2CkBhBtsCE%2CQAEI%2CKACI%3BAgBmsCV%2CkBhBrsCE%2CQACI%2CKACI%3BAgBmsCV%2CkBhBvsCE%2CQAGI%2CKAEI%3BAgBksCV%2CkBhBtsCE%2CQAEI%2CKAEI%3BAgBksCV%2CkBhBrsCE%2CQACI%2CKAEI%3BAmCkEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnC7EnB%2CQAGI%2CKACI%3BAmCmEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnC5EnB%2CQAEI%2CKACI%3BAmCmEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnC3EnB%2CQACI%2CKACI%3BAmCmEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnC7EnB%2CQAGI%2CKAEI%3BAmCkEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnC5EnB%2CQAEI%2CKAEI%3BAmCkEV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnC3EnB%2CQACI%2CKAEI%3BAmCmEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnC7EnB%2CQAGI%2CKACI%3BAmCoEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnC5EnB%2CQAEI%2CKACI%3BAmCoEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnC3EnB%2CQACI%2CKACI%3BAmCoEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnC7EnB%2CQAGI%2CKAEI%3BAmCmEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnC5EnB%2CQAEI%2CKAEI%3BAmCmEV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnC3EnB%2CQACI%2CKAEI%3BAmCoEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnC7EnB%2CQAGI%2CKACI%3BAmCqEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnC5EnB%2CQAEI%2CKACI%3BAmCqEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnC3EnB%2CQACI%2CKACI%3BAmCqEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnC7EnB%2CQAGI%2CKAEI%3BAmCoEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnC5EnB%2CQAEI%2CKAEI%3BAmCoEV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnC3EnB%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAgBisCZ%2CkBhB5rCE%2CQACI%2CKACI%3BAgB0rCV%2CkBhB5rCE%2CQACI%2CKAEI%3BAmCyDV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnClEnB%2CQACI%2CKACI%3BAmC0DV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnClEnB%2CQACI%2CKAEI%3BAmC0DV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnClEnB%2CQACI%2CKACI%3BAmC2DV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnClEnB%2CQACI%2CKAEI%3BAmC2DV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnClEnB%2CQACI%2CKACI%3BAmC4DV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMnClEnB%2CQACI%2CKAEI%3BEHoCV%2C6BAAA%3B%3BAW4xBA%2CcAgBI%3BEX5yBJ%2CcAAA%3BEAAA%2CiBAAA%3BEmBstCI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAR3bJ%2CcAgBI%2CSQ6aC%3BEACG%2CSAAS%2CGAAT%3B%3BAR9bR%2CcAgBI%2CSQibC%3BEACG%2CSAAS%2CGAAT%3B%3BARlcR%2CcACI%3BAKncJ%2COAGI%3BEG44BA%2CgBAAA%3B%3BAR7cJ%2CcACI%2CaQ8cA%3BAHj5BJ%2COAGI%2CaG84BA%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAyBx8CR%3BAhCUA%2CeACI%3BEOw8CA%2CmBAAA%3B%3BAyBn9CJ%2CkBzBq9CI%2CSAAQ%2CKAEJ%3BAyBv9CR%2CkBzBq9CI%2CSAAQ%2CKAGJ%3BAP98CR%2CeACI%2CWO08CA%2CSAAQ%2CKAEJ%3BAP78CR%2CeACI%2CWO08CA%2CSAAQ%2CKAGJ%3BEACI%2CaAAA%3B%3BAAwCZ%2CeAMI%3BA6C%5C%2F6CJ%2CMAAM%2CKAEF%3BAADJ%2CUACI%3BAjCnGJ%2CyBAOI%2CyBAOI%3BE%5C%2FBqNR%2CkBAAA%3BEmB0zCI%2COAAO%2CwBAAP%3B%3BA2CllDI%2CMADJ%2CSACK%3BE3C6lDL%2CkBAAA%3B%3BA2C7lDI%2CMADJ%2CSACK%2Cc3C%2BlDL%3BEnBv0CJ%2CkBAAA%3BEmBy0CQ%2COAAO%2C8BAAP%3B%3BAOnmDR%2CqBACI%2CaACI%2CeACI%3BA6BIR%2CsBAAC%2CcAgBG%3BEvDmQR%2CYAAA%3BEAAA%2CSAAA%3BEmBq1CA%2CUAAA%3B%3BAO%5C%2FmDA%2CqBACI%2CaACI%2CeACI%2CuBP8mDX%3BAOjnDD%2CqBACI%2CaACI%2CeACI%2CuBP%2BmDX%3BAoC3mDG%2CsBAAC%2CcAgBG%2CuBpC0lDP%3BAoC1mDG%2CsBAAC%2CcAgBG%2CuBpC2lDP%3BEnB1yCD%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2CiBAAA%3BEAAA%2CWAAA%3BEmB81CI%2CUAAA%3BEACA%2CMAAA%3B%3BAOznDJ%2CqBACI%2CaACI%2CeACI%2CuBPynDX%3BAoCrnDG%2CsBAAC%2CcAgBG%2CuBpCqmDP%3BEnBl2CD%2C4BAAA%3B%3BA0B1RA%2CqBACI%2CaACI%2CeACI%2CuBP6nDX%3BAoCznDG%2CsBAAC%2CcAgBG%2CuBpCymDP%3BEnBt2CD%2C4BAAA%3BEmBw2CI%2CQAAA%3B%3BAN5lDJ%2CYAOI%3BAehCJ%2C%2BBAGI%3BAWJJ%2CkBAMM%3BAxBYN%2C0BAQI%3BEfoPJ%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAYtFA%3BA2BxLA%2CkBAYI%3BEpBipDA%2C0BAAA%3BEACA%2CiBAAA%3B%3BAPt%2BCJ%2CYOw%2BCI%2CMAEI%3BAP1%2BCR%2CYOy%2BCI%2CMACI%3BAoBlqDR%2CkBAYI%2CcpBopDA%2CMAEI%3BAoBlqDR%2CkBAYI%2CcpBqpDA%2CMACI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAP7%2BCZ%2CYOw%2BCI%2CMAQI%3BAPh%5C%2FCR%2CYOy%2BCI%2CMAOI%3BAoBxqDR%2CkBAYI%2CcpBopDA%2CMAQI%3BAoBxqDR%2CkBAYI%2CcpBqpDA%2CMAOI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAPr%5C%2FCZ%2CYO6%5C%2FCI%2COAEI%3BAP%5C%2F%5C%2FCR%2CYO6%5C%2FCI%2COAGI%3BAoBxrDR%2CkBAYI%2CcpByqDA%2COAEI%3BAoBvrDR%2CkBAYI%2CcpByqDA%2COAGI%3BEACI%2CeAAA%3B%3BAPjgDZ%2CYO6%5C%2FCI%2COAOI%3BAoB5rDR%2CkBAYI%2CcpByqDA%2COAOI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAPvgDZ%2CYO6%5C%2FCI%2COAaI%3BAoBlsDR%2CkBAYI%2CcpByqDA%2COAaI%3BEnBp7CR%2CiBAAA%3BEmBs7CY%2C0BAAA%3BEACA%2CmBAAA%3B%3BAP7gDZ%2CYO6%5C%2FCI%2COAmBI%3BAoBxsDR%2CkBAYI%2CcpByqDA%2COAmBI%3BEnB17CR%2CiBAAA%3BEmB47CY%2C0BAAA%3B%3BAPlhDZ%2CYOshDI%3BAoB9sDJ%2CkBAYI%2CcpBksDA%3BEACI%2CmBAAA%3B%3BAPvhDR%2CYO0hDI%2CMAAM%2CGAAE%2CWAAY%3BAoBltDxB%2CkBAYI%2CcpBssDA%2CMAAM%2CGAAE%2CWAAY%3BEAChB%2CoBAAA%3B%3BAP3hDR%2CYO8hDI%2CYACK%2CQAEG%3BAPjiDZ%2CYO8hDI%2CYACK%2CQAGG%3BAoB1tDZ%2CkBAYI%2CcpB0sDA%2CYACK%2CQAEG%3BAoBztDZ%2CkBAYI%2CcpB0sDA%2CYACK%2CQAGG%3BEACI%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAPriDhB%2CYO8hDI%2CYACK%2CQASG%2CQAAQ%3BAoBhuDpB%2CkBAYI%2CcpB0sDA%2CYACK%2CQASG%2CQAAQ%3BEACJ%2CmBAAA%3BEACA%2CkBAAA%3BEnBp9ChB%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAvByqDQ%2CmBADJ%2CYACK%2CQASG%2CQAAQ%2COuB99ClB%3BA9B1EF%2CYO8hDI%2CYACK%2CQASG%2CQAAQ%2COuB99ClB%3BAHlQF%2CkBAYI%2CcpB0sDA%2CYACK%2CQASG%2CQAAQ%2COuB99ClB%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CmBvBkqDI%2CYACK%2CQASG%2CQAAQ%2COuB5qDnB%3BA9BoID%2CYO8hDI%2CYACK%2CQASG%2CQAAQ%2COuB5qDnB%3BAHpDD%2CkBAYI%2CcpB0sDA%2CYACK%2CQASG%2CQAAQ%2COuB5qDnB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA9B%5C%2FJA%2CYO8hDI%2CYACK%2CQASG%2CQAAQ%2COASH%3BAoBzuDjB%2CkBAYI%2CcpB0sDA%2CYACK%2CQASG%2CQAAQ%2COASH%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAPpjDpB%2CYO8hDI%2CYACK%2CQAyBI%2CSAEG%3BAP1jDhB%2CYO8hDI%2CYACK%2CQAyBI%2CSAGG%3BAoBnvDhB%2CkBAYI%2CcpB0sDA%2CYACK%2CQAyBI%2CSAEG%3BAoBlvDhB%2CkBAYI%2CcpB0sDA%2CYACK%2CQAyBI%2CSAGG%3BEACI%2CgBAAA%3B%3BAuBtoDpB%2CmBvBwmDI%2CYACK%2CQAyBI%2CSAOG%2CQAAQ%2COuBzoDvB%3BA9B0ED%2CYO8hDI%2CYACK%2CQAyBI%2CSAOG%2CQAAQ%2COuBzoDvB%3BAH9GD%2CkBAYI%2CcpB0sDA%2CYACK%2CQAyBI%2CSAOG%2CQAAQ%2COuBzoDvB%3BE1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BAYtFA%2CYO8hDI%2CYAwCK%3BAoB9vDT%2CkBAYI%2CcpB0sDA%2CYAwCK%3BEACG%2C6BAAA%3BEACA%2CaAAA%3B%3BAPxkDZ%2CYO8hDI%2CYAwCK%2CQAII%3BAoBlwDb%2CkBAYI%2CcpB0sDA%2CYAwCK%2CQAII%3BEACG%2CkBAAA%3B%3BAP3kDhB%2CYOglDI%3BAoBxwDJ%2CkBAYI%2CcpB4vDA%3BEACI%2CgBAAA%3B%3BAClsDR%2CiCDmuDI%2COAGK%2CSACG%3BAXnwDZ%2CuBAII%2COW2vDA%2COAGK%2CSACG%3BAPl6CZ%2CcO85CI%2COAGK%2CSACG%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BACzuDhB%2CiCD8uDI%3BAX1wDJ%2CuBAII%2COWswDA%3BAPz6CJ%2CcOy6CI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BACjvDR%2CiCD8uDI%2CiBAKI%2CQAEK%3BACrvDb%2CiCD8uDI%2CiBAKI%2CQAGK%3BAXlxDb%2CuBAII%2COWswDA%2CiBAKI%2CQAEK%3BAXjxDb%2CuBAII%2COWswDA%2CiBAKI%2CQAGK%3BAPj7Cb%2CcOy6CI%2CiBAKI%2CQAEK%3BAPh7Cb%2CcOy6CI%2CiBAKI%2CQAGK%3BEAEG%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAC5vDhB%2CiCD8uDI%2CiBAkBI%3BAX5xDR%2CuBAII%2COWswDA%2CiBAkBI%3BAP37CR%2CcOy6CI%2CiBAkBI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BACnwDZ%2CiCDuwDI%2CQAAO%3BAXnyDX%2CuBAII%2COW%2BxDA%2CQAAO%3BAPl8CX%2CcOk8CI%2CQAAO%3BEAEH%2CgBAAA%3B%3BACzwDR%2CiCD4wDI%3BAXxyDJ%2CuBAII%2COWoyDA%3BAPv8CJ%2CcOu8CI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAC9wDR%2CiCD4wDI%2CUAIK%2CSACI%3BAX7yDb%2CuBAII%2COWoyDA%2CUAIK%2CSACI%3BAP58Cb%2CcOu8CI%2CUAIK%2CSACI%3BEACG%2CaAAA%3B%3BAClxDhB%2CiCDuxDI%3BAXnzDJ%2CuBAII%2COW%2ByDA%3BAPl9CJ%2CcOk9CI%3BEACI%2CmBAAA%3B%3BApBz2DR%3BEACI%2CakERc%2CWlEQd%3BEACA%2CSAAS%2C8CAAsB%2COAAO%2CcAClC%2C6CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CakEAc%2CWlEAd%3BEACA%2CSAAS%2CgDAAsB%2COAAO%2CcAClC%2C%2BCAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CakEQc%2CWlERd%3BEACA%2CSAAS%2CiDAAsB%2COAAO%2CcAClC%2CgDAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CakEgBc%2CWlEhBd%3BEACA%2CSAAS%2C6CAAsB%2COAAO%2CcAClC%2C4CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAkEmCJ%3BEjE%2BOA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BA6DlHA%3BE5DgZA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3BEkEnZJ%2CsBAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CWAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BANnCJ%2CQAGI%2CQAAO%3BE5DyRX%2CoBAAA%3BEA0IA%2CwBAAA%3BEACQ%2CgBAAA%3BEAfR%2CoBAAA%3BEACQ%2CYAAA%3BEAmCR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BE4DrbD%2CWAAA%3B%3BAATR%2CQAYI%3BE5D4YJ%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BA4D9bT%2CQAmBI%3BE5DqYJ%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAmElcT%3BEACI%2CmBAAA%3B%3BAAGJ%2CKhEyeE%3BEHzdF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAmEnBA%2CMACI%3BEnEuRJ%2CmBAAA%3B%3BAmEpRY%2CMAHR%2CMAEM%2CKACG%2CYACG%3BAADJ%2CMAHR%2CMAEM%2CKACG%2CYAEG%3BEACI%2C0BAAA%3BEACA%2CiBAAA%3B%3BAARpB%2CMACI%2CMAYI%3BAAbR%2CMACI%2CMAaI%3BEACI%2CSAAA%3B%3BAAfZ%2CMACI%2CMAiBI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAC3BZ%2CQAAQ%3BEpE%2BRR%2CgBAAA%3BEAAA%2C4BAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEqEtCA%2CkBAAA%3B%3BADzPA%2CQAAQ%2CKCoDR%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQDvDI%2CKCoDR%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQD3DI%2CKCoDR%2CEAOK%3BErEoOL%2CcAAA%3B%3BAoE%5C%2FRA%2CQAAQ%2CKC2PN%2CIAAC%2CYAAY%3BE3BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9PW%2CO3C8PX%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE1CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEqErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADvQJ%2CQAAQ%3BEpE2RR%2CgBAAA%3BEAAA%2C4BAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEqEtCA%2CkBAAA%3B%3BADrPA%2CQAAQ%2CMCgDR%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQDnDI%2CMCgDR%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQDvDI%2CMCgDR%2CEAOK%3BErEoOL%2CcAAA%3B%3BAoE3RA%2CQAAQ%2CMCuPN%2CIAAC%2CYAAY%3BE3BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCjRS%2CODiRT%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE1CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEqErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADnQJ%2CQAAQ%3BEpEuRR%2CgBAAA%3BEAAA%2C4BAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEqEtCA%2CkBAAA%3B%3BADjPA%2CQAAQ%2CQC4CR%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQD%5C%2FCI%2CQC4CR%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQDnDI%2CQC4CR%2CEAOK%3BErEoOL%2CcAAA%3B%3BAoEvRA%2CQAAQ%2CQCmPN%2CIAAC%2CYAAY%3BE3BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9PW%2CO3C8PX%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE1CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEqErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD%5C%2FPJ%2CQAAQ%3BEpEmRR%2CgBAAA%3BEAAA%2C4BAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEqEtCA%2CkBAAA%3B%3BAD7OA%2CQAAQ%2COCwCR%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQD3CI%2COCwCR%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQD%5C%2FCI%2COCwCR%2CEAOK%3BErEoOL%2CcAAA%3B%3BAoEnRA%2CQAAQ%2COC%2BON%2CIAAC%2CYAAY%3BE3BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9PW%2CO3C8PX%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE1CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEqErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD3PJ%2CQAAQ%3BEpE%2BQR%2CgBAAA%3BEAAA%2C4BAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEqEtCA%2CkBAAA%3B%3BADzOA%2CQAAQ%2CQCoCR%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQDvCI%2CQCoCR%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQD3CI%2CQCoCR%2CEAOK%3BErEoOL%2CcAAA%3B%3BAoE%5C%2FQA%2CQAAQ%2CQC2ON%2CIAAC%2CYAAY%3BE3BiGf%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSClRW%2CODkRX%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BE1CxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEqErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BACrQJ%2CMAAM%2COACF%3BAADJ%2CMAAM%2COAEF%3BEACI%2CaAAA%3B%3BAAIR%3BEtEkRA%2CmBAAA%3B%3BAsE9QA%3BEtE8QA%2CqBAAA%3BE0C9QA%2CqBAAA%3BE4BQI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BA5BRJ%2CWAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CvPQ%2CO3CuPR%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CWADH%2CMACI%3BE1C2PL%2CWAAA%3B%3BAsE9QA%2CW5BkQE%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuE1BA%2CQAAQ%3BECqBR%2CkBAAA%3B%3BADrBA%2CQAAQ%2CQCuBR%3BExEwQA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BEwEhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BExE8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BEwExFA%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%3BExEqOL%2CkBAAA%3BEwEnOQ%2CyBAAA%3B%3BAAGJ%2CQD%5C%2FDI%2CQCuBR%2CiBAwCK%3BExEgOL%2CkBAAA%3BEwE9NQ%2CyBAAA%3B%3BAAyIR%2CQD1MQ%2CQCuBR%2CiBAmLC%3BAACD%2CQD3MQ%2CQCuBR%2CiBAoLC%3BEACG%2CYAAA%3B%3BAAGJ%2CQD%5C%2FMQ%2CQCuBR%2CiBAwLC%3BExEgFD%2C4BAAA%3BEAAA%2CUAAA%3BEAAA%2CkBAAA%3B%3BAwE1EA%2CQDrNQ%2CQCuBR%2CiBA8LC%3BExE0ED%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CkBAAA%3B%3BAwEhNA%2CQD%5C%2FEQ%2CQC%2BEN%3BExEgNF%2CYAAA%3B%3BAwE5MA%2CQDnFQ%2CQCmFN%2CgBAA2B%2CMAAS%3BAACtC%2CQDpFQ%2CQCoFN%2CgBAA2B%2CMAAS%3BAACtC%2CQDrFQ%2CQCqFP%2CMAAO%3BEACJ%2CcAAA%3B%3BADtFJ%2CQAAQ%2CQAOJ%2CSAAQ%2CQACJ%3BEACI%2CgBAAA%3B%3BAATZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQAKJ%3BEACI%2CmBAAA%3B%3BAAbZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQASJ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApBZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQAgBJ%3BEACI%2CgBAAA%3B%3BAAEA%2CQA1BJ%2CQAOJ%2CSAAQ%2CQAgBJ%2COAGK%3BEACG%2CaAAA%3B%3BAA3BhB%2CQAAQ%2CQAOJ%2CSAAQ%2CQAwBJ%3BEACI%2CSAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CaAAA%3B%3BAEvCJ%2CKAAK%3BEzE%2BRL%2C0CAAA%3BEAAA%2CaAAA%3BE0E7QA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEDpBI%2CkBAAA%3B%3BACsBJ%2CKDxBK%2CUCwBJ%3BE1EuQD%2C4B2E3RgC%2C2C3E2RhC%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BE0EhQI%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BADtCJ%2CKAAK%2CUAIC%3BEACE%2CaAAA%3B%3BAAIR%3BECoEA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEDxEI%2CoCAAA%3B%3BAAFJ%2CaAII%2CQACM%3BEC%2BDV%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAD1EA%2CaAII%2CQAKM%3BEACE%2CaAAA%3B%3BAAKZ%2CIACM%3BEACE%2CaAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAT5BJ%3BEhEwRA%2CSAAA%3BEAAA%2CgBAAA%3BEAAA%2CUAAA%3BEK0KA%2CuBAAA%3B%3BA2DlcA%2CS3DocE%3BEACE%2CsBAAA%3B%3BA2DrcJ%2CS3DwcE%3BELhLF%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEKoLI%2CsBAAA%3BEACA%2CWAAA%3BELrLJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAKgMI%2CSAhBF%2CUAgBM%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BA2D1dJ%2CSAAC%3BEACG%2CmBAAA%3B%3BAAJR%2CSAOM%3BAAPN%2CSAQM%2CUAAU%3BEhEgRhB%2CgBAAA%3B%3BAgExRA%2CSAOM%2CS3DqwBJ%3BA2D5wBF%2CSAQM%2CUAAU%2CS3DowBd%3BELpfF%2CeAAA%3BEKwfI%2CqBAAA%3B%3BAAtOJ%2CS2DniBM%2CS3DmiBL%3BAAAD%2CS2DliBM%2CUAAU%2CS3DkiBf%3BEACG%2CgBAAA%3B%3BA2D3iBJ%2CSAOM%2CS3D6iBJ%3BA2DpjBF%2CSAQM%2CUAAU%2CS3D4iBd%3BEL5RF%2CgBAAA%3B%3BAKqSI%2CS2DtjBE%2CS3D6iBJ%2CSASM%3BAAAJ%2CS2DrjBE%2CUAAU%2CS3D4iBd%2CSASM%3BEACA%2CaAAA%3B%3BA2D9jBR%2CSAOM%2CS3D2jBN%2CQACI%3BA2DnkBJ%2CSAQM%2CUAAU%2CS3D0jBhB%2CQACI%3BEACI%2CmBAAA%3B%3BALhiBR%2CSgE7BM%2CS3DikBN%2CQAAO%2CMLpiBN%3BAAAD%2CSgE5BM%2CUAAU%2CS3DgkBhB%2CQAAO%2CMLpiBN%3BAACD%2CSgE9BM%2CS3DikBN%2CQAAO%2CMLniBN%3BAAAD%2CSgE7BM%2CUAAU%2CS3DgkBhB%2CQAAO%2CMLniBN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSgEnCM%2CS3DikBN%2CQAAO%2CML9hBN%3BAAAD%2CSgElCM%2CUAAU%2CS3DgkBhB%2CQAAO%2CML9hBN%3BEACG%2CWAAA%3B%3BAgE3CJ%2CSAOM%2CS3DikBN%2CQAAO%2CMAEH%3BA2D1kBJ%2CSAQM%2CUAAU%2CS3DgkBhB%2CQAAO%2CMAEH%3BEACI%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CS2DxkBE%2CS3DikBN%2CQAAO%2CMAOF%2CQAAS%3BAAAV%2CS2DvkBE%2CUAAU%2CS3DgkBhB%2CQAAO%2CMAOF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CS2D5kBE%2CS3DikBN%2CQAAO%2CMAWF%2CQAAS%3BAAAV%2CS2D3kBE%2CUAAU%2CS3DgkBhB%2CQAAO%2CMAWF%2CQAAS%3BEACN%2CYAAA%3B%3BAAGJ%2CS2DhlBE%2CS3DikBN%2CQAAO%2CMAeF%2CQAAS%3BAAAV%2CS2D%5C%2FkBE%2CUAAU%2CS3DgkBhB%2CQAAO%2CMAeF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CS2DplBE%2CS3DikBN%2CQAAO%2CMAmBF%2CQAAS%3BAAAV%2CS2DnlBE%2CUAAU%2CS3DgkBhB%2CQAAO%2CMAmBF%2CQAAS%3BEACN%2CqBAAA%3B%3BA2D5lBR%2CSAOM%2CS3DylBN%3BA2DhmBA%2CSAQM%2CUAAU%2CS3DwlBhB%3BELpNA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEA2BA%2CyBAAA%3BEACQ%2CiBAAA%3BEKyLJ%2CUAAA%3BEACA%2CWAAA%3B%3BA2DpmBJ%2CSAOM%2CS3DylBN%2COAMI%3BA2DtmBJ%2CSAQM%2CUAAU%2CS3DwlBhB%2COAMI%3BA2DtmBJ%2CSAOM%2CS3DylBN%2COAOI%3BA2DvmBJ%2CSAQM%2CUAAU%2CS3DwlBhB%2COAOI%3BA2DvmBJ%2CSAOM%2CS3DylBN%2COAQI%3BA2DxmBJ%2CSAQM%2CUAAU%2CS3DwlBhB%2COAQI%3BELhLJ%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEAxBT%2CwBAAA%3BEACQ%2CgBAAA%3BEKwMA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BA2D7mBR%2CSAOM%2CS3DylBN%2COAgBI%3BA2DhnBJ%2CSAQM%2CUAAU%2CS3DwlBhB%2COAgBI%3BA2DhnBJ%2CSAOM%2CS3DylBN%2COAiBI%3BA2DjnBJ%2CSAQM%2CUAAU%2CS3DwlBhB%2COAiBI%3BELzVJ%2CmBAAA%3BEAAA%2C4BAAA%3BEAAA%2CyBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CuBAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3BELiZA%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEK0LD%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAzPR%2CS2DvXM%2CS3DylBN%2COAgBI%2CWAlPH%3BAAAD%2CS2DtXM%2CUAAU%2CS3DwlBhB%2COAgBI%2CWAlPH%3BAAAD%2CS2DvXM%2CS3DylBN%2COAiBI%2CUAnPH%3BAAAD%2CS2DtXM%2CUAAU%2CS3DwlBhB%2COAiBI%2CUAnPH%3BELtGD%2CYAAA%3B%3BAKqHA%2CS2DtYM%2CS3DylBN%2COAgBI%2CWAnOH%3BAAAD%2CS2DrYM%2CUAAU%2CS3DwlBhB%2COAgBI%2CWAnOH%3BAAAD%2CS2DtYM%2CS3DylBN%2COAiBI%2CUApOH%3BAAAD%2CS2DrYM%2CUAAU%2CS3DwlBhB%2COAiBI%2CUApOH%3BELrHD%2CcAAA%3B%3BAK0HA%2CS2D3YM%2CS3DylBN%2COAgBI%2CWA9NH%3BAAAD%2CS2D1YM%2CUAAU%2CS3DwlBhB%2COAgBI%2CWA9NH%3BAAAD%2CS2D3YM%2CS3DylBN%2COAiBI%2CUA%5C%2FNH%3BAAAD%2CS2D1YM%2CUAAU%2CS3DwlBhB%2COAiBI%2CUA%5C%2FNH%3BEL1HD%2CcAAA%3B%3BAK%2BHA%2CS2DhZM%2CS3DylBN%2COAgBI%2CWAzNH%3BAAAD%2CS2D%5C%2FYM%2CUAAU%2CS3DwlBhB%2COAgBI%2CWAzNH%3BAAAD%2CS2DhZM%2CS3DylBN%2COAiBI%2CUA1NH%3BAAAD%2CS2D%5C%2FYM%2CUAAU%2CS3DwlBhB%2COAiBI%2CUA1NH%3BEL%5C%2FHD%2CcAAA%3B%3BAgExRA%2CSAOM%2CS3DylBN%2COA0BI%3BA2D1nBJ%2CSAQM%2CUAAU%2CS3DwlBhB%2COA0BI%3BEACI%2CWAAA%3BELnMR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAgE1bT%2CSAOM%2CS3DynBN%3BA2DhoBA%2CSAQM%2CUAAU%2CS3DwnBhB%3BELxWA%2CgBAAA%3B%3BAKugBI%2CS2DxxBE%2CS3DsxBL%2CSAAY%2CSAER%3BAAAD%2CS2DvxBE%2CUAAU%2CS3DqxBf%2CSAAY%2CSAER%3BAAAD%2CS2DxxBE%2CS3DuxBL%2CUAAa%2CSACT%3BAAAD%2CS2DvxBE%2CUAAU%2CS3DsxBf%2CUAAa%2CSACT%3BEACG%2CSAAS%2CGAAT%3BELxgBR%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3B%3BAgExRA%2CSAOM%2CS3D6zBN%3BA2Dp0BA%2CSAQM%2CUAAU%2CS3D4zBhB%3BEL5iBA%2CiBAAA%3BEAAA%2CeAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAAMA%2CSsBTM%2CS3D6zBN%2CMqCpzBC%3BAAAD%2CSsBRM%2CUAAU%2CS3D4zBhB%2CMqCpzBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAsBvVQ%2CSAHF%2CSAGG%2CSACK%3BAADN%2CSAFF%2CUAAU%2CSAEP%2CSACK%3BEhECd%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAgEHQ%2CSATF%2CSASG%2COACG%3BAADJ%2CSARF%2CUAAU%2CSAQP%2COACG%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2COAAO%2CIAAI%2COAAQ%2CUAlBzB%2CSAiBE%3BAACI%2COAAO%2CIAAI%2COAAQ%2CUAjBzB%2CUAAU%2CSAgBR%3BEAEQ%2CmBAAA%3B%3BAA1BhB%2CSAOM%2CSAuBE%2COAAM%3BAA9Bd%2CSAQM%2CUAAU%2CSAsBR%2COAAM%3BEACF%2CmBAAA%3B%3BAAEA%2CSA1BN%2CSAuBE%2COAAM%2COAGD%3BAAAD%2CSAzBN%2CUAAU%2CSAsBR%2COAAM%2COAGD%3BEACG%2CgBAAA%3B%3BAAMhB%2COAAU%3BAACV%2COAAU%3BEACN%2CWAAA%3B%3BAAGJ%2COACM%3BEACE%2CiBAAA%3B%3BAAIR%2CQAAQ%3BEACJ%2CSAAA%3BEACA%2CUAAA%3B%3BAAIA%2CMAAC%2CKACG%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CMADJ%2CSACK%3BEACG%2CgBAAA%3B%3BAAiBZ%3BEhEoLF%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEgEhMA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAe%2CEAAf%3B%3BAAEA%2CMAAC%3BEACG%2CaAAA%3B%3BAAQR%2CMAAM%3BEACF%2CYAAA%3B%3BAAGJ%3BAACA%2CGAAG%2CWAAW%3BEACV%2CeAAA%3B%3BAAGJ%3BEhEuLA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAgE%5C%2FKgB%2CwBAHZ%2CMACK%2CSACG%2CIAAG%2CgBACE%3BEACG%2CwBAAA%3B%3BAASpB%2CMAAO%3BEQrGP%2CkBAAA%3B%3BARqGA%2CMAAO%2CSQnGP%3BExEwQA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BEwEhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BExE8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CiBAAA%3BEwEvHA%2CUAAA%3BEACA%2CMAAA%3B%3BAAxHI%2CMRyEG%2CSQnGP%2CiBA0BK%3BAACD%2CMRwEG%2CSQnGP%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CMRgEG%2CSQnGP%2CiBAmCK%3BExEqOL%2CkBAAA%3BEwEnOQ%2CyBAAA%3B%3BAAGJ%2CMR2DG%2CSQnGP%2CiBAwCK%3BExEgOL%2CkBAAA%3BEwE9NQ%2CyBAAA%3B%3BAA0GR%2CMRjDO%2CSQnGP%2CiBAoJC%3BAACD%2CMRlDO%2CSQnGP%2CiBAqJC%3BEACG%2CWAAA%3B%3BAAGJ%2CMRtDO%2CSQnGP%2CiBAyJC%3BExE%2BGD%2C2BAAA%3BEAAA%2CiBAAA%3BEAAA%2CSAAA%3B%3BAwEzGA%2CMR5DO%2CSQnGP%2CiBA%2BJC%3BExEyGD%2CwBAAA%3BEAAA%2CiBAAA%3BEAAA%2CSAAA%3B%3BAwEhNA%2CMR2CO%2CSQ3CL%3BExEgNF%2CYAAA%3B%3BAwE5MA%2CMRuCO%2CSQvCL%2CgBAA2B%2CMAAS%3BAACtC%2CMRsCO%2CSQtCL%2CgBAA2B%2CMAAS%3BAACtC%2CMRqCO%2CSQrCN%2CMAAO%3BEACJ%2CcAAA%3B%3BARoCJ%2CMAAO%2CSAEH%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CKAAK%2CMAAS%2CWAAS%3BAACvB%2CMAAM%2CMAAS%2CWAAS%3BEACpB%2CcAAA%3B%3BAAGJ%2CgBACM%3BE5D8FN%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CcAAA%3BE0C9QA%2CqBAAA%3BEsBiIQ%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BA5D8FR%2CgB4D1GM%2CyB5D0GL%3BAACD%2CgB4D3GM%2CyB5D2GL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgB4DhHM%2CyB5DgHL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgB4DrHM%2CyB5DqHL%3BAACD%2CgB4DtHM%2CyB5DsHL%3BAACD%2CQAAQ%2CUAAW%2CiB4DvHb%3BE5DwHF%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAgExJA%2CgBACM%2CyBtB2IJ%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CgBsBiHM%2CyBtBjHL%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9OY%2CO3C8OZ%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAsBlNQ%2CgBAdF%2CyBAcG%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAAgBZ%2CQACI%3BEACI%2CSAAA%3B%3BAAII%2CQALR%2CUAGM%2CSAAM%2CIAAI%2CSAEP%2CIAAI%3BAAAL%2CQALR%2CUAII%2CQAAU%2CSACL%2CIAAI%3BEACD%2CgBAAA%3B%3BAAPhB%2CQACI%2CUAGM%2CSAAM%2CIAAI%2CSAMR%3BAAVZ%2CQACI%2CUAII%2CQAAU%2CSAKN%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAdhB%2CQACI%2CUAGM%2CSAAM%2CIAAI%2CSAaR%3BAAjBZ%2CQACI%2CUAII%2CQAAU%2CSAYN%3BEACI%2CWAAA%3B%3BAjEnLhB%3BEACI%2CaiBsRW%2CYjBtRX%3BEACA%2CSAAS%2CsDAAsB%2COAAO%2CcAClC%2CqDAAqB%2COAAO%2COADhC%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BA6EZJ%3BAACA%2CCAAC%2COAAO%3BE5E6RR%2CkBAAA%3B%3BA4ExRI%2CMAAC%2CIAAI%3BE5EwRT%2C8EAAA%3B%3BA4ErRQ%2CMAHH%2CIAAI%2CUAGA%3BE5EqRT%2C%2BFAAA%3B%3BA4E5QY%2CIAFP%2CIAAI%2CYACD%2COACK%3BEACG%2CgBAAA%3B%3BAAMhB%2CCAAC%2COAAO%3BE5EqQR%2CqBAAA%3BEIxHA%2CqBAAA%3B%3BAAEA%2CCwE%5C%2FIC%2COAAO%2CQxE%2BIP%3BAACD%2CCwEhJC%2COAAO%2CQxEgJP%3BAACD%2CCwEjJC%2COAAO%2CQxEiJP%3BEACG%2CqBAAA%3B%3BAwE9IJ%2COAAO%3BExEgBP%2CsBAAA%3BEJiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2COwErDO%2CQxEqDN%3BAACD%2COwEtDO%2CQxEsDN%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3B%3BAI%5C%2FLA%2COwElEO%2CQxEkEN%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3B%3BAInLA%2COwE9EO%2CQxE8EN%3BAACD%2COwE%5C%2FEO%2CQxE%2BEN%3BAACD%2CQAAQ%2CUAAW%2CQwEhFZ%3BE5EiQP%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAyElHJ%2CQAAQ%2CKAAK%3BECuJb%2CSAAA%3BEACA%2CUAAA%3BEDtJI%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAALJ%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%3BA9E7HJ%2CQ6E5CQ%2CKAAK%2CMCoKX%2CQAAK%2CQ9ExHN%3BAACD%2CQ6E7CQ%2CKAAK%2CMCoKX%2CQAAK%2CQ9EvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CQ6ElDQ%2CKAAK%2CMCoKX%2CQAAK%2CQ9ElHN%3BEACG%2CWAAA%3B%3BA8EwHA%2CQD3KI%2CKAAK%2CMCoKX%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAD5KR%2CQAAQ%2CKAAK%2CMC4NP%2CQAAK%3BE9EoEX%2CSAAA%3B%3BA6EhSA%2CQAAQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%3BE9E0DN%2C0BAAA%3BEAAA%2CYAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CQ8E%5C%2FIQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CU%5C%2FEvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CQ8EpJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CU%5C%2FElFL%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CQ8EzJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CU%5C%2FE7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BA8EzBI%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%3BE9EsBtB%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BA6EhSA%2CQAAQ%2CKAAK%2CMCkRX%2CQAAK%3BE9EcP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2CuBAAA%3B%3BA6EhSA%2CQAAQ%2CKAAK%2CMAOT%2CMAAK%2CMACD%3BEACI%2CkBAAA%3BEnCuDZ%2CqBAAA%3B%3BAAMA%2CQmCtEQ%2CKAAK%2CMAOT%2CMAAK%2CMACD%2CEnC8DP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAmClVY%2CQAvBJ%2CKAAK%2CMAOT%2CMAAK%2CMACD%2CEAeK%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAAKJ%2CQA%5C%2FBJ%2CKAAK%2CMAOT%2CMAAK%2CMAuBA%2COAAQ%2CEACJ%3BEACG%2CSlCiCV%2COkCjCU%3B%3BAAMR%2CQAtCA%2CKAAK%2CMAqCT%2COAAO%2CEACF%3BEACG%2CgBAAA%3B%3BAAvCZ%2CQAAQ%2CKAAK%2CMA2CT%3BEACI%2CSAAA%3B%3BAE5CR%2CMC8VE%3BEhF1UF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BE3BA%2CMCmHA%3BEhF%2BHA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEgFgEA%2CmBAAA%3BEhFpBA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CqBAAA%3BEAAA%2CgBAAA%3B%3BA%2BEhSA%2CMC6HA%3BEhFmKA%2CiBAAA%3BEAAA%2CiBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CiBAAA%3BEAAA%2CqBAAA%3B%3BA%2BEhSA%2CMC6HA%2CMAUI%3BEhFnHJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BE3BA%2CMC4IA%2CEAAC%3BEhFoJD%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BAgFtII%2CMAdJ%2CEAAC%2CKAcI%3BEhFsIL%2CcAAA%3B%3BAgF1HI%2CMA1BJ%2CEAAC%2CKA0BI%3BEhF0HL%2CcAAA%3BEAAA%2CqBAAA%3B%3BAgF7GI%2CMAvCJ%2CEAAC%2CKAuCI%3BEhF6GL%2CcAAA%3B%3BA%2BEhSA%2CMCgMA%2COAAM%3BEhFgGN%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3B%3BA%2BEhSA%2CMCqNA%3BEhF2EA%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3B%3BAgF7DI%2CMAdJ%2CQAcK%3BEhF6DL%2CcAAA%3B%3BAgFjDI%2CMA1BJ%2CQA0BK%3BEhFiDL%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3B%3BAgFpCI%2CMAvCJ%2CQAuCK%3BEhFoCL%2CcAAA%3B%3BAgFxBI%2CMAnDJ%2CQAmDK%3BEhFwBL%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAsC4WI%2CMAzKJ%2CQAmDK%2CKAqHJ%2CQACI%3BEhF9FL%2CcAAA%3B%3BAgFoGI%2CMA%5C%2FKJ%2CQAmDK%2CKA2HJ%2COACI%3BEhFpGL%2CcAAA%3B%3BAgFxBI%2CMAnDJ%2CQAmDK%2CKtCYH%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CMsC6LA%2CQAmDK%2CKtChPJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CxPQ%2CO3CwPR%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CMsCgLJ%2CQAmDK%2CKtCpOJ%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2CMsC0KJ%2CQAmDK%2CKtC9NJ%2COACI%3BE1CqPL%2CcAAA%3B%3BAgFNI%2CMArEJ%2CQAqEK%3BEhFML%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAsC4WI%2CMAzKJ%2CQAqEK%2CSAmGJ%2CQACI%3BEhF9FL%2CcAAA%3B%3BAgFoGI%2CMA%5C%2FKJ%2CQAqEK%2CSAyGJ%2COACI%3BEhFpGL%2CcAAA%3B%3BAgFNI%2CMArEJ%2CQAqEK%2CStCNH%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CMsC6LA%2CQAqEK%2CStClQJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CzOQ%2CO3CyOR%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CMsCgLJ%2CQAqEK%2CStCtPJ%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2CMsC0KJ%2CQAqEK%2CStChPJ%2COACI%3BE1CqPL%2CcAAA%3B%3BA%2BEhSA%2CMAGI%3BE%5C%2FE6RJ%2C8EAAA%3BE%2BEzRQ%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CMAPJ%2CQAOK%3BEACG%2CiBAAA%3B%3BAAGJ%2CMAXJ%2CQAWK%3BEACG%2CgBAAA%3B%3BAvCdZ%2CgBACM%3BAADN%2CgBAEM%3BEACE%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CgBACM%2CWAKE%3BAANR%2CgBAEM%2CaAIE%3BEAEI%2CmBAAA%3B%3BAAEA%2CgBATN%2CWAKE%2CQAIK%3BAAAD%2CgBARN%2CaAIE%2CQAIK%3BEACG%2CgBAAA%3B%3BAAIR%2CgBAdF%2CWAcG%3BAAAD%2CgBAbF%2CaAaG%3BEACG%2CgBAAA%3B%3BAAhBZ%2CgBAoBM%2CaACE%2CQAAO%3BEACH%2CaAAA%3B%3BAyCvBZ%3BEjFgSA%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAiFhSA%2CYCoEA%3BElF4NA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAkFtHA%2CYCoEA%2COnFwDE%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAkF9HJ%2CYC0EA%3BEACI%2CSAAA%3B%3BAD3EJ%2CYC8EA%3BElFkNA%2CcAAA%3BEAAA%2CqBAAA%3B%3BAkFpMI%2CYAdJ%2CEAcK%3BElFoML%2CcAAA%3BEAAA%2CqBAAA%3B%3BAkFvLI%2CYA3BJ%2CEA2BK%3BElFuLL%2CcAAA%3BEAAA%2C0BAAA%3B%3BAkF1KI%2CYAxCJ%2CEAwCK%3BElF0KL%2CcAAA%3BEAAA%2CqBAAA%3B%3BAiFhSA%2CYCoIA%3BElF4JA%2CgBAAA%3B%3BAiFhSA%2CYC4JI%2CMAAK%2CIAAI%3BElFoIb%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAAMA%2CYwCsFI%2CMAAK%2CIAAI%2CaxCtFZ%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CS2CxPQ%2CO3CwPR%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CcAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAuCtWA%3BEACI%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CSAAA%3BEACA%2CaEmCsB%2CmBFnCtB%3BEACA%2CkBAAA%3B%3BAALJ%2CYAOI%2CGAAE%3BEACE%2CeAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3B%3BAAbR%2CYAOI%2CGAAE%2CMAQE%2CGAAE%3BEACE%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3B%3BAAnBZ%2CYAOI%2CGAAE%2CMAQE%2CGAAE%2CKAME%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAxBhB%2CYAOI%2CGAAE%2CMAQE%2CGAAE%2CKAME%2CEAKI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CaEUM%2CmBFVN%3BEACA%2CYAAA%3B%3BAAEA%2CYAzBhB%2CGAAE%2CMAQE%2CGAAE%2CKAME%2CEAKI%2COAMK%3BEACG%2CSAAS%2CEAAT%3B%3BAAKZ%2CYA%5C%2FBR%2CGAAE%2CMAQE%2CGAAE%2CKAuBG%3BEACG%2CaAAA%3BEACA%2CeAAA%3B%3BAAIA%2CYArCZ%2CGAAE%2CMAQE%2CGAAE%2CKA4BG%2CWACI%3BEACG%2CSAAS%2CEAAT%3B%3BA5DrCR%2CUAFP%2CMACG%2CQACK%3BErBqRb%2CkBAAA%3BEqBjRgB%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BErB6QhB%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3B%3BAqBrRY%2CUAFP%2CMACG%2CQACK%2CMqByQX%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CUrBfK%2CMACG%2CQACK%2CMqBaZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C1OU%2CO3C0OV%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CUrB5BC%2CMACG%2CQACK%2CMqByBZ%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2CUrBlCC%2CMACG%2CQACK%2CMqB%2BBZ%2COACI%3BE1CqPL%2CcAAA%3B%3BAI7CA%2CUiB1OK%2CMACG%2CQACK%2CMjBwOZ%3BAACD%2CUiB3OK%2CMACG%2CQACK%2CMjByOZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUiBhPK%2CMACG%2CQACK%2CMjB8OZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUiBrPK%2CMACG%2CQACK%2CMjBmPZ%3BAACD%2CUiBtPK%2CMACG%2CQACK%2CMjBoPZ%3BAACD%2CQAAQ%2CUAAW%2CWiBvPd%2CMACG%2CQACK%3BEjBsPT%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAqBlPY%2CMAFR%2CiBACI%2CQACK%3BEAEG%2CgBAAA%3B%3BAAMhB%3BEAQI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BArB2aJ%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%2CyDAAA%3BEAAA%2CWAAA%3B%3BAA6NA%2CcAAC%3BEA7ND%2CSAAA%3BEAAA%2CQAAA%3BEAAA%2CiBAAA%3BEAAA%2CyDAAA%3BEAAA%2CWAAA%3B%3BA%2BD5RQ%2CMAAC%2CWAAY%3BAACb%2CMAAC%2CWAAY%3BEACT%2CeAAA%3B%3BAAuBR%3BAACA%3BEACI%2CcAAA%3BE%5C%2FDiQR%2CiBAAA%3BE%2BD%5C%2FPQ%2CcAAA%3B%3BAAJJ%2CoBAMI%3BAALJ%2CoBAKI%3BEACI%2CgBAAA%3B%3BAAWR%2CoBAAuB%3BAACvB%2CKAAK%3BEACD%2CcAAA%3BE%5C%2FD%2BOR%2CiBAAA%3B%3BA%2BD5OQ%2CoBALmB%2CuBAKlB%3BAAAD%2CKAJC%2CYAIA%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3BE%5C%2FD2OZ%2CiBAAA%3B%3BA%2BDjPI%2CoBAAuB%2CuBAUnB%3BAATJ%2CKAAK%2CYASD%3BE%5C%2FDuOR%2CiBAAA%3B%3BAoF%5C%2FJI%2CIAAC%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKR%3BEpFuJA%2CYAAA%3B%3BAoFnJA%3BAACA%3BEA7GA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CyDAAA%3BEACQ%2CiDAAA%3B%3BAAER%2CYAAC%3BAAAD%2CYAAC%3BEACG%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CqCAAA%3BEACQ%2C6BAAA%3B%3BAAJZ%2CYAAC%2CMAMG%3BAANJ%2CYAAC%2CMAMG%3BEACI%2CmBAAmB%2CeAAnB%3BEACQ%2CWAAW%2CeAAX%3B%3BAAyFhB%2CYArFA%3BAAsFA%2CYAtFA%3BEpFwOA%2CyBAAA%3BEAAA%2C4CAAA%3BEoFrOI%2CUAAA%3BEACA%2CoBAAA%3B%3BAAsFJ%3BEpF8IA%2CUAAA%3BEAAA%2CYAAA%3B%3BAoF5NA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAA2EhB%2CYAvEA%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACQ%2CWAAW%2CgBAAX%3BEACR%2CsDAAA%3BEACQ%2CsCAAA%3BEACR%2CWAAA%3B%3BAAiEA%2CYAAC%2CcACG%3BEACI%2CmBAAA%3BEpF8PZ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAoFtSJ%2CYAAC%2CcAOG%3BAAPJ%2CYAAC%2CcAQG%3BEpFgQR%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAoFhRJ%2CYAAC%2CcAaG%3BEACI%2CgBAAA%3B%3BAAdR%2CYAAC%2CcAiBG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BEpFoHJ%2CwBAAA%3B%3BAoF9IA%2CYA8BI%3BEpFgHJ%2CsBAAA%3BEAAA%2CmBAAA%3B%3BAoF1GA%3BEpF0GA%2CYAAA%3BEoFvMA%2COAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CYAAC%2CQACG%3BEpFmMJ%2CgBAAA%3B%3BAoF9LA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAAiFhB%2CYA7EA%3BEpFuLA%2CiBAAA%3BEAAA%2CUAAA%3BEAoHA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEoF5UJ%2CsBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAmB%2CiBAAnB%3BEACQ%2CWAAW%2CiBAAX%3BEACR%2C%2BCAAA%3BEACQ%2C%2BBAAA%3B%3BAAoER%2CYAAC%3BEACG%2CmBAAA%3B%3BAAEA%2CKAAM%2CaAHT%3BEAIO%2CgBAAA%3B%3BAAJR%2CYAAC%2CcAOG%3BEACI%2CeAAA%3B%3BAAEA%2CKAAM%2CaAVb%2CcAOG%3BEAIQ%2CgBAAA%3B%3BAAXZ%2CYAAC%2CcAeG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BEpFgFJ%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAoF1GA%2CYA%2BBI%3BAA%5C%2FBJ%2CYAgCI%3BEpFsMJ%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAoF9OR%2CYAqCI%3BEpFqEJ%2CsBAAA%3BEAAA%2CiBAAA%3B%3BAoF1GA%2CYA0CI%3BEACI%2CgBAAA%3BEpF%2BDR%2CoBAAA%3BEAAA%2CiBAAA%3B%3BAoF1GA%2CYAgDI%3BEACI%2CiBAAA%3B%3BAC%5C%2FMR%2CaAGI%3BAAFJ%2CYAEI%3BAADJ%2CYACI%3BEjF4MJ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CqBAAA%3BE0C9QA%2CqBAAA%3BE2CkBQ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAjF6MR%2CaiFxNI%2CcjFwNH%3BAAAD%2CYiFxNI%2CcjFwNH%3BAAAD%2CYiFxNI%2CcjFwNH%3BAACD%2CaiFzNI%2CcjFyNH%3BAAAD%2CYiFzNI%2CcjFyNH%3BAAAD%2CYiFzNI%2CcjFyNH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaiF9NI%2CcjF8NH%3BAAAD%2CYiF9NI%2CcjF8NH%3BAAAD%2CYiF9NI%2CcjF8NH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaiFnOI%2CcjFmOH%3BAAAD%2CYiFnOI%2CcjFmOH%3BAAAD%2CYiFnOI%2CcjFmOH%3BAACD%2CaiFpOI%2CcjFoOH%3BAAAD%2CYiFpOI%2CcjFoOH%3BAAAD%2CYiFpOI%2CcjFoOH%3BAACD%2CQAAQ%2CUAAW%2CciFrOf%3BAjFqOJ%2CQAAQ%2CUAAW%2CaiFrOf%3BAjFqOJ%2CQAAQ%2CUAAW%2CaiFrOf%3BEjFsOA%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAqFxQA%2CaAGI%2Cc3CyPF%3BA2C3PF%2CYAEI%2Cc3CyPF%3BA2C1PF%2CYACI%2Cc3CyPF%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2Ca2CGI%2Cc3CHH%3BAAAD%2CY2CGI%2Cc3CHH%3BAAAD%2CY2CGI%2Cc3CHH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C1OU%2CO3C0OV%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Ca2CVA%2Cc3CSH%2CMACI%3BAAAD%2CY2CVA%2Cc3CSH%2CMACI%3BAAAD%2CY2CVA%2Cc3CSH%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2Ca2ChBA%2Cc3CeH%2COACI%3BAAAD%2CY2ChBA%2Cc3CeH%2COACI%3BAAAD%2CY2ChBA%2Cc3CeH%2COACI%3BE1CqPL%2CcAAA%3B%3BAqFvPY%2CaAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BEACG%2CcAAA%3B%3BAAMhB%2CaACI%3BErF%2BOJ%2CYAAA%3B%3BAqF1OA%3BEACI%2CoBAAA%3B%3BAADJ%2CYAGI%3BErFuOJ%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CoBAAA%3BEqFnOQ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAVR%2CYAaI%3BEACI%2CaAAA%3B%3BAAIR%2CYACI%3BEACI%2CYAAA%3BEACA%2CUAAA%3B%3BAAHR%2CYAMI%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BErF4MA%2CwCAAA%3BEqF1MI%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAIA%2CIAAC%2CkBACG%3BEACI%2CaAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3B%3B%3B%3B%3BA%5C%2FD9FZ%2CmBACI%3BAADJ%2CmBAEI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAJR%2CmBAOI%3BAAPJ%2CmBAQI%3BEACI%2CcAAA%3B%3BAATR%2CmBAgBI%2C2BAEI%2CIAAG%3BAAlBX%2CmBAiBI%2CyBACI%2CIAAG%3BEACC%2CqBAAA%3BEACA%2CkBAAA%3B%3BAApBZ%2CmBAgBI%2C2BAOI%2CIAAG%3BAAvBX%2CmBAiBI%2CyBAMI%2CIAAG%3BEACC%2CoBAAA%3B%3BAAxBZ%2CmBAgBI%2C2BAWI%2CIAAG%3BAA3BX%2CmBAiBI%2CyBAUI%2CIAAG%3BEACC%2CWAAA%3BEACA%2CuBAAA%3B%3BAA7BZ%2CmBAgBI%2C2BAgBI%2CIAAG%2CsBAAsB%3BAAhCjC%2CmBAiBI%2CyBAeI%2CIAAG%2CsBAAsB%3BAAhCjC%2CmBAgBI%2C2BAiBI%3BAAjCR%2CmBAiBI%2CyBAgBI%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAAnCZ%2CmBAgBI%2C2BAsBI%3BAAtCR%2CmBAiBI%2CyBAqBI%3BEACI%2CcAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3B%3BAAKZ%2CuBAAuB%2CYAAY%2CYAE%5C%2FB%2CkBAAiB%3BAADrB%2CsBAAsB%2CYAAY%2CYAC9B%2CkBAAiB%3BEACb%2CyBAAA%3B%3BAAIR%2CuBAGI%2CkBAEI%2CGAAE%3BAAJV%2CsBAEI%2CkBAEI%2CGAAE%3BEACE%2CYAAA%3B%3BAANZ%2CuBAGI%2CkBAMI%3BAARR%2CsBAEI%2CkBAMI%3BEACI%2CYAAA%3B%3BAAVZ%2CuBAGI%2CkBAUI%2COAAM%3BAAZd%2CsBAEI%2CkBAUI%2COAAM%3BEACF%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAhBZ%2CuBAGI%2CkBAgBI%3BAAlBR%2CsBAEI%2CkBAgBI%3BEACI%2C6BAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CeAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAxBZ%2CuBAGI%2CkBAwBI%3BAA1BR%2CsBAEI%2CkBAwBI%3BEACI%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CgBAAA%3B%3BAA7BZ%2CuBAGI%2CkBA6BI%2CsCAAsC%3BAA%5C%2FB9C%2CsBAEI%2CkBA6BI%2CsCAAsC%3BEAClC%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAvCZ%2CuBAGI%2CkBA6BI%2CsCAAsC%2COASlC%3BAAxCZ%2CsBAEI%2CkBA6BI%2CsCAAsC%2COASlC%3BEACI%2CWAAA%3B%3BAA1ChB%2CuBAGI%2CkBA6BI%2CsCAAsC%2COAalC%3BAA5CZ%2CsBAEI%2CkBA6BI%2CsCAAsC%2COAalC%3BAA7CZ%2CuBAGI%2CkBA6BI%2CsCAAsC%2COAclC%3BAA7CZ%2CsBAEI%2CkBA6BI%2CsCAAsC%2COAclC%3BAA9CZ%2CuBAGI%2CkBA6BI%2CsCAAsC%2COAelC%3BAA9CZ%2CsBAEI%2CkBA6BI%2CsCAAsC%2COAelC%3BAA%5C%2FCZ%2CuBAGI%2CkBA6BI%2CsCAAsC%2COAgBlC%3BAA%5C%2FCZ%2CsBAEI%2CkBA6BI%2CsCAAsC%2COAgBlC%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAnDhB%2CuBAGI%2CkBA6BI%2CsCAAsC%2COAalC%2CcAQI%3BAApDhB%2CsBAEI%2CkBA6BI%2CsCAAsC%2COAalC%2CcAQI%3BAArDhB%2CuBAGI%2CkBA6BI%2CsCAAsC%2COAclC%2CWAOI%3BAApDhB%2CsBAEI%2CkBA6BI%2CsCAAsC%2COAclC%2CWAOI%3BAArDhB%2CuBAGI%2CkBA6BI%2CsCAAsC%2COAelC%2CgBAMI%3BAApDhB%2CsBAEI%2CkBA6BI%2CsCAAsC%2COAelC%2CgBAMI%3BAArDhB%2CuBAGI%2CkBA6BI%2CsCAAsC%2COAgBlC%2CkBAKI%3BAApDhB%2CsBAEI%2CkBA6BI%2CsCAAsC%2COAgBlC%2CkBAKI%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAA1DpB%2CuBAGI%2CkBA6BI%2CsCAAsC%2COA8BlC%2CkBAAkB%3BAA7D9B%2CsBAEI%2CkBA6BI%2CsCAAsC%2COA8BlC%2CkBAAkB%3BEACd%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CuBAjEZ%2CkBA6BI%2CsCAAsC%2COA8BlC%2CkBAAkB%2COAMb%3BAAAD%2CsBAjEZ%2CkBA6BI%2CsCAAsC%2COA8BlC%2CkBAAkB%2COAMb%3BEACG%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAzEpB%2CuBAGI%2CkBA6BI%2CsCAAsC%2COA6ClC%3BAA5EZ%2CsBAEI%2CkBA6BI%2CsCAAsC%2COA6ClC%3BAA7EZ%2CuBAGI%2CkBA6BI%2CsCAAsC%2COA8ClC%3BAA7EZ%2CsBAEI%2CkBA6BI%2CsCAAsC%2COA8ClC%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAjFhB%2CuBAGI%2CkBA6BI%2CsCAAsC%2COA6ClC%2CiBAMI%3BAAlFhB%2CsBAEI%2CkBA6BI%2CsCAAsC%2COA6ClC%2CiBAMI%3BAAnFhB%2CuBAGI%2CkBA6BI%2CsCAAsC%2COA8ClC%2CcAKI%3BAAlFhB%2CsBAEI%2CkBA6BI%2CsCAAsC%2COA8ClC%2CcAKI%3BEACI%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAtFpB%2CuBAGI%2CkBA6BI%2CsCAAsC%2COA0DlC%2CiBAAiB%2COAAM%3BAAzFnC%2CsBAEI%2CkBA6BI%2CsCAAsC%2COA0DlC%2CiBAAiB%2COAAM%3BEACnB%2CWAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CuBA3FZ%2CkBA6BI%2CsCAAsC%2COA0DlC%2CiBAAiB%2COAAM%2CeAIlB%3BAAAD%2CsBA3FZ%2CkBA6BI%2CsCAAsC%2COA0DlC%2CiBAAiB%2COAAM%2CeAIlB%3BEACG%2CYAAA%3B%3BAA%5C%2FFpB%2CuBAGI%2CkBA6BI%2CsCAAsC%2COAmElC%2CcAAc%2COAAM%3BAAlGhC%2CsBAEI%2CkBA6BI%2CsCAAsC%2COAmElC%2CcAAc%2COAAM%3BEAChB%2CcAAA%3B%3BAApGhB%2CuBAGI%2CkBAqGI%3BAAvGR%2CsBAEI%2CkBAqGI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA1GZ%2CuBAGI%2CkBA0GI%3BAA5GR%2CsBAEI%2CkBA0GI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAKZ%3BEACI%2CoCAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAARJ%2C8BAUI%3BEACI%2CgBAAgB%2C2CAAhB%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAEA%2CIAAK%2C%2BBAZT%3BEAaQ%2CgBAAgB%2C2CAAhB%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3B%3B%3B%3B%3BAgErNhB%2CuBACI%3BEACI%2CaAAA%3B%3B%3B%3B%3BAnDuBA%2CaAAC%2CkBACK%3BEACE%2CaAAA%3B%3BAAIR%2CaAAC%2CsBACK%3BAADN%2CaAAC%2CsBAEK%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAMZ%3BEnCgXA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAmClXA%2CyBAII%3BEnCwPJ%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3B%3BAmCrPQ%2CyBAHJ%2CQAGK%3BEnCqPT%2CmBAAA%3B%3BAmC5PA%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%3BEnCyMJ%2CeAAA%3BEAAA%2CgBAAA%3B%3BAmCnMA%2CqBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CiBAAA%3B%3B%3B%3B%3BAAMR%3BEAEI%2CaAAA%3B%3BAAFJ%2CyBAII%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEnCiLR%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgCAAA%3B%3BAmCvKA%2CcACI%3BEACI%2CcAAA%3B%3BAAIR%2C2BACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C2BAOI%2CMACI%2CUACI%3BEnCwJZ%2CeAAA%3B%3BAmCjKA%2C2BAOI%2CMACI%2CUAQM%3BEnCiJd%2C0BAAA%3B%3BAmCjKA%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%3BEnCmHA%2CgBAAA%3B%3B%3B%3B%3B%3BAuFxRA%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%3B%3B%3B%3B%3BACrDxB%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%3BACPJ%2CqBAAsB%3BEAClB%2CgBAAA%3B%3B%3B%3B%3B%3BACDJ%2C2CAA4C%2CqBAAqB%3BEAC7D%2CeAAA%3B%3B%3B%3B%3B%3BACIY%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%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACgBA%2C2CACI%2CkCACM%3BAAFV%2C2CACI%2CkCAEI%3BEACI%2CqBAAA%3B%3BAAJZ%2C2CAQI%3BAARJ%2C2CASI%3BEACI%2CmBAAA%3B%3BAClBR%2CeACI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3B%3BAAJR%2CeAMI%3BEACI%2CYAAA%3B%3BAAGR%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CuBAAuB%2CmBAAvB%3B%3BAAFJ%2CSAGI%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEAyCA%2CmBAAA%3B%3BAA1CJ%2CeAEI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAqB%2CgDAAgD%2C2CAArE%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEAwBA%2CuBAAuB%2CcAAvB%3B%3BAA%5C%2FBR%2CeAEI%2CaAMI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3B%3BAAEI%2CeAXZ%2CaAMI%2CcAII%2CWACK%2CMAAM%3BEACH%2CcAAA%3B%3BAAEJ%2CeAdZ%2CaAMI%2CcAII%2CWAIK%3BEACG%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAA3BpB%2CeAEI%2CaA8BI%3BEACI%2CiCAAA%3B%3BAAjCZ%2CeAEI%2CaAiCI%3BEACI%2CqCAAA%3B%3BAApCZ%2CeAEI%2CaAoCI%3BEACI%2CyBAAA%3B%3BAAvCZ%2CeA6CI%2COACI%2CIAAG%3BEACC%2CqBAAA%3B%3BAA%5C%2FCZ%2CeA6CI%2COAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAApDZ%2CeA6CI%2COAUI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAA1DZ%2CeA6CI%2COAgBI%3BEACI%2CkBAAA%3B%3BAA9DZ%2CeA6CI%2COAgBI%2CeAGI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKhB%2CqBACM%3BEACE%2CYAAA%3B%3BACtGR%3BAACA%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAIJ%3BEACI%2CmBAAA%3B%3BAADJ%2C6CAGI%3BEACI%2CWAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CwBAAC%3BEACG%2C6BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAZR%2CwBAeI%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CiCACI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CiCAMM%2C6BACE%3BEACI%2CmBAAA%3B%3BA%5C%2FE%5C%2FCZ%2CwBAYI%3BEACI%2CgBAAA%3B%3BAAbR%2CwBAgBI%3BEACI%2CiBAAA%3B%3BAAjBR%2CwBAgBI%2C%2BBAGM%3BEpB2QV%2CiBAAA%3BEoBzQY%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%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAgFhGA%2CeADJ%2CeACM%2CWACE%3BEACI%2CgBAAA%3B%3BACJhB%3BEACI%2CgBAAA%3B%3BACCI%2CcADA%2CMACI%3BEACA%2CsBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAIA%2CaAAE%3BEACE%2CgBAAA%3B%3BACdR%3BEACI%2CgBAAA%3B%3BAAEA%2CWAAE%3BEACE%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACII%2CkCADJ%2CmCACK%3BExGmRT%2CgBAAA%3BEwGjRY%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CkCAPJ%2CmCAOK%2COAAQ%3BAACT%2CkCARJ%2CmCAQK%3BEACG%2CaAAA%3BEACA%2CaAAA%3B%3BAAXZ%2CkCAeM%2CSAAM%3BEACJ%2CgBAAA%3B%3BAAIR%2CwBACI%3BEACI%2CmBAAA%3B%3BAChCR%2CmCACI%2COAAM%2C2BAA4B%3BEAC9B%2CeAAA%3B%3BAAFR%2CmCAKI%2CeAAe%3BAALnB%2CmCAMI%2CsBAAsB%3BEAClB%2CmBAAA%3B%3B%3B%3B%3B%3BACRR%2CmBACI%2CyBACI%2CIAAG%3BEACC%2CwBAAA%3BEACA%2CkBAAA%3B%3BAAMZ%2C0BACI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAHR%2C0BACI%2CgBAII%3BEACI%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEA%2C0BARR%2CgBAII%2COAIQ%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAEA%2C0BAZZ%2CgBAII%2COAIQ%2CyBAIC%3BEACG%2CaAAA%3B%3BAAOZ%2C0BADJ%2C0BAAyB%2CeACjB%3BEACA%2CiBAAA%3B%3BACrCZ%2C6BACI%3BEnC0BJ%2CkBAAA%3B%3BAmC3BA%2C6BACI%2CkBnC4BJ%3BExEwQA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BEwEhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BExE8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BEwExFA%2COAAA%3BEACA%2CSAAA%3B%3BAAvJI%2C6BmCtDA%2CkBnC4BJ%2CiBA0BK%3BAACD%2C6BmCvDA%2CkBnC4BJ%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2C6BmC%5C%2FDA%2CkBnC4BJ%2CiBAmCK%3BExEqOL%2CkBAAA%3BEwEnOQ%2CyBAAA%3B%3BAAGJ%2C6BmCpEA%2CkBnC4BJ%2CiBAwCK%3BExEgOL%2CkBAAA%3BEwE9NQ%2CyBAAA%3B%3BAAyIR%2C6BmC%5C%2FMI%2CkBnC4BJ%2CiBAmLC%3BAACD%2C6BmChNI%2CkBnC4BJ%2CiBAoLC%3BEACG%2CYAAA%3B%3BAAGJ%2C6BmCpNI%2CkBnC4BJ%2CiBAwLC%3BExEgFD%2C4BAAA%3BEAAA%2CUAAA%3BEAAA%2CkBAAA%3B%3BAwE1EA%2C6BmC1NI%2CkBnC4BJ%2CiBA8LC%3BExE0ED%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CkBAAA%3B%3BAwEhNA%2C6BmCpFI%2CkBnCoFF%3BExEgNF%2CYAAA%3B%3BAwE5MA%2C6BmCxFI%2CkBnCwFF%2CgBAA2B%2CMAAS%3BAACtC%2C6BmCzFI%2CkBnCyFF%2CgBAA2B%2CMAAS%3BAACtC%2C6BmC1FI%2CkBnC0FH%2CMAAO%3BEACJ%2CcAAA%3B%3BAmC5FJ%2C6BACI%2CkBAGI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAANZ%2C6BACI%2CkBAQI%2CgBAAe%3BEACX%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAlBZ%2C6BACI%2CkBAoBI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAzBZ%2C6BACI%2CkBA2BI%2CiBAAgB%3BEACZ%2CWAAA%3BEACA%2CWAAA%3B%3BAA9BZ%2C6BACI%2CkBAgCI%2CiBAAgB%3BEACZ%2CWAAA%3BEACA%2CWAAA%3B%3BACnCZ%3BEACI%2CaAAA%3B%3BAAGJ%2CmCACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAPR%2CmCAUI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAbR%2CmCAgBI%2CWAAW%2CGAAE%2CSAAU%3BEACnB%2CyBAAA%3B%3BAAjBR%2CmCAoBI%2CWAAU%2CKAAK%3BEACX%2CcAAA%3B%3BACxBR%2CWACI%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGI%2C6BADJ%2CaACK%2COACG%3BEACI%2CcAAA%3B%3BAANhB%2C6BAGI%2CaAMI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2C0CAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAjBZ%2C6BAGI%2CaAiBI%3BEACI%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAvBZ%2C6BA2BI%2CEAAC%3BEACG%2CcAAA%3B%3BAAIR%2COAAO%3BEACH%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2COAAO%2CYAAY%3BEACf%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CuCACI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAJR%2CuCAOI%2COAAM%3BEACF%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CuCAJJ%2COAAM%2CwBAID%3BEACG%2CgBAAA%3B%3BAAZZ%2CuCAOI%2COAAM%2CwBAQF%3BEACI%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CsCACI%3BEACI%2CgBAAA%3B%3BAAFR%2CsCAKI%3BEACI%2CaAAA%3B%3BAANR%2CsCASI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAXR%2CsCASI%2CsBAII%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAfZ%2CsCASI%2CsBASI%2C4BACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAtBhB%2CsCASI%2CsBASI%2C4BACI%2C2BAKI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAA3BpB%2CsCASI%2CsBASI%2C4BACI%2C2BAKI%2CGAKI%3BAA7BpB%2CsCASI%2CsBASI%2C4BACI%2C2BAKI%2CGAMI%3BEACI%2CmBAAA%3B%3BAA%5C%2FBxB%2CsCASI%2CsBASI%2C4BACI%2C2BAKI%2CGAUI%3BEACI%2CgBAAA%3B%3BAAnCxB%2CsCASI%2CsBASI%2C4BACI%2C2BAKI%2CGAcI%3BEACI%2CiBAAA%3B%3BAAvCxB%2CsCASI%2CsBASI%2C4BACI%2C2BAKI%2CGAcI%2CeAGI%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAA3C5B%2CsCASI%2CsBASI%2C4BACI%2C2BAKI%2CGAcI%2CeAQI%3BEACI%2CWAAA%3B%3BAA%5C%2FC5B%2CsCAuDI%3BEACI%2CmBAAA%3B%3BAAxDR%2CsCAuDI%2C0CAGI%3BEACI%2CqBAAA%3BEACA%2CSAAA%3B%3BAA5DZ%2CsCAuDI%2C0CAGI%2CoBAII%3BEACI%2CmBAAA%3B%3BAA%5C%2FDhB%2CsCAoEI%3BEACI%2CqBAAA%3B%3BAArER%2CsCAoEI%2CoBAGI%3BEACI%2CiBAAA%3B%3BAAxEZ%2CsCAoEI%2CoBAOI%3BErClJR%2CkBAAA%3B%3BAqCuEA%2CsCAoEI%2CoBAOI%2CSrChJR%3BExEwQA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BEwEhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BExE8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CiBAAA%3BEwEvHA%2CUAAA%3BEACA%2CMAAA%3B%3BAAxHI%2CsCqC%2BGA%2CoBAOI%2CSrChJR%2CiBA0BK%3BAACD%2CsCqC8GA%2CoBAOI%2CSrChJR%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CsCqCsGA%2CoBAOI%2CSrChJR%2CiBAmCK%3BExEqOL%2CkBAAA%3BEwEnOQ%2CyBAAA%3B%3BAAGJ%2CsCqCiGA%2CoBAOI%2CSrChJR%2CiBAwCK%3BExEgOL%2CkBAAA%3BEwE9NQ%2CyBAAA%3B%3BAA0GR%2CsCqCXI%2CoBAOI%2CSrChJR%2CiBAoJC%3BAACD%2CsCqCZI%2CoBAOI%2CSrChJR%2CiBAqJC%3BEACG%2CWAAA%3B%3BAAGJ%2CsCqChBI%2CoBAOI%2CSrChJR%2CiBAyJC%3BExE%2BGD%2C2BAAA%3BEAAA%2CiBAAA%3BEAAA%2CSAAA%3B%3BAwEzGA%2CsCqCtBI%2CoBAOI%2CSrChJR%2CiBA%2BJC%3BExEyGD%2CwBAAA%3BEAAA%2CiBAAA%3BEAAA%2CSAAA%3B%3BAwEhNA%2CsCqCiFI%2CoBAOI%2CSrCxFN%3BExEgNF%2CYAAA%3B%3BAwE5MA%2CsCqC6EI%2CoBAOI%2CSrCpFN%2CgBAA2B%2CMAAS%3BAACtC%2CsCqC4EI%2CoBAOI%2CSrCnFN%2CgBAA2B%2CMAAS%3BAACtC%2CsCqC2EI%2CoBAOI%2CSrClFP%2CMAAO%3BEACJ%2CcAAA%3B%3BAqCMJ%2CsCAoEI%2CoBAOI%2CSAGI%3BEACI%2CUAAA%3BEACA%2CeAAA%3B%3BAAhFhB%2CsCAoEI%2CoBAOI%2CSAQI%2CiBAAgB%3BEACZ%2C%2BBAAA%3B%3BAApFhB%2CsCAoEI%2CoBAOI%2CSAYI%2CiBAAgB%3BEACZ%2C%2BBAAA%3B%3BAAxFhB%2CsCAoEI%2CoBAwBI%3BEAEI%2CkBAAA%3BEAEA%2CUAAA%3BEACA%2CcAAA%3BE7GkGZ%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAmE6BA%2CsCAoEI%2CoBAwBI%2CMnE2FN%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CsCmE2FI%2CoBAwBI%2CMnEnHP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6G%5C%2FFgB%2CO7G%2BFhB%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAmE7JA%2CuBAAwB%3BEACpB%2CeAAA%3B%3BAAGJ%2CgCACI%2CKAAI%3BEACA%2CgBAAA%3B%3BAAFR%2CgCACI%2CKAAI%2CSAGA%3BEAKI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAXZ%2CgCACI%2CKAAI%2CSAGA%2CGACM%3BEACE%2CgBAAA%3B%3BAANhB%2CgCAeI%2CiBACI%2CSACI%3BAAjBZ%2CgCAeI%2CiBACI%2CSACgB%3BEACR%2CgBAAA%3B%3BAAlBhB%2CgCAuBI%3BEACI%2CYAAA%3B%3BAAxBR%2CgCA2BI%3BEACI%2CWAAA%3B%3BAA5BR%2CgCA%2BBI%3BEACI%2CcAAA%3B%3BAAhCR%2CgCAmCI%2CGACI%3BEACI%2CeAAA%3B%3BAAKJ%2CgCADJ%2CGACK%3BEACG%2CkBAAA%3B%3BAA3CZ%2CgCA%2BCI%2CiBACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CgCAPR%2CiBACI%2CaAMK%3BEACG%2CgBAAgB%2C%2BCAAhB%3B%3BAAEJ%2CgCAVR%2CiBACI%2CaASK%3BEACG%2CgBAAgB%2CkDAAhB%3B%3BAAEJ%2CgCAbR%2CiBACI%2CaAYK%3BEACG%2CgBAAgB%2CgDAAhB%3B%3BAAEJ%2CgCAhBR%2CiBACI%2CaAeK%3BEACG%2CgBAAgB%2CgDAAhB%3B%3BAAEJ%2CgCAnBR%2CiBACI%2CaAkBK%3BEACG%2CgBAAgB%2CkDAAhB%3B%3BAAEJ%2CgCAtBR%2CiBACI%2CaAqBK%3BEACG%2CgBAAgB%2CgDAAhB%3B%3BAAEJ%2CgCAzBR%2CiBACI%2CaAwBK%3BEACG%2CgBAAgB%2CmDAAhB%3B%3BAAzEhB%2CgCA%2BCI%2CiBA6BI%3BEACI%2CYAAA%3BErCvQZ%2CkBAAA%3B%3BAqC0LA%2CgCA%2BCI%2CiBA6BI%2CoBrCpQR%3BExEwQA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BEwEhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BExE8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CiBAAA%3BEwEvHA%2CUAAA%3BEACA%2CMAAA%3B%3BAAxHI%2CgCqC6MA%2CiBA6BI%2CoBrCpQR%2CiBA0BK%3BAACD%2CgCqC4MA%2CiBA6BI%2CoBrCpQR%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CgCqCoMA%2CiBA6BI%2CoBrCpQR%2CiBAmCK%3BExEqOL%2CkBAAA%3BEwEnOQ%2CyBAAA%3B%3BAAGJ%2CgCqC%2BLA%2CiBA6BI%2CoBrCpQR%2CiBAwCK%3BExEgOL%2CkBAAA%3BEwE9NQ%2CyBAAA%3B%3BAA0GR%2CgCqCmFI%2CiBA6BI%2CoBrCpQR%2CiBAoJC%3BAACD%2CgCqCkFI%2CiBA6BI%2CoBrCpQR%2CiBAqJC%3BEACG%2CWAAA%3B%3BAAGJ%2CgCqC8EI%2CiBA6BI%2CoBrCpQR%2CiBAyJC%3BExE%2BGD%2C2BAAA%3BEAAA%2CiBAAA%3BEAAA%2CSAAA%3B%3BAwEzGA%2CgCqCwEI%2CiBA6BI%2CoBrCpQR%2CiBA%2BJC%3BExEyGD%2CwBAAA%3BEAAA%2CiBAAA%3BEAAA%2CSAAA%3B%3BAwEhNA%2CgCqC%2BKI%2CiBA6BI%2CoBrC5MN%3BExEgNF%2CYAAA%3B%3BAwE5MA%2CgCqC2KI%2CiBA6BI%2CoBrCxMN%2CgBAA2B%2CMAAS%3BAACtC%2CgCqC0KI%2CiBA6BI%2CoBrCvMN%2CgBAA2B%2CMAAS%3BAACtC%2CgCqCyKI%2CiBA6BI%2CoBrCtMP%2CMAAO%3BEACJ%2CcAAA%3B%3BAqCyHJ%2CgCA%2BCI%2CiBA6BI%2CoBAII%3BE7GAZ%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAmEgJA%2CgCA%2BCI%2CiBA6BI%2CoBAII%2CgBnEZV%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CgCmEyLI%2CiBA6BI%2CoBAII%2CgBnE1NX%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS6GKoB%2CO7GLpB%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAmE%5C%2FDgB%2CgCA3CZ%2CiBA6BI%2CoBAII%2CgBAUK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3B%3BAA5FpB%2CgCAkGI%2CGAAE%3BEACE%2CeAAA%3B%3BAAIR%3BE7GvBA%2CyBAAA%3BEAAA%2CkBAAA%3BE6G0BI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAKI%2CqBADJ%2CmBACK%3BEACG%2CSAAA%3B%3BAAOJ%2CYADJ%2CQACK%2CMACG%3BAADJ%2CYADJ%2CQACK%2CMAEG%3BEACI%2CoBAAA%3BEACA%2CsBAAA%3B%3BAAJR%2CYADJ%2CQACK%2CMAOG%2CMACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAOpB%2C0BACI%3BEACI%2CWAAA%3B%3BAAFR%2C0BAKI%3BEACI%2CuBAAA%3B%3BAAIR%2CgBACI%3BEACI%2CWAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CkBAII%2CQAAO%2CIAAI%3BEACP%2CkBAAA%3B%3BAAIR%3BEACI%2CiBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAADJ%2CuBAGI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CiCACI%2CmBAAmB%3BEACf%2CYAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEACI%2CyBAAA%3B%3BAAGJ%2C4BACI%3BEACI%2CaAAA%3B%3BAAFR%2C4BAII%2CiBAAiB%3BEACb%2CaAAA%3B%3BAAIR%2C%2BBACI%3BEACI%2CgBAAA%3B%3BAAIR%3BEACI%2CUAAA%3B%3BAAGJ%2CuBACI%3BEACI%2CWAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CsBAAA%3B%3BAAFJ%2C6BAII%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAATR%2C6BAYI%2CqBAAoB%3BEAChB%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAIR%2CyBACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CyBACI%2C8BAII%3BEACI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAKZ%3BEACI%2CwBAAA%3B%3BAAuBR%2CwBAnBiD%2CwBAA8B%3BEAC3E%2CgCACI%2CMACI%2CMAAM%2CKAAG%3BIACL%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAII%2CgCARZ%2CMAMI%2CMAAM%2CKAAG%2CKACJ%2COACK%3BIACE%2CaAAA%3B%3B%3BAAyDxB%2CwBAjDiD%3BEAC7C%2CgCACI%3BIACI%2CYAAA%3BIACA%2CcAAA%3B%3BEAHR%2CgCACI%2CMAII%2CMAAM%2CKAAG%3BIACL%2CaAAA%3B%3BEANZ%2CgCACI%2CMAQI%3BEATR%2CgCACI%2CMASI%2CMAAM%3BIACF%2CcAAA%3B%3BEAXZ%2CgCACI%2CMAQI%2CMAII%3BEAbZ%2CgCACI%2CMASI%2CMAAM%2CKAGF%3BIACI%2CYAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3BEAEA%2CgCAjBZ%2CMAQI%2CMAII%2CGAKK%3BEAAD%2CgCAjBZ%2CMASI%2CMAAM%2CKAGF%2CGAKK%3BIACG%2CgBAAA%3B%3BEAEA%2CgCApBhB%2CMAQI%2CMAII%2CGAKK%2COAGK%3BEAAF%2CgCApBhB%2CMASI%2CMAAM%2CKAGF%2CGAKK%2COAGK%3BIACE%2CqBAAA%3B%3BEAJR%2CgCAjBZ%2CMAQI%2CMAII%2CGAKK%2COAMG%3BEANJ%2CgCAjBZ%2CMASI%2CMAAM%2CKAGF%2CGAKK%2COAMG%3BIACI%2CqBAAA%3B%3BEAGR%2CgCA3BZ%2CMAQI%2CMAII%2CGAeK%3BEAAD%2CgCA3BZ%2CMASI%2CMAAM%2CKAGF%2CGAeK%3BIACG%2CiBAAA%3B%3BEAEJ%2CgCA9BZ%2CMAQI%2CMAII%2CGAkBK%3BEAAD%2CgCA9BZ%2CMASI%2CMAAM%2CKAGF%2CGAkBK%3BIACG%2C6BAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CgCAlCZ%2CMAQI%2CMAII%2CGAsBK%2CSAAS%3BEAAV%2CgCAlCZ%2CMASI%2CMAAM%2CKAGF%2CGAsBK%2CSAAS%3BIACN%2CmBAAA%3BIACA%2CSAAS%2CcAAc%2CIAAvB%3BIACA%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BAAoBxB%2CwBAZsD%3BEAClD%2CyBACI%2C8BACI%3BIACI%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3B%3BAC5hBhB%2CiCACI%3BEACI%2CgBAAA%3B%3BAAFR%2CiCACI%2CyBAGI%3BEACI%2CaAAA%3B%3BAALZ%2CiCACI%2CyBAGI%2CQAGM%3BEACE%2CaAAA%3B%3BAARhB%2CiCAaI%2C0BACI%3BAAdR%2CiCAaI%2C0BAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAMQ%2CiCAVhB%2C0BAOI%2CyBACI%2CyBACI%2COACK%2COACG%3BEACI%2CcAAA%3B%3BAAS5B%3BEACI%2CaAAA%3B%3BACtCA%2CoBACI%2CsBACI%2CcACI%2CGACI%2COAAM%3BEACF%2CSAAS%2CIAAT%3BEACA%2CgBAAA%3B%3BACQpB%3B%3B%3BAAAA%2CyBAEI%2CYAAY%2CGAAG%2COAAM%3BAAFzB%2CyBAII%2CYAAY%2CGAAG%2COAAM%3BAAJzB%2CyBAMI%2CYAAW%3BEACP%2CUAAA%3B%3BAAPR%2CyBAUI%3BAAVJ%2CyBAWI%3BAAXJ%2CyBAYI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAdR%2CyBAiBI%2CeAAe%3BAAjBnB%2CyBAkBI%2CeAAe%3BEACX%2CkBAAA%3B%3BAAnBR%2CyBAsBI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAzBR%2CyBA4BI%2CYAAW%3BEACP%2CeAAA%3BEACA%2CYAAA%3B%3BAA9BR%2CyBAiCI%2CcAAc%3BAAjClB%2CyBAkCI%2CcAAc%3BEACV%2CWAAW%2CoBAAX%3B%3BAAnCR%2CyBAsCI%3BEAEQ%2COAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CyBAPJ%2CaAOK%3BAACD%2CyBARJ%2CaAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CyBAbJ%2CaAaK%3BEACG%2CWAAA%3B%3BAApDZ%2CyBAwDI%3BAAxDJ%2CyBAyDI%2CaAAY%2CcAAe%3BEACvB%2CaAAA%3B%3BAA1DR%2CyBA6DI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAjER%2CyBAoEI%2CUAAU%3BEACN%2CYAAA%3B%3BAArER%2CyBAwEI%2CaAAY%2CSAAU%3BEAClB%2CoBAAA%3B%3BAAzER%2CyBA4EI%2CgBAAgB%3BEACZ%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FER%2CyBAkFI%2CaAAY%3BEACR%2CaAAA%3B%3BAAnFR%2CyBAsFI%2CeAAe%3BEACX%2CeAAA%3BEACA%2CkBAAA%3B%3BAAxFR%2CyBA2FI%2CeAAe%2CYAAW%3BEACtB%2CqCAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CWAAA%3B%3BAAzGR%2CyBA4GI%2CYAAW%3BAA5Gf%2CyBA6GI%2CYAAW%3BEACP%2CaAAA%3B%3BAA9GR%2CyBAiHI%2CcAAa%3BEACT%2CmBAAA%3B%3BAAlHR%2CyBAqHI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA7HR%2CyBAgII%2CYAAY%3BEACR%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAvIR%2CyBA0II%2CYAAY%2CGAAG%3BAA1InB%2CyBA2II%2CcAAc%3BEACV%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FIR%2CyBAkJI%2CYAAY%2CGAAG%3BEAEP%2CeAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAZJ%2CYAAY%2CGAAG%2COAYV%2CMAAM%3BAACP%2CyBAbJ%2CYAAY%2CGAAG%2COAaV%2CMAAM%3BEACH%2CUAAA%3B%3BAAGJ%2CyBAjBJ%2CYAAY%2CGAAG%2COAiBV%3BEACG%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CKAAT%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAhLZ%2CyBAoLI%2CYAAY%2CGAAE%2CaAAc%2COAAM%3BEAC9B%2CWAAA%3BEACA%2CaAAA%3B%3BAAtLR%2CyBAyLI%3BEACI%2CwCAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA9LR%2CyBAiMI%2CcAAc%3BEAEN%2CgBC1MgB%2C0XD0MhB%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CgCAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAhBJ%2CcAAc%2CaAgBT%3BAACD%2CyBAjBJ%2CcAAc%2CaAiBT%3BEACG%2CSAAS%2CEAAT%3B%3BAAGJ%2CyBArBJ%2CcAAc%2CaAqBT%3BEACG%2CgBC7NuB%2C0XD6NvB%3B%3BAAvNZ%2CyBA2NI%2CcAAc%2CaAAY%3BEACtB%2CQAAA%3B%3BAA5NR%2CyBA%2BNI%2CcAAc%2CaAAY%3BEACtB%2COAAA%3BEACA%2CWAAW%2CeAAe%2CiBAA1B%3B%3BAAjOR%2CyBAoOI%2CmBAAmB%3BEACf%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAvOR%2CyBA0OI%2CeAAc%2CaAAgB%3BEAC1B%2CeAAA%3B%3BAA3OR%2CyBA8OI%2CeAAc%2CaAAc%2CaAAa%3BEACrC%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAjPR%2CyBAoPI%2CSAAQ%3BEACJ%2CWAAA%3B%3BAC1OZ%3BEACI%3BIACI%2CWAAW%2CsBAAqB%2CSAAhC%3B%3BEAGJ%3BIACI%2CWAAW%2CsBAAqB%2CgBAAhC%3B%3B%3BACTR%3BEACI%2CoBAAA%3B%3BAASA%2CqBACI%2CaAAa%3BEACT%2CaAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CiBAAA%3B%3BAANR%2CqBASI%3BEAEQ%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAbZ%2CqBASI%2CiBAOI%3BEACI%2CkBAAA%3B%3BAAjBZ%2CqBASI%2CiBAWI%3BEACI%2CeAAA%3B%3BAArBZ%2CqBAyBI%2CaAAY%3BElHoWhB%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAtIF%2CsCAAA%3BEACK%2CmCAAA%3BEACC%2CkCAAA%3BEAcJ%2C8BAAA%3BEAwJA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEkHpYI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAZJ%2CaAAY%2CeAYP%2CgBAAiB%3BAAClB%2CqBAbJ%2CaAAY%2CeAaP%2CgBAAiB%3BEACd%2CWAAA%3B%3BAAIA%2CqBAlBR%2CaAAY%2CeAiBP%2CgBAAiB%2CuBACb%2CUAAU%2CQAAQ%3BEACf%2CcAAA%3B%3BAAGJ%2CqBAtBR%2CaAAY%2CeAiBP%2CgBAAiB%2CuBAKb%2CUAAU%2CQAAQ%3BEACf%2CaAAA%3B%3BAAIR%2CqBA3BJ%2CaAAY%2CeA2BP%2CgBAAiB%3BAAClB%2CqBA5BJ%2CaAAY%2CeA4BP%2CmBAAoB%3BEAEb%2CUAAA%3B%3BAAGJ%2CqBAjCR%2CaAAY%2CeA2BP%2CgBAAiB%2CuBAMb%3BAAAD%2CqBAjCR%2CaAAY%2CeA4BP%2CmBAAoB%2CuBAKhB%3BEACG%2CWAAA%3B%3BAAIR%2CqBAtCJ%2CaAAY%2CeAsCP%2CgBAAiB%3BAAClB%2CqBAvCJ%2CaAAY%2CeAuCP%2CmBAAoB%3BEACjB%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBA5CJ%2CaAAY%2CeA4CP%3BEACG%2CaAAA%3B%3BAAtEZ%2CqBAyBI%2CaAAY%2CeAgDR%3BEACI%2CSAAA%3B%3BAA1EZ%2CqBAyBI%2CaAAY%2CeAoDR%3BEACI%2CgBAAA%3B%3BAA9EZ%2CqBAyBI%2CaAAY%2CeAwDR%2CiBACI%3BEACI%2CaAAA%3B%3BAAnFhB%2CqBAyBI%2CaAAY%2CeAwDR%2CiBAKI%3BEACI%2CaAAA%3B%3BAAvFhB%2CqBAyBI%2CaAAY%2CeAwDR%2CiBASI%3BEACI%2CaAAA%3B%3BAAKJ%2CqBAvER%2CaAAY%2CeAsER%2CYACK%2CIAAI%3BEACD%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAlGhB%2CqBAyBI%2CaAAY%2CeA6ER%2CeAAe%3BEACX%2CYAAA%3B%3BAAvGZ%2CqBAyBI%2CaAAY%2CeAiFR%3BElHmRR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3B%3BAkH3ZR%2CqBAyBI%2CaAAY%2CeAsFR%2CoBAAoB%3BElH0I9B%2CeAAA%3BEACK%2CYAAA%3BEACC%2CWAAA%3BEAcJ%2COAAA%3B%3BAkHzQA%2CqBAyBI%2CaAAY%2CeA0FR%2CoBAAoB%2CIAAG%3BElHgS%5C%2FB%2CwBAAA%3BEACQ%2CgBAAA%3B%3BAkHpZR%2CqBAyBI%2CaAAY%2CeA8FR%2CoBAAoB%3BEAChB%2CgBAAA%3B%3BAAxHZ%2CqBAyBI%2CaAAY%2CeAkGR%3BAA3HR%2CqBAyBI%2CaAAY%2CeAmGR%3BEACI%2CoBAAA%3B%3BAA7HZ%2CqBAyBI%2CaAAY%2CeAuGR%2CwBAAwB%3BEACpB%2CeAAA%3B%3BAAjIZ%2CqBAyBI%2CaAAY%2CeA2GR%2CwBAAwB%2CiBAAmB%3BEACvC%2CgBAAA%3B%3BAArIZ%2CqBAyBI%2CaAAY%2CeA%2BGR%2CgBAAkB%3BEACd%2CqBAAA%3B%3BAAzIZ%2CqBAyBI%2CaAAY%2CeAmHR%2CyBAAyB%2CiBAAiB%3BEACtC%2C6BAAA%3B%3BAA7IZ%2CqBAyBI%2CaAAY%2CeAuHR%2COAAM%3BEACF%2CmBAAA%3B%3BAAjJZ%2CqBAyBI%2CaAAY%2CeA2HR%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAtJZ%2CqBAyBI%2CaAAY%2CeAgIR%3BEAEQ%2CgBAAA%3B%3BAA3JhB%2CqBAyBI%2CaAAY%2CeAgIR%2C0BAKI%3BEACI%2CkBAAA%3B%3BAA%5C%2FJhB%2CqBAyBI%2CaAAY%2CeAgIR%2C0BASI%3BEACI%2CgBAAA%3B%3BAAnKhB%2CqBAyBI%2CaAAY%2CeAgIR%2C0BAaI%2CiBAAiB%2CQAAO%3BEACpB%2CkBAAA%3B%3BAAvKhB%2CqBAyBI%2CaAAY%2CeAgIR%2C0BAiBI%3BEACI%2CYAAA%3B%3BAA3KhB%2CqBAyBI%2CaAAY%2CeAgIR%2C0BAqBI%2CsBAAsB%3BEAClB%2CaAAA%3B%3BAA%5C%2FKhB%2CqBAyBI%2CaAAY%2CeA0JR%2C2BACI%3BEACI%2CYAAA%3B%3BAArLhB%2CqBA2LI%2CmBAAmB%2C8BACf%3BEACI%2CaAAA%3B%3BAA7LZ%2CqBA2LI%2CmBAAmB%2C8BAKf%2CgCAAgC%3BEAC5B%2CcAAA%3B%3BAAjMZ%2CqBAqMI%2CiBAEI%2C8BAA8B%3BEAC1B%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CeAAX%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAjNZ%2CqBAqMI%2CiBAgBI%2C8BAA8B%2CiBAAmB%3BEAC7C%2CWAAA%3B%3BAAIJ%2CqBArBJ%2CiBAqBK%2CKAAM%2C8BAA8B%3BEACjC%2CYAAA%3BEACA%2CMAAA%3B%3BAAIJ%2CqBA3BJ%2CiBA2BK%2CQAAS%2C8BAA8B%3BEACpC%2CSAAA%3B%3BAAjOZ%2CqBAqOI%3BElHoBN%2CmCAAA%3BEACK%2CgCAAA%3BEACC%2C%2BBAAA%3BEAcJ%2C2BAAA%3BEkHlCQ%2CmBAAA%3BEACA%2C6CAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAPJ%2CgBAOK%3BEACG%2CkDAAA%3B%3BAA7OZ%2CqBAqOI%2CgBAWI%2CUAAY%3BAAhPpB%2CqBAqOI%2CgBAYI%2CUAAY%3BEACR%2CaAAA%3B%3BAAlPZ%2CqBAsPI%3BEAEQ%2CcAAA%3BEACA%2CaAAA%3B%3BAAzPZ%2CqBAsPI%2CaAMI%2CcACI%3BElHYZ%2CiBAAA%3BEkHVgB%2CaAAA%3B%3BAA%5C%2FPhB%2CqBAoQI%2CaAAY%2CIAAI%3BEACZ%2CmBAAA%3B%3BAArQR%2CqBAwQI%3BEAEQ%2CqBAAA%3BEACA%2CkBAAA%3B%3BAA3QZ%2CqBAwQI%2CmBAMI%3BEACI%2CSAAA%3B%3BAA%5C%2FQZ%2CqBAmRI%3BEAEQ%2CqBAAA%3B%3BAAIA%2CqBANR%2CoBAKM%2CqBACI%3BEACE%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CqBAlBR%2CoBAKM%2CqBAaI%2CaAAY%2CIAAI%3BEACd%2CgBAAA%3B%3BAAtShB%2CqBAmRI%2CoBAuBI%3BEACI%2CeAAA%3B%3BAA3SZ%2CqBA%2BSI%2CuBACI%2CYAAW%2CIAAI%2C2BAA8B%3BEACzC%2CaAAA%3B%3BAAjTZ%2CqBAqTI%2CoBAAoB%2COAAM%2CUAAW%2COAAM%3BEACvC%2CcAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAzTR%2CqBA4TI%2CmBAAmB%2CgBACf%2CMAAK%2CeAAe%3BAA7T5B%2CqBA4TI%2CmBAAmB%2CgBAEf%2CMAAK%2CeAAe%3BEAChB%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAjUZ%2CqBA4TI%2CmBAAmB%2CgBAQf%2CMAAK%2CeAAe%3BEAChB%2CmCAAA%3B%3BAArUZ%2CqBA4TI%2CmBAAmB%2CgBAYf%2CMAAK%3BAAxUb%2CqBA4TI%2CmBAAmB%2CgBAaf%2CKAAI%3BEACA%2CWAAA%3B%3BAA1UZ%2CqBA4TI%2CmBAAmB%2CgBAiBf%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FUZ%2CqBA4TI%2CmBAAmB%2CgBAsBf%3BElHzER%2CoWAAA%3BEkH2EY%2CoBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAA5VZ%2CqBA4TI%2CmBAAmB%2CgBAmCf%3BEACI%2CmBAAA%3B%3BAAhWZ%2CqBA4TI%2CmBAAmB%2CgBAuCf%3BEACI%2CiBAAA%3B%3BAAoBR%2CQAhByC%3BEAgBzC%2CqBAfI%2CaAAY%3BIlHwDpB%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3B%3BEkHvDI%2CqBAHJ%2CaAAY%2CeAGP%2CgBAAiB%3BIACd%2CUAAA%3B%3BEAGJ%2CqBAPJ%2CaAAY%2CeAOP%2CgBAAiB%3BIACd%2CYAAA%3B%3B%3BAAjXhB%2CqBAwXI%2CqBAAqB%2C%2BBAA%2BB%3BEAE5C%2CgBAAA%3B%3BAA1XZ%2CqBAwXI%2CqBAAqB%2C%2BBAA%2BB%2CgCAKhD%3BEACI%2CgBAAA%3B%3BAA9XZ%2CqBAmYI%2CaAAY%2CIAAI%2CmBAAmB%2CIAAI%2CuBAAwB%3BEAC3D%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAzYR%2CqBA4YI%2CwCAAwC%3BEACpC%2CmBAAA%3B%3BAAIR%2CwBAAyB%3BEAEjB%2CSAAA%3B%3BAAFR%2CwBAAyB%2CiBAKrB%2CiBAAiB%3BEACb%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAARR%2CwBAAyB%2CiBAWrB%2CiBAAiB%2CQAAO%3BEACpB%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAbR%2CwBAAyB%2CiBAgBrB%2CiBAAiB%2CQAAO%2CQAAQ%3BAAhBpC%2CwBAAyB%2CiBAiBrB%2CiBAAiB%2CQAAO%2CQAAQ%3BEAC5B%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAApBR%2CwBAAyB%2CiBAuBrB%2CiBAAiB%2CQAAO%2CQAAQ%3BEAC5B%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAIR%2CwBAAwB%2COAAQ%3BEAC5B%2CSAAA%3B%3BAAGJ%2CSAAS%3BEACL%2CcAAA%3B%3BAAEA%2CSAHK%2CQAGD%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAKR%2CiBAAkB%3BEACd%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CQAAS%2CQAAO%2CKAAM%3BEAEd%2CgBAAA%3B%3BAAFR%2CQAAS%2CQAAO%2CKAAM%2CqBAKlB%2CaAAa%2CMAAK%2CMAAS%2CQAAQ%2CKAAE%2CUAAU%2CMAAS%3BEACpD%2CgBAAA%3B%3BAAIR%2CUAAW%2COAAM%3BEAET%2CmBAAA%3B%3BAAFR%2CUAAW%2COAAM%2CoBAKb%3BEACI%2CgCAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAIR%2CUAAW%2COAAM%3BEACb%2CmBAAA%3B%3BAAGJ%2CUAAW%2COAAM%3BEAET%2CmBAAA%3B%3BAAGJ%2CUALO%2COAAM%2CyBAKZ%2CUAAU%2CGAAI%3BEACX%2CaAAA%3B%3BAAKR%3BEACI%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAALJ%2CaAOI%3BEACI%2CaAAA%3B%3BAARR%2CaAWI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAKR%2CsBAAuB%3BEACnB%2CaAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEQ%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CYAAY%2CiBAAkB%2CyBAAyB%3BEACnD%2CeAAA%3B%3BAAdR%2CsBAiBI%3BAAjBJ%2CsBAkBI%3BEACI%2CgBAAA%3B%3BAC3iBR%2C2BAA2B%2CiBAAiB%3BEAEpC%2CuBAAA%3B%3BAAFR%2C2BAA2B%2CiBAAiB%2CoBAKxC%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAARR%2C2BAA2B%2CiBAAiB%2CoBAWxC%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAbR%2C2BAA2B%2CiBAAiB%2CoBAgBxC%3BEACI%2CWAAA%3B%3BAAGJ%2C2BApBuB%2CiBAAiB%2CoBAoBvC%2CkBAAmB%3BEAChB%2CUAAA%3B%3BAAGJ%2C2BAxBuB%2CiBAAiB%2CoBAwBvC%2CiBAAkB%3BEACf%2CWAAA%3BEACA%2CWAAA%3B%3BAA1BR%2C2BAA2B%2CiBAAiB%2CoBA6BxC%3BEACI%2CSAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3B%3BAAhCR%2C2BAA2B%2CiBAAiB%2CoBAmCxC%3BEACI%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2C2BA1CuB%2CiBAAiB%2CoBA0CvC%2CkBAAmB%3BEAChB%2CUAAA%3B%3BAAGJ%2C2BA9CuB%2CiBAAiB%2CoBA8CvC%2CiBAAkB%3BEACf%2CUAAA%3BEACA%2CWAAA%3B%3BACvDR%2CqBAAsB%2CiBAClB%3BEACI%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CqBAPkB%2CiBAOjB%2CQAAS%3BEACN%2CeAAA%3B%3BACZZ%3BACseI%2C0BAA2B%3BAAoB3B%2C0BAA2B%2C6BAUvB%3BAAyFJ%2C0BAA2B%2CyBAAyB%2C4BAKhD%2CoBAAsB%3BEDjmB1B%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BAC0ZI%2C0BAA2B%2C6BAWvB%3BAAXJ%2C0BAA2B%2C6BAYvB%3BAAyDJ%2C0BAA2B%2CwBAGvB%3BAAiBJ%2C0BAA2B%2C6BAcvB%3BAAqFJ%2C0BAA2B%2CyBAAyB%2C4BAkBhD%3BEDtmBA%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C4BAAC%2CIAAI%3BAC6YL%2C0BAA2B%2C6BAWvB%2CyBDxZH%2CIAAI%3BAC6YL%2C0BAA2B%2C6BAYvB%2C0BDzZH%2CIAAI%3BACkdL%2C0BAA2B%2CwBAGvB%2CuBDrdH%2CIAAI%3BACseL%2C0BAA2B%2C6BAcvB%2CmBDpfH%2CIAAI%3BACykBL%2C0BAA2B%2CyBAAyB%2C4BAkBhD%2CgBD3lBH%2CIAAI%3BEACD%2CmBAAA%3B%3BAAGJ%2C4BAAC%3BACyYD%2C0BAA2B%2C6BAWvB%2CyBDpZH%3BACyYD%2C0BAA2B%2C6BAYvB%2C0BDrZH%3BAC8cD%2C0BAA2B%2CwBAGvB%2CuBDjdH%3BACkeD%2C0BAA2B%2C6BAcvB%2CmBDhfH%3BACqkBD%2C0BAA2B%2CyBAAyB%2C4BAkBhD%2CgBDvlBH%3BEACG%2C4CAAA%3B%3BAAGJ%2C4BAAC%3BACqYD%2C0BAA2B%2C6BAWvB%2CyBDhZH%3BACqYD%2C0BAA2B%2C6BAYvB%2C0BDjZH%3BAC0cD%2C0BAA2B%2CwBAGvB%2CuBD7cH%3BAC0cD%2C0BAA2B%2CwBAUvB%2CuBAAsB%3BAAU1B%2C0BAA2B%2C6BAcvB%2CmBD5eH%3BAC8dD%2C0BAA2B%2C6BAoBvB%2CmBAAkB%3BAA%2BEtB%2C0BAA2B%2CyBAAyB%2C4BAkBhD%2CgBDnlBH%3BACikBD%2C0BAA2B%2CyBAAyB%2C4BA6BhD%2CgBAAe%3BED7lBf%2CqBAAA%3B%3BAAeR%2CgBAXuC%3BEACnC%3BEC%2BXA%2C0BAA2B%2C6BAWvB%3BEAXJ%2C0BAA2B%2C6BAYvB%3BEAyDJ%2C0BAA2B%2CwBAGvB%3BEAiBJ%2C0BAA2B%2C6BAcvB%3BEAqFJ%2C0BAA2B%2CyBAAyB%2C4BAkBhD%3BID3kBI%2CUAAA%3B%3BEAGJ%2C4BAAC%2CeAAe%3BEC0XpB%2C0BAA2B%2C6BAWvB%2CyBDrYC%2CeAAe%3BEC0XpB%2C0BAA2B%2C6BAYvB%2C0BDtYC%2CeAAe%3BEC%2BbpB%2C0BAA2B%2CwBAGvB%2CuBDlcC%2CeAAe%3BECmdpB%2C0BAA2B%2C6BAcvB%2CmBDjeC%2CeAAe%3BECsjBpB%2C0BAA2B%2CyBAAyB%2C4BAkBhD%2CgBDxkBC%2CeAAe%3BIACZ%2CgBAAA%3B%3B%3BACTR%2CYAAY%3BEAEJ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CYAPQ%2CQAOP%3BEACG%2CYAAA%3BEACA%2CgBAAA%3B%3BAATR%2CYAAY%2CQAYR%3BEACI%2CUAAA%3B%3BAAbR%2CYAAY%2CQAgBR%3BEACI%2CeAAA%3B%3BAAjBR%2CYAAY%2CQAoBR%2CwBAAwB%3BEACpB%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CYA5BI%2CQAoBR%2CwBAAwB%2CoBAQnB%3BEACG%2CmBAAA%3B%3BAA7BZ%2CYAAY%2CQAiCR%3BEACI%2CoBAAA%3B%3BAAlCR%2CYAAY%2CQAqCR%3BEACI%2C2BAAA%3B%3BAAtCR%2CYAAY%2CQAyCR%2CyBAAyB%3BEACrB%2CeAAA%3BEACA%2CUAAA%3B%3BAA3CR%2CYAAY%2CQA8CR%2C2BACI%2CSAAS%2CQAAO%3BAA%5C%2FCxB%2CYAAY%2CQA8CR%2C2BAEI%2CQAAO%2CSAAS%3BEACZ%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CYArDA%2CQA8CR%2C2BACI%2CSAAS%2CQAAO%2CSAMX%3BAAAD%2CYArDA%2CQA8CR%2C2BAEI%2CQAAO%2CSAAS%2COAKX%3BAACD%2CYAtDA%2CQA8CR%2C2BACI%2CSAAS%2CQAAO%2CSAOX%3BAAAD%2CYAtDA%2CQA8CR%2C2BAEI%2CQAAO%2CSAAS%2COAMX%3BEACG%2CmBAAA%3B%3BEAEA%2CYAAA%3B%3BAAGJ%2CYA5DA%2CQA8CR%2C2BACI%2CSAAS%2CQAAO%2CSAaX%3BAAAD%2CYA5DA%2CQA8CR%2C2BAEI%2CQAAO%2CSAAS%2COAYX%3BEACG%2CmBAAA%3B%3BAAMhB%2CYAAY%2CQAAQ%2CiBAEhB%2CsBAAsB%2CoBAClB%3BAAFR%2CYAAY%2CQAAQ%2CiBAChB%2CsBAAsB%2CoBAClB%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAKZ%2C0BAA0B%3BEAElB%2CWAAA%3BEACA%2CcAAA%3B%3BAAHR%2C0BAA0B%2CQAMtB%2CkBAAiB%2CIAAI%3BEACjB%2CgBAAA%3B%3BAAKR%3BEAEQ%2CeAAA%3B%3BAAGJ%2C0BAAI%3BEACA%2CgBAAA%3B%3BAANR%2C0BASI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAhBR%2C0BAmBI%2CkBAAoB%3BEAEZ%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAZJ%2CkBAAoB%2CmBAYf%3BAACD%2C0BAbJ%2CkBAAoB%2CmBAaf%2CMAAM%3BEACH%2CqBAAA%3B%3BAAjCZ%2C0BAqCI%2CkBAAoB%2CmBAAgB%3BEAE5B%2CgCAAA%3BEACA%2C%2BBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CsBAAsB%2CaAAjC%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAAlDZ%2C0BAsDI%2CkBAAoB%2CmBAAgB%3BEAChC%2CWAAW%2CcAAX%3B%3BAAvDR%2C0BA0DI%2C4BAA8B%2CsBAAsB%3BEAChD%2CeAAA%3B%3BAA3DR%2C0BA8DI%2CUAAS%3BEACL%2CgBAAA%3B%3BAA%5C%2FDR%2C0BAkEI%2CUAAY%3BAAlEhB%2C0BAmEI%2CUAAY%3BEACR%2CaAAA%3B%3BAApER%2C0BAuEI%2CUAAY%2CSAAS%3BAAvEzB%2C0BAwEI%2CUAAY%2CUAAU%2CSAAS%3BEAC3B%2CmBAAA%3B%3BAAzER%2C0BA4EI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAA9ER%2C0BAiFI%2CyBAAyB%3BAAjF7B%2C0BAkFI%2CyBAAyB%3BEACrB%2CkBAAA%3B%3BAAnFR%2C0BAsFI%2CyBAAyB%3BEACrB%2CgBAAA%3B%3BAAvFR%2C0BA0FI%2CyBAAyB%3BEACrB%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA5FR%2C0BA%2BFI%3BEACI%2CcAAA%3B%3BAAKA%2C0BAFJ%2CmBAEK%2CIAAI%3B%3B%3B%3BAAAL%2C0BADJ%2COACK%2CIAAI%3B%3B%3B%3BEAID%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C0BAbJ%2CmBAaK%2CIAAI%2C6BAA6B%3BAAAlC%2C0BAZJ%2COAYK%2CIAAI%2C6BAA6B%3BEAC9B%2CYAAA%3B%3BAAjHZ%2C0BAqHI%2CmBAAkB%3BEACd%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2C0BAJJ%2CmBAAkB%2CaAIb%3BEACG%2CmBAAA%3B%3BAA1HZ%2C0BA8HI%2CwBAA0B%2CmBAAmB%2CWAAS%2CQAAO%3BEACzD%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAlIR%2C0BAqII%3BEACI%2CgBAAA%3B%3BAAtIR%2C0BA0II%2CeAAe%2CiBAAiB%3BEAC5B%2CgBAAA%3B%3BAA3IR%2C0BA8II%2CMAAK%2CeAAe%3BEAChB%2CgCAAA%3B%3BAA%5C%2FIR%2C0BAkJI%2CMAAK%3BAAlJT%2C0BAmJI%2CMAAK%3BAAnJT%2C0BAoJI%2CMAAK%3BAApJT%2C0BAqJI%2CMAAK%3BAArJT%2C0BAsJI%2CMAAK%3BAAtJT%2C0BAuJI%2CMAAK%3BAAvJT%2C0BAwJI%2CMAAK%3BAAxJT%2C0BAyJI%2CMAAK%3BAAzJT%2C0BA0JI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAA9JR%2C0BAiKI%2CqBAAqB%3BEACjB%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAArKR%2C0BAwKI%2CqBAAqB%2CoBAAoB%3BEACrC%2CaAAA%3B%3BAAzKR%2C0BA6KI%2CqBAAqB%3BAA7KzB%2C0BA8KI%2CQAAO%2CSAAS%3BEACZ%2CYAAA%3B%3BAAKR%2C0BACI%2CMAAK%3BAADT%2C0BAEI%2CMAAK%3BEtHrRT%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEsHiRQ%2CWAAA%3BEACA%2CUAAA%3B%3BAANR%2C0BASI%2CMAAK%2CiBAAoB%3BAAT7B%2C0BAUI%2CMAAK%2CcAAiB%3BEAClB%2CeAAA%3BEACA%2CaAAA%3B%3BAAZR%2C0BAeI%2CMAAK%2CiBAAoB%2CQAAM%2CKAAI%3BAAfvC%2C0BAgBI%2CMAAK%2CcAAiB%2CQAAM%2CKAAI%3BEAC5B%2CUAAA%3B%3BAAjBR%2C0BAoBI%2CMAAK%2CiBAAoB%2CQAAK%3BAApBlC%2C0BAqBI%2CMAAK%2CcAAiB%2CQAAK%3BEACvB%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAhCR%2C0BAmCI%2CMAAK%2CiBAAoB%2CQAAK%2CMAAM%3BAAnCxC%2C0BAoCI%2CMAAK%2CcAAiB%2CQAAK%2CMAAM%3BAApCrC%2C0BAqCI%2CMAAK%2CiBAAiB%2CQAAW%2CQAAK%3BAArC1C%2C0BAsCI%2CMAAK%2CcAAc%2CQAAW%2CQAAK%3BAAtCvC%2C0BAuCI%2CMAAK%2CiBAAiB%2CMAAS%2CQAAK%3BAAvCxC%2C0BAwCI%2CMAAK%2CcAAc%2CMAAS%2CQAAK%3BEAC7B%2CqBAAA%3BEACA%2C6CAAA%3B%3BAA1CR%2C0BA6CI%2CMAAK%2CiBAAoB%2CQAAK%3BEAC1B%2CkBAAA%3B%3BAA9CR%2C0BAiDI%2CMAAK%2CiBAAiB%2CQAAW%2CQAAK%3BEAClC%2CwXAAA%3BEACA%2CmCAAA%3BEACA%2CeAAA%3B%3BAApDR%2C0BAuDI%2CMAAK%2CcAAiB%2CQAAK%3BEACvB%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAzDR%2C0BA4DI%2CMAAK%2CcAAc%2CQAAW%2CQAAK%3BEAC%5C%2FB%2CiBAAA%3B%3BAAOJ%2C0BAFuB%2CuBAEtB%3BAAAD%2C0BADuB%2CYACtB%3BEACG%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAJR%2C0BAA2B%2CuBAOvB%3BAANJ%2C0BAA2B%2CYAMvB%3BEACI%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAVR%2C0BAA2B%2CuBAavB%2CkBAAkB%3BAAZtB%2C0BAA2B%2CYAYvB%2CkBAAkB%3BEACd%2CUAAA%3B%3BAAdR%2C0BAA2B%2CuBAiBvB%3BAAhBJ%2C0BAA2B%2CYAgBvB%3BEACI%2CsBAAA%3B%3BAAlBR%2C0BAA2B%2CuBAqBvB%2CkBAAkB%2CoBAAoB%3BAApB1C%2C0BAA2B%2CYAoBvB%2CkBAAkB%2CoBAAoB%3BEAClC%2CSAAA%3BEACA%2CWAAA%3B%3BAAvBR%2C0BAA2B%2CuBA0BvB%2CkBAAkB%3BAAzBtB%2C0BAA2B%2CYAyBvB%2CkBAAkB%3BEACd%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAhCR%2C0BAA2B%2CuBAmCvB%2CkBAAkB%3BAAlCtB%2C0BAA2B%2CYAkCvB%2CkBAAkB%3BEACd%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAtCR%2C0BAA2B%2CuBAyCvB%3BAAxCJ%2C0BAA2B%2CYAwCvB%3BEACI%2CqBAAA%3B%3BAA1CR%2C0BAA2B%2CuBA6CvB%3BAA5CJ%2C0BAA2B%2CYA4CvB%3BEACI%2CmBAAA%3B%3BAAKR%2C0BAA2B%2C6BACvB%3BEACI%2CgBAAA%3B%3BAAFR%2C0BAA2B%2C6BAKvB%3BAALJ%2C0BAA2B%2C6BAMvB%3BAANJ%2C0BAA2B%2C6BAOvB%3BEACI%2CmBAAA%3B%3BAARR%2C0BAA2B%2C6BAWvB%3BAAXJ%2C0BAA2B%2C6BAYvB%3BEACI%2CaAAA%3B%3BAAbR%2C0BAA2B%2C6BAkBvB%2CyBAAwB%3BAAlB5B%2C0BAA2B%2C6BAmBvB%2C0BAAyB%3BEACrB%2CaAAA%3B%3BAApBR%2C0BAA2B%2C6BAuBvB%3BEACI%2CgBAAA%3B%3BAAxBR%2C0BAA2B%2C6BA2BvB%2CmBAAkB%3BEAEV%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2C0BAnCmB%2C6BA2BvB%2CmBAAkB%2CQAQb%3BEACG%2CmBAAA%3BEACA%2CcAAA%3B%3BAArCZ%2C0BAA2B%2C6BAyCvB%2CmBAAkB%3BAA2GtB%2C0BAA2B%2C0BAmBvB%2CmBAAkB%3BEA5HV%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C0BAjDmB%2C6BAyCvB%2CmBAAkB%2CMAQb%3BAAmGT%2C0BAA2B%2C0BAmBvB%2CmBAAkB%2CMAtHb%3BEACG%2CcAAA%3B%3BAAGJ%2C0BArDmB%2C6BAyCvB%2CmBAAkB%2CMAYb%3BAA%2BFT%2C0BAA2B%2C0BAmBvB%2CmBAAkB%2CMAlHb%3BEACG%2C4bAAA%3BEACA%2CwBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BA9DmB%2C6BAyCvB%2CmBAAkB%2CMAqBb%2CMAAM%3BAAsFf%2C0BAA2B%2C0BAmBvB%2CmBAAkB%2CMAzGb%2CMAAM%3BEACH%2C4bAAA%3BEACA%2CwBAAA%3B%3BAAKZ%2C0BAA2B%2CwBAGvB%3BEACI%2CiBAAA%3BEACA%2CaAAA%3B%3BAALR%2C0BAA2B%2CwBAcvB%2CuBAAsB%2CcAAe%2CmBAAkB%3BEACnD%2CkBAAA%3B%3BAAKR%2C0BAA2B%3BEAEnB%2CcAAA%3BEACA%2C6BAAA%3B%3BAAHR%2C0BAA2B%2C6BAMvB%3BEACI%2CaAAA%3B%3BAAPR%2C0BAA2B%2C6BAcvB%3BEACI%2CeAAA%3B%3BAAfR%2C0BAA2B%2C6BAwBvB%2CmBAAmB%3BEACf%2CYAAA%3B%3BAAzBR%2C0BAA2B%2C6BA4BvB%2CmBAAmB%2CaAAa%3BEAC5B%2CkBAAA%3B%3BAA7BR%2C0BAA2B%2C6BAgCvB%2CmBAAmB%2CaAAa%2CeAAc%3B%3B%3BAAhClD%2C0BAA2B%2C6BAgCvB%2CmBAAmB%2CaAAa%2CeAAc%2COAE1C%2CsBAAqB%3BAAlC7B%2C0BAA2B%2C6BAgCvB%2CmBAAmB%2CaAAa%2CeAAc%2COAG1C%3BEACI%2CcAAA%3B%3BAAMZ%2C0BAA2B%3BEAEnB%2CgBAAA%3B%3BAAFR%2C0BAA2B%2CuBAKvB%3BEACI%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAARR%2C0BAA2B%2CuBAWvB%3BEACI%2CeAAA%3B%3BAAKR%2C0BAA2B%2C0BACvB%3BEACI%2CgBAAA%3B%3BAAFR%2C0BAA2B%2C0BAKvB%2CiBAAmB%3BEACf%2CWAAA%3BEACA%2CkBAAA%3B%3BAAPR%2C0BAA2B%2C0BAUvB%2CiBAAmB%2CWAAS%3BEACxB%2CaAAA%3B%3BAAXR%2C0BAA2B%2C0BAcvB%2CiBAAiB%3BEACb%2CgBAAA%3BEACA%2CcAAA%3B%3BAASR%2C0BAA2B%2C0BACvB%3BEACI%2CWAAA%3B%3BAAFR%2C0BAA2B%2C0BAKvB%2COAAM%3BEACF%2CcAAA%3B%3BAANR%2C0BAA2B%2C0BASvB%2COAAM%2CWAAY%3BEACd%2CWAAA%3B%3BAAKR%2C0BAA2B%2CyBAAyB%3BEAE5C%2CSAAA%3B%3B%3BAAFR%2C0BAA2B%2CyBAAyB%2C4BAShD%2CeAAiB%2CiBAAe%3BEAE5B%2CSAAA%3B%3BAAXR%2C0BAA2B%2CyBAAyB%2C4BAchD%2CeAAc%2CIAAI%3BEACd%2CmBAAA%3B%3BAAfR%2C0BAA2B%2CyBAAyB%2C4BAkBhD%3BEACI%2CUAAA%3BEACA%2CWAAA%3B%3BAApBR%2C0BAA2B%2CyBAAyB%2C4BAyBhD%2CgBAAe%2CIAAI%3BEACf%2CmBAAA%3B%3BAA1BR%2C0BAA2B%2CyBAAyB%2C4BAiChD%3BEACI%2CuBAAA%3BEACA%2CUAAA%3B%3BAAnCR%2C0BAA2B%2CyBAAyB%2C4BAsChD%2CsBAAsB%3BEAClB%2CuBAAA%3BEACA%2CaAAA%3B%3BAAxCR%2C0BAA2B%2CyBAAyB%2C4BA2ChD%2CsBAAsB%2COAAS%2CIAAC%2CIAAI%2CaAAa%2CIAAI%3BEACjD%2CiBAAA%3B%3BAA5CR%2C0BAA2B%2CyBAAyB%2C4BAgDhD%2CsBAAsB%2COAAO%3BEACzB%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAlDR%2C0BAA2B%2CyBAAyB%2C4BAqDhD%2CgBAAgB%3BEACZ%2CaAAA%3B%3BAAtDR%2C0BAA2B%2CyBAAyB%2C4BAyDhD%2CgBAAe%2CQAAS%3BEACpB%2CcAAA%3BEACA%2CsBAAA%3B%3BAA3DR%2C0BAA2B%2CyBAAyB%2C4BA8DhD%2CgBAAe%2CQAAS%2CwBAA0B%3BEAC9C%2CSAAA%3B%3BAA%5C%2FDR%2C0BAA2B%2CyBAAyB%2C4BAkEhD%2CgBAAe%2CQAAS%2CwBAA0B%2CIAAI%3BEAClD%2CgBAAA%3B%3BAAnER%2C0BAA2B%2CyBAAyB%2C4BAwEhD%2CgBAAe%2CQAAS%2CwBAAwB%3BEAC5C%2CqBAAA%3BEACA%2CsBAAA%3B%3BAA1ER%2C0BAA2B%2CyBAAyB%2C4BA6EhD%2CwBAAwB%2CiBAAmB%3BEACvC%2CWAAA%3BEACA%2CeAAA%3B%3BAAKR%2C0BAA2B%3BEAEnB%2CgBAAA%3B%3BAAFR%2C0BAA2B%2C8BAKvB%3BEACI%2CmBAAA%3BEACA%2CcAAA%3B%3BAAPR%2C0BAA2B%2C8BAUvB%2CkBAAoB%3BEAChB%2CmBAAA%3B%3BAAXR%2C0BAA2B%2C8BAcvB%2CoBAAsB%3BEAClB%2CaAAA%3B%3BAAfR%2C0BAA2B%2C8BAkBvB%3BEACI%2CgCAAA%3BEACA%2CmBAAA%3B%3BAApBR%2C0BAA2B%2C8BAuBvB%2CeAAiB%3BEACb%2CeAAA%3B%3BAAxBR%2C0BAA2B%2C8BA2BvB%2CcAAc%3BEAEN%2C4nBAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C0BA1CmB%2C8BA2BvB%2CcAAc%2CQAeT%3BEACG%2C4nBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%2C0BA%5C%2FCmB%2C8BA2BvB%2CcAAc%2CQAoBT%3BEACG%2C%2BBAAA%3B%3BAAhDZ%2C0BAA2B%2C8BAoDvB%2CcAAc%2CQAAO%3BEACjB%2CWAAA%3BEACA%2CmBAAA%3B%3BAAtDR%2C0BAA2B%2C8BAyDvB%2CcAAc%3BEACV%2CoBAAA%3B%3BAA1DR%2C0BAA2B%2C8BA6DvB%2CgBAAgB%3BEACZ%2CyBAAA%3BEACA%2CSAAA%3B%3BAA%5C%2FDR%2C0BAA2B%2C8BAkEvB%2CgBAAgB%3BEACZ%2CmBAAA%3B%3BAAnER%2C0BAA2B%2C8BAsEvB%2CgBAAgB%3BEACZ%2CiBAAA%3B%3BAAvER%2C0BAA2B%2C8BA0EvB%2CsBAAsB%3BEAClB%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAA7ER%2C0BAA2B%2C8BA0EvB%2CsBAAsB%2CoBAKlB%3BEACI%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3B%3BAAlFZ%2C0BAA2B%2C8BAsFvB%2CsBAAsB%3BEAClB%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEACA%2CqBAAA%3B%3BAA5FR%2C0BAA2B%2C8BA%2BFvB%2CsBAAsB%2CQAAO%3BEAErB%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C0BAvGmB%2C8BA%2BFvB%2CsBAAsB%2CQAAO%2CSAQxB%3BEACG%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C0BA5GmB%2C8BA%2BFvB%2CsBAAsB%2CQAAO%2CSAaxB%3BEACG%2C%2BBAAA%3B%3BAA7GZ%2C0BAA2B%2C8BAiHvB%2CsBAAsB%3BEAClB%2CmBAAA%3B%3BAAlHR%2C0BAA2B%2C8BAqHvB%3BEACI%2CSAAA%3B%3BAAtHR%2C0BAA2B%2C8BAyHvB%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA7HR%2C0BAA2B%2C8BAgIvB%2CaAAa%3BEACT%2CkBAAA%3B%3BAAjIR%2C0BAA2B%2C8BAoIvB%2CaAAa%3BEACT%2CYAAA%3B%3BAArIR%2C0BAA2B%2C8BAwIvB%3BEACI%2CWAAA%3B%3BAAzIR%2C0BAA2B%2C8BA4IvB%2COAAM%3BEACF%2CUAAA%3B%3BAA7IR%2C0BAA2B%2C8BAgJvB%2COAAM%2CaAAa%2CIAAI%3BEACnB%2CmBAAA%3B%3BAAjJR%2C0BAA2B%2C8BAoJvB%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAvJR%2C0BAA2B%2C8BA0JvB%2CcAAc%2COAAO%3BAA1JzB%2C0BAA2B%2C8BA2JvB%2CcAAc%2COAAO%3BEACjB%2CgBAAA%3B%3BAA5JR%2C0BAA2B%2C8BA%2BJvB%2CcAAc%3BEACV%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKR%2C0BAA2B%3BEAEnB%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAANR%2C0BAA2B%2C%2BBASrB%3BEACE%2CeAAA%3B%3BAAVR%2C0BAA2B%2C%2BBAavB%3BAAbJ%2C0BAA2B%2C%2BBAcvB%3BEACI%2CcAAA%3B%3BAAfR%2C0BAA2B%2C%2BBAkBvB%2CuBAAyB%3BEACrB%2CkBAAA%3B%3BAAnBR%2C0BAA2B%2C%2BBAsBvB%2CoBAAoB%3BEAChB%2CgBAAA%3B%3BAAKR%2C0BAA2B%3BEAEnB%2CeAAA%3B%3BAAFR%2C0BAA2B%2CwBAKvB%3BAALJ%2C0BAA2B%2CwBAMvB%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAARR%2C0BAA2B%2CwBAWvB%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAbR%2C0BAA2B%2CwBAgBvB%2CeAAe%3BEACX%2CaAAA%3B%3BAAKR%2C0BAA2B%3BEAEnB%2CcAAA%3BEACA%2CgBAAA%3B%3BAAHR%2C0BAA2B%2CuBAMvB%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAOA%2C0BAFkB%2CiBACtB%2CmBACK%2CIAAI%3BEACD%2CgBAAA%3B%3BAC54BZ%3BEAEQ%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAJR%2CqCAOI%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CQAAQ%2C4BAAR%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAIR%2CqCAAsC%2CiCAAiC%3BE7EXvE%2CqBAAA%3BE6EcQ%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BA7EfR%2CqC6EKsC%2CiCAAiC%2CG7ELtE%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CtPY%2CO3CsPZ%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CqC6ERkC%2CiCAAiC%2CG7EOtE%2CMACI%3BE1C2PL%2CcAAA%3B%3BAuHtPI%2CqCAbkC%2CiCAAiC%2CGAalE%3BEACG%2CcAAA%3B%3BAAGJ%2CqCAjBkC%2CiCAAiC%2CGAiBlE%2CQAAQ%3BEACL%2CcAAA%3B%3BAAGJ%2CqCArBkC%2CiCAAiC%2CGAqBlE%3BEACG%2CmBAAA%3B%3BAAGJ%2CqCAzBkC%2CiCAAiC%2CGAyBlE%3BAACD%2CqCA1BkC%2CiCAAiC%2CGA0BlE%3BEACG%2CmBAAA%3B%3BAAGJ%2CqCA9BkC%2CiCAAiC%2CGA8BlE%3BAACD%2CqCA%5C%2FBkC%2CiCAAiC%2CGA%2BBlE%3BEACG%2C2BAAA%3B%3BAC9DR%3BAAcI%2CmBAAC%3BAAAD%2CeAAC%3BAAVL%2CmBAWI%2CQAAO%2CKAAK%3BAAVhB%2CeAUI%2CQAAO%2CKAAK%3BAAuFhB%2CqBACI%3BAADJ%2CqBAEI%3BAAFJ%2CqBAGI%3BAAHJ%2CqBAII%3BEAzGA%2CaAAA%3B%3BAAGJ%3BAACA%3BEAEQ%2CgBAAA%3B%3BAAGJ%2CmBAAC%3BAAAD%2CeAAC%3BExHuRL%2CcAAA%3B%3BAwH9QI%2CmBAAC%3BAAAD%2CeAAC%3BEACG%2CoBAAA%3B%3BAAGJ%2CmBAAC%2CUAAW%3BAAAZ%2CeAAC%2CUAAW%3BEACR%2CSAAA%3BEACA%2CUAAA%3B%3BAArBR%2CmBAwBI%3BAAvBJ%2CeAuBI%3BExHqQJ%2CeAAA%3BEwHnQQ%2CmBAAA%3B%3BAA1BR%2CmBA8BI%3BAA7BJ%2CeA6BI%3BEACI%2CWAAA%3BEACA%2CsBAAA%3B%3BAAhCR%2CmBAmCI%3BAAlCJ%2CeAkCI%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAArCR%2CmBAwCI%3BAAvCJ%2CeAuCI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAA1CR%2CmBA6CI%3BAA5CJ%2CeA4CI%3BEACI%2CcAAA%3B%3BAA9CR%2CmBAiDI%3BAAhDJ%2CeAgDI%3BEACI%2CeAAA%3B%3BAAlDR%2CmBAqDI%3BAApDJ%2CeAoDI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAvDR%2CmBA0DI%2COAAM%3BAAzDV%2CeAyDI%2COAAM%3BEACF%2CgBAAA%3B%3BAAIR%3BEAEQ%2CsBAAA%3B%3BAAFR%2CmBAKI%2CwBAAwB%3BAAL5B%2CmBAMI%2CYAAY%3BEACR%2CaAAA%3B%3BAAIR%3BEAEQ%2CsBAAA%3B%3BAAFR%2CeAKI%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAPR%2CeAUI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CeAJJ%2CkBAIK%3BEACG%2CWAAA%3B%3BAAfZ%2CeAmBI%2CoBAAoB%3BEAChB%2CUAAA%3B%3BAAaR%3BEAEQ%2CqBAAA%3BEACA%2CwBAAA%3BExHuVR%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BEAtDR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwHlSQ%2C%2BBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAdR%2CuBAiBI%3BEACI%2CeAAA%3B%3BAAIR%3BEACI%2CeAAA%3B%3BAAGJ%3BEAEQ%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2C0CAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3B%3BAAEA%2CqBAAC%3BEACG%2CaAAA%3B%3BAAIR%2CqBAAC%3BEACG%2C0BAAA%3BEACA%2CmBAAA%3B%3BAArBR%2CqBAwBM%3BEACE%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2C%2BCAAA%3B%3BAA7BR%2CqBAgCM%3BEACE%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FCR%2CqBAkDM%2CSAAM%3BEACJ%2C0BAAA%3BEACA%2CeAAA%3B%3BAApDR%2CqBAuDM%2CSAAM%3BEACJ%2C0BAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3B%3BAA1DR%2CqBA6DI%2CoBACM%3BAA9DV%2CqBA6DI%2CoBAEM%3BExHyFV%2CoCAAA%3BEwHvFY%2CoBAAA%3B%3BAAjEZ%2CqBA6DI%2CoBAOM%2CcAAW%3BAApErB%2CqBA6DI%2CoBAQM%2CaAAU%3BEACR%2CSAAS%2CEAAT%3B%3BAAtEZ%2CqBA6DI%2CoBAYM%3BExH%2BEV%2C6gBAAA%3B%3BAwHxJA%2CqBA6DI%2CoBAgBM%2CcAAW%3BExH2ErB%2CihBAAA%3B%3BAwHxJA%2CqBA6DI%2CoBAoBM%2CcAAW%3BEACT%2C0BAAA%3BEACA%2CmBAAA%3BExHqEZ%2CihBAAA%3B%3BAwHxJA%2CqBA6DI%2CoBA0BM%3BExHiEV%2CiSAAA%3B%3BAwHxJA%2CqBA6DI%2CoBA8BM%2CaAAU%3BExH6DpB%2C6RAAA%3B%3BAwHxJA%2CqBA6DI%2CoBAkCM%2CaAAU%3BEACR%2C0BAAA%3BEACA%2CmBAAA%3BExHuDZ%2C6RAAA%3B%3BAwHxJA%2CqBAsGI%3BEACI%2CgBAAA%3B%3BAAvGR%2CqBA0GI%3BEACI%2CkBAAA%3B%3BAA3GR%2CqBA8GI%2CmBAAmB%3BExH0CvB%2CWAAA%3B%3BAwHxJA%2CqBAkHI%2CmBAAmB%2CQAAO%3BEACtB%2C0BAAA%3BEACA%2CmBAAA%3B%3BAApHR%2CqBAuHI%2CcAAc%3BEACV%2CgBAAA%3B%3BAAxHR%2CqBA2HI%2CEAAC%3BAA3HL%2CqBA4HI%2COAAM%3BAA5HV%2CqBA6HI%2CMAAK%3BAA7HT%2CqBA8HI%2COAAM%3BAA9HV%2CqBA%2BHI%2CSAAQ%3BAA%5C%2FHZ%2CqBAgII%2CWAAU%3BEACN%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3B%3BAAnIR%2CqBAsII%2CEAAC%2CmBAAmB%3BAAtIxB%2CqBAuII%2CEAAC%2CkBAAkB%3BEACf%2CkBAAA%3BEACA%2CWAAA%3B%3BAAzIR%2CqBA4II%2CwBAAwB%3BEACpB%2CaAAA%3B%3BAA7IR%2CqBAiJI%2CwBAAwB%2CSAAS%2CWAAW%2CiBAAiB%3BAAjJjE%2CqBAkJI%2CwBAAwB%2CSAAS%2CWAAW%3BEACxC%2CeAAA%3BEACA%2CiBAAA%3B%3BAApJR%2CqBAuJI%2CwBAAwB%3BEACpB%2CgBAAA%3B%3BAAIR%3BEAEQ%2CiBAAA%3B%3BAAFR%2CuBAKI%3BEACI%2CkBAAA%3BEACA%2C8CAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BExHnBR%2CUAAA%3B%3BAwHIA%2CuBAmBI%2CQAAO%3BEACH%2CYAAA%3B%3BAApBR%2CuBAuBI%2CQAAO%3BEACH%2C0BAAA%3BEACA%2CmBAAA%3B%3BAAzBR%2CuBA4BI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FBR%2CuBAkCI%2CUAAS%3BEACL%2C0BAAA%3BEACA%2CoBAAA%3B%3BAApCR%2CuBAuCI%2CQAAO%3BEACH%2CeAAA%3B%3BAAxCR%2CuBA2CI%3BExH%5C%2FCJ%2CkBAAA%3B%3BAwHIA%2CuBA%2BCI%2COAAM%3BAA%5C%2FCV%2CuBAgDI%2COAAM%3BEACF%2CSAAA%3B%3BAAjDR%2CuBAoDI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEAEQ%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%2CWAAW%3BEACP%2CWAAA%3B%3BAAGJ%2CmBAAoB%2CUAChB%3BEACI%2CSAAA%3B%3BAAFR%2CmBAAoB%2CUAKhB%2CsBACI%3BAANR%2CmBAAoB%2CUAKhB%2CsBAEI%3BAAPR%2CmBAAoB%2CUAKhB%2CsBAGI%3BEACI%2CkBAAA%3B%3BAATZ%2CmBAAoB%2CUAKhB%2CsBAOI%3BAAZR%2CmBAAoB%2CUAKhB%2CsBAQI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3B%3BAAfZ%2CmBAAoB%2CUAKhB%2CsBAaI%3BExHzHR%2CmBAAA%3BEwH2HY%2CSAAA%3BEACA%2CkBAAA%3B%3BAAKZ%2CeAAgB%2CUACZ%3BEACI%2CYAAA%3B%3BAAFR%2CeAAgB%2CUACZ%2CkBAGI%2CoBAEI%3BEACI%2COAAO%2CiBAAP%3B%3BAAPhB%2CeAAgB%2CUAYZ%3BEACI%2CSAAA%3B%3BAAbR%2CeAAgB%2CUAgBZ%2CsBACI%3BAAjBR%2CeAAgB%2CUAgBZ%2CsBAEI%3BAAlBR%2CeAAgB%2CUAgBZ%2CsBAGI%3BEACI%2CkBAAA%3B%3BAApBZ%2CeAAgB%2CUAyBZ%2CsBAAsB%3BAAzB1B%2CeAAgB%2CUA0BZ%2CsBAAsB%3BEAClB%2CaAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAA7BR%2CeAAgB%2CUAgCZ%2CsBAAsB%3BEAEd%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA3CZ%2CeAAgB%2CUAgCZ%2CsBAAsB%2CoBAclB%3BExH%5C%2FKR%2CWAAA%3BEAAA%2CYAAA%3BEwHkLY%2CmBAAA%3BEACA%2CcAAA%3B%3BAAlDZ%2CeAAgB%2CUAgCZ%2CsBAAsB%2CoBAqBlB%2CQAAO%3BExHtLf%2CiBAAA%3B%3BAwHiIA%2CeAAgB%2CUA0DZ%2CsBAAsB%3BExH3L1B%2CmBAAA%3BEwH6LQ%2CSAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CkBAAmB%3BEACf%2CgBAAA%3B%3BAAGJ%2CSAAS%2CKACL%2CkBAAkB%3BEACd%2CaAAA%3B%3BAAIR%3BEACI%2CqBAAA%3BEACA%2C%2BBAAA%3BExH1FJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEwH0FI%2CuBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CmBAAsB%3BEAClB%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEAEQ%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAANR%2CiBASM%3BEACE%2CeAAA%3B%3BAAIR%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CYAAY%2C%2BGAAZ%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CGAAG%3BEACC%2CcAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CqBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%2CmBAEI%3BEACI%2CgBAAA%3B%3BAAHR%2CmBAMI%2CwBAAwB%2CMAAK%3BEACzB%2CWAAA%3B%3BAAPR%2CmBAUI%2CwBAAwB%2CEAAC%3BEACrB%2CcAAA%3B%3BAAXR%2CmBAcI%2CwBAAwB%2COAAM%2CIAAO%3BEACjC%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAjBR%2CmBAoBI%2CwBAAwB%2CYAAW%3BEAC%5C%2FB%2CkBAAA%3BEACA%2CWAAA%3B%3BAAtBR%2CmBAyBI%3BEACI%2CaAAA%3B%3BAAIR%2C0BAA2B%2CoBACvB%3BEACI%2CgBAAA%3B%3BAAFR%2C0BAA2B%2CoBAKvB%3BAALJ%2C0BAA2B%2CoBAMvB%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAARR%2C0BAA2B%2CoBAWvB%2CYAAY%2COAAM%3BEACd%2CcAAA%3BEACA%2CkBAAA%3B%3BACxkBR%2CcAAe%2CsBAAsB%3BEACjC%2CWAAA%3B%3BAAGJ%3B%3B%3BAAAA%2CqBACI%3BEACI%2CWAAA%3B%3BAAFR%2CqBAKI%3BEzHmYJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2CsCAAA%3BEACI%2CkCAAA%3BEACI%2C8BAAA%3B%3BAyH9aR%2CqBAUI%2CwBAAwB%3BAAV5B%2CqBAWI%2CwBAAwB%3BEACpB%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAfR%2CqBAkBI%3BEACI%2CgBAAA%3B%3BAAnBR%2CqBAsBI%3BEzH8PJ%2CyBAAA%3BEyH5PQ%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAA1BR%2CqBA6BI%2CoBAAsB%3BEAClB%2CcAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FBR%2CqBAkCI%2CoBAAoB%3BEAChB%2CsBAAA%3B%3BAAnCR%2CqBAsCI%2CwBAAwB%3BEACpB%2CaAAA%3B%3BAAvCR%2CqBA2CI%2CwBAAwB%2CSAAS%3BEAC7B%2CcAAA%3B%3BAAIR%3BAACA%3BEACI%2CgBAAA%3B%3BAAGJ%3BEAEQ%2CqBAAA%3B%3BAAFR%2CgBAKM%3BEACE%2CeAAA%3BEACA%2CkBAAA%3B%3BAAPR%2CgBAUM%2CaAAW%3BEACT%2C2BAAA%3B%3BAAXR%2CgBAcM%3BAAdN%2CgBAeM%2CYAAU%3BEACR%2CeAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CqBAAsB%2CiBAAiB%3BEACnC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CmBACM%3BEACE%2CeAAA%3BEACA%2CcAAA%3B%3BAAHR%2CmBAMI%3BEACI%2CmBAAA%3B%3BAAIR%3BEzHyLA%2CmBAAA%3BEyHvLI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CsBAMI%3BEACI%2CgBAAA%3B%3BAC%5C%2FGR%3BEAEQ%2C2BAAA%3BEACA%2C0BAAA%3BE1HkZR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BE0HlZQ%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAPR%2CgBAUM%3BEACE%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAW%2CiBAAX%3BE1HkRR%2CiBAAA%3B%3BA0HjSA%2CgBAmBM%3BEAEM%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BE1H0QZ%2CmBAAA%3BEAAA%2CYAAA%3BEAAA%2CgCAAA%3B%3BA0HpQQ%2CgBAVF%2CkBAUG%3BEACG%2CSAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BE1H2PZ%2CiBAAA%3B%3BA0HvPQ%2CgBAvBF%2CkBAuBG%3BE1HuPT%2CmBAAA%3B%3BA0HjSA%2CgBA%2BCM%2CkBAAe%3BEAET%2CQAAA%3B%3BAAGJ%2CgBALF%2CkBAAe%2COAKZ%3BEACG%2CSAAS%2CGAAT%3B%3BAArDZ%2CgBAyDM%2CkBAAe%3BEAET%2CQAAA%3B%3BAAGJ%2CgBALF%2CkBAAe%2CMAKZ%3BEACG%2CSAAS%2CGAAT%3B%3BAA%5C%2FDZ%2CgBAmEM%3BAAnEN%2CgBAoEM%2CgBAAa%2CWAAW%3BEACtB%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BE1HuNR%2CYAAA%3B%3BA0HjSA%2CgBA8EM%3BEAEM%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BE1H4MZ%2CguBAAA%3BEAAA%2CYAAA%3BEAAA%2CgCAAA%3B%3BA0HtMQ%2CgBAbF%2CkBAaG%3BEACG%2CUAAA%3B%3BAAKZ%2CmBAAsB%3BEAClB%2CqBAAA%3BEACA%2C%2BBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3B%3BACrGJ%3BEAEQ%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CkBAAC%3BEACG%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CkBAAC%3BEACG%2CgCAAA%3B%3BAAGJ%2CkBAAC%3BEACG%2CmBAAA%3B%3BACRZ%3BEAEQ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CoCAAhB%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CsCAAhB%3B%3BAAGJ%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BACpCJ%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEAEQ%2CeAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBAAC%3BEACG%2C8CAAA%3B%3BACnBR%3BEFHI%2CaAAA%3BEAQA%2CmBAAA%3BEEDI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CUAAW%2CsBAAC%3BEACR%2CgBAAA%3B%3BAAGJ%2CqBAAC%2CIAAI%3BEACD%2CoCAAA%3B%3BAAGJ%2CqBAAC%3BAACD%2CqBAAC%3BAACD%2CqBAAC%3BEACG%2C6BAAA%3B%3BAAGJ%2CqBAAC%2CMAAS%3BEACN%2CQC3Ca%2CeD2Cb%3B%3BAAGJ%2CKAAM%3BEACF%2CYAAA%3B%3BAAGJ%2CqBAAI%3BEF5BJ%2CqBAAA%3BEACA%2CsBAAA%3BEE8BI%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAF7BR%2CKAAM%2CsBEwBE%3BEFvBJ%2CqBAAA%3B%3BAE%2BBA%2CqBAAI%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBAAC%3BEAEO%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBANH%2CkBAMO%3BEACA%2CcAAA%3B%3BAEvDhB%3BEAEQ%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CqBAAC%3BEACG%2CoBAAA%3B%3BAAGJ%2CqBAAC%3BEJKD%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CoCAAhB%3B%3BAInBJ%2CqBAgBI%3BEACI%2CaAAA%3B%3BAAIR%3BEAEQ%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAW%2CeAAe%2CqBAA1B%3B%3BAAGJ%2CoBAAC%3BEACG%2CoBAAA%3B%3BAAGJ%2CoBAAC%3BEJTD%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CsCAAhB%3B%3BAIYJ%3BEAEQ%2CQAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CWAAW%2CeAAe%2CqBAA1B%3B%3BAALR%2CoBAQI%3BEACI%2CkBAAA%3B%3BAAGJ%2CoBAAC%3BEACG%2C4BAAA%3B%3BAAGJ%2CoBAAC%3BEJpCD%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CoCAAhB%3BEIqCI%2CWAAW%2CcAAc%2CeAAzB%3B%3BAAKJ%3BEJxEI%2CaAAA%3BEAIA%2CuBAAA%3BEAIA%2CmBAAA%3BEIoEI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CyBAAC%2CIAAI%3BEACD%2CYAAA%3B%3BAAGJ%2CUAAW%2C0BAAC%3BAACZ%2CyBAAC%2CIAAI%3BEACD%2CgBAAA%3B%3BAAGJ%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CyBAAC%3BEACG%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAhCR%2CyBAmCI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CyBAAC%3BEACG%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CQDrIa%2CeCqIb%3BEACA%2CwBAAA%3B%3BAAGJ%2CyBAAC%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGJ%2CyBAAC%2CMAAM%3BEACH%2CUAAA%3B%3BACvIR%2C6BACI%2CKAAI%3BEACA%2CiBAAA%3B%3BAAGR%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CcAII%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3B%3BAAXR%2CcAII%2CqBAQI%2CYACI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CqBAAb%3B%3BAAjBhB%2CcAII%2CqBAQI%2CYACI%2CGAKI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAArBpB%2CcAII%2CqBAQI%2CYAYI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA3BhB%2CcAII%2CqBA0BI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAlCZ%2CcAII%2CqBA0BI%2COAKI%3BEACI%2CWAAA%3B%3BAApChB%2CcAII%2CqBAmCI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA1CZ%2CcAII%2CqBAwCI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyCAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAnDZ%2CcAII%2CqBAwCI%2CgBAQI%3BEACI%2CaAAA%3B%3BAArDhB%2CcAII%2CqBAwCI%2CgBAQI%2CsBAEI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CkBAAA%3B%3BAA1DpB%2CcAII%2CqBAwCI%2CgBAQI%2CsBAQI%3BEACI%2CqBAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CkBAAA%3B%3BAA%5C%2FDpB%2CcAII%2CqBAwCI%2CgBAsBI%2CMAAK%3BEACD%2CWAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAxEhB%2CcAII%2CqBAwCI%2CgBA8BI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAACA%2CcAhFZ%2CqBAwCI%2CgBA8BI%2COAUK%3BEACG%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAvFpB%2CcAII%2CqBAwCI%2CgBA8CI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAA5FhB%2CcAII%2CqBAwCI%2CgBAkDI%2CEAAC%3BEACG%2CWAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3B%3BAAjGhB%2CcAII%2CqBAwCI%2CgBAkDI%2CEAAC%2CiBAIE%3BEACK%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAACA%2CcAlGhB%2CqBAwCI%2CgBAkDI%2CEAAC%2CiBAIE%2CEAIM%3BEACG%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAxGxB%2CcAII%2CqBAyGI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAjHZ%2CcAoHI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CoCAAA%3B%3BAADJ%2C4BAEI%2CKAAI%3BEACA%2CuBAAA%3B%3BAAGR%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CoBAGI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAANR%2CoBAGI%2CYAII%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAIZ%2CGAAG%3BEACC%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3B%3BAALJ%2CGAAG%2CiBAMC%3BEACI%2CWAAA%3B%3BAAPR%2CGAAG%2CiBASC%3BEACI%2CYAAA%3B%3BAAVR%2CGAAG%2CiBASC%2CuBAEI%3BEACI%2CiBAAA%3B%3BAAZZ%2CGAAG%2CiBAeC%2CuBAAsB%2CgBAClB%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAnBZ%2CGAAG%2CiBAeC%2CuBAAsB%2CgBAMlB%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAzBZ%2CGAAG%2CiBAeC%2CuBAAsB%2CgBAYlB%2CIAAG%3BEACC%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAnCZ%2CGAAG%2CiBAeC%2CuBAAsB%2CgBAYlB%2CIAAG%2CeASC%3BEACI%2CeAAA%3B%3BAArChB%2CGAAG%2CiBAyCC%2CIAAG%3BEACC%2CWAAA%3BEACA%2CWAAA%3B%3BAA3CR%2CGAAG%2CiBAyCC%2CIAAG%2CiBAGC%3BEACI%2CeAAA%3B%3BAA7CZ%2CGAAG%2CiBAgDC%2CaACI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAnDZ%2CGAAG%2CiBAgDC%2CaAKI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAzDZ%2CGAAG%2CiBA4DC%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAnER%2CGAAG%2CiBA4DC%2CiBAQI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAzEZ%2CGAAG%2CiBA4DC%2CiBAeI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3B%3BAA%5C%2FEZ%2CGAAG%2CiBA4DC%2CiBAeI%2CqBAKI%3BEACI%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAxFhB%2CGAAG%2CiBA4DC%2CiBAeI%2CqBAKI%2CQASI%3BEACI%2CeAAA%3B%3BAACA%2CGA3FjB%2CiBA4DC%2CiBAeI%2CqBAKI%2CQASI%2CKAEK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAKA%2CGAtGrB%2CiBA4DC%2CiBAeI%2CqBAKI%2CQAoBK%2CaACG%2CKACK%3BEACG%2CgBAAgB%2CkDAAhB%3B%3BAAMJ%2CGA7GrB%2CiBA4DC%2CiBAeI%2CqBAKI%2CQA2BK%2CWACG%2CKACK%3BEACG%2CgBAAgB%2CiDAAhB%3B%3BAAMJ%2CGApHrB%2CiBA4DC%2CiBAeI%2CqBAKI%2CQAkCK%2CaACG%2CKACK%3BEACG%2CgBAAgB%2C%2BCAAhB%3B%3BAArH5B%2CGAAG%2CiBA4DC%2CiBAeI%2CqBAKI%2CQAyCI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA5HpB%2CGAAG%2CiBA4DC%2CiBAoEI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAlIZ%2CGAAG%2CiBA4DC%2CiBAwEI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAvIZ%2CGAAG%2CiBA4DC%2CiBA6EG%3BEACK%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2C8BAAA%3B%3BAAEJ%2CGApJL%2CiBA4DC%2CiBAwFK%3BEACG%2CeAAA%3B%3BAADJ%2CGApJL%2CiBA4DC%2CiBAwFK%2CUAEG%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAACA%2CGA5Jb%2CiBA4DC%2CiBAwFK%2CUAEG%2CEAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2C6CAAhB%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAhBZ%2CGApJL%2CiBA4DC%2CiBAwFK%2CUAmBG%3BEACI%2CcAAA%3B%3BAAKhB%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CGAAG%3BEACC%2CaAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAoGR%2CQAfyB%3BEACrB%2CcAAe%2CqBACX%2CgBACI%2CsBAAsB%3BIAClB%2CiBAAA%3BIACA%2CeAAA%3B%3B%3BACpaR%2CQAAC%2CuBACG%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAJR%2CQAAC%2CuBACG%2CqBAII%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAfZ%2CQAAC%2CuBACG%2CqBAII%2CGAWI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAlBhB%2CQAAC%2CuBACG%2CqBAII%2CGAWI%2CGAGI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAACA%2CQA3BnB%2CuBACG%2CqBAII%2CGAWI%2CGAGI%2CEAQK%3BAACD%2CQA5BnB%2CuBACG%2CqBAII%2CGAWI%2CGAGI%2CEASK%3BEACG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgDAAA%3B%3BAAjCxB%2CQAAC%2CuBAwCG%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAA1CR%2CQAAC%2CuBAwCG%2CqCAGI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEAOA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAJC%2CQAHwB%3BEAGxB%2CQAjDZ%2CuBAwCG%2CqCAGI%3BIAIO%2CUAAA%3B%3B%3BAAKH%2CQAH0B%3BEAG1B%2CQApDX%2CuBAwCG%2CqCAGI%3BIAOO%2CWAAA%3B%3B%3BAAlDf%2CQAAC%2CuBAwCG%2CqCAGI%2C4BAWI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CwCAAA%3BEACA%2CaAAA%3B%3BAA7DhB%2CQAAC%2CuBAwCG%2CqCAGI%2C4BAWI%2CYAQI%2CYACI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAlExB%2CQAAC%2CuBAwCG%2CqCAGI%2C4BAWI%2CYAeI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAxEpB%2CQAAC%2CuBAwCG%2CqCAGI%2C4BAWI%2CYAeI%2CcAII%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAA7ExB%2CQAAC%2CuBAwCG%2CqCAGI%2C4BAWI%2CYAeI%2CcAII%2CeAKI%2CGAAE%3BEACE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3B%3BAAxF5B%2CQAAC%2CuBAwCG%2CqCAGI%2C4BAWI%2CYAeI%2CcAII%2CeAiBI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FF5B%2CQAAC%2CuBAwCG%2CqCAGI%2C4BAWI%2CYAeI%2CcA6BI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAxGxB%2CQAAC%2CuBAwCG%2CqCAGI%2C4BAWI%2CYAeI%2CcA6BI%2CcAOI%3BEACK%2CgBAAA%3B%3BAA1G7B%2CQAAC%2CuBAwCG%2CqCAGI%2C4BAWI%2CYAeI%2CcAwCI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAnHxB%2CQAAC%2CuBAwCG%2CqCAGI%2C4BAWI%2CYAeI%2CcAwCI%2CeAOI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAACA%2CQA5H3B%2CuBAwCG%2CqCAGI%2C4BAWI%2CYAeI%2CcAwCI%2CeAOI%2CQAQK%3BEACG%2CyBAAA%3BEACA%2CcAAA%3B%3BAA9HhC%2CQAAC%2CuBAwCG%2CqCAGI%2C4BAWI%2CYAeI%2CcAwCI%2CeAoBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAApI5B%2CQAAC%2CuBAwCG%2CqCAGI%2C4BAWI%2CYAeI%2CcAkEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA1IxB%2CQAAC%2CuBAwCG%2CqCAGI%2C4BAWI%2CYAeI%2CcAkEI%2CcAII%3BAA3IxB%2CQAAC%2CuBAwCG%2CqCAGI%2C4BAWI%2CYAeI%2CcAkEI%2CcAKI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAtJ5B%2CQAAC%2CuBAwCG%2CqCAGI%2C4BAWI%2CYAeI%2CcAkEI%2CcAiBI%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAKhB%2CQAhKX%2CuBAwCG%2CqCAGI%2C4BAqHK%2CkBACG%2CYACI%3BEACI%2CQAAQ%2CYAAR%3B%3BAAOxB%2CQAAC%2C4BACG%2CaACI%2CQAAO%2CKACH%2CoBACI%3BEACI%2CwBAAA%3B%3BAAUZ%2CQAHyB%3BEAGzB%2CQAfP%2C4BAWG%3BIAEQ%2CoBAAA%3B%3B%3BAAbZ%2CQAAC%2C4BAWG%2CoBAII%3BEACI%2CwBAAA%3B%3BAAMA%2CQAH0B%2CuBAAsB%3BEAGhD%2CQAtBX%2C4BAWG%2CoBAOI%3BIAEQ%2CoBAAA%3B%3B%3BAAKJ%2CQAHyB%3BEAGzB%2CQAzBX%2C4BAWG%2CoBAOI%3BIAKQ%2CgBAAA%3B%3B%3BAAvBhB%2CQAAC%2C4BAWG%2CoBAOI%2CmBAOI%2COAAM%3BEACF%2CcAAA%3BEACA%2CkCAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%2CQAlCf%2C4BAWG%2CoBAOI%2CmBAOI%2COAAM%3BIAOE%2CeAAA%3B%3B%3BAAEJ%2CQAlCf%2C4BAWG%2CoBAOI%2CmBAOI%2COAAM%2C2BASD%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CkDAAhB%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAzCpB%2CQAAC%2C4BA8CG%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAnDR%2CQAAC%2C4BAqDG%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAA1DR%2CQAAC%2C4BA4DG%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAApER%2CQAAC%2C4BA4DG%2CyBASI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA1EZ%2CQAAC%2C4BA4DG%2CyBAgBI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAjFZ%2CQAAC%2C4BA4DG%2CyBAuBI%3BEACI%2CcAAA%3BEACC%2CyBAAA%3BEACD%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAACA%2CQAzFX%2C4BA4DG%2CyBAuBI%2CqBAMK%3BEACG%2CyBAAA%3BEACA%2CcAAA%3B%3BAA3FhB%2CQAAC%2C4BA4DG%2CyBAkCI%3BEACI%2CwBAAA%3B%3BAA%5C%2FFZ%2CQAAC%2C4BAkGG%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3B%3BAArGR%2CQAAC%2C4BAkGG%2CiCAII%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEAKA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAFA%2CQAJ0B%3BEAI1B%2CQA7GX%2C4BAkGG%2CiCAII%3BIAIQ%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAA3GhB%2CQAAC%2C4BAkGG%2CiCAII%2C2BAUI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3B%3BAArHhB%2CQAAC%2C4BAkGG%2CiCAII%2C2BAUI%2CuBAMI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAxHpB%2CQAAC%2C4BAkGG%2CiCAII%2C2BAUI%2CuBAMI%2CaAGK%3BEACG%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAA7HxB%2CQAAC%2C4BAkGG%2CiCAII%2C2BAUI%2CuBAMI%2CaASI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAnIxB%2CQAAC%2C4BAkGG%2CiCAII%2C2BAUI%2CuBAsBI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAzIpB%2CQAAC%2C4BAkGG%2CiCAII%2C2BAsCI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAA%5C%2FIhB%2CQAAC%2C4BAkGG%2CiCAII%2C2BAsCI%2C2BAII%2CKAAI%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAlJpB%2CQAAC%2C4BAkGG%2CiCAII%2C2BAsCI%2C2BAII%2CKAAI%2CSAGA%2CGACI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3B%3BAAxJ5B%2CQAAC%2C4BAkGG%2CiCAII%2C2BAsCI%2C2BAII%2CKAAI%2CSAGA%2CGACI%2CGAKI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA7JhC%2CQAAC%2C4BAkGG%2CiCAII%2C2BAsCI%2C2BAII%2CKAAI%2CSAGA%2CGACI%2CGAWI%2CKAAI%2CSAAS%3BEACT%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAlKhC%2CQAAC%2C4BAkGG%2CiCAII%2C2BAsCI%2C2BAII%2CKAAI%2CSAGA%2CGACI%2CGAWI%2CKAAI%2CSAAS%2CQAIT%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAvKpC%2CQAAC%2C4BAkGG%2CiCAII%2C2BAsCI%2C2BAII%2CKAAI%2CSAGA%2CGACI%2CGAWI%2CKAAI%2CSAAS%2CQAIT%2CiBAKI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAA1KxC%2CQAAC%2C4BAkGG%2CiCAII%2C2BAsCI%2C2BAII%2CKAAI%2CSAGA%2CGACI%2CGAWI%2CKAAI%2CSAAS%2CQAIT%2CiBASI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FKxC%2CQAAC%2C4BAkGG%2CiCAII%2C2BAsCI%2C2BAII%2CKAAI%2CSAGA%2CGACI%2CGAWI%2CKAAI%2CSAAS%2CQAIT%2CiBASI%2CEAII%3BEAEI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CsDAAhB%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAxL5C%2CQAAC%2C4BAkGG%2CiCAII%2C2BAsCI%2C2BAII%2CKAAI%2CSAGA%2CGACI%2CGAWI%2CKAAI%2CSAAS%2CQA6BT%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%2CQApMnC%2C4BAkGG%2CiCAII%2C2BAsCI%2C2BAII%2CKAAI%2CSAGA%2CGACI%2CGAWI%2CKAAI%2CSAAS%2CQA6BT%3BIAMO%2CeAAA%3B%3B%3BAAlMvC%2CQAAC%2C4BAkGG%2CiCAII%2C2BAsCI%2C2BAII%2CKAAI%2CSAGA%2CGACI%2CGAWI%2CKAAI%2CSAAS%2CQA6BT%2CmBAQI%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAMA%2CQALyB%3BEAKzB%2CQAnNvC%2C4BAkGG%2CiCAII%2C2BAsCI%2C2BAII%2CKAAI%2CSAGA%2CGACI%2CGAWI%2CKAAI%2CSAAS%2CQA6BT%2CmBAQI%3BIAWQ%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3B%3B%3BAAKR%2CQAH6B%3BEAG7B%2CQAtNnC%2C4BAkGG%2CiCAII%2C2BAsCI%2C2BAII%2CKAAI%2CSAGA%2CGACI%2CGAWI%2CKAAI%2CSAAS%2CQA6BT%2CmBAQI%3BIAgBQ%2CeAAA%3B%3B%3BAApN5C%2CQAAC%2C4BAkGG%2CiCAII%2C2BAuHI%2CkBAAiB%3BEACb%2CWAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FNhB%2CQAAC%2C4BAkGG%2CiCAII%2C2BAuHI%2CkBAAiB%2CSAMb%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAxOpB%2CQAAC%2C4BAkGG%2CiCAII%2C2BAuHI%2CkBAAiB%2CSAab%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAhPpB%2CQAAC%2C4BAkGG%2CiCAII%2C2BAuHI%2CkBAAiB%2CSAab%2CoBAOI%3BEACI%2CeAAA%3BEAIA%2CgBAAA%3BEACA%2CWAAA%3B%3BAADA%2CQAHyB%3BEAGzB%2CQAtPvB%2C4BAkGG%2CiCAII%2C2BAuHI%2CkBAAiB%2CSAab%2CoBAOI%3BIAGQ%2CeAAA%3B%3B%3BAApP5B%2CQAAC%2C4BAkGG%2CiCAII%2C2BAuHI%2CkBAAiB%2CSAab%2CoBAeI%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAlQxB%2CQAAC%2C4BAkGG%2CiCAII%2C2BAuHI%2CkBAAiB%2CSAab%2CoBAeI%2C0BAUI%3BEACI%2C0BAAA%3B%3BAAIJ%2CQAH6B%3BEAG7B%2CQAxQvB%2C4BAkGG%2CiCAII%2C2BAuHI%2CkBAAiB%2CSAab%2CoBAeI%2C0BAUI%3BIAGQ%2C0BAAA%3B%3B%3BAAtQhC%2CQAAC%2C4BAkGG%2CiCAII%2C2BAuHI%2CkBAAiB%2CSA8Cb%3BEACI%2CaAAA%3B%3BAA5QpB%2CQAAC%2C4BAkGG%2CiCAII%2C2BAuHI%2CkBAAiB%2CSAiDb%2CkCACI%2CmBACI%3BEACI%2CwBAAA%3B%3BAAjR5B%2CQAAC%2C4BAkGG%2CiCAII%2C2BAgLI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAxRhB%2CQAAC%2C4BAkGG%2CiCAII%2C2BAgLI%2C4BAGI%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAA3RpB%2CQAAC%2C4BAkGG%2CiCAII%2C2BAgLI%2C4BAGI%2CkBAGI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAjSxB%2CQAAC%2C4BAkGG%2CiCAII%2C2BAgLI%2C4BAGI%2CkBAUI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAvSxB%2CQAAC%2C4BAkGG%2CiCAII%2C2BAgLI%2C4BAoBI%2CoBAAmB%3BEACf%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA7SpB%2CQAAC%2C4BAkGG%2CiCAII%2C2BAgLI%2C4BAoBI%2CoBAAmB%2CcAIf%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAlTxB%2CQAAC%2C4BAkGG%2CiCAII%2C2BAgNI%3BEACI%2CaAAA%3B%3BAAvThB%2CQAAC%2C4BAkGG%2CiCAwNI%3BEACI%2CYAAA%3BEACA%2CUAAA%3B%3BAAIA%2CQAH2B%3BEAG3B%2CQAhUX%2C4BAkGG%2CiCAwNI%3BIAIQ%2CWAAA%3B%3B%3BAA9ThB%2CQAAC%2C4BAkGG%2CiCAwNI%2C4BAMI%2CkBAAiB%3BEACb%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3B%3BAAvUhB%2CQAAC%2C4BAkGG%2CiCAwNI%2C4BAMI%2CkBAAiB%2CiBAQb%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA9UpB%2CQAAC%2C4BAkGG%2CiCAwNI%2C4BAMI%2CkBAAiB%2CiBAgBb%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CQApVnB%2C4BAkGG%2CiCAwNI%2C4BAMI%2CkBAAiB%2CiBAgBb%2CoBAIK%2CaACG%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAIJ%2CQAH6B%3BEAG7B%2CQArWvB%2C4BAkGG%2CiCAwNI%2C4BAMI%2CkBAAiB%2CiBAgBb%2CoBAIK%2CaACG%3BIAcQ%2CeAAA%3B%3B%3BAAnWhC%2CQAAC%2C4BAkGG%2CiCAwNI%2C4BA%2BCI%2CiBAAgB%3BEACX%2CWAAA%3BEACD%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAhXhB%2CQAAC%2C4BAkGG%2CiCAwNI%2C4BA%2BCI%2CiBAAgB%2CiBAQZ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACC%2CeAAA%3BEACD%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAvXpB%2CQAAC%2C4BAkGG%2CiCAwNI%2C4BA%2BCI%2CiBAAgB%2CiBAgBZ%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAA3XpB%2CQAAC%2C4BAkGG%2CiCAwNI%2C4BA%2BCI%2CiBAAgB%2CiBAgBZ%2CoBAGI%2CaAAY%3BEACR%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAjYxB%2CQAAC%2C4BAkGG%2CiCAwNI%2C4BA%2BCI%2CiBAAgB%2CiBAgBZ%2CoBAGI%2CaAAY%2CQAMR%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAArY5B%2CQAAC%2C4BAkGG%2CiCAwNI%2C4BA%2BCI%2CiBAAgB%2CiBAgBZ%2CoBAGI%2CaAAY%2CQAMR%2CiBAII%3BEACI%2CqBAAA%3B%3BAAvYhC%2CQAAC%2C4BAkGG%2CiCAwNI%2C4BA%2BCI%2CiBAAgB%2CiBAgBZ%2CoBAGI%2CaAAY%2CQAcR%3BAA1YxB%2CQAAC%2C4BAkGG%2CiCAwNI%2C4BA%2BCI%2CiBAAgB%2CiBAgBZ%2CoBAGI%2CaAAY%2CQAeR%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAA9Y5B%2CQAAC%2C4BAkGG%2CiCAwNI%2C4BA%2BCI%2CiBAAgB%2CiBAgBZ%2CoBAGI%2CaAAY%2CQAcR%2CaAKI%3BAA%5C%2FY5B%2CQAAC%2C4BAkGG%2CiCAwNI%2C4BA%2BCI%2CiBAAgB%2CiBAgBZ%2CoBAGI%2CaAAY%2CQAeR%2CiBAII%3BEACI%2C2BAAA%3B%3BAAhZhC%2CQAAC%2C4BAkGG%2CiCAwNI%2C4BA%2BCI%2CiBAAgB%2CiBAgBZ%2CoBAGI%2CaAAY%2CQAcR%2CaAKI%2CaAEI%3BAAjZhC%2CQAAC%2C4BAkGG%2CiCAwNI%2C4BA%2BCI%2CiBAAgB%2CiBAgBZ%2CoBAGI%2CaAAY%2CQAeR%2CiBAII%2CaAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAACA%2CQAvZnC%2C4BAkGG%2CiCAwNI%2C4BA%2BCI%2CiBAAgB%2CiBAgBZ%2CoBAGI%2CaAAY%2CQAcR%2CaAKI%2CaAEI%2CKAMK%3BAAAD%2CQAvZnC%2C4BAkGG%2CiCAwNI%2C4BA%2BCI%2CiBAAgB%2CiBAgBZ%2CoBAGI%2CaAAY%2CQAeR%2CiBAII%2CaAEI%2CKAMK%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAMpB%2CQAhanB%2C4BAkGG%2CiCAwNI%2C4BA%2BCI%2CiBAAgB%2CiBAgBZ%2CoBAuCK%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAJJ%2CQAhanB%2C4BAkGG%2CiCAwNI%2C4BA%2BCI%2CiBAAgB%2CiBAgBZ%2CoBAuCK%2CaAKG%3BEAEI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CsDAAhB%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAxlBhC%2CQAgmBI%2CmBACI%2COAAM%3BEACF%2CcAAA%3BEACA%2CkCAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3B%3BAAtmBZ%2CQAgmBI%2CmBACI%2COAAM%2C2BAMF%3BEACI%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CQAXR%2CmBACI%2COAAM%2C2BAUD%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CkDAAhB%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAlnBhB%2CQAsnBI%2CkCACI%2COAAM%2CkBACF%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FnBhB%2CQAsnBI%2CkCAYI%2COAAM%2COAAO%3BEACT%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3B%3BAAxoBZ%2CQA2oBI%2CwBACI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FoBZ%2CQA2oBI%2CwBACI%2C2BAII%3BEACI%2CcAAA%3B%3BAAjpBhB%2CQA2oBI%2CwBASI%3BEACI%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAA3pBZ%2CQA2oBI%2CwBAkBI%2COAAM%2COAAO%3BEACT%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAGR%2CQAAC%2C8BACG%2CIAAG%2C6BACC%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CwCAAA%3B%3BAAPZ%2CQAAC%2C8BAUG%2CiBACI%2CSACI%2COAAM%3BEACF%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3B%3BAAKhB%2CQAAC%2C8BACG%2COAAM%3BEACF%2CcAAA%3BEAEA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkCAAA%3BEACA%2C0BAAA%3B%3BAAMA%2CQAL6B%3BEAK7B%2CQAjBP%2C8BACG%2COAAM%3BIAYE%2CWAAA%3BIACA%2CSAAA%3BIACA%2C0BAAA%3B%3B%3BAAEJ%2CQAjBP%2C8BACG%2COAAM%2C2BAgBD%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CkDAAhB%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAxBZ%2CQAAC%2C8BA2BG%2CwBACI%2COAAM%2COAAO%3BEACT%2CaAAA%3B%3BAAIJ%2CQAH6B%3BEAG7B%2CQAjCP%2C8BA2BG%2CwBACI%2COAAM%2COAAO%3BIAGL%2CgBAAA%3B%3B%3BAAQZ%2CQAH6B%3BEAG7B%2CQAvCH%2C8BAmCG%2CUAAU%2CSAAM%3BIAER%2CWAAA%3B%3B%3BAArCZ%2CQAAC%2C8BAwCG%2COAAM%2COAAO%3BEACT%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CaAAA%3B%3BAAIZ%2C2BACI%2CcAAc%3BEACV%2CWAAA%3B%3BAAGR%2CIACI%2CSACI%2CoBAAmB%2CgBACf%2COAAM%3BEACF%2CcAAA%3BEACA%2CkCAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3B%3BAAMA%2CQAL6B%3BEAK7B%2CIAjBZ%2CSACI%2CoBAAmB%2CgBACf%2COAAM%3BIAWM%2CWAAA%3BIACA%2CSAAA%3BIACA%2C0BAAA%3B%3B%3BAAER%2CIAjBZ%2CSACI%2CoBAAmB%2CgBACf%2COAAM%2C2BAeD%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CkDAAhB%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BACzwBpB%2CwBACI%3BEACI%2CaAAA%3B%3BAAFR%2CwBAII%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAPR%2CwBAII%2CWAII%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAbZ%2CwBAgBI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAlBR%2CwBAgBI%2CoBAGI%3BEACI%2CWAAA%3B%3BAApBZ%2CwBAuBI%3BEACI%2COAAO%2CoBAAP%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CwBAAC%2C2BACG%2CcACI%2CUACI%3BEACI%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAApCpB%2CwBAyCI%3BEACI%2CaAAA%3B%3BAA1CR%2CwBA6CI%2CaAAY%3BEACR%2CcAAA%3B%3BAA9CR%2CwBAgDI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAlDR%2CwBAgDI%2CkBAGI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAA3DZ%2CwBAgDI%2CkBAGI%2CGASI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAKhB%2CYACI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CYALJ%2CMAKK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAATZ%2CYAYI%2CMAAK%3BEACD%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAfR%2CYAiBI%2C0BACI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAArBZ%2CYAiBI%2C0BACI%2CeAII%2COAAM%3BEACF%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA1BhB%2CYAiBI%2C0BACI%2CeAUI%2COAAM%3BEACF%2CuBAAA%3BEACA%2CWAAA%3B%3BAA9BhB%2CYAiBI%2C0BACI%2CeAeI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAA5ChB%2CYAiBI%2C0BA8BI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAjDZ%2CYAiBI%2C0BA8BI%2CaAGI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAArDhB%2CYAiBI%2C0BA8BI%2CaAQI%3BEACI%2CuBAAA%3BEACA%2CWAAA%3B%3BAAzDhB%2CYA6DI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FDR%2CYA6DI%2CYAGI%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAACA%2CYAZR%2CYAGI%2CKASK%3BEACG%2CmBAAA%3B%3BAAKhB%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAHJ%2CeAII%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAVR%2CeAII%2CMAOI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAACA%2CeAnBR%2CMAOI%2CGAYK%3BEACG%2CmBAAA%3B%3BAAEJ%2CeAtBR%2CMAOI%2CGAeK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA5BhB%2CeAgCI%3BEACI%2CYAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAnCR%2CeAgCI%2CaAII%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAIZ%2CMAAM%2CWACF%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAAGR%2CaAAc%3BEACV%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAACA%2CaATU%2COAST%3BEACG%2CYAAA%3BEACA%2CWAAA%3B%3BAAGR%2CEAAE%3BEACE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAALJ%2CEAAE%2CQAME%3BEACI%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAVR%2CEAAE%2CQAME%2CGAKI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAACA%2CEAnBV%2CQAME%2CGAKI%2CeAQK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAEJ%2CEA1BV%2CQAME%2CGAKI%2CeAeK%2COAAO%3BEACJ%2CSAAS%2CGAAT%3B%3BAA3BhB%2CEAAE%2CQAME%2CGAwBI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAIZ%2CwBACI%2CoBACI%3BEACI%2CWAAA%3B%3BAAIZ%2CwBAAwB%2C2BACpB%2CcACI%2CUACI%2CGAAE%2CQACE%2CGACI%3BEACI%2CeAAA%3B%3BAANxB%2CwBAAwB%2C2BAYpB%3BEACI%2CUAAA%3B%3BAAbR%2CwBAAwB%2C2BAepB%3BEACI%2CWAAA%3B%3BAAGR%2CIACI%2CsBACI%2CmBACI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAARhB%2CIACI%2CsBACI%2CmBACI%2CuBAMI%3BEACI%2C0BAAA%3BEACA%2CcAAA%3B%3BAACA%2CIAXhB%2CsBACI%2CmBACI%2CuBAMI%2CEAGK%3BEACG%2CcAAA%3B%3BACpT5B%3BEACC%2CeAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAVD%2CeAWC%2CKAAI%2CMAAM%3BEAyBT%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2C0CAAA%3BEACA%2CUAAA%3B%3BAAjCA%2CeADD%2CKAAI%2CMAAM%2CMACR%3BEACA%2CgBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CwBAAA%3B%3BAAED%2CeAbD%2CKAAI%2CMAAM%2CMAaR%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3B%3BAAYD%2CeAnCD%2CKAAI%2CMAAM%2CMAmCR%3BEACA%2CUAAA%3B%3BAA%5C%2FCH%2CeAkDC%2COAAM%3BEACL%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAA3DF%2CeA6DC%2COAAM%3BEACL%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAGF%3BEACC%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C%2BBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAED%2CIAAI%3BEAEH%2CeAAA%3BEAEA%2CgBAAA%3BEAEA%2CWAAA%3BEAEA%2CWAAA%3BEAEA%2CgBAAA%3BEAEA%2CgBAAA%3B%3BAAED%2CIAAI%3BEACH%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAED%2CUAAU%3BEAYT%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAdD%2CUAAU%2CQACT%3BEACC%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAKD%2CUAfS%2CQAeR%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAED%2CUAzBS%2CQAyBR%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2C6CAAhB%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGF%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAED%3BEAYC%2CaAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAAdD%2CQACC%3BEAMC%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAARA%2CQADD%2CMACE%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAWH%2CKAAK%3BEAMJ%2CYAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAARA%2CKADI%2CqBACH%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAOF%2CIAAI%3BEACH%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAED%2CoBACC%3BEACC%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGF%2CIAAI%3BEAOH%2CaAAA%3B%3BAAPD%2CIAAI%2CUACH%3BEACC%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAIF%2CUAAU%3BEACT%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAED%2CgBACC%3BEACC%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAACA%2CgBAND%2CKAME%3BEACA%2CeAAA%3B%3BAAIH%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAPD%2COAQC%2COAAM%3BEACL%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAhBF%2COAkBC%3BEACC%2CiBAAA%3B%3BAAGF%2CIAAI%3BEACH%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAED%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAqBD%2CQAnB0B%3BEACzB%3BIACC%2CaAAA%3B%3BEAED%2CIAAI%3BIAEH%2CeAAA%3B%3BEAED%3BIACC%2CaAAA%3B%3BEADD%2CeAEC%2CKAAI%2CMAAM%3BIACT%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3B%3B%3BACjQF%2CQACC%3BEACC%2CyBAAA%3B%3BAAFF%2CQACC%2CoBAEC%3BEACC%2CaAAa%2CqBAAb%3BEACA%2C8BAAA%3B%3BAAGF%2CQAAC%2CuBACA%2CoBACC%3BEACC%2CwBAAA%3B%3BAAHH%2CQAAC%2CuBAMA%2CeACC%3BEACC%2CWAAA%3BEACA%2CWAAA%3B%3BAATH%2CQAAC%2CuBAMA%2CeACC%2CUAGC%3BEACC%2CWAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3B%3BAAKA%2CQAJ2B%2CwBAAuB%3BEAIlD%2CQAnBH%2CuBAMA%2CeACC%2CUAGC%3BIAME%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAKD%2CQAH2B%2CwBAAsB%3BEAGjD%2CQAtBH%2CuBAMA%2CeACC%2CUAGC%3BIAUE%2CUAAA%3B%3B%3BAAKD%2CQAH2B%2CwBAAsB%3BEAGjD%2CQAzBH%2CuBAMA%2CeACC%2CUAGC%3BIAaE%2CkBAAA%3B%3B%3BAAKD%2CQAH0B%2CuBAAsB%3BEAGhD%2CQA5BH%2CuBAMA%2CeACC%2CUAGC%3BIAgBE%2CUAAA%3B%3B%3BAAKF%2CQAH0B%3BEAG1B%2CQA%5C%2FBF%2CuBAMA%2CeACC%2CUAGC%3BIAmBE%2CWAAA%3B%3B%3BAA7BL%2CQAAC%2CuBAMA%2CeA2BC%3BEACC%2CWAAA%3BEACA%2CWAAA%3B%3BAAnCH%2CQAAC%2CuBAMA%2CeA%2BBC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAxCH%2CQAAC%2CuBAMA%2CeAoCC%3BEACC%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CQAhDF%2CuBAMA%2CeAoCC%2CmBAME%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAvDJ%2CQAAC%2CuBAMA%2CeAoDC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAA9DH%2CQAAC%2CuBAMA%2CeA0DC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3B%3BAA7EH%2CQAAC%2CuBAMA%2CeAyEC%2CmBACC%3BEACC%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3B%3BAAnFJ%2CQAAC%2CuBAMA%2CeAgFC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAA5FH%2CQAAC%2CuBAMA%2CeAwFC%2CcACC%2CyBAAwB%3BEACvB%2CqBAAA%3BEACA%2CWAAA%3B%3BAAjGJ%2CQAAC%2CuBAMA%2CeAwFC%2CcAKC%3BEACC%2CaAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3B%3BAAzGJ%2CQAAC%2CuBAMA%2CeAwFC%2CcAaC%2CWACC%3BEACC%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAhHL%2CQAAC%2CuBAMA%2CeAwFC%2CcAqBC%2CiBACC%2CQAAO%3BEACN%2CyBAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwBAAwB%2CoDAAxB%3BEACA%2CqCAAA%3B%3BAA5HL%2CQAAC%2CuBAMA%2CeA0HC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAtIH%2CQAAC%2CuBAMA%2CeAkIC%2CWAAU%3BEACT%2CeAAA%3B%3BAAzIH%2CQAAC%2CuBAMA%2CeAkIC%2CWAAU%2CkBAET%2CMAAK%3BEACJ%2CWAAA%3B%3BAA3IJ%2CQAAC%2CuBAMA%2CeAkIC%2CWAAU%2CkBAKT%3BEACC%2CsBAAA%3B%3BAA9IJ%2CQAAC%2CuBAMA%2CeAkIC%2CWAAU%2CkBAKT%2CWAEC%3BEACC%2C6BAAA%3B%3BAAhJL%2CQAAC%2CuBAMA%2CeA8IC%2CmBAAkB%3BEACjB%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAApKJ%2CQAwKC%2COAAM%2CsBACL%2CGACC%3BEACC%2CmBAAA%3B%3BAACA%2CQAJH%2COAAM%2CsBACL%2CGACC%2CGAEE%2CYACA%3BEACC%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2C2BAAA%3BEACA%2CiBAAA%3B%3BAACA%2CQAZL%2COAAM%2CsBACL%2CGACC%2CGAEE%2CYACA%2CEAOE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAgB%2CiDAAhB%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAED%2CQAxBL%2COAAM%2CsBACL%2CGACC%2CGAEE%2CYACA%2CEAmBE%3BEACA%2CwBAAA%3B%3BAAjMP%2CQAwKC%2COAAM%2CsBACL%2CGACC%2CGA2BC%3BEACC%2C8BAAA%3B%3BAAEC%2CQAhCL%2COAAM%2CsBACL%2CGACC%2CGA2BC%2CEAEE%2CeACC%3BEACA%2CgBAAgB%2CoDAAhB%3B%3BAAID%2CQArCL%2COAAM%2CsBACL%2CGACC%2CGA2BC%2CEAOE%2CaACC%3BEACA%2CgBAAgB%2CkDAAhB%3B%3BAAID%2CQA1CL%2COAAM%2CsBACL%2CGACC%2CGA2BC%2CEAYE%2CiBACC%3BEACA%2CgBAAgB%2CoDAAhB%3B%3BAAID%2CQA%5C%2FCL%2COAAM%2CsBACL%2CGACC%2CGA2BC%2CEAiBE%2CcACC%3BEACA%2CgBAAgB%2CqDAAhB%3B%3BAAID%2CQApDL%2COAAM%2CsBACL%2CGACC%2CGA2BC%2CEAsBE%2CaACC%3BEACA%2CgBAAgB%2CmDAAhB%3B%3BAAID%2CQAzDL%2COAAM%2CsBACL%2CGACC%2CGA2BC%2CEA2BE%2CeACC%3BEACA%2CgBAAgB%2CqDAAhB%3B%3BAAID%2CQA9DL%2COAAM%2CsBACL%2CGACC%2CGA2BC%2CEAgCE%2CYACC%3BEACA%2CgBAAgB%2CoDAAhB%3B%3BAAID%2CQAnEL%2COAAM%2CsBACL%2CGACC%2CGA2BC%2CEAqCE%2CkBACC%3BEACA%2CgBAAgB%2CyDAAhB%3B%3BAAID%2CQAxEL%2COAAM%2CsBACL%2CGACC%2CGA2BC%2CEA0CE%2CkBACC%3BEACA%2CgBAAgB%2CyDAAhB%3B%3BAAID%2CQA7EL%2COAAM%2CsBACL%2CGACC%2CGA2BC%2CEA%2BCE%2CgBACC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAIH%2CQAxFH%2COAAM%2CsBACL%2CGACC%2CGAsFE%2CQACA%3BEACC%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEC%2CQA7FN%2COAAM%2CsBACL%2CGACC%2CGAsFE%2CQACA%2CEAGE%2CeACC%3BEACA%2CgBAAgB%2C0DAAhB%3B%3BAAID%2CQAlGN%2COAAM%2CsBACL%2CGACC%2CGAsFE%2CQACA%2CEAQE%2CaACC%3BEACA%2CgBAAgB%2CwDAAhB%3B%3BAAID%2CQAvGN%2COAAM%2CsBACL%2CGACC%2CGAsFE%2CQACA%2CEAaE%2CiBACC%3BEACA%2CgBAAgB%2C0DAAhB%3B%3BAAID%2CQA5GN%2COAAM%2CsBACL%2CGACC%2CGAsFE%2CQACA%2CEAkBE%2CcACC%3BEACA%2CgBAAgB%2C2DAAhB%3B%3BAAID%2CQAjHN%2COAAM%2CsBACL%2CGACC%2CGAsFE%2CQACA%2CEAuBE%2CaACC%3BEACA%2CgBAAgB%2CyDAAhB%3B%3BAAID%2CQAtHN%2COAAM%2CsBACL%2CGACC%2CGAsFE%2CQACA%2CEA4BE%2CeACC%3BEACA%2CgBAAgB%2C2DAAhB%3B%3BAAID%2CQA3HN%2COAAM%2CsBACL%2CGACC%2CGAsFE%2CQACA%2CEAiCE%2CYACC%3BEACA%2CgBAAgB%2C0DAAhB%3B%3BAAID%2CQAhIN%2COAAM%2CsBACL%2CGACC%2CGAsFE%2CQACA%2CEAsCE%2CkBACC%3BEACA%2CgBAAgB%2C%2BDAAhB%3B%3BAAID%2CQArIN%2COAAM%2CsBACL%2CGACC%2CGAsFE%2CQACA%2CEA2CE%2CkBACC%3BEACA%2CgBAAgB%2C%2BDAAhB%3B%3BAAML%2CQA5IF%2COAAM%2CsBACL%2CGA2IE%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEC%2CQAnJJ%2COAAM%2CsBACL%2CGA2IE%2CoBAMA%2CGACE%2CYACA%3BAADD%2CQAnJJ%2COAAM%2CsBACL%2CGA2IE%2CoBAMA%2CGACE%2CYAEA%3BEACC%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3B%3BAACA%2CQA5JN%2COAAM%2CsBACL%2CGA2IE%2CoBAMA%2CGACE%2CYACA%2CEAQE%3BAAAD%2CQA5JN%2COAAM%2CsBACL%2CGA2IE%2CoBAMA%2CGACE%2CYAEA%2COAOE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAgB%2CmDAAhB%3B%3BAAED%2CQAtKN%2COAAM%2CsBACL%2CGA2IE%2CoBAMA%2CGACE%2CYACA%2CEAkBE%3BAAAD%2CQAtKN%2COAAM%2CsBACL%2CGA2IE%2CoBAMA%2CGACE%2CYAEA%2COAiBE%3BEACA%2CwBAAA%3B%3BAAML%2CQA7KF%2COAAM%2CsBACL%2CGA4KE%2CIAAI%3BEACJ%2CWAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3B%3BAAzVJ%2CQA6VC%2CaACC%2CQAAO%2CKACN%2CoBACC%2CuBACC%3BEACC%2CwBAAwB%2CuDAAxB%3BEACA%2CqCAAA%3BEACA%2C6BAAA%3B%3BAACA%2CQARL%2CaACC%2CQAAO%2CKACN%2CoBACC%2CuBACC%2COAIE%3BEACA%2CSAAS%2CEAAT%3BEACA%2C%2BBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA5WP%2CQAmXC%2CSAAQ%3BEACP%2CsBAAA%3BEACA%2CsBAAA%3B%3BAArXF%2CQAmXC%2CSAAQ%2COAGP%3BEACC%2CwBAAA%3B%3BAAvXH%2CQAmXC%2CSAAQ%2COAMP%3BEACC%2CwBAAA%3B%3BAAMF%2CQAHC%2C4BAGA%2C%2BBACA%2CaACC%2CQAAO%2CKACN%2CoBACC%3BAAJJ%2CQAFC%2CkCAEA%2C%2BBACA%2CaACC%2CQAAO%2CKACN%2CoBACC%3BAAJJ%2CQADC%2CsBACA%2C%2BBACA%2CaACC%2CQAAO%2CKACN%2CoBACC%3BEACC%2CwBAAA%3B%3BAC1YP%2CQAAW%3BEACP%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CMAAS%3BEACL%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CYAAe%3BEACX%2CWAAA%3BEACA%2CYAAA%3B%3BACdI%2CqBAAqB%2CqBACrB%3BEACI%2CaAAA%3B%3BAAFJ%2CqBAAqB%2CqBAIrB%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CqBAAqB%2CqBAIrB%2C0BAII%2COAAM%3BEACF%2CaAAA%3B%3BAATR%2CqBAAqB%2CqBAIrB%2C0BAOI%2COAAM%2COAAO%2CKAAK%3BEACd%2CaAAA%3B%3BAAZR%2CqBAAqB%2CqBAIrB%2C0BAUI%3BEACI%2CWAAA%3B%3BAAfR%2CqBAAqB%2CqBAIrB%2C0BAaI%3BEACI%2CWAAA%3B%3BAAlBR%2CqBAAqB%2CqBAIrB%2C0BAaI%2CyBAEI%3BEACI%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3B%3BAAtBZ%2CqBAAqB%2CqBAIrB%2C0BAaI%2CyBAOI%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA7BZ%2CqBAAqB%2CqBAIrB%2C0BAaI%2CyBAcI%2CIAAG%2CWAAW%3BEACV%2CcAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3B%3BAAlCZ%2CqBAAqB%2CqBAIrB%2C0BAaI%2CyBAmBI%2COAAM%3BEACF%2CgBAAA%3B%3BAACA%2CqBAtCS%2CqBAIrB%2C0BAaI%2CyBAmBI%2COAAM%2COAED%3BEACG%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAzChB%2CqBAAqB%2CqBAIrB%2C0BAaI%2CyBAmBI%2COAAM%2COAOF%2CKAAI%3BEACA%2CiBAAA%3B%3BAA5ChB%2CqBAAqB%2CqBAIrB%2C0BAaI%2CyBA8BI%2CWAAW%2CEAAC%3BAA%5C%2FCpB%2CqBAAqB%2CqBAIrB%2C0BAaI%2CyBA8BwB%2CMAAK%2CIAAI%2CYAAY%3BAA%5C%2FCjD%2CqBAAqB%2CqBAIrB%2C0BAaI%2CyBA8BqD%2CSAAQ%2CIAAI%2CYAAY%3BAA%5C%2FCjF%2CqBAAqB%2CqBAIrB%2C0BAaI%2CyBA8BqF%2COAAM%2CIAAI%2CYAAY%3BEACnG%2CaAAA%3B%3BAAEJ%2CqBAlDa%2CqBAIrB%2C0BAaI%2CyBAiCM%3BEACE%2CaAAA%3B%3BAAnDZ%2CqBAAqB%2CqBAIrB%2C0BAaI%2CyBAoCI%3BEACI%2CSAAA%3B%3BAAtDZ%2CqBAAqB%2CqBAIrB%2C0BAsDI%3BEACI%2CcAAA%3B%3BAA3DR%2CqBAAqB%2CqBAIrB%2C0BAsDI%2CkBAEI%2CUAAY%3BEACR%2CmBAAA%3B%3BAA7DZ%2CqBAAqB%2CqBAIrB%2C0BA4DI%2CQACI%3BEACI%2CaAAA%3B%3BAAlEZ%2CqBAAqB%2CqBAIrB%2C0BA4DI%2CQAII%2COAAM%3BEACF%2CaAAA%3B%3BAArEZ%2CqBAAqB%2CqBAIrB%2C0BAqEI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAA9ER%2CqBAAqB%2CqBAIrB%2C0BAqEI%2CsBAOI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAlFZ%2CqBAAqB%2CqBAIrB%2C0BAqEI%2CsBAOI%2CgBAIM%3BEACE%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CqBA5FS%2CqBAIrB%2C0BAsFI%2CYACI%2CKACK%3BEACG%2CaAAA%3B%3BAA7FhB%2CqBAAqB%2CqBAIrB%2C0BA6FI%2CSAAQ%3BEACJ%2CmBAAA%3B%3BAAlGR%2CqBAAqB%2CqBAIrB%2C0BAgGI%2CqBAAoB%3BEAChB%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAtGR%2CqBAAqB%2CqBAIrB%2C0BAoGI%2CUAAY%2CSAAM%2CIAAI%2CSAAY%2CSAAO%3BEACrC%2CgBAAA%3B%3BAAzGR%2CqBAAqB%2CqBAIrB%2C0BAuGI%2CsBACI%3BEACI%2CaAAA%3B%3BAA7GZ%2CqBAAqB%2CqBAIrB%2C0BAuGI%2CsBAKI%2CSACI%3BEACI%2CaAAA%3B%3BAAlHhB%2CqBAAqB%2CqBAIrB%2C0BAuGI%2CsBAKI%2CSAKI%2CaACI%3BEACI%2CaAAA%3B%3BAAvHpB%2CqBAAqB%2CqBAIrB%2C0BAuGI%2CsBAKI%2CSAKI%2CaAKI%2CiBACI%3BAA3HpB%2CqBAAqB%2CqBAIrB%2C0BAuGI%2CsBAKI%2CSAKI%2CaAKI%2CiBAEI%3BEACI%2CwBAAA%3B%3BAA7HxB%2CqBAAqB%2CqBAIrB%2C0BAuGI%2CsBAKI%2CSAKI%2CaAKI%2CiBAKI%3BEACI%2CaAAA%3B%3BAAhIxB%2CqBAAqB%2CqBAIrB%2C0BAuGI%2CsBA0BI%2CWAAW%2CeAAiB%3BEACxB%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAxIZ%2CqBAAqB%2CqBA4IrB%2CeACI%3BEACI%2CaAAA%3B%3BAA9IR%2CqBAAqB%2CqBAiJrB%3BEACI%2C6BAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3BAAvJJ%2CqBAAqB%2CqBAyJrB%2CmBACI%3BEACI%2CWAAA%3BEACA%2C2BAAA%3B%3BAA5JR%2CqBAAqB%2CqBAyJrB%2CmBACI%2CoBAGI%3BEACI%2CSAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FJZ%2CqBAAqB%2CqBAyJrB%2CmBACI%2CoBAOI%2CWAAW%2CiBAAmB%2COAAI%3BEAC9B%2CWAAA%3B%3BAAlKZ%2CqBAAqB%2CqBAyJrB%2CmBACI%2CoBAUI%2CKAAI%3BEACA%2C0BAAA%3B%3BAArKZ%2CqBAAqB%2CqBAyJrB%2CmBACI%2CoBAaI%2CKAAI%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAA1KZ%2CqBAAqB%2CqBAyJrB%2CmBACI%2CoBAkBI%2CWACI%2CKAAI%3BEACA%2CwBAAA%3B%3BAA9KhB%2CqBAAqB%2CqBAmLrB%2CeAAe%3BEACX%2CcAAA%3B%3BAApLJ%2CqBAAqB%2CqBAsLrB%3BEACI%2CwBAAA%3B%3BAAGR%2CoBACI%2CsBACI%2CcACI%2CKAAI%3BEACA%2CaAAA%3B%3BAAQJ%2CeAFR%2CsBACI%2CSACK%2CQACG%2CKAAI%3BEACA%2CaAAA%3B%3BAAMpB%3BEACI%2CaAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CkBACI%2CKAAI%3BEACA%2CwCAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CkBAKI%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAXR%2CkBAaI%2CwBAAwB%2CKAAI%3BEACxB%2CgBAAA%3B%3BAAGR%2CcAAe%3BEACX%2CyBAAA%3B%3BAAEJ%2CoBACI%2CsBACI%3BEACI%2C8BAAA%3B%3BAAHZ%2CoBACI%2CsBACI%2CcAEI%2CKAAI%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGA%2CoBAbZ%2CsBACI%2CcAWI%2CGACK%2CUAAU%3BEACP%2CyBAAA%3B%3BAAGA%2CoBAjBhB%2CsBACI%2CcAWI%2CGAII%2CGACK%2CUAAU%3BEACP%2CyBAAA%3B%3BAAOzB%2CIACK%2CsBAAqB%2CeAAe%2CqBAChC%2C4BACI%2CmBACI%3BEACI%2CyBAAA%3B%3BAALrB%2CIACK%2CsBAAqB%2CeAAe%2CqBAQhC%2CeACI%3BEACI%2CwBAAA%3B%3BAAKhB%2C2BACI%2CmBACI%2CoBACI%2CWACI%2CYACI%2CiBACK%2COAAI%3BEACD%2CwBAAA%3B%3BAAP5B%2C2BACI%2CmBACI%2CoBACI%2CWAQI%3BEACI%2CwBAAA%3B%3BAAMpB%2CIACI%2CsBAAqB%2CeAAe%2CqBAChC%2C4BACI%2CmBACI%2CoBAAmB%3BEACf%2CwBAAA%3B%3BAALpB%2CIACI%2CsBAAqB%2CeAAe%2CqBAQhC%2CeACI%2CWAAU%3BEACN%2CyBAAA%3B%3BAC7ShB%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CaAAc%3BAACd%2CaAAc%3BEACV%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BAACA%3BEACI%2CqBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CUAAU%3BEACN%2CmBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAC%5C%2FCR%2CsBAAuB%2CiBAAmB%3BEACxC%2CmBAAA%3B%3BAAGF%2CsBAAuB%2COAAM%3BEAC3B%2CgBAAA%3B%3BAAGF%2CqBAAsB%3BEACpB%2CWAAA%3B%3BAAQD%2CQALuB%3BEACtB%2CsBAAuB%2COAAM%3BIAC3B%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BACfJ%3BEACI%2CQAAA%3B%3BAAGJ%2CSAAS%3BAACT%2CSAAS%3BEACL%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSAAS%3BEACL%2CWAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CeAAgB%2CGAAE%3BAAClB%2CeAAgB%2CGAAE%3BEACd%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CeAAgB%2CGAAE%3BEACd%2CWAAA%3B%3BAAGJ%2CeAAgB%2CGAAE%2COAAQ%3BEACtB%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CeAAgB%2CGAAG%2CGAAE%3BEACjB%2CiBAAA%3B%3BAAGJ%2CeAAgB%2CGAAG%2CGAAE%3BEACjB%2CiBAAA%3B%3BAAGJ%2CeAAgB%2CGAAG%2CGAAE%3BEACjB%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CeAAgB%2CGAAG%2CGAAE%3BEACjB%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CeAAgB%2CGAAG%2CGAAE%3BEACjB%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CeAAgB%2CGAAG%2CGAAE%3BEACjB%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3B%3B%3BAAMJ%2CSAAU%3BEACN%2CcAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CcAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CcAAA%3B%3B%3BAAIJ%2CSAAU%3BEACN%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2C2CAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CwCAAA%3BEACA%2CiDAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3B%3BAAIJ%2CSAAU%3BEACN%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3B%3BAAIJ%2CSAAU%3BEACN%2CWAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CSAAU%3BAAA0B%2CSAAU%3BEAC1C%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CyBAAA%3BEAEA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CSAAU%2C2BAA2B%3BEACjC%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CSAAU%3BAAA0B%3BEAChC%2CmBAAA%3B%3BAAGJ%2CSAAU%2CmBAAkB%3BEACxB%2CYAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CyBAAA%3BEACA%2C8CAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CQAAA%3B%3B%3BAAIJ%2CSAAU%3BEACN%2CqBAAA%3BEACA%2CYAAA%3B%3B%3BAAIJ%2CSAAU%3BEACN%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CSAAU%2CgCAAgC%3BEACtC%2CcAAA%3B%3B%3BAAIJ%2CSAAU%3BEACN%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CSAAU%2CiBAAgB%3BEACtB%2CUAAA%3B%3BAAGJ%2CSAAU%2CiBAAgB%3BEACtB%2C0CAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CSAAU%2CiBAAgB%3BEACtB%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CSAAU%2CiBAAgB%2CyBAAyB%3BEAC%5C%2FC%2CyBAAA%3BEACA%2CkBAAA%3B%3B%3BAAIJ%2CSAAU%3BEACN%2CeAAA%3B%3B%3BAAIJ%2CSAAU%3BEACN%2C6BAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CaAAA%3B%3B%3BAAIJ%2CSAAU%3BEACN%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CkBAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CSAAU%2CgCAA%2BB%3BEACrC%2CwCAAA%3BEACA%2CyCAAA%3B%3BAAGJ%2CSAAU%2CgCAA%2BB%2CUAAU%3BEAC%5C%2FC%2CwCAAA%3BEACA%2CyCAAA%3B%3BAAGJ%2CSAAU%2CgCAA%2BB%2CUAAU%3BEAC%5C%2FC%2CwCAAA%3BEACA%2CyCAAA%3BEACA%2C0CAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CSAAU%2C%2BBAA8B%2CWAAY%3BEAChD%2C2CAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CWAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CYAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CWAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CYAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CWAAA%3B%3B%3BAAWJ%2CgBAPkC%3BEAC9B%2CSAAU%2CsBAAqB%3BIAC3B%2CuBAAA%3BIACA%2CsBAAA%3B%3B%3BAAUR%2CgBANkC%3BEAC9B%2CSAAU%2CsBAAqB%3BIAC3B%2CsBAAA%3BIACA%2CuBAAA%3B%3B%3BACnXR%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CoCAAA%3B%3BACRA%2CqBACI%3BEACI%2CaAAA%3B%3BAAFR%2CqBACI%2CYAGI%2CMAAK%3BEACD%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAPZ%2CqBAWI%3BEACI%2CmBAAA%3B%3BAAZR%2CqBAWI%2CUAGI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CqBARR%2CUAGI%2CGAKK%3BEACG%2CeAAA%3B%3BAAGJ%2CqBAZR%2CUAGI%2CGASK%3BEACG%2CeAAA%3B%3BAAGJ%2CqBAhBR%2CUAGI%2CGAaK%3BEACG%2CeAAA%3B%3BAAGJ%2CqBApBR%2CUAGI%2CGAiBK%3BEACG%2CeAAA%3B%3BAAGJ%2CqBAxBR%2CUAGI%2CGAqBK%3BEACG%2CeAAA%3B%3BAAGJ%2CqBA5BR%2CUAGI%2CGAyBK%3BEACG%2CeAAA%3B%3BAAGJ%2CqBAhCR%2CUAGI%2CGA6BK%3BEACG%2CeAAA%3B%3BAAGJ%2CqBApCR%2CUAGI%2CGAiCK%3BEACG%2CeAAA%3B%3BAAGJ%2CqBAxCR%2CUAGI%2CGAqCK%3BEACG%2CeAAA%3B%3BAAGJ%2CqBA5CR%2CUAGI%2CGAyCK%3BEACG%2CgBAAA%3B%3BAAxDhB%2CqBAWI%2CUAGI%2CGA6CI%3BEACI%2CeAAA%3B%3BAA5DhB%2CqBAWI%2CUAGI%2CGA6CI%2CGAGI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAGI%2CqBAzDpB%2CUAGI%2CGA6CI%2CGAGI%2CEAKI%2CKACK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CSAAgB%2COAAhB%3BEACA%2CaAAgB%2CYAAhB%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAIA%2CqBAzExB%2CUAGI%2CGA6CI%2CGAGI%2CEAKI%2CKAgBK%2CWACI%3BEACG%2CaAAA%3B%3BAArFhC%2CqBAWI%2CUAkFI%3BEACI%2CsBAAA%3B%3BAA9FZ%2CqBAWI%2CUAkFI%2CQAGI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAnGhB%2CqBAWI%2CUAkFI%2CQASI%3BEACI%2CcAAA%3B%3BAAvGhB%2CqBAWI%2CUAkFI%2CQAaI%3BEACI%2CaAAA%3B%3BAA3GhB%2CqBAWI%2CUAkFI%2CQAiBI%3BEACI%2CaAAA%3B%3BAA%5C%2FGhB%2CqBAWI%2CUAwGI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAArHZ%2CqBAwHI%3BEACI%2CgBAAA%3B%3BAAaR%2CQAT0B%3BEACtB%2CqBACI%3BIACI%2C0BAAA%3B%3B%3BAAMZ%3BEACI%2CaAAA%3B%3BACxIR%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CwCAAA%3BEACA%2CgDAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CyBAAC%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%2CyBAAC%2COAQK%3BEACE%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAXR%2CyBAAC%2COAcG%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAIR%2CyBAAC%3BEACG%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAHJ%2CyBAAC%2CQAKG%2CQACI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAdZ%2CyBAAC%2CQAKG%2CQAYI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAArBZ%2CyBAAC%2CQAKG%2CQAYI%2CGAMI%3BEACI%2CaAAA%3BEACA%2C6BAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA3BhB%2CyBAAC%2CQAKG%2CQAYI%2CGAMI%2CGAMI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAhCpB%2CyBAAC%2CQAKG%2CQAYI%2CGAMI%2CGAYI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CyBA1CnB%2CQAKG%2CQAYI%2CGAMI%2CGAYI%2CQAOK%3BEACG%2CsBAAsB%2C8zCAAtB%3B%3BAAEJ%2CyBA7CnB%2CQAKG%2CQAYI%2CGAMI%2CGAYI%2CQAUK%3BAAAW%2CyBA7C%5C%2FB%2CQAKG%2CQAYI%2CGAMI%2CGAYI%2CQAUiB%3BEACT%2CsBAAsB%2CmtCAAtB%3B%3BAA9CxB%2CyBAAC%2CQAKG%2CQAYI%2CGAMI%2CGA2BI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAArDpB%2CyBAAC%2CQAKG%2CQAYI%2CGAMI%2CGA2BI%2CaAKI%3BEACI%2CqBAAA%3B%3BAAxDxB%2CyBAAC%2CQAKG%2CQAYI%2CGAMI%2CGA2BI%2CaASI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAhExB%2CyBAAC%2CQAKG%2CQAYI%2CGAMI%2CGA6CI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3B%3BAAEA%2CyBAzEnB%2CQAKG%2CQAYI%2CGAMI%2CGA6CI%2CEAKK%3BEACG%2CqBAAA%3B%3BAAQxB%2CyBAAC%3BEACG%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CyBAAC%3BEACG%2CaAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CyBAAC%2CQAIG%3BEACI%2CaAAA%3B%3BAALR%2CyBAAC%2CQAQG%3BEACI%2CeAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C0CAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAApBR%2CyBAAC%2CQAQG%2CiCAcI%3BEACI%2CaAAA%3B%3BAAMhB%2CIAAI%2CSACA%3BAADW%2CIAAI%2CYACf%3BEACI%2CUAAA%3BEACA%2CWAAA%3B%3BAC1IJ%2CyBAA0B%3BEAElB%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBARsB%2COAQrB%3BEACG%2CWAAA%3B%3BAAGJ%2CyBAZsB%2COAYrB%3BAACD%2CyBAbsB%2COAarB%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CyBAnBsB%2COAmBrB%2CWAAY%3BAACb%2CyBApBsB%2COAoBrB%2CWAAY%3BEACT%2CUAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CyBAzBsB%2COAyBrB%2CWAAY%2CSAAS%3BEAClB%2CgBAAA%3B%3BAA1BR%2CyBAA0B%2COA6BtB%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAIR%2CyBAA0B%3BEACtB%2CWAAA%3B%3BAAGJ%2CyBAA0B%2COAAM%2CUAAa%2CSAAM%3BEAC%5C%2FC%2CcAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CUAAW%2COAAM%2CoBAAqB%3BEAE9B%2CYAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CUAAW%2COAAM%2CoBAAqB%2CUAMlC%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACxDZ%3BEACE%2CYAAA%3B%3BAnGLE%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%3BE5CkPhB%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAApPA%2CO4C3CI%2CgBA2CI%2CeACI%2CiB5CDX%3BAACD%2CO4C5CI%2CgBA2CI%2CeACI%2CiB5CAX%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CO4CjDI%2CgBA2CI%2CeACI%2CiB5CKX%3BEACG%2CWAAA%3B%3BA4CnDJ%2COACI%2CgBA2CI%2CeACI%2CiBoGwDZ%3BEACI%2CWAAA%3B%3BApGtGJ%2COACI%2CgBA2CI%2CeACI%2CiBoG7BZ%3BApGhBA%2COACI%2CgBA2CI%2CeACI%2CiBoG5BZ%3BEACI%2CqBAAA%3B%3BApGlBJ%2COACI%2CgBA2CI%2CeACI%2CiBoG7BZ%2CSAQI%2CEAAC%3BApGxBL%2COACI%2CgBA2CI%2CeACI%2CiBoG5BZ%2CWAOI%2CEAAC%3BEACG%2CqBAAA%3B%3BApGzBR%2COACI%2CgBA2CI%2CeACI%2CiBoGfZ%2CSACI%3BEhJiQJ%2CkBAAA%3B%3BA4ChSA%2COACI%2CgBA2CI%2CeACI%2CiBoGLZ%2CWAKI%2CEAAC%3BEhJmPL%2CeAAA%3B%3BA4ChSA%2COACI%2CgBA2CI%2CeACI%2CiBoGWZ%3BApGxDA%2COACI%2CgBA2CI%2CeACI%2CiBoGYZ%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BApG3DJ%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%3BE5CsNJ%2CiBAAA%3B%3BA4C1NA%2CkBAII%2CaAGI%3BEACI%2CgBAAA%3B%3BAARZ%2CkBAYI%3BEACI%2CkBAAA%3B%3BAAbR%2CkBAYI%2CSAGI%3BEACI%2CmBAAA%3B%3BAtC9EZ%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CyBAII%2CQAAO%3BENoRX%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAMxRA%2CyBAQI%3BEACI%2CaAAA%3B%3BAATR%2CyBAgBI%3BEACI%2CmBAAA%3B%3BAAjBR%2CyBAoBI%2CQAAO%3BEACH%2CmBAAA%3B%3BAArBR%2CyBAwBI%2CWACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAA3BZ%2CyBAmCI%3BENqPJ%2CmBAAA%3BEMlPQ%2CkBAAA%3B%3BAAtCR%2CyBAmCI%2CsBAKM%2CSAAS%3BENgPnB%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAMxRA%2CyBAmCI%2CsBASI%3BEACI%2CgBAAA%3B%3BAAEA%2CyBAZR%2CsBASI%2CgBAGK%3BEACG%2CaAAA%3B%3BAAhDhB%2CyBAmCI%2CsBASI%2CgBAOM%3BENqOd%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEMnOgB%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%3BENoMd%2CgBAAA%3B%3BAMxRA%2CyBAmFI%2CQACI%2COAAM%2CIACF%3BENmMZ%2CgBAAA%3BEAAA%2CeAAA%3BEMhMgB%2CqBAAA%3B%3BAAxFhB%2CyBA%2BFI%2CEAAC%3BENyLL%2CcAAA%3B%3BAMxRA%2CyBAmGI%3BEACI%2CWAAA%3B%3BA2IpGR%3BEjJwRA%2CmBAAA%3BEAAA%2CWAAA%3BEiJrRI%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAAC%2CMAAM%3BEACH%2CmBAAA%3B%3BAAPR%2CqBAUI%3BEACI%2CgBAAA%3B%3BAAXR%2CqBAUI%2CaAGI%3BEjJ2QR%2CiBAAA%3BEiJzQY%2CgBAAA%3B%3BAAfZ%2CqBAmBI%3BEjJqQJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAkJ9GA%2CqBAmBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAxBZ%2CqBAmBI%2CQAQI%3BEjJ6PR%2CiBAAA%3BEiJ3PY%2CgBAAA%3B%3BAA7BZ%2CqBAmBI%2CQAaI%3BEjJwPR%2CeAAA%3BEiJtPY%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%3BEjJuOR%2CiBAAA%3B%3BAiJxRA%2CqBAuCI%2COAcI%3BEACI%2CcAAA%3B%3BAAtDZ%2CqBAuCI%2COAkBI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAtBR%2COAkBI%2COAIK%3BEjJ2Nb%2CiBAAA%3BEiJzNgB%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BApFjEhB%3BEACI%2CgBAAA%3B%3BAAGI%2CaADJ%2COACK%3BEACG%2CaAAA%3B%3BAALZ%2CaASI%3BEACI%2CgBAAA%3B%3BAAVR%2CaAaI%3BEnBLJ%2CqBAAA%3BEmBeQ%2CqBAAA%3BEACA%2CYAAA%3B%3BAAxBR%2CaAaI%2COnB6PF%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CamBDI%2COnBCH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C3OU%2CO3C2OV%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CamBdA%2COnBaH%2CMACI%3BE1C2PL%2CWAAA%3B%3BA0CrPI%2CamBpBA%2COnBmBH%2COACI%3BE1CqPL%2CWAAA%3B%3BA6D5PQ%2CaAbJ%2COAaK%2COACK%2CWACE%3BEACI%2CgBAAA%3B%3BAA7BpB%2CaAmCI%2CQAAO%3BEACH%2CaAAA%3B%3BAApCR%2CaAuCI%3BEACI%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAA3CR%2CaA8CI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAlDR%2CaAqDI%3BEACI%2CaAAA%3B%3BAAIR%3BEAEI%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAANJ%2CoBAQI%3BE7DoNJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BA8DlDA%2CoBAQI%2CGAGI%3BE7DiNR%2C6BAAA%3BE6D%5C%2FMY%2CeAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CoBAZR%2CGAGI%2CGASK%2CIAAI%3BEACD%2CaAAA%3BE7DuMhB%2CyBAAA%3BEAAA%2CmBAAA%3B%3BA6DlMY%2CoBAlBR%2CGAGI%2CGAeK%3BEACG%2CgBAAA%3B%3BAAGJ%2CoBAtBR%2CGAGI%2CGAmBK%3BAACD%2CoBAvBR%2CGAGI%2CGAoBK%3BE7D6Lb%2CmBAAA%3B%3BA6D5NA%2CoBAQI%2CGAGI%2CGAwBI%3BE7DyLZ%2CWAAA%3BE6DvLgB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAASJ%2CKAHP%2COAAO%2CSACR%2CQAAO%2CMACH%2COACK%3BEACG%2CkBAAA%3B%3BAADJ%2CKAHP%2COAAO%2CSACR%2CQAAO%2CMACH%2COACK%2CYAGG%3BEACI%2CmBAAA%3B%3BAAEA%2CKATf%2COAAO%2CSACR%2CQAAO%2CMACH%2COACK%2CYAGG%2CSAGK%3BEACG%2CSAAS%2CSAAT%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CKArBP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAmBK%3BEACG%2CkBAAA%3B%3BAADJ%2CKArBP%2COAAO%2CSACR%2CQAAO%2CMACH%2COAmBK%2CWAGG%2CIAAG%3BEACC%2COAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAIR%2CKA%5C%2FBP%2COAAO%2CSACR%2CQAAO%2CMACH%2COA6BK%2CWACG%3BEACI%2CmBAAA%3B%3BAAjCpB%2CKAAK%2COAAO%2CSAuCR%2COAAM%2CMACF%2COACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAMhB%2COAAO%3BEACH%2CmBAAA%3B%3B%3B%3B%3B%3BAqF3KJ%2CoBACI%2CQAAO%2CIAAI%2CeACP%2CMAAK%3BEACD%2CWAAA%3BEACA%2CUAAA%3B%3BAAJZ%2CoBAQI%2CQAAO%2CIAAI%2CqBACP%2CMAAK%3BEACD%2CWAAA%3BEACA%2CUAAA%3B%3BAhGPZ%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%3BElD2PJ%2CiBAAA%3BEkDzPQ%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%3BA3BrDA%2CKAFP%2CQACG%2COACK%2CSACG%2CQAAO%3BEvB2RvB%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEuBxRoB%2CgBAAA%3B%3BAAOpB%2CsBACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CsBACI%2CiBAII%2COAAM%3BEACF%2CoBAAA%3B%3BAANZ%2CsBAUI%2CyBAAyB%2COAAM%3BEAC3B%2CgBAAA%3B%3BA4BzBR%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%3BA3BtBZ%2CaACI%3BEACI%2CmBAAA%3B%3BAAFR%2CaACI%2COAGI%3BExBoRR%2CWAAA%3BEAAA%2CgBAAA%3B%3BAwB7QA%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%3BExB4OA%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAAMA%2CYAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYADH%2CMACI%3BE1C6ML%2CcAAA%3B%3BA0CvMI%2CYADH%2COACI%3BE1CuML%2CcAAA%3B%3BA0ChKA%2CYlBlEK%2COkBkEJ%3BAAAD%2CYlBjEK%2CQkBiEJ%3BE1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BAwBpNI%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%3BAkB8BJ%2CgBlB5BK%2CQACG%2COkB2BP%3BE1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BAwB%5C%2FLA%2CgBAYI%3BExBmLJ%2CgBAAA%3BEwBjLQ%2CkBAAA%3BEpBhER%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAAMA%2CgBlBuCI%2COkBvCH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CgBlB0BA%2COkB3BH%2CMACI%3BE1C6ML%2CcAAA%3B%3BA0CvMI%2CgBlBoBA%2COkBrBH%2COACI%3BE1CuML%2CcAAA%3B%3BAI5MA%2CgBoByBI%2COpBzBH%3BAACD%2CgBoBwBI%2COpBxBH%3BEJ2MD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CgBoBYI%2COpBZH%3BEJ%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CgBoBAI%2COpBAH%3BAACD%2CgBoBDI%2COpBCH%3BAACD%2CQAAQ%2CUAAW%2CiBoBFf%3BExBmLJ%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAoBUI%2CgBAfJ%2COAeK%3BExBoKT%2C8EAAA%3B%3BAwB%5C%2FLA%2CgBAgCI%3BExB%2BJJ%2CgCAAA%3BEwB5JQ%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAQR%2CoBACI%2CoBAEI%2CcACI%3BAAJZ%2CoBAEI%2CkCACI%2CcACI%3BExB%2BIZ%2CgBAAA%3BEwB7IgB%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%3BExB6Gf%2CqBAAA%3BE0ChOA%2CqBAAA%3BElB2HY%2CmBAAA%3BEACA%2CkBAAA%3B%3BAkBtHZ%2CoBlBkGI%2CaAWI%2CQAAO%2CKkB7Gd%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAlB3KY%2CoBAtBR%2CaAWI%2CQAAO%2CKAWF%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAkBjEhB%2CoBlBwCI%2CaAWI%2CQAAO%2CKAiBF%2CSkBpEZ%3BE1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BAwBlFA%3BEACI%2C0BAAA%3BEACA%2CiBAAA%3B%3BAO%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%3BE%5C%2FB6PR%2CkBAAA%3B%3BA%2BBvPI%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%2C6BAAA%3B%3BAAVR%2CgCAmBI%3BEACI%2CsBAAA%3B%3BAApBR%2CgCAmBI%2CKAGI%3BEACI%2CqBAAA%3B%3BAAvBZ%2CgCAmBI%2CKAOI%3BE%5C%2FB6JR%2CiBAAA%3BE%2BB3JY%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA9BZ%2CgCAkCI%2CSACI%3BEAGI%2CgBAAA%3B%3BAAGJ%2CgCAPJ%2CSAOK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CgCAbJ%2CSAaK%3BEACG%2CcAAA%3BEACA%2CeAAA%3B%3BAyBzIZ%2CcACI%3BExD8QJ%2CeAAA%3BEwD5QQ%2CqBAAA%3B%3BAAHR%2CcAMI%3BEACI%2CmBAAA%3B%3BAAIR%3BExDoQA%2CgBAAA%3BEwDlQI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEAEI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CmBAMI%3BExDwPJ%2CmBAAA%3BEAAA%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAc9BA%2CmBAMI%2CUd4OF%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CmBc9BI%2CUd8BH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC3QW%2COD2QX%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAcrTQ%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%3BExDmNb%2CsBAAA%3BEwDjNgB%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAlBhB%2CmBAuBM%3BEACE%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAADJ%2CoBAGI%3BEACI%2CgBAAA%3B%3BAAIR%2CqBACI%2CUACM%3BEACE%2CeAAA%3B%3BAAEA%2CqBAJR%2CUACM%2CSAGG%3BEACG%2CaAAA%3B%3BAAMhB%2CsBACI%3BEACI%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAIR%2CYAAa%2CMAAK%2CMAGd%3BAAFJ%2CkBAEI%3BAADJ%2CmBACI%3BEAEI%2CcAAA%3B%3BAALR%2CYAAa%2CMAAK%2CMAGd%2CeAII%3BAANR%2CkBAEI%2CeAII%3BAALR%2CmBACI%2CeAII%3BEACI%2CWAAA%3B%3BAARZ%2CYAAa%2CMAAK%2CMAGd%2CeAQI%3BAAVR%2CkBAEI%2CeAQI%3BAATR%2CmBACI%2CeAQI%3BEACI%2CSAAA%3B%3BAAZZ%2CYAAa%2CMAAK%2CMAGd%2CeAQI%2CSAGM%3BAAbd%2CkBAEI%2CeAQI%2CSAGM%3BAAZd%2CmBACI%2CeAQI%2CSAGM%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAMhB%2CaAII%3BAAHJ%2CaAGI%3BEACI%2CiBAAA%3B%3BAAIA%2CaADJ%2CeACK%3BAAAD%2CaADJ%2CeACK%3BEACG%2CSAAS%2CiBAAgB%2CIAAzB%3B%3BAAVZ%2CaAQI%2CeAKI%3BAAZR%2CaAOI%2CeAKI%3BEACI%2CgBAAA%3B%3BAASZ%2CcACI%3BEACI%2CoBAAA%3B%3BAAFR%2CcAKI%3BEAEI%2CmBAAA%3B%3BAAPR%2CcAUI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAZR%2CcAeI%3BEACI%2CmBAAA%3B%3BAX1LR%2CMAAM%2CQ1CiKJ%2CQAGI%2CKACI%3BA0CrKV%2CMAAM%2CQ1CkKJ%2CQAEI%2CKACI%3BA0CrKV%2CMAAM%2CQ1CmKJ%2CQACI%2CKACI%3BA0CrKV%2CMAAM%2CQ1CiKJ%2CQAGI%2CKAEI%3BA0CtKV%2CMAAM%2CQ1CkKJ%2CQAEI%2CKAEI%3BA0CtKV%2CMAAM%2CQ1CmKJ%2CQACI%2CKAEI%3BEHyHV%2C0BAAA%3B%3BA6C%5C%2FRA%2CMAAM%2CQ1C4KJ%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BA0ChLV%2CMAAM%2CQ1C6KJ%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BA0ChLV%2CMAAM%2CQ1C8KJ%2CQAAK%2CYACD%2CKAAE%2CYACE%3BA0ChLV%2CMAAM%2CQ1C4KJ%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BA0CjLV%2CMAAM%2CQ1C6KJ%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BA0CjLV%2CMAAM%2CQ1C8KJ%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BEACE%2CaAAA%3B%3BA0ClLZ%2CMAAM%2CQ1CuLJ%2CQAAQ%3BEHwGV%2C0BAAA%3B%3BA6C%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%3BAbpCJ%2CqBADJ%2CQACK%3BEhC6RT%2CqBAAA%3BE0C9QA%2CqBAAA%3BEVTY%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAARJ%2CqBADJ%2CQACK%2CIUiRP%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CqBVtBI%2CQACK%2CIUqBR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CpOU%2CO3CoOV%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CqBVnCA%2CQACK%2CIUiCR%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2CqBVzCA%2CQACK%2CIUuCR%2COACI%3BE1CqPL%2CcAAA%3B%3BAyD%5C%2FRA%2CkBAAkB%2CMACd%2CQAAO%3BEzD8RX%2CSAAA%3B%3BAyDzRA%3BEzDyRA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2COAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BEmJlJA%2CaAAA%3BEACA%2CUAAA%3BE1F%5C%2FHI%2CsBAAA%3B%3BAATJ%2CU0F0EA%3BEnJ%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAyDzRA%2CU0F0EA%2CcAGI%3BEnJ4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAyDzRA%2CU0FuFA%3BEnJkMA%2CgBAAA%3B%3BAyDzRA%2CU0FgGA%2CeACI%2CQAAO%3BEnJwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BAyDzRA%2CU0FgGA%2CeACI%2CQAAO%2CMzG4KT%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CUyG%2BEA%2CeACI%2CQAAO%2CMzGhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C1OU%2CO3C0OV%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CUyGkEJ%2CeACI%2CQAAO%2CMzGpEV%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2CUyG4DJ%2CeACI%2CQAAO%2CMzG9DV%2COACI%3BE1CqPL%2CcAAA%3B%3BAI7CA%2CU%2BI5IA%2CeACI%2CQAAO%2CM%5C%2FI2IV%3BAACD%2CU%2BI7IA%2CeACI%2CQAAO%2CM%5C%2FI4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU%2BIlJA%2CeACI%2CQAAO%2CM%5C%2FIiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU%2BIvJA%2CeACI%2CQAAO%2CM%5C%2FIsJV%3BAACD%2CU%2BIxJA%2CeACI%2CQAAO%2CM%5C%2FIuJV%3BAACD%2CQAAQ%2CUAAW%2CW%2BIzJnB%2CeACI%2CQAAO%3BE%5C%2FIyJP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAmJ%5C%2FIA%2CUAAC%3BEACG%2CUAAA%3B%3BA1F3IJ%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%3BErDkKN%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CMqD9KM%2CcrD8KL%3BAACD%2CMqD%5C%2FKM%2CcrD%2BKL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMqDpLM%2CcrDoLL%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMqDzLM%2CcrDyLL%3BAACD%2CMqD1LM%2CcrD0LL%3BAACD%2CQAAQ%2CUAAW%2COqD3Lb%3BErD4LF%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BADjJA%2CM0D1EM%2Cc1D0EL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CM0D%5C%2FEM%2Cc1D%2BEL%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CM0DpFM%2Cc1DoFL%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CMqDnIM%2CcrDmIL%3BAACD%2CMqDpIM%2CcrDoIL%3BAACD%2CMqDrIM%2CcrDqIL%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CMqD1IM%2CcrD0IL%3BAACD%2CMqD3IM%2CcrD2IL%3BAACD%2CQAAQ%2CUAAW%2COqD5Ib%3BEzD2NN%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAG%5C%2FMA%2CSAAC%2CMAAM%3BEkC0IX%2CqBAAA%3BEACA%2CkBAAA%3BElC7HQ%2CsBAAA%3B%3BAPuBR%2CSOrCK%2CMAAM%2COPqCV%3BAACD%2CSOtCK%2CMAAM%2COPsCV%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSO3CK%2CMAAM%2COP2CV%3BEACG%2CWAAA%3B%3BAO5CA%2CSAAC%2CMAAM%2COkC0bX%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAlC5bA%2CSAAC%2CMAAM%2COkC%2BbX%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAlCjcA%2CSAAC%2CMAAM%2COkC%2BcX%2COAAM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BAlCjdA%2CSAAC%2CMAAM%2COkCodX%2COAAS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAlCvdA%2CSAAC%2CMAAM%2COkCwJX%3BEzCiIA%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAnCzDI%2CSAAC%2CMAAM%2COkCwJX%2CeCqHE%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CSnC%5C%2FDK%2CMAAM%2COkCwJX%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSnC5EC%2CMAAM%2COkCwJX%2CeC7EC%2CMACI%3BE1C6ML%2CWAAA%3B%3BA0CvMI%2CSnClFC%2CMAAM%2COkCwJX%2CeCvEC%2COACI%3BE1CuML%2CcAAA%3B%3BAyCuHA%2CSlChZK%2CMAAM%2COkCwJX%2CeAwPC%3BEzCvHD%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BADuVA%2CSlChZK%2CMAAM%2COkCwJX%2CeAwPC%2COCnIC%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CSnC%5C%2FDK%2CMAAM%2COkCwJX%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS2C%5C%2FNM%2CO3C%2BNN%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSnC5EC%2CMAAM%2COkCwJX%2CeAwPC%2COCrUA%2CMACI%3BE1C6ML%2CWAAA%3B%3BA0CvMI%2CSnClFC%2CMAAM%2COkCwJX%2CeAwPC%2COC%5C%2FTA%2COACI%3BE1CuML%2CcAAA%3B%3BAOzRI%2CSAAC%2CMAAM%2COkCgOX%3BEzCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEyChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEzC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAOzRI%2CSAAC%2CMAAM%2COkCgOX%2COAsBI%3BEzCmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BAyC3BQ%2CSlC9PH%2CMAAM%2COkCgOX%2COAsBI%2CGAQK%3BEzC2BT%2CmBAAA%3BEyCzBY%2CeAAA%3B%3BAAuTZ%2CSlCvjBK%2CMAAM%2COkCgOX%2COAuVC%3BAACD%2CSlCxjBK%2CMAAM%2COkCgOX%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CSlCjkBK%2CMAAM%2COkCgOX%2COAiWC%3BEACG%2CiBAAA%3BEzCzSJ%2CyDAAA%3BEyC2SI%2CWAAA%3B%3BAAGJ%2CSlCvkBK%2CMAAM%2COkCgOX%2COAuWC%3BEACG%2CiBAAA%3BEzC%5C%2FSJ%2CsDAAA%3BEyCiTI%2CWAAA%3B%3BAAzDJ%2CSlCjhBK%2CMAAM%2COkCgOX%2COAiTC%3BEzCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAyC6PA%2CSlCthBK%2CMAAM%2COkCgOX%2COAsTC%3BEzC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAyCZA%2CSlC7QK%2CMAAM%2COkC6QV%3BEACG%2CiBAAA%3B%3BAADJ%2CSlC7QK%2CMAAM%2COkC6QV%2COAGG%3BEACI%2CcAAA%3B%3BAlCjRJ%2CSAAC%2CMAAM%2COAiBH%3BEACI%2CgBAAA%3B%3BAAlBR%2CSAAC%2CMAAM%2COAiBH%2COAEI%2CMACM%3BEACE%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGA%2CSAzBf%2CMAAM%2COAiBH%2COAEI%2CMAKK%2CWACI%3BEPgQrB%2CmBAAA%3B%3BAOzRI%2CSAAC%2CMAAM%2COAiBH%2COAaI%3BEACI%2CUAAA%3B%3BAmCiFhB%2CiBnC7E0B%2CUAnCrB%2CMAAM%2COAqCG%2CUAEG%2CMmCyEhB%3BAAAD%2CcnC5EuB%2CUApClB%2CMAAM%2COAqCG%2CUAEG%2CMmCyEhB%3BE1CyKD%2CSoJnKkB%2COpJmKlB%3B%3BAO3OgB%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%3BEPyOjB%2CWAAA%3B%3BAOnOgB%2CiBAnBU%2CUAnCrB%2CMAAM%2COAqDG%2CUAAO%2COACJ%3BAAAD%2CcAlBO%2CUApClB%2CMAAM%2COAqDG%2CUAAO%2COACJ%3BEACG%2C8BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAASJ%2CkBAJW%2CUAhEtB%2CMAAM%2COAmEC%2CQACK%3BAAAD%2CqBAHc%2CUAjEzB%2CMAAM%2COAmEC%2CQACK%3BAAAD%2CiBAFU%2CUAlErB%2CMAAM%2COAmEC%2CQACK%3BAACD%2CkBALW%2CUAhEtB%2CMAAM%2COAmEC%2CQAEK%3BAAAD%2CqBAJc%2CUAjEzB%2CMAAM%2COAmEC%2CQAEK%3BAAAD%2CiBAHU%2CUAlErB%2CMAAM%2COAmEC%2CQAEK%3BEPoNjB%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAOhNgB%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%3BEP8LR%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2CSAAA%3BEAAA%2COAAA%3BEAAA%2CeAAA%3BEAAA%2CQAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BEmJlJA%2CaAAA%3BEACA%2CUAAA%3B%3BA5I9CI%2CSAAC%2COAAO%2CM4IhBZ%3BEnJ%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAO%5C%2FLI%2CSAAC%2COAAO%2CM4IhBZ%2CcAGI%3BEnJ4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAO%5C%2FLI%2CSAAC%2COAAO%2CM4IMZ%2CeACI%2CQAAO%3BEnJwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3B%3BAO%5C%2FLI%2CSAAC%2COAAO%2CM4IMZ%2CeACI%2CQAAO%2CMzG4KT%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CSnCyEK%2COAAO%2CM4IMZ%2CeACI%2CQAAO%2CMzGhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C1OU%2CO3C0OV%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CSnC4DC%2COAAO%2CM4IMZ%2CeACI%2CQAAO%2CMzGpEV%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2CSnCsDC%2COAAO%2CM4IMZ%2CeACI%2CQAAO%2CMzG9DV%2COACI%3BE1CqPL%2CcAAA%3B%3BAI7CA%2CSGlJK%2COAAO%2CM4IMZ%2CeACI%2CQAAO%2CM%5C%2FI2IV%3BAACD%2CSGnJK%2COAAO%2CM4IMZ%2CeACI%2CQAAO%2CM%5C%2FI4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSGxJK%2COAAO%2CM4IMZ%2CeACI%2CQAAO%2CM%5C%2FIiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSG7JK%2COAAO%2CM4IMZ%2CeACI%2CQAAO%2CM%5C%2FIsJV%3BAACD%2CSG9JK%2COAAO%2CM4IMZ%2CeACI%2CQAAO%2CM%5C%2FIuJV%3BAACD%2CQAAQ%2CUAAW%2CUG%5C%2FJd%2COAAO%2CM4IMZ%2CeACI%2CQAAO%3BE%5C%2FIyJP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAmJ%5C%2FIA%2CS5IhDK%2COAAO%2CM4IgDX%3BEACG%2CUAAA%3B%3BA5I7CI%2CSAJH%2COAAO%2CMAIH%3BEACG%2CcAAA%3B%3BAAIR%2CSAAC%3BEPsLL%2CgCAAA%3BEAAA%2CmBAAA%3BEAAA%2CYAAA%3BEmJhIA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAEA%2CS5I7DK%2CQ4I6DJ%3BEnJyHD%2CYAAA%3BEmJrHQ%2CyBAAA%3B%3BA5I%5C%2FDA%2CSAFH%2CQAEI%3BEACG%2CcAAA%3B%3BAAUZ%3BEACI%2CkBAAA%3B%3BAAMY%2C0BAJZ%2CUAEK%2COACG%2CeACK%3BEACG%2CgBAAA%3B%3BAAWZ%2C0BAhBJ%2CUAgBK%3BEACG%2CmBAAA%3B%3BAADJ%2C0BAhBJ%2CUAgBK%2CMAGG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C0BAzBJ%2CUAyBK%3BEP6IT%2CcAAA%3BEO3IY%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%3BEPiFJ%2CiBAAA%3BEO%5C%2FEQ%2CmBAAA%3B%3BAAHR%2C0BACI%2CaAIM%3BEACE%2CgBAAA%3B%3BAANZ%2C0BAUI%3BEACI%2CWAAA%3B%3BAAXR%2C0BAcI%3BEACI%2CiBAAA%3B%3BAAfR%2C0BAkBI%3BEACI%2CWAAA%3B%3BAAEA%2C0BAHJ%2CmBAGK%2CMACG%3BEACI%2CmBAAA%3B%3BAAvBhB%2C0BA4BI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAA9BR%2C0BAiCI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAIA%2C0BADJ%2CQACK%3BEACG%2CeAAA%3B%3BAAKJ%2C0BADJ%2CYACK%3BEAEG%2CkBAAA%3B%3BA6B5PR%2CcAAC%2CQAEG%3BAADJ%2CcAAC%2CQACG%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAALR%2CcAAC%2CQAEG%2CGAII%3BAALR%2CcAAC%2CQACG%2CGAII%3BEACI%2CWAAA%3B%3BAACA%2CcARX%2CQAEG%2CGAII%2CEAEK%3BAAAD%2CcAPX%2CQACG%2CGAII%2CEAEK%3BEACG%2CqBAAA%3B%3BAAThB%2CcAAC%2CQAcG%2CGAAE%3BAAbN%2CcAAC%2CQAaG%2CGAAE%3BEACE%2CgBAAA%3BEACA%2CeAAA%3B%3BAAhBR%2CcAAC%2CQAmBG%3BAAlBJ%2CcAAC%2CQAkBG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAArBR%2CcAAC%2CQAmBG%2CaAII%2CeACI%3BAAvBZ%2CcAAC%2CQAkBG%2CaAII%2CeACI%3BEACI%2CiBAAA%3B%3BAAzBhB%2CcAAC%2CQAmBG%2CaAII%2CeAKI%3BAA3BZ%2CcAAC%2CQAkBG%2CaAII%2CeAKI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA9BhB%2CcAAC%2CQAmBG%2CaAII%2CeAUI%3BAAhCZ%2CcAAC%2CQAkBG%2CaAII%2CeAUI%3BEACI%2CgBAAA%3B%3BAAlChB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%3BAApCZ%2CcAAC%2CQAkBG%2CaAII%2CeAcI%3BEACI%2CcAAA%3B%3BAAtChB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%2CaAGI%3BAAvChB%2CcAAC%2CQAkBG%2CaAII%2CeAcI%2CaAGI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA1CpB%2CcAAC%2CQAmBG%2CaAII%2CeAcI%2CaAQI%3BAA5ChB%2CcAAC%2CQAkBG%2CaAII%2CeAcI%2CaAQI%3BEACI%2CgBAAA%3B%3BAA9CpB%2CcAAC%2CQAoDG%2CgBACI%3BAApDR%2CcAAC%2CQAmDG%2CgBACI%3BEACI%2CaAAA%3B%3BAAtDZ%2CcAAC%2CQAoDG%2CgBACI%2CaAGI%2CeACI%3BAAxDhB%2CcAAC%2CQAmDG%2CgBACI%2CaAGI%2CeACI%3BEACI%2CWAAA%3B%3BAA1DpB%2CcAAC%2CQAoDG%2CgBACI%2CaAGI%2CeAKI%3BAA5DhB%2CcAAC%2CQAmDG%2CgBACI%2CaAGI%2CeAKI%3BEACI%2CkBAAA%3B%3BAA%5C%2FDxB%2CcAsEI%3BEACI%2CmBAAA%3B%3BAAvER%2CcAsEI%2COAGI%3BEACI%2CgBAAA%3B%3BAA1EZ%2CcA8EI%3BEACI%2CgBAAA%3B%3BAA%5C%2FER%2CcA8EI%2CeAGI%2CQAAO%3BEACH%2CqBAAA%3B%3BAAlFZ%2CcA8EI%2CeAOI%2CKACI%3BEACI%2CqBAAA%3B%3BAAWJ%2CcApBR%2CeAOI%2CKAaK%2CKACG%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAMhB%2CcAAC%2CIAAI%2CUACD%2CeACI%3BEACI%2CSAAA%3B%3BAA9GhB%2CcAmHM%3BEACE%2CgBAAA%3B%3BAApHR%2CcAuHI%2CiBACM%3BEACE%2CcAAA%3B%3BAAzHZ%2CcAuHI%2CiBACM%2CaAGE%3BEACI%2CmBAAA%3B%3BAAEA%2CcAPZ%2CiBACM%2CaAGE%2CQAGK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAhIpB%2CcAuHI%2CiBAcM%3BEACE%2CkBAAA%3B%3BAAtIZ%2CcA8II%3BEACI%2CgBAAA%3B%3BAAuBgB%2CcAfpB%2COAGI%2CkBACI%2CcACI%2CUASM%2CSACG%3BEACG%2CaAAA%3B%3BAAvK5B%2CcAuJI%2COAGI%2CkBACI%2CcACI%2CUASM%2CSAKE%3BEACI%2CqBAAA%3B%3BAA3K5B%2CcAmLI%3BAAnLJ%2CcAoLI%2CeAAe%3BEAEX%2C6BAAA%3BEACA%2CoBAAA%3B%3BAAvLR%2CcAmLI%2CaAMI%3BAAzLR%2CcAoLI%2CeAAe%2COAKX%3BEACI%2CgBAAA%3B%3BAA1LZ%2CcAmLI%2CaAMI%2COAGI%3BAA5LZ%2CcAoLI%2CeAAe%2COAKX%2COAGI%3BEpCoGZ%2CcAAA%3B%3BAoChSA%2CcAkMI%2CeAEI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CcAAC%2CaACG%2CaAAe%3BEpCqFvB%2CiBAAA%3B%3BAoCtFI%2CcAAC%2CaAKG%2CgBACI%2CeAAc%2CIAAI%3BEACd%2CmBAAA%3B%3BAAPZ%2CcAAC%2CaAWG%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAzNZ%2CcA6NI%2CWACI%3BEACI%2CkBAAA%3B%3BAA%5C%2FNZ%2CcA6NI%2CWAKM%3BEACE%2CSAAA%3B%3BAAnOZ%2CcAuOI%2CqBACI%3BEACI%2CgBAAA%3B%3BAAzOZ%2CcA6OI%2CoBACI%3BEACI%2CSAAA%3B%3BAA%5C%2FOZ%2CcA6OI%2CoBACI%2CUAGI%2CQAAO%3BEACH%2CeAAA%3B%3BAAlPhB%2CcA2PI%2CiBAAiB%2COAAM%3BEpCqC3B%2CiBAAA%3BEoCnCQ%2CmBAAA%3B%3BAA7PR%2CcA2PI%2CiBAAiB%2COAAM%2COAInB%3BEACI%2CgBAAA%3B%3BAAKZ%2CyBAMI%3BEACI%2CcAAA%3B%3BAAIR%2C%2BBACI%3BEACI%2CcAAA%3B%3BAgBhRR%2CMAAM%3BEACF%2CmBAAA%3B%3BAADJ%2CMAAM%2CWAGF%2CMAAK%3BEACD%2CcAAA%3BEACA%2CWAAA%3B%3BAALR%2CMAAM%2CWAQF%3BEACI%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAZR%2CMAAM%2CWAeF%3BEACI%2CSAAA%3B%3BAAhBR%2CMAAM%2CWAeF%2COAGI%3BEpD4QR%2CqBAAA%3BE0C9QA%2CqBAAA%3BEUSY%2CcAAA%3B%3BAVHZ%2CMUtBM%2CWAeF%2COAGI%2CSVIP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CnOY%2CO3CmOZ%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAU5UY%2CMA3BN%2CWAeF%2COAGI%2CSASK%3BEACG%2CkBAAA%3B%3BAA5BhB%2CMAAM%2CWAiCF%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAnCR%2CMAAM%2CWAsCF%3BEACI%2CaAAA%3B%3BAAvCR%2CMAAM%2CWA8CF%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAjDR%2CMAAM%2CWAoDF%2CQAAO%3BEACH%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAiG5DR%2CuBAEI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BA5HGA%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%3BAjBlCR%2CcAYI%2CoBACM%3BERiRV%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEQ%5C%2FQY%2CqBAAA%3B%3BAAfZ%2CcAmBI%2CWAGI%3BEACI%2CmBAAA%3B%3BAAIA%2CcARR%2CWAOI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAA5BhB%2CcAiCI%2CqBACM%3BER4PV%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEQ1PY%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%2C6BAAA%3BEACA%2CcAAA%3B%3BAAFJ%2CuBAII%3BEAEI%2CgBAAA%3B%3BAANR%2CuBAII%2COAII%3BEACI%2CoBAAA%3B%3BA8IrER%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%3BAC1FI%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%3BAtHVZ%2CmBAGI%2COACI%2CSAAW%3BAAJnB%2CmBAGI%2COAEI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CmBADJ%2CYACK%3BEACG%2CaAAA%3B%3BAAbZ%2CmBAWI%2CYAKI%2COAAM%2CeAAe%3BEACjB%2CgBAAA%3B%3BAAIA%2CmBAVR%2CYASI%2COACK%3BEACG%2CgBAAA%3B%3BAAtBhB%2CmBA2BI%2COAAM%3BEACF%2CgBAAA%3B%3BAAIR%2CuBACI%2CkBACI%3BAAFR%2CuBACI%2CkBAEI%3BEACI%2CSAAA%3B%3BAAJZ%2CuBACI%2CkBAMI%3BEACI%2CgBAAA%3B%3BAARZ%2CuBACI%2CkBAUI%3BEACI%2CmBAAA%3B%3BAAEA%2CuBAbR%2CkBAUI%2CGAGK%3BEACG%2CgBAAA%3B%3BAAfhB%2CuBAoBI%3BEACI%2CmBAAA%3B%3BAAQR%2C4BAGI%2CoBACI%3BAAHR%2C0BAEI%2CoBACI%3BAAFR%2CyBACI%2CoBACI%3BEACI%2CkBAAA%3B%3BAxBlEZ%3BEACI%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CYAII%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CsBACI%3BEACI%2CkBAAA%3B%3BAAIR%3BEACI%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAHJ%2CoBAKI%2CaACM%3BET0QV%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BESxQY%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%2C0BAAA%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%2C6BAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAHJ%2CeAKI%3BEACI%2CqBAAA%3B%3BAANR%2CeASI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3B%3BA4CzNR%2CYACI%3BEACI%2CgBAAA%3B%3BAnBER%2COAAO%2COAAO%3BEACV%2CiBAAA%3BElC2RJ%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAAMA%2CORpBO%2COAAO%2COQoBb%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CnOY%2CO3CmOZ%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BARrWA%2COAAO%2COAAO%2COASV%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAsH2CA%2COADH%2CUACI%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COALP%2CUACI%2CMAII%3BEACG%2CmBAAA%3B%3BAAGJ%2COATP%2CUACI%2CMAQI%2CmBAAmB%3BExJ6NhC%2CcAAA%3BEwJ3NgB%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%2COApBH%2CUAoBI%3BExJkNT%2CcAAA%3BEwJhNY%2CkBAAA%3B%3BAAGJ%2COAzBH%2CUAyBI%3BEACG%2CcAAA%3B%3BAAEA%2COA5BP%2CUAyBI%2CQAGI%3BEACG%2CgBAAA%3B%3BAAJR%2COAzBH%2CUAyBI%2CQAOG%2C%2BBAA%2BB%3BExJsM3C%2CcAAA%3BEwJpMgB%2CYAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIR%2COA5CH%2CUA4CI%2CKAEG%3BAADJ%2COA7CH%2CUA6CI%2CaACG%3BExJwLZ%2CmBAAA%3BEAAA%2CcAAA%3B%3BAwJpLgB%2COAlDX%2CUA4CI%2CKAEG%2CeAIK%3BAAAD%2COAlDX%2CUA6CI%2CaACG%2CeAIK%3BExJoLjB%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAwJ3KI%2COAAC%3BExJ2KL%2CyBAAA%3BEwJzKQ%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2COAdH%2COAcI%3BEACG%2C%2BBAAA%3B%3BAAGJ%2COAlBH%2COAkBI%3BExJyJT%2CmBAAA%3BEAAA%2CcAAA%3BEwJtJY%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2COA5BP%2COAkBI%2CKAUI%3BExJ%2BIb%2CyBAAA%3B%3BAwJ1IQ%2COAjCH%2COAiCI%3BExJ0IT%2C0BAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAwJpIQ%2COAvCH%2COAuCI%2CIAAI%2CWAAW%3BExJoIxB%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CuBAAA%3B%3BAwJ5HY%2COA%5C%2FCP%2COA6CI%2CMAEI%2CIAAI%2CWAAW%3BAAAhB%2COA%5C%2FCP%2COA8CI%2CMACI%2CIAAI%2CWAAW%3BExJ4H5B%2CyBAAA%3BEAAA%2C0BAAA%3B%3BAwJtHQ%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%3BExJkCb%2CmBAAmB%2CcAAnB%3BEACI%2CeAAe%2CcAAf%3BEACI%2CWAAW%2CcAAX%3BEAsDR%2CmBAAA%3BEwJvFgB%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIR%2COA9FH%2COA8FI%3BExJ6ET%2Ca2E3RgC%2CyB3E2RhC%3B%3BAwJzEQ%2COAlGH%2COAkGI%3BExJyET%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CmBAAA%3BEwJrEY%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%2CyDAAA%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%3BExJmBb%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEwJfgB%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA9DR%2COAlGH%2COAkGI%2CQAiEG%3BExJQZ%2CcAAA%3BEwJNgB%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%3BExJPtB%2C%2BBAAA%3B%3BAwJWY%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%3BErJkOX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CgBqJ9OI%2CQAAO%2COrJ8OV%3BAACD%2CgBqJ%5C%2FOI%2CQAAO%2COrJ%2BOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBqJpPI%2CQAAO%2COrJoPV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBqJzPI%2CQAAO%2COrJyPV%3BAACD%2CgBqJ1PI%2CQAAO%2COrJ0PV%3BAACD%2CQAAQ%2CUAAW%2CiBqJ3Pf%2CQAAO%3BErJ4PP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BADjJA%2CgB0J1II%2CQAAO%2CO1J0IV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CgB0J%5C%2FII%2CQAAO%2CO1J%2BIV%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CgB0JpJI%2CQAAO%2CO1JoJV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CgBqJnMI%2CQAAO%2COrJmMV%3BAACD%2CgBqJpMI%2CQAAO%2COrJoMV%3BAACD%2CgBqJrMI%2CQAAO%2COrJqMV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CgBqJ1MI%2CQAAO%2COrJ0MV%3BAACD%2CgBqJ3MI%2CQAAO%2COrJ2MV%3BAACD%2CQAAQ%2CUAAW%2CiBqJ5Mf%2CQAAO%3BEzJ2RX%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAqJ3MJ%2CsBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CsBAKI%2CQAAO%3BErJuNX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEqJnLQ%2CkBAAA%3B%3BArJgOR%2CsBqJnOI%2CQAAO%2CUrJmOV%3BAACD%2CsBqJpOI%2CQAAO%2CUrJoOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBqJzOI%2CQAAO%2CUrJyOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBqJ9OI%2CQAAO%2CUrJ8OV%3BAACD%2CsBqJ%5C%2FOI%2CQAAO%2CUrJ%2BOV%3BAACD%2CQAAQ%2CUAAW%2CuBqJhPf%2CQAAO%3BErJiPP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BADjJA%2CsB0J%5C%2FHI%2CQAAO%2CU1J%2BHV%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsB0JpII%2CQAAO%2CU1JoIV%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CsB0JzII%2CQAAO%2CU1JyIV%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CsBqJxLI%2CQAAO%2CUrJwLV%3BAACD%2CsBqJzLI%2CQAAO%2CUrJyLV%3BAACD%2CsBqJ1LI%2CQAAO%2CUrJ0LV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsBqJ%5C%2FLI%2CQAAO%2CUrJ%2BLV%3BAACD%2CsBqJhMI%2CQAAO%2CUrJgMV%3BAACD%2CQAAQ%2CUAAW%2CuBqJjMf%2CQAAO%3BEzJgRX%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAsJtNJ%2CSACI%3BEACI%2CkBAAA%3BE1J8RR%2CiBAAA%3B%3BA0J3RQ%2CSAJJ%2CMAIK%3BEACG%2CaAAA%3B%3BAAMR%2CgBADY%2CKACX%3BEACG%2CaAAA%3B%3BAhJQR%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CQAAC%3BEVsNL%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAUnNI%2CQAAC%3BEV%2BPL%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BEU1NQ%2CmBAAA%3B%3BAAEA%2CcAAe%2CSAJlB%3BEAKO%2CqBAAA%3BEACA%2CeAAA%3BEACA%2COAAO%2CmBAAP%3B%3BAAGJ%2CQAVH%2CKAUI%2CUAAU%3BEACP%2CcAAA%3B%3BAAKJ%2CQAhBH%2CKAgBI%3BEAEG%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CQA3BH%2CKA2BI%3BEACG%2CeAAA%3BEACA%2CYAAA%3B%3BAAEA%2CcAAe%2CSA%5C%2FBtB%2CKA2BI%3BEAKO%2CYAAA%3B%3BAAIR%2CQApCH%2CKAoCI%3BEACG%2CYAAA%3B%3BAADJ%2CQApCH%2CKAoCI%2CQAGI%3BEACG%2CiBAAA%3B%3BAAJR%2CQApCH%2CKAoCI%2CQAOG%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAVR%2CQApCH%2CKAoCI%2CQAOG%2CmBAKK%2CSAAM%3BENsJvB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3B%3BAI7CA%2CQMlNK%2CKAoCI%2CQAOG%2CmBAKK%2CSAAM%2CONkKtB%3BAACD%2CQMnNK%2CKAoCI%2CQAOG%2CmBAKK%2CSAAM%2CONmKtB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQMxNK%2CKAoCI%2CQAOG%2CmBAKK%2CSAAM%2CONwKtB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQM7NK%2CKAoCI%2CQAOG%2CmBAKK%2CSAAM%2CON6KtB%3BAACD%2CQM9NK%2CKAoCI%2CQAOG%2CmBAKK%2CSAAM%2CON8KtB%3BAACD%2CQAAQ%2CUAAW%2CSM%5C%2FNd%2CKAoCI%2CQAOG%2CmBAKK%2CSAAM%3BENgLnB%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAU3NQ%2CQApCH%2CKAoCI%2CQAOG%2CmBASK%3BEAOG%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAANA%2CQAvDf%2CKAoCI%2CQAOG%2CmBASK%2CUAGI%3BEACG%2CSAAA%3B%3BAApBhB%2CQApCH%2CKAoCI%2CQAiCG%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAnCR%2CQApCH%2CKAoCI%2CQAiCG%2CiBAIK%2CSAAM%3BEACH%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAKZ%2CQAlFH%2CKAkFI%3BEACG%2CcAAA%3B%3BAAnFR%2CQAAC%2CKAsFG%2CyBACI%3BEACI%2CiBAAA%3B%3BAAxFZ%2CQAAC%2CKAsFG%2CyBAKI%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAA7FZ%2CQAAC%2CKAiGG%3BEACI%2CiBAAA%3B%3BAAlGR%2CQAAC%2CKAiGG%2CWAGI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAtGZ%2CQAAC%2CKAiGG%2CWAQI%3BEVsJZ%2CWAAA%3BEUpJgB%2CeAAA%3B%3BAA3GZ%2CQAAC%2CKA%2BGG%3BEACI%2CaAAA%3B%3BAAhHR%2CQAAC%2CKA%2BGG%2CWAGI%3BEACI%2CmBAAA%3B%3BAAnHZ%2CQAAC%2CKAuHG%2CeACI%3BEACI%2CaAAA%3B%3BAAzHZ%2CQAAC%2CKA6HG%2CeACI%3BEACI%2CcAAA%3B%3BAA%5C%2FHZ%2CQAAC%2CKAmIG%3BEACI%2CeAAA%3B%3BAApIR%2CQAAC%2CKAuIG%3BAAvIJ%2CQAAC%2CKAwIG%3BEACI%2CSAAA%3B%3BAgCnDZ%2CQhCtFK%2CKA4IG%2CWgCtDP%3BE1CyKD%2CS2ClOgB%2CO3CkOhB%3B%3BAU%5C%2FPI%2CQAAC%2CKAgJG%3BEV%2BGR%2CiBAAA%3BEU7GY%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAOJ%2COAFD%2CKACH%2CSACK%3BEACG%2CcAAA%3B%3BAAGJ%2COAND%2CKACH%2CSAKK%3BEACG%2CeAAA%3B%3BAAKZ%2CgBACI%3BEVuFJ%2CiBAAA%3B%3BAUxFA%2CgBAKI%2CqBAAqB%3BAALzB%2CgBAMI%3BEACI%2CeAAA%3B%3BAAPR%2CgBAUI%2CqBAAqB%3BAAVzB%2CgBAWI%3BAAXJ%2CgBAYI%2CqBAAqB%2CuBAAqB%3BAAZ9C%2CgBAaI%2CMAAM%3BAAbV%2CgBAcI%2CMAAM%2CuBAAoB%3BAAd9B%2CgBAeI%2CMAAM%2CuBAAqB%3BEVyE%5C%2FB%2CiBAAA%3B%3BAUpEQ%2CgBADJ%2CMACK%3BEACG%2CSAAS%2CIAAI%2CiBAAiB%2CIAA9B%3B%3BAAGJ%2CgBALJ%2CMAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAIA%2CgBAVR%2CMASK%2CuBACI%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3B%3BAAQR%2CcADJ%2CSACK%3BEACG%2CcAAA%3BEACA%2CWAAA%3B%3BAAEA%2CcALR%2CSACK%2CKAII%3BEACG%2CkBAAA%3B%3BAAGJ%2CcATR%2CSACK%2CKAQI%3BEACG%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CcAhBR%2CSACK%2CKAeI%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAUhB%2CMAAM%2COACF%2CSACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAVZ%2CMAAM%2COACF%2CSACI%2COAUI%3BEACI%2CaAAA%3B%3BAAbhB%2CMAAM%2COACF%2CSAgBI%2COAAM%3BEACF%2CgBAAgB%2C0CAAhB%3BEACA%2CUAAA%3B%3BAAnBZ%2CMAAM%2COACF%2CSAqBI%2COAAM%3BEACF%2CgBAAgB%2C2CAAhB%3BEACA%2CWAAA%3B%3BAAKZ%2CKAAK%2CQAAQ%2CaAAa%2CaACtB%2CoBACI%3BEACI%2C8BAAA%3BEACA%2CcAAA%3B%3BAAJZ%2CKAAK%2CQAAQ%2CaAAa%2CaACtB%2CoBAMI%2CSAAQ%2CQAAQ%2CqBACZ%2CiBACI%2COAAM%3BEACF%2C6BAAA%3BEACA%2CWAAA%3B%3BAAOpB%2CiBACI%2CMAAK%2CQAAQ%2CaAAa%2CaACtB%2CoBACI%3BEACI%2C8BAAA%3BEACA%2CWAAA%3B%3BAALhB%2CiBACI%2CMAAK%2CQAAQ%2CaAAa%2CaACtB%2CoBAMI%2CSAAQ%2CQAAQ%2CqBACZ%2CiBACI%2COAAM%3BEACF%2C6BAAA%3BEACA%2CWAAA%3B%3BAAOxB%2CsBAAuB%3BEACnB%2CwBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CIAAI%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CCAAC%3BEACG%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CCAAC%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CsBAAsB%2CSAAS%2CQAAS%3BEACpC%2CoBAAA%3B%3BAAEJ%2CsBAAsB%2CSAAS%2CQAAS%3BEACpC%2CwBAAA%3BEACA%2CyBAAA%3B%3BAAyUR%2CwBAL2C%2CwBAAsB%3BEAC7D%2CsBAAsB%2CcAAe%3BIACjC%2CyBAAA%3B%3B%3BAAQR%2CwBAL2C%3BEACvC%2CsBAAuB%2CuBAAsB%2CSAAS%2CQAAS%2CcAAc%2CyBAAwB%3BIACjG%2C2BAAA%3B%3B%3BAAqLR%3BEACI%2CmBAAA%3B%3BAADJ%2CsBAGI%2CSAAQ%3BEACJ%2CaAAA%3B%3BAAIA%2CsBADJ%2CGACK%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CayEt2BiB%2CgBzEs2BjB%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAdZ%2CsBAkBI%3BEACI%2CWAAA%3B%3BAAnBR%2CsBAsBI%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAxBR%2CsBA2BI%3BEACI%2C6BAAA%3B%3BAA5BR%2CsBA2BI%2CgBAGI%3BEACI%2CWAAA%3B%3BAA%5C%2FBZ%2CsBAmCI%3BEACI%2CeAAA%3BEACA%2C4BAAA%3B%3BAArCR%2CsBAwCI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAA1CR%2CsBAwCI%2CsBAII%3BEACI%2CiBAAA%3BEACA%2CayEn4BkB%2CmBzEm4BlB%3B%3BAAMR%2CQAAC%2CmBAEG%2COAAM%3BAAFV%2CQAAC%2CmBAGG%2COAAM%3BEACF%2CaAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3B%3BAADJ%2CeAGI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAARR%2CeAGI%2CcAOI%2CUACI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CgCAAb%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CeApBZ%2CcAOI%2CUACI%2CEAYK%3BEACG%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CeA1BZ%2CcAOI%2CUACI%2CEAkBK%3BEACG%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CeA9BhB%2CcAOI%2CUACI%2CEAkBK%2CWAII%3BEACG%2CmBAAA%3B%3BAAlCxB%2CeAGI%2CcAqCI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAA1CZ%2CeAGI%2CcAqCI%2CEAII%3BEACI%2CcAAA%3BEACA%2C0BAAA%3B%3BAAOZ%2CSAAC%2CKAQG%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAXR%2CSAAC%2CKAQG%2CmBAKI%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAfZ%2CSAAC%2CKAQG%2CmBAKI%2CyBAII%3BEACI%2CWAAA%3B%3BAAlBhB%2CSAAC%2CKAQG%2CmBAcI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAA%5C%2FBZ%2CSAAC%2CKAQG%2CmBA0BI%3BEACI%2CeAAA%3B%3BAAnCZ%2CSAAC%2CKAQG%2CmBA8BI%3BEACI%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAA3CZ%2CSAAC%2CKAQG%2CmBAsCI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAnDZ%2CSAAC%2CKAQG%2CmBA8CI%3BEAEI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2C4BAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CSAvEX%2CKAQG%2CmBA8CI%2CoBAiBK%3BEACG%2CaAAA%3B%3BAAxEhB%2CSAAC%2CKAQG%2CmBA8CI%2CoBAqBI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGI%2CSAnFnB%2CKAQG%2CmBA8CI%2CoBAqBI%2CmBAOI%2CEACK%3BEACG%2CcAAA%3B%3BAApFxB%2CSAAC%2CKAQG%2CmBA8CI%2CoBAmCI%3BEACI%2CcAAA%3B%3BAA1FhB%2CSAAC%2CKAQG%2CmBA8CI%2CoBAmCI%2CiBAGI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEAEA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CayEhjCM%2CmBzEgjCN%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CSA9GnB%2CKAQG%2CmBA8CI%2CoBAmCI%2CiBAGI%2COAkBK%3BAACD%2CSA%5C%2FGnB%2CKAQG%2CmBA8CI%2CoBAmCI%2CiBAGI%2COAmBK%3BEACG%2CYAAA%3BEACA%2CaAAA%3B%3BAAjHxB%2CSAAC%2CKAQG%2CmBA%2BGI%3BEACI%2CaAAA%3B%3BAAGJ%2CSA3HP%2CKAQG%2CmBAmHK%3BEACG%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3B%3BAANJ%2CSA3HP%2CKAQG%2CmBAmHK%2CMAQG%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAVR%2CSA3HP%2CKAQG%2CmBAmHK%2CMAQG%2CEAII%3BEACI%2CgBAAgB%2CWAAW%2CYAA3B%3BEACA%2CmBAAmB%2CWAAW%2CYAA9B%3BEACA%2CcAAc%2CWAAW%2CYAAzB%3BEACA%2CeAAe%2CWAAW%2CYAA1B%3BEACA%2CWAAW%2CWAAW%2CYAAtB%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAtBZ%2CSA3HP%2CKAQG%2CmBAmHK%2CMA0BG%3BEACI%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CoCAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CayEzmCS%2CqBzEymCT%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CoCAAA%3B%3BAAvCR%2CSA3HP%2CKAQG%2CmBAmHK%2CMA0CG%3BEACI%2CWAAA%3B%3BAA3CR%2CSA3HP%2CKAQG%2CmBAmHK%2CMA8CG%3BEACI%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CoCAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CayE9nCS%2CqBzE8nCT%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CoCAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAzLhB%2CSAAC%2CKAQG%2CmBAqLI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CayEvoCc%2CmBzEuoCd%3B%3BAAEA%2CSAlMX%2CKAQG%2CmBAqLI%2CmBAKK%3BEACG%2C0BAAA%3B%3BAAnMhB%2CSAAC%2CKAQG%2CmBA%2BLI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAOZ%2CQAAC%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEA%2CQALH%2CiBAKI%3BEACG%2CSAAS%2CEAAT%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAZR%2CQAAC%2CiBAeG%3BEACI%2CaAAA%3B%3BAAhBR%2CQAAC%2CiBAmBG%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CayEhrCkB%2CmBzEgrClB%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3B%3BAA1BR%2CQAAC%2CiBAmBG%2CgBASI%3BEACI%2CaAAa%2CgCAAb%3BEACA%2CgBAAA%3B%3BAA9BZ%2CQAAC%2CiBAkCG%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAII%2CQA5CX%2CiBAkCG%2CgBAQK%2COAEI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAbR%2CQA1CP%2CiBAkCG%2CgBAQK%2COAgBG%3BEACI%2CayEvtCS%2CqBzEutCT%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAvBR%2CQA1CP%2CiBAkCG%2CgBAQK%2COA0BG%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2COAAO%2CkCAAP%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CayE3uCU%2CmBzE2uCV%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CQAlGf%2CiBAkCG%2CgBAQK%2COAuDG%2CeACK%3BEACG%2CaAAA%3B%3BAAQxB%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAFJ%2CYAII%3BEACI%2CayEzwCsB%2CmBzEywCtB%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAARR%2CYAII%2CGAQI%3BEACI%2CayEjxCkB%2CmBzEixClB%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAKZ%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3B%3BAAJJ%2CaAMI%3BEACI%2CQAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAMR%3BEACI%2CmBAAA%3B%3BAADJ%2CqBAGI%3BEACI%2CiBAAA%3B%3BAAJR%2CqBAOI%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAATR%2CqBAOI%2CWAII%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAbZ%2CqBAOI%2CWAII%2CaAII%2CGAAE%3BEACE%2CuBAAA%3B%3BAAhBhB%2CqBAOI%2CWAII%2CaAII%2CGAAE%2CMAGE%2CGAAE%3BEACE%2CeAAA%3B%3BAASZ%2CqBADJ%2CSACK%3BEACG%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAGI%2CqBANZ%2CSACK%2CMAIG%2CQACK%3BEACG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CayE%5C%2F0CS%2CqBzE%2B0CT%3BEACA%2CqBAAA%3BEAEA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAEA%2CqBAnBhB%2CSACK%2CMAIG%2CQACK%2CWAaI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CSAAS%2COAAT%3BEACA%2CayE%5C%2F0CG%2CazE%2B0CH%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAAKA%2CqBA%5C%2FBpB%2CSACK%2CMAIG%2CQACK%2CWAwBI%2CeACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CayE11CD%2CazE01CC%3B%3BAAKJ%2CqBAtCpB%2CSACK%2CMAIG%2CQACK%2CWA%2BBI%2CQACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CayEj2CD%2CazEi2CC%3B%3BAAKJ%2CqBA7CpB%2CSACK%2CMAIG%2CQACK%2CWAsCI%2CcACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CayEx2CD%2CazEw2CC%3B%3BAAzCZ%2CqBANZ%2CSACK%2CMAIG%2CQACK%2CWA6CG%3BEACI%2CgCAAA%3B%3BAAGJ%2CqBAvDhB%2CSACK%2CMAIG%2CQACK%2CWAiDI%3BEACG%2CqBAAA%3B%3BAADJ%2CqBAvDhB%2CSACK%2CMAIG%2CQACK%2CWAiDI%2CMAGG%3BEACI%2CgCAAA%3B%3BAAtF5B%2CqBA%2BFI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGI%2CqBAPR%2CmBAMI%2CGACK%3BEACG%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CayEh5Cc%2CmBzEg5Cd%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAA3GhB%2CqBA%2BFI%2CmBAgBI%2CoBAAmB%3BEACf%2CWAAA%3BEACA%2CmBAAA%3B%3BAAjHZ%2CqBA%2BFI%2CmBAqBI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAzHZ%2CqBA%2BFI%2CmBAqBI%2CyBAOI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAA7HhB%2CqBA%2BFI%2CmBAqBI%2CyBAYI%2CiBACI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CayE56CU%2CmBzE46CV%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAvIpB%2CqBA%2BFI%2CmBA6CI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGI%2CqBAvDZ%2CmBA6CI%2CoBASI%2CKACK%3BEACG%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAMR%2CqBAhER%2CmBA%2BDI%2CQACK%3BEACG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CayE78Ca%2CqBzE68Cb%3BEACA%2CqBAAA%3BEAEA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBA1EZ%2CmBA%2BDI%2CQACK%2CWAUI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CSAAS%2COAAT%3BEACA%2CayE18CO%2CazE08CP%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAAjBR%2CqBAhER%2CmBA%2BDI%2CQACK%2CWAqBG%3BEACI%2CgCAAA%3B%3BAAGJ%2CqBAzFZ%2CmBA%2BDI%2CQACK%2CWAyBI%3BEACG%2CqBAAA%3B%3BAADJ%2CqBAzFZ%2CmBA%2BDI%2CQACK%2CWAyBI%2CMAGG%3BEACI%2CgCAAA%3B%3BAAIR%2CqBAjGZ%2CmBA%2BDI%2CQACK%2CWAiCI%3BEACG%2CcAAA%3B%3BAAEA%2CqBApGhB%2CmBA%2BDI%2CQACK%2CWAiCI%2CQAGI%3BEACG%2CcAAA%3B%3BAAJR%2CqBAjGZ%2CmBA%2BDI%2CQACK%2CWAiCI%2CQAOG%3BEACI%2CYAAA%3B%3BAAIR%2CqBA7GZ%2CmBA%2BDI%2CQACK%2CWA6CI%3BEACG%2CcAAA%3B%3BAAEA%2CqBAhHhB%2CmBA%2BDI%2CQACK%2CWA6CI%2CMAGI%3BEACG%2CcAAA%3B%3BAAJR%2CqBA7GZ%2CmBA%2BDI%2CQACK%2CWA6CI%2CMAOG%3BEACI%2CYAAA%3B%3BAApNxB%2CqBA%2BFI%2CmBA2HI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAAKI%2CqBAlIZ%2CmBAgII%2CSACK%2CUACI%3BEACG%2CWAAA%3BEACA%2CeAAA%3BEACA%2CayEjhDS%2CgBzEihDT%3B%3BAAHJ%2CqBAlIZ%2CmBAgII%2CSACK%2CUACI%2CSAKG%3BEACI%2CkBAAA%3B%3BAAvOxB%2CqBA%2BFI%2CmBA8II%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGI%2CqBApJZ%2CmBA8II%2CYAKI%2COACK%3BEACG%2CWAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAHJ%2CqBApJZ%2CmBA8II%2CYAKI%2COACK%2CIAKG%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CayExiDM%2CmBzEwiDN%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CqBAtKpB%2CmBA8II%2CYAKI%2COACK%2CIAKG%2CMAaK%3BEACG%2CaAAA%3BEACA%2CgBAAA%3B%3BAApBZ%2CqBApJZ%2CmBA8II%2CYAKI%2COACK%2CIAwBG%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAEA%2CqBAxLpB%2CmBA8II%2CYAKI%2COACK%2CIAwBG%2CKAYK%3BEACG%2CwBAAA%3B%3BAAxR5B%2CqBA%2BFI%2CmBA8II%2CYAiDI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAGI%2CqBArMhB%2CmBA8II%2CYAiDI%2CSAKI%2CSACK%3BEACG%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CayE7lDK%2CgBzE6lDL%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CqBAvNpB%2CmBA8II%2CYAiDI%2CSAKI%2CSACK%2COAkBI%3BEACG%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CqBA5NpB%2CmBA8II%2CYAiDI%2CSAKI%2CSACK%2COAuBI%3BAACD%2CqBA7NpB%2CmBA8II%2CYAiDI%2CSAKI%2CSACK%2COAwBI%3BEACG%2CaAAA%3BEACA%2CYAAA%3B%3BAA9T5B%2CqBA%2BFI%2CmBA8II%2CYAiDI%2CSAqCI%3BEACI%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CayEznDS%2CgBzEynDT%3BEACA%2CwBAAwB%2C8CAAxB%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBArPhB%2CmBA8II%2CYAiDI%2CSAqCI%2CSAiBK%3BEACG%2CwBAAwB%2C8CAAxB%3B%3BAAGJ%2CqBAzPhB%2CmBA8II%2CYAiDI%2CSAqCI%2CSAqBK%3BEACG%2CYAAA%3BEACA%2CaAAA%3B%3BAA1VxB%2CqBA%2BFI%2CmBAiQI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAnWZ%2CqBA%2BFI%2CmBAiQI%2CyBAKI%3BEACI%2CayEnpDa%2CgBzEmpDb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAIA%2CqBAhRZ%2CmBAiQI%2CyBAcI%2CQACK%3BEACG%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAHJ%2CqBAhRZ%2CmBAiQI%2CyBAcI%2CQACK%2CWAKG%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBA3RpB%2CmBAiQI%2CyBAcI%2CQACK%2CWAKG%2CMAMK%3BEACG%2CgBAAA%3B%3BAA3X5B%2CqBA%2BFI%2CmBAiQI%2CyBAcI%2CQAkBI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CayElrDS%2CqBzEkrDT%3B%3BAAOJ%2CqBAhTZ%2CmBA8SI%2CSACK%2CKACI%3BEACG%2CWAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2CqBAhTZ%2CmBA8SI%2CSACK%2CKACI%2CSAIG%3BEACI%2CgCAAA%3BEACA%2CmBAAA%3B%3BAANR%2CqBAhTZ%2CmBA8SI%2CSACK%2CKACI%2CSAIG%2COAII%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CayExsDC%2CqBzEwsDD%3BEACA%2C0BAAA%3B%3BAAEA%2CqBAlUxB%2CmBA8SI%2CSACK%2CKACI%2CSAIG%2COAII%2CEAUK%3BAACD%2CqBAnUxB%2CmBA8SI%2CSACK%2CKACI%2CSAIG%2COAII%2CEAWK%3BEACG%2C2BAAA%3B%3BAAIR%2CqBAxUpB%2CmBA8SI%2CSACK%2CKACI%2CSAIG%2COAoBK%2COACG%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3B%3BAAOJ%2CqBAnVxB%2CmBA8SI%2CSACK%2CKACI%2CSAiCG%2CMACK%2CKACI%3BEACG%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CqBAnVxB%2CmBA8SI%2CSACK%2CKACI%2CSAiCG%2CMACK%2CKACI%2CQAMG%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CayEluDN%2CmBzEkuDM%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAZR%2CqBAnVxB%2CmBA8SI%2CSACK%2CKACI%2CSAiCG%2CMACK%2CKACI%2CQAMG%2CEAQI%3BEACI%2C0BAAA%3B%3BAAfZ%2CqBAnVxB%2CmBA8SI%2CSACK%2CKACI%2CSAiCG%2CMACK%2CKACI%2CQAMG%2CEAYI%3BEACI%2CeAAA%3B%3BAAnBZ%2CqBAnVxB%2CmBA8SI%2CSACK%2CKACI%2CSAiCG%2CMACK%2CKACI%2CQAMG%2CEAgBI%3BEACI%2CayEhvDV%2CmBzEgvDU%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAzBZ%2CqBAnVxB%2CmBA8SI%2CSACK%2CKACI%2CSAiCG%2CMACK%2CKACI%2CQA6BG%3BEACI%2CeAAA%3BEACA%2CsBAAA%3B%3BAA%5C%2FBR%2CqBAnVxB%2CmBA8SI%2CSACK%2CKACI%2CSAiCG%2CMACK%2CKACI%2CQA6BG%2CMAII%3BEACI%2CgBAAA%3B%3BAApdxC%2CqBA%2BFI%2CmBA%2BXI%2CSAAQ%2CMAAM%3BEACV%2CWAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAneZ%2CqBA%2BFI%2CmBA%2BXI%2CSAAQ%2CMAAM%2CMAOV%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAMR%2CqBADJ%2COACK%3BEACG%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGI%2CqBAfZ%2COACK%2CQAaG%2CaACK%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CqBAfZ%2COACK%2CQAaG%2CaACK%2CMAKG%3BEACI%2CqBAAA%3BEACA%2CayEhzDK%2CqBzEgzDL%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CqBA9BpB%2COACK%2CQAaG%2CaACK%2CMAKG%2COAUK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAgB%2C8CAAhB%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAxCpB%2COACK%2CQAaG%2CaACK%2CMAKG%2COAoBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CgBAAgB%2C8CAAhB%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAOZ%2CqBAtDZ%2COACK%2CQAoDG%2CeACK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CqBAtDZ%2COACK%2CQAoDG%2CeACK%2CQAIG%3BEACI%2CaAAA%3B%3BAALR%2CqBAtDZ%2COACK%2CQAoDG%2CeACK%2CQAQG%3BEACI%2CaAAA%3B%3BAATR%2CqBAtDZ%2COACK%2CQAoDG%2CeACK%2CQAYG%3BEACI%2CgBAAA%3B%3BAAlEhB%2CqBADJ%2COACK%2CQAuEG%3BEACI%2CUAAA%3B%3BAAxER%2CqBADJ%2COACK%2CQAuEG%2CmBAGI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3B%3BAAQJ%2CqBA1FZ%2COACK%2CQAwFG%2CKACK%3BEACG%2CgBAAA%3BEACA%2CWAAA%3B%3BAA3FZ%2CqBADJ%2COACK%2CQA%2BFG%3BEACI%2CwBAAA%3B%3BAAKI%2CqBAtGhB%2COACK%2CQAmGG%2CMACK%2CQACI%3BEACG%2CWAAA%3B%3BAAtGhB%2CqBADJ%2COACK%2CQA2GG%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAhHR%2CqBADJ%2COACK%2CQA2GG%2CSAOI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAvHZ%2CqBADJ%2COACK%2CQA2GG%2CSAOI%2COAOI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CqBA%5C%2FHhB%2COACK%2CQA2GG%2CSAOI%2COAYK%3BEACG%2CkBAAA%3B%3BAAGJ%2CqBAnIhB%2COACK%2CQA2GG%2CSAOI%2COAgBK%3BEACG%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBAxIhB%2COACK%2CQA2GG%2CSAOI%2COAqBK%3BEACG%2CaAAA%3BEACA%2CYAAA%3B%3BAAQhB%2CqBADJ%2CQACK%3BEACG%2C8BAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3B%3BAADJ%2CiBAGI%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAALR%2CiBAGI%2CaAII%3BEACI%2CcAAA%3BEACA%2CayE37DiB%2CqBzE27DjB%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAAfZ%2CiBAmBI%3BEACI%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CayE18DsB%2CmBzE08DtB%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAA7BR%2CiBAgCI%3BEACI%2CWAAA%3B%3BAAIA%2CiBADJ%2COACK%2CaACG%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CayE39Da%2CqBzE29Db%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAPR%2CiBADJ%2COACK%2CaAUG%3BEACI%2CayE%5C%2F9Dc%2CmBzE%2B9Dd%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAdR%2CiBADJ%2COACK%2CaAiBG%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CayE1%2BDc%2CmBzE0%2BDd%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAA3BR%2CiBADJ%2COACK%2CaA8BG%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CayEt%5C%2FDc%2CmBzEs%5C%2FDd%3BEACA%2CYAAA%3B%3BAAnCR%2CiBADJ%2COACK%2CaA8BG%2CgBAOI%3BEACI%2CYAAA%3B%3BAA3EpB%2CiBAiFI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAKR%2CeAAgB%2CeAAc%3BEAC1B%2C4BAAA%3BEACA%2CgCAAA%3BEACA%2CsBAAsB%2C0BAAtB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CuBAAA%3B%3BAAGJ%2CeAAgB%2CeAAe%2COAAI%3BEAChC%2C4BAAA%3BEACC%2CgCAAA%3BEACA%2CsBAAsB%2C4BAAtB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3B%3BAAGJ%2CSAAS%2CKAAM%2CmBAAmB%2CoBAAoB%2CmBAAmB%2CEAAC%3BEACtE%2CSAAS%2COAAT%3BEACA%2CayElhEuB%2CazEkhEvB%3B%3BAAGJ%2CSAAS%2CKAAM%2CmBAAmB%2CoBAAoB%2CmBAAmB%2CEAAC%2CeAAe%3BEACrF%2CSAAS%2COAAT%3BEACA%2CayEvhEuB%2CazEuhEvB%3B%3BAAGJ%2CoBAAqB%2CMAAK%3BAAC1B%2CoBAAoB%3BEAChB%2CeAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CoBAAqB%2CMAAK%3BEACtB%2CcAAA%3B%3BAAGJ%2CcAAe%2CeAAe%2CcAAc%3BEACxC%2CgBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGI%2CaADJ%2CyBACK%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAJJ%2CaADJ%2CyBACK%2CMAMG%3BEACI%2CaAAA%3B%3BAAMhB%3BAACA%3BEACI%2CayEpkE0B%2CmBzEokE1B%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAKI%2CKAFH%2CQACA%2CaACI%2CaACG%3BEACI%2CQAAQ%2CeAAR%3BEACA%2CYAAA%3B%3BAAHR%2CKAFH%2CQACA%2CaACI%2CaAMG%3BEACI%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAdR%2CKAFH%2CQACA%2CaACI%2CaAMG%2CoBAUI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CayExmEU%2CmBzEwmEV%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3B%3BAAOpB%3BEACI%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAAqB%2C4BAA4B%2CiBAAkB%3BEAC%5C%2FD%2CyBAAA%3B%3BAAGJ%2CqBAAqB%2C2BAA4B%3BEAC7C%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CeAAX%3BEACA%2CmBAAmB%2CeAAnB%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CqBAAqB%2C4BAA6B%3BEAC9C%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAJJ%2CcAMI%3BEACI%2CayE%5C%2FqEsB%2CmBzE%2BqEtB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAbR%2CcAgBI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAApBR%2CcAgBI%2CeAMI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CcAZR%2CeAMI%2CMAMK%3BEACG%2CaAAA%3BEACA%2CgBAAA%3B%3BAA9BhB%2CcAmCI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3B%3BAAvCR%2CcAmCI%2CcAMI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CayE1tEiB%2CqBzE0tEjB%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CcAhBR%2CcAMI%2CMAUK%3BEACG%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CcAtBR%2CcAMI%2CMAgBK%3BEACG%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAA9DhB%2CcAmEI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGI%2CcAVR%2CUASI%2CKACK%3BEACG%2CaAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAhFhB%2CcAqFI%2CSAAQ%3BEAGJ%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGI%2CcAVR%2CSAAQ%2CQASJ%2CKACK%3BEACG%2CaAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAMhB%3BEACI%2CayEjxE0B%2CmBzEixE1B%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAANJ%2CiBAQI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CayE%5C%2FxEqB%2CqBzE%2BxErB%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CsCAAA%3B%3BAAEA%2CiBAXJ%2CEAWK%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBAjBJ%2CEAiBK%3BEACG%2CcAAA%3BEACA%2CYAAA%3B%3BAAKZ%3BEACI%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAANJ%2CgBAQI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CgBADJ%2CKACK%3BEACG%2CqBAAA%3BEACA%2CayEp0EiB%2CqBzEo0EjB%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAApBZ%2CgBAwBI%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAA1BR%2CgBA6BI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CayEh1EsB%2CmBzEg1EtB%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAAGJ%2CwBACI%2CYAEI%3BAAHR%2CwBACI%2CYAGI%3BAAJR%2CwBACI%2CYAII%3BEACI%2CWAAA%3B%3BAANZ%2CwBACI%2CYAQI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CayE92EiB%2CqBzE82EjB%3BEACA%2CkBAAA%3BEACA%2C4BAAA%3B%3BAAdZ%2CwBACI%2CYAgBI%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAnBZ%2CwBACI%2CYAqBI%3BEACI%2CeAAA%3BEACA%2CayEv3EkB%2CmBzEu3ElB%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAA1BZ%2CwBACI%2CYA4BI%3BEACI%2CaAAA%3B%3BAAKZ%3BEACI%2CiBAAA%3B%3BAAGJ%2CWAAY%2CMAAK%2CcAAc%2CIAAI%2CUAAW%2CQAAK%3BAACnD%2CWAAY%2CMAAK%2CcAAc%2CQAAS%2CQAAK%3BEACzC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CWAAY%2CMAAK%2CcAAc%2CIAAI%2CUAAW%3BAAC9C%2CWAAY%2CMAAK%2CcAAc%2CQAAS%3BEACpC%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CWAAY%2CMAAK%2CcAAc%2CQAAS%2CQAAK%3BEACzC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CWAAY%2CMAAK%2CcAAc%2CIAAI%3BAACnC%2CWAAY%2CMAAK%2CcAAc%3BEAC3B%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CGAAG%2CwBAAyB%3BEACxB%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CiCAAkC%2CIAAG%2CwBAAyB%3BEAC1D%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CiCAAkC%2CIAAG%2CwBAAyB%2CMAAM%3BEAChE%2CWAAA%3B%3BAAGJ%2CwBAAyB%2CYAAY%3BEACjC%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAOI%2C8BAJsB%2CcAE1B%2CGAEK%3BAAAD%2C8BAJsB%2CcAG1B%2CGACK%3BEACG%2CWAAA%3B%3BAAKZ%2CYACI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAJR%2CYAOI%2CeACI%3BEACI%2CcAAA%3BEACA%2CayEr%2BEiB%2CqBzEq%2BEjB%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEAEA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAjBZ%2CYAqBI%2CsBACI%3BEACI%2CeAAA%3BEACA%2CayEn%5C%2FEiB%2CqBzEm%5C%2FEjB%3BEACA%2CgBAAA%3B%3BAAKI%2CYATZ%2CsBAOI%2CSACI%2CQACK%3BEACG%2CaAAA%3B%3BAADJ%2CYATZ%2CsBAOI%2CSACI%2CQACK%2CoBAGG%2CMACI%3BEACI%2CayE3%5C%2FEE%2CmBzE2%5C%2FEF%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAxC5B%2CYAgDI%2COACI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAEA%2CYANR%2COACI%2CMAKK%3BEACG%2CaAAA%3BEACA%2CgBAAA%3B%3BAAxDhB%2CYAgDI%2COAYI%3BEACI%2CyBAAA%3B%3BAAEA%2CYAfR%2COAYI%2CSAGK%3BEACG%2CaAAA%3BEACA%2CgBAAA%3B%3BAAjEhB%2CYAgDI%2COAqBI%2CMACI%3BEACI%2CayE%5C%2FhFc%2CmBzE%2BhFd%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAzEhB%2CYA8EI%2CiBACI%3BEACI%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CayEhjFkB%2CmBzEgjFlB%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CYAhBR%2CiBACI%2COAeK%3BEACG%2CaAAA%3B%3BAAMhB%2CeACI%2CeAAc%3BEACV%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CayErkFsB%2CmBzEqkFtB%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CeAjBJ%2CeAAc%2CKAiBT%3BEACG%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAMR%2CcAAC%2CeACG%2CgBACI%3BEACI%2CayE5lFc%2CmBzE4lFd%3BEACA%2CeAAA%3B%3BAAJZ%2CcAAC%2CeACG%2CgBACI%2CGAII%3BEACI%2CcAAA%3B%3BAAMR%2CcAbP%2CeAYG%2CeACK%2CeACG%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CayE5mFU%2CmBzE4mFV%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAOpB%3BEACI%2CayEvnF0B%2CmBzEunF1B%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAADJ%2C2BAGI%3BEACI%2CiBAAA%3B%3BAAJR%2C2BAGI%2CoBAGI%2CGACI%3BEACI%2CayEnpFa%2CqBzEmpFb%3BEACA%2CeAAA%3B%3BAAKR%2C2BADJ%2CQACK%3BEACG%2CYAAA%3BEACA%2CayExpFkB%2CmBzEwpFlB%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAKZ%2CQAAQ%2CUAAU%3BEACd%2CmBAAA%3B%3BAAKI%2CqBADJ%2CSAAQ%2CUACH%2CSACG%3BEACI%2C%2BBAAA%3B%3BAAQR%2CmCADJ%2CSAAQ%2CUACH%2CSACG%3BEACI%2C2BAAA%3B%3BAAMR%2CmCADJ%2CQACK%3BEACG%2CiBAAA%3B%3BAAXZ%2CmCAeI%2CuBAAuB%2CuBAAuB%3BEAC1C%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAMA%2CmBADJ%2CQACK%3BEACG%2CwBAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3B%3BAAGJ%2CaAAc%2CWAAW%3BEACrB%2CaAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%2CayExtF0B%2CmBzEwtF1B%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BAACA%3BEACI%2CwCAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CUAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAIA%2CYAAC%3BEACG%2CgBAAA%3B%3BAADJ%2CYAAC%2CiBAGG%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CayE1vFiB%2CqBzE0vFjB%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAKZ%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CmBAKI%3BEACI%2CayEvwFqB%2CqBzEuwFrB%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAZR%2CmBAeI%3BEACI%2CgBAAgB%2CsDAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAArBR%2CmBAeI%2CaAQI%3BEACI%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAA%5C%2FBZ%2CmBAmCI%3BEACI%2CgBAAgB%2CyDAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAxCR%2CmBAmCI%2CaAOI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAMR%2CIAAC%2CoBACG%2CoBACI%3BEACI%2CYAAA%3B%3BAAHZ%2CIAAC%2CoBAOG%3BEACI%2CYAAA%3B%3BAAKZ%3BEACI%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CSACI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAMA%2CeADJ%2CgBACK%3BEACG%2CaAAA%3B%3BAAEA%2CeAJR%2CgBACK%2CKAGI%3BEACG%2CaAAA%3B%3BAADJ%2CeAJR%2CgBACK%2CKAGI%2CYAGG%2COAAM%3BEACF%2CaAAA%3B%3BAAJR%2CeAJR%2CgBACK%2CKAGI%2CYAOG%3BEACI%2CeAAA%3B%3BAAYA%2CQAJf%2CKACI%2CSACG%2CMACK%2CKACI%2CQACG%3BEACI%2CcAAA%3BEACA%2CayE72FE%2CmBzE62FF%3BEACA%2CeAAA%3B%3BAAS5B%2CQAAQ%2CUAAU%2CYACd%3BEACI%2CcAAA%3BEACA%2CayE13FsB%2CmBzE03FtB%3BEACA%2CeAAA%3B%3BAAMR%2CqBAAsB%2CmBAAmB%2CSAAQ%2CKAAK%2CSAAU%2CMAAK%2CKAAK%3BEACtE%2CaAAA%3B%3BAAGJ%2CCAAC%2COAAO%2CWAAW%2CQAAS%3BEACxB%2CcAAA%3B%3BAAKI%2CKADH%2CSACI%3BEACG%2CeAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CWAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3B%3BAADJ%2CcAGI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAPR%2CcAGI%2CgBAMI%3BEACI%2CcAAA%3B%3BAgD77FR%2CcACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIR%3BEAEI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CQAKI%3BE1DuQJ%2CyBAAA%3BEAAA%2C8EAAA%3BE0DpQQ%2CkBAAA%3B%3BAARR%2CQAUI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CQAAC%3BEACG%2COAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CSAAS%2CQAAW%2CWAAS%2CSAThC%3BEAUO%2CaAAA%3B%3BAAKJ%2CiBADc%2CSACb%3BEACG%2CgBAAA%3B%3BAAIR%2CQAAC%3BE1D0OL%2C6BAAA%3B%3BA0D1OI%2CQAAC%2CSAGG%3BEACI%2CaAAA%3B%3BAAEA%2CSAAS%2CQAAW%2CWAN3B%2CSAGG%3BEAIQ%2CcAAA%3B%3BAAzChB%2CQA8CI%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAAEA%2CcAAe%3BEACX%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CSAAS%2CQAAW%2CWAAS%3BEACzB%2CaAAA%3B%3BAAGJ%2COAAC%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2COAAC%3BE1DsML%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAAMA%2COgBkEK%2COhBlEJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C7OY%2CO3C6OZ%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2COgBqDC%2COhBtDJ%2CMACI%3BE1C2PL%2CWAAA%3B%3BA0DtMI%2COAAC%2COhB0LH%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0DwEQ%2COATH%2COASI%2CUAAU%3BEACP%2CSfhDE%2COegDF%3B%3BAAKZ%3BEACI%2CaAAA%3B%3BAAIA%2CQAAC%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQAAC%3BEACG%2CgBAAA%3B%3BAAGJ%2CcAAe%2CSAAS%3BEACpB%2CaAAA%3B%3BAAXR%2CQAcI%3BEACI%2CqBAAA%3B%3BA%5C%2FC%5C%2FGR%3BAACA%2CIAAI%3BEXkRJ%2CWAAA%3B%3BAW1QgB%2CYAHZ%2CiBACI%2CqBACK%2CuBACI%3BEACG%2CSAAS%2CIAAI%2CiBAAiB%2CGAA9B%3B%3BAAGJ%2CYAPZ%2CiBACI%2CqBACK%2CuBAKI%2CWAAW%3BEACR%2CSAAS%2CGAAT%3B%3BAATpB%2CYACI%2CiBAaI%2CMAAK%3BEACD%2CeAAA%3B%3BAAEA%2CYAhBR%2CiBAaI%2CMAAK%2CYAGA%3BEACG%2CSAAS%2CKAAK%2CiBAAiB%2CGAA%5C%2FB%3B%3BAAMhB%3BEACI%2CgBAAA%3B%3BAAaJ%2CeACI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAIR%3BAACA%3BAACA%3BEACI%2CmBAAA%3B%3BAAOJ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAOJ%2CQAAQ%2CMAKJ%2CaAAa%2COAAM%3BEACf%2CeAAA%3B%3BAANR%2CQAAQ%2CMASJ%3BEACI%2CcAAA%3BEX%2BKR%2CcAAA%3BEAAA%2CiBAAA%3B%3BAWzLA%2CQAAQ%2CMAeJ%2CSAAQ%3BEACJ%2CmBAAA%3B%3BAAhBR%2CQAAQ%2CMAmBJ%2COAAM%3BEXsKV%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAYfA%2CQAAQ%2CMAmBJ%2COAAM%2COZER%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAYvBJ%2CQAAQ%2CMAmBJ%2COAAM%2COAGD%3BEACG%2CgBAAA%3B%3BAAvBZ%2CQAAQ%2CMAmBJ%2COAAM%2COAOF%3BEACI%2CcAAA%3B%3BAA3BZ%2CQAAQ%2CMAmBJ%2COAAM%2COAWF%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAKZ%2CQAAQ%2CKAAK%3BEACT%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CQAAQ%2CKAAK%2CSAIT%3BEACI%2CWAAA%3BERwHR%2CYAAA%3B%3BAQ7HA%2CQAAQ%2CKAAK%2CSAIT%2CuBR2HF%2CQAGI%2CKACI%3BAQnIV%2CQAAQ%2CKAAK%2CSAIT%2CuBR4HF%2CQAEI%2CKACI%3BAQnIV%2CQAAQ%2CKAAK%2CSAIT%2CuBR6HF%2CQACI%2CKACI%3BAQnIV%2CQAAQ%2CKAAK%2CSAIT%2CuBR2HF%2CQAGI%2CKAEI%3BAQpIV%2CQAAQ%2CKAAK%2CSAIT%2CuBR4HF%2CQAEI%2CKAEI%3BAQpIV%2CQAAQ%2CKAAK%2CSAIT%2CuBR6HF%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAQrIZ%2CQAAQ%2CKAAK%2CSAIT%2CuBRrBF%2CQAGI%2CKACI%3BAQaV%2CQAAQ%2CKAAK%2CSAIT%2CuBRpBF%2CQAEI%2CKACI%3BAQaV%2CQAAQ%2CKAAK%2CSAIT%2CuBRnBF%2CQACI%2CKACI%3BEHiKV%2C2BAAA%3B%3BAWpJA%2CQAAQ%2CKAAK%2CSAIT%2CuBRrBF%2CQAGI%2CKAII%3BAQUV%2CQAAQ%2CKAAK%2CSAIT%2CuBRpBF%2CQAEI%2CKAII%3BAQUV%2CQAAQ%2CKAAK%2CSAIT%2CuBRnBF%2CQACI%2CKAII%3BEH8JV%2C0BAAA%3B%3BAWtIA%2CkBACI%3BEXqIJ%2CcAAA%3BEWnIQ%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAANR%2CkBACI%2CoBAOI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAXZ%2CkBACI%2CoBAOI%2CWAKI%2CiBACK%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CkBAjBhB%2CoBAOI%2CWAKI%2CiBACK%2COAII%3BEACG%2CgBAAA%3B%3BAAnBxB%2CkBACI%2CoBAwBI%2CqBAAqB%3BAAzB7B%2CkBACI%2CoBAyBI%2CMAAM%3BAA1Bd%2CkBACI%2CoBA0BI%3BEX2GR%2CiBAAA%3BEWzGY%2CqBAAA%3B%3BAA7BZ%2CkBACI%2CoBAwBI%2CqBAAqB%2CuBAMjB%3BAA%5C%2FBZ%2CkBACI%2CoBAyBI%2CMAAM%2CuBAKF%3BAA%5C%2FBZ%2CkBACI%2CoBA0BI%2CMAII%3BEXuGZ%2CiBAAA%3BEWrGgB%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAlChB%2CkBACI%2CoBAqCI%2CeAAe%3BEXgGvB%2CiBAAA%3BEW9FY%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAzCZ%2CkBACI%2CoBA2CI%2CWACI%2CeAAe%3BEXyF3B%2CeAAA%3BEWvFgB%2CgBAAA%3B%3BAAMA%2CkBApDZ%2CoBAkDI%2CeACI%2CaACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAtDpB%2CkBACI%2CoBA0DI%3BEACI%2CmBAAA%3B%3BAA5DZ%2CkBAgEI%3BEACI%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAtER%2CkBAyEI%3BEACI%2CeAAA%3B%3BAAEA%2CkBAHJ%2COAGK%3BAACD%2CkBAJJ%2COAIK%3BEACG%2CgBAAA%3BEACA%2CyBAAA%3B%3BAA%5C%2FEZ%2CkBAmFI%2CSAAQ%2CUAAU%3BEACd%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAKI%2CkBAFR%2CSACK%2CUACI%2CIACG%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CkBAPhB%2CSACK%2CUACI%2CIACG%2CMAIK%3BEACG%2CSAAS%2CIAAT%3B%3BAANZ%2CkBAFR%2CSACK%2CUACI%2CIAUG%3BEACI%2CqBAAA%3B%3BAAIR%2CkBAjBR%2CSACK%2CUAgBI%3BEACG%2CcAAA%3B%3BAAIR%2CkBAtBJ%2CSAsBK%3BEACG%2CcAAA%3B%3BAA%5C%2FGZ%2CkBAmHI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAArHR%2CkBAwHI%3BEACI%2CWAAA%3B%3BAAzHR%2CkBA4HI%2CwBACI%3BEACI%2CgBAAA%3B%3BAAOJ%2CwBADJ%2CUACK%3BEACG%2CgBAAA%3B%3BAAHZ%2CwBAOI%2CgCACI%3BEXLR%2CgBAAA%3BEAAA%2CiBAAA%3BEWQY%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAfZ%2CwBAOI%2CgCAYI%2CMAAK%2CgBACA%2CSAAM%3BEACH%2CgBAAA%3B%3BAAOA%2CwBArBZ%2CgCAkBK%2CSAEG%2CQACK%3BAAAD%2CwBArBZ%2CgCAmBK%2CUACG%2CQACK%3BEACG%2CSAAS%2CGAAT%3BEX1BpB%2CcAAA%3BEAAA%2CiBAAA%3B%3BAWHA%2CwBAyCI%2COACI%3BEACI%2CcAAA%3BEXxCZ%2CeAAA%3B%3BAWHA%2CwBAgDI%2COACI%2CMAAK%3BEACD%2CcAAA%3B%3BAAKZ%2CuBAAwB%3BAACxB%2CmBAAoB%3BEXrDpB%2CcAAA%3BEWuDI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CuBAAwB%2CWAOpB%3BAANJ%2CmBAAoB%2CWAMhB%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAATR%2CuBAAwB%2CWAOpB%2CWAII%2CiBAAiB%3BAAVzB%2CmBAAoB%2CWAMhB%2CWAII%2CiBAAiB%3BEACb%2CqBAAA%3B%3BAAZZ%2CuBAAwB%2CWAgBpB%2CiBACK%3BAAhBT%2CmBAAoB%2CWAehB%2CiBACK%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CuBArBY%2CWAgBpB%2CiBACK%2COAII%3BAAAD%2CmBApBQ%2CWAehB%2CiBACK%2COAII%3BEACG%2CgBAAA%3B%3BAAtBhB%2CuBAAwB%2CWAgBpB%2CiBAUI%3BAAzBR%2CmBAAoB%2CWAehB%2CiBAUI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA7BZ%2CuBAAwB%2CWAgBpB%2CiBAgBI%2CqBAAqB%3BAA%5C%2FB7B%2CmBAAoB%2CWAehB%2CiBAgBI%2CqBAAqB%3BAAhC7B%2CuBAAwB%2CWAgBpB%2CiBAiBI%2CMAAM%3BAAhCd%2CmBAAoB%2CWAehB%2CiBAiBI%2CMAAM%3BAAjCd%2CuBAAwB%2CWAgBpB%2CiBAkBI%3BAAjCR%2CmBAAoB%2CWAehB%2CiBAkBI%3BEXtFR%2CiBAAA%3BEWwFY%2CiBAAA%3B%3BAApCZ%2CuBAAwB%2CWAgBpB%2CiBAgBI%2CqBAAqB%2CuBAMjB%3BAArCZ%2CmBAAoB%2CWAehB%2CiBAgBI%2CqBAAqB%2CuBAMjB%3BAAtCZ%2CuBAAwB%2CWAgBpB%2CiBAiBI%2CMAAM%2CuBAKF%3BAArCZ%2CmBAAoB%2CWAehB%2CiBAiBI%2CMAAM%2CuBAKF%3BAAtCZ%2CuBAAwB%2CWAgBpB%2CiBAkBI%2CMAII%3BAArCZ%2CmBAAoB%2CWAehB%2CiBAkBI%2CMAII%3BEX1FZ%2CiBAAA%3BEW4FgB%2CgBAAA%3B%3BAAMhB%2CWAWI%2CQAAO%3BEAQH%2CmBAAA%3B%3BAAJA%2CWAJJ%2CQAAO%2COAIF%2CIAAI%3BEACD%2CmBAAA%3B%3BAAOZ%3BEACI%2CeAAA%3B%3BAADJ%2CoBAGI%3BEACI%2CgBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BA%2BB5SJ%2CqB%5C%2FB8SI%2CQAAO%2CU%2BB9SV%3BE1CyKD%2CS2ClOgB%2CO3CkOhB%3B%3BAW4IA%3BEAEI%2CmBAAA%3B%3BAAFJ%2CYAII%3BEACI%2CmBAAA%3B%3BAAEA%2CYAHJ%2CMAGK%3BEACG%2CgBAAA%3B%3BAARZ%2CYAYI%3BAAZJ%2CYAaI%3BEACI%2CqBAAA%3B%3BAAIR%3BAACA%3BAACA%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEXrKA%2CuBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BALvDA%2CyBAAC%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CyBAAC%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CyBAAC%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CyBAAC%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CQAAQ%2CUAAW%3BEJ%2BEnB%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAOuPJ%2CQACI%2CeACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAJZ%2CQACI%2CeAMI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAATZ%2CQACI%2CeAMI%2CmBAII%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAdhB%2CQACI%2CeAiBI%3BEACI%2CaAAA%3B%3BAAnBZ%2CQACI%2CeAqBI%3BEACI%2CkBAAA%3B%3BAAvBZ%2CQACI%2CeAyBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAA5BZ%2CQACI%2CeA8BI%3BEACI%2CcAAA%3BEACA%2CaAAA%3B%3BAAjCZ%2CQACI%2CeAmCI%3BEACI%2CiBAAA%3B%3BAArCZ%2CQACI%2CeAuCI%3BEXrNR%2CcAAA%3BEWuNY%2CeAAA%3BEACA%2CmBAAA%3B%3BAA3CZ%2CQACI%2CeA6CI%2CUACI%3BEACI%2CeAAA%3BEACA%2CUAAA%3B%3BAAjDhB%2CQACI%2CeA6CI%2CUAMI%2CMAAK%3BEACD%2CqBAAA%3B%3BAAKJ%2CQAzDR%2CeAwDI%2CQACK%3BEAEG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAOJ%2CQAFR%2CeACI%2CQACK%3BEAEG%2CcAAA%3B%3BAAvEhB%2CQA4EI%2CQAAO%3BEACH%2CgBAAA%3B%3BAA7ER%2CQAwFI%3BEAEI%2CiBAAA%3B%3BAA1FR%2CQAwFI%2CsBAII%3BEAEI%2CWAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FFZ%2CQAuGI%2CqBACI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAA1GZ%2CQAuGI%2CqBAMI%3BEACI%2CSAAA%3B%3BAASZ%2CsBAAsB%2CoBAClB%2CQAAO%3BEACH%2CmBAAA%3B%3BAAIR%2CqBAAqB%2CeACjB%2C4BACI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAKZ%2CqBAAqB%2CeACjB%2C4BACI%2CSAAQ%2CMACJ%2CQAAO%2CWACH%3BEACI%2CaAAA%3B%3BAAOpB%2CKAAK%2CYAAY%2CoBAAqB%3BEAClC%2C6BAAA%3B%3BAAGJ%2CYACI%3BEACI%2C6BAAA%3B%3BAASQ%2CqBALK%2CeACjB%2C4BACI%2CkBACI%2C4BAEK%3BAACD%2CqBANK%2CeACjB%2C4BACI%2CkBACI%2C4BAGK%3BEACG%2CwBAAA%3B%3BAAMR%2CqBAbS%2CeACjB%2C4BAWI%2CaACK%2CiBACG%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAhBpB%2CqBAAqB%2CeACjB%2C4BAoBI%3BEACI%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3B%3BAAKZ%2CWAAY%2CoBAAoB%2CMAAK%3BEACjC%2CkBAAA%3B%3BAAEJ%2CMAAM%2CkBAAmB%3BEACrB%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CQACI%2CQAAO%3BEACH%2C4BAAA%3B%3BAAGR%2CcACI%3BEACI%2CuBAAA%3B%3BAAFR%2CcAII%2COAAM%3BEACF%2C8BAAA%3BEACA%2CcAAA%3B%3BAAGR%3BEACI%2CaAAA%3B%3BAAEJ%2C0BAA0B%3BEACtB%2CaAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAAEJ%2CqBAAqB%2CeAAgB%2CkBAAkB%2CgBAAgB%2CeAAc%3BEACjF%2C4BAAA%3BEACA%2CgCAAA%3BEACA%2CsBAAsB%2C0BAAtB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3B%3BAAGJ%2CqBAAqB%2CeAAgB%2CkBAAkB%2CgBAAgB%2CeAAe%2COAAI%3BEACtF%2C4BAAA%3BEACA%2CgCAAA%3BEACA%2CsBAAsB%2C4BAAtB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3B%3BAAkCR%2CQA7B0B%3BEACtB%2CqBAAqB%2CeAAgB%2CyBAAyB%3BIAC1D%2CgBAAA%3B%3BEAGJ%2CqBAAqB%2CeAAgB%3BIACjC%2CmBAAA%3B%3BEAEJ%2CqBAAqB%2CeAAgB%2C4BAA4B%2CmBAAmB%3BIAChF%2C0BAAA%3BIACA%2C4BAAA%3B%3BEAEJ%2CqBAAqB%2CeAAgB%3BIACjC%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CqBAAqB%2CeAAgB%3BIACjC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CqBAAqB%2CeAAgB%2CYAAW%3BIAC5C%2CaAAA%3B%3B%3BAAuOJ%2CIAAI%2C8BACA%2CQAAO%3BEACH%2CYAAA%3BEACA%2CcAAA%3B%3BAAIR%2CcAAc%3BEACV%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CcAAc%2CWAMV%2CkBAAkB%2CQAAM%2CKAEnB%3BAART%2CcAAc%2CWAMV%2CkBAAkB%2CQAAM%2CKAGnB%3BEACG%2CaAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3B%3BAADJ%2CiBAGI%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAAEA%2CiBAJJ%2CMAIK%3BEACG%2C4BAAA%3B%3BAADJ%2CiBAJJ%2CMAIK%2CMAUG%2CWAAU%3BEACN%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAMJ%2CiBAvBR%2CMAqBK%2CQAEI%3BAACD%2CiBAxBR%2CMAqBK%2CQAGI%3BEACG%2C6BAAA%3B%3BAAIR%2CiBA7BJ%2CMA6BK%3BEX5sBT%2CiBAAA%3B%3BAW4sBQ%2CiBA7BJ%2CMA6BK%2CUAGG%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAIR%2CiBAtCJ%2CMAsCK%3BEACG%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAHJ%2CiBAtCJ%2CMAsCK%2COAKG%2CQAAO%3BEAEH%2CoBAAA%3B%3BAAhDhB%2CiBAGI%2CMAiDI%2CWAAU%3BEACN%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CiBADJ%2CGACK%3BEACG%2C4BAAA%3B%3BAA5DZ%2CiBAgEI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAlER%2CiBAqEI%3BEACI%2CcAAA%3B%3BAAtER%2CiBAyEI%3BAAzEJ%2CiBA0EI%3BAA1EJ%2CiBA2EI%2CSAAQ%3BAA3EZ%2CiBA4EI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAA9ER%2CiBAiFI%3BEACI%2CgBAAA%3B%3BAAGI%2CiBAJR%2CqBAGI%2CQACK%3BEACG%2CUAAA%3B%3BAAGJ%2CiBARR%2CqBAGI%2CQAKK%3BAACD%2CiBATR%2CqBAGI%2CQAMK%3BEXtwBb%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAW6wBQ%2CiBADJ%2CQACK%3BEACG%2CmBAAA%3B%3BAAKZ%2CWAAW%3BEXnxBX%2CmBAAA%3BEWqxBI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAKI%2CcAAc%3BEACV%2CiBAAA%3B%3BAANR%2CcASI%2CQAAO%3BEAEH%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAbR%2CcAoBI%3BEACI%2CgBAAA%3B%3BAA0GZ%2CwBAZ2C%3BEACvC%2CMAAO%3BIACH%2C0BAAA%3BIACA%2CUAAA%3BIACA%2C0BAAA%3B%3B%3BAAUJ%2CMAAM%2CQACF%2CQAAO%3BEAEH%2CmBAAA%3B%3BAAHR%2CMAAM%2CQAMF%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAARR%2CMAAM%2CQAWF%2CmBAAmB%3BEACf%2CiBAAA%3B%3BAAZR%2CMAAM%2CQAeF%2COAAM%3BEACF%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAqBZ%2CqBACI%2CaACI%2COACI%3BEACI%2CeAAA%3B%3BAC%5C%2FtCZ%2CoBACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CoBAMI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAARR%2CoBAWI%2CiBACI%3BEACI%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CoBANR%2CiBACI%2COAKK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAArBhB%2CoBAWI%2CiBAcI%2CiBACI%2CWACI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CauEDM%2CmBvECN%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAvCpB%2CoBAWI%2CiBAcI%2CiBACI%2CWAgBI%3BEACI%2CkBAAA%3BEAEA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAA3DpB%2CoBAiEI%3BEACI%2CaAAA%3B%3BAAYR%3BEZyMA%2CmBAAA%3BEYtMI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CaAMK%3BEZmML%2CiBAAA%3BEYjMQ%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAVR%2CaAaI%2COACI%2CKAAI%2CIAAI%2CeACJ%3BEACI%2CgBAAA%3B%3BAAhBhB%2CaAaI%2COAOI%3BEACI%2CgBAAA%3B%3BAArBZ%2CaAaI%2COAWI%3BEACI%2CgBAAA%3B%3BAAzBZ%2CaAaI%2COAeI%2CiBACK%3BEACG%2CgBAAA%3B%3BAA9BhB%2CaAaI%2COAeI%2CiBACK%2CWAGG%2CQAAO%3BEAEH%2CWAAA%3BEACA%2CmBAAA%3B%3BAAnCpB%2CaAaI%2COAqCI%2COACI%3BEZsJZ%2CiBAAA%3BEYpJgB%2CgBAAA%3B%3BAArDhB%2CaAaI%2COA4CI%3BEACI%2CgBAAA%3B%3BAA1DZ%2CaAaI%2COA4CI%2CcAGI%2COACI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FDpB%2CaAaI%2COA4CI%2CcAGI%2COAMI%2COACK%3BEACG%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAOpB%2CUAAW%2CcACP%3BEACI%2CgBAAA%3B%3BAA%5C%2FEZ%2CaAmFI%3BEAEI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAvFR%2CaAmFI%2CwBAMI%2CQAAO%2CQAAQ%3BEAEX%2CWAAA%3B%3BAA3FZ%2CaAmFI%2CwBAWI%3BEACI%2CmBAAA%3B%3BAAEA%2CaAdR%2CwBAWI%2CMAGK%3BEACG%2CgBAAA%3B%3BAAlGhB%2CaAuGI%3BEACI%2CkBAAA%3B%3BAAxGR%2CaAuGI%2CSAGK%2CIAAC%2CYAAY%3BEACV%2CaAAA%3B%3BAAQZ%2CYAGI%2CMAEI%3BAALR%2CYAII%2CMACI%3BEACI%2CgBAAA%3B%3BAANZ%2CYAUI%2CUAAS%3BEACL%2CaAAA%3B%3BAAMJ%2CKAAC%2CcACG%2CMACI%2CMACI%2CGAAG%2CGAAE%3BEACD%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAANhB%2CKAAC%2CcACG%2CMASI%2CMACI%3BEACI%2CSAAA%3B%3BAAZhB%2CKAAC%2CcACG%2CMAeK%3BEACG%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAlBZ%2CKAAC%2CcAsBG%3BEACI%2CiBAAA%3B%3BAAEA%2CKAzBP%2CcAsBG%2CKAGK%3BAACD%2CKA1BP%2CcAsBG%2CKAIK%3BAACD%2CKA3BP%2CcAsBG%2CKAKK%3BEACG%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CKAjCP%2CcAsBG%2CKAWK%3BEACG%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CKAjCP%2CcAsBG%2CKAWK%2CIAQG%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA7ChB%2CKAAC%2CcAsBG%2CKA2BK%3BEZoBb%2CcAAA%3BEAAA%2CiBAAA%3BEYjBgB%2CgBAAA%3B%3BAApDZ%2CKAAC%2CcAwDG%2CcACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA7DZ%2CKAAC%2CcAiEG%2CMACI%2CKAAI%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BEAEA%2C4BAAA%3BEACA%2CkBAAA%3B%3BAAvEZ%2CKAAC%2CcA2EG%3BEAEI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FER%2CKAAC%2CcA2EG%2CiBAMK%3BAAjFT%2CKAAC%2CcA2EG%2CiBAOK%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEZhBhB%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BA9ByMI%2CKAAC%2CcA2EG%2CiBAMK%2Ce8BxBX%3BA9BzDE%2CKAAC%2CcA2EG%2CiBAOK%2CiB8BzBX%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CK9BmMK%2CcA2EG%2CiBAMK%2Ce8BpRZ%3BAAAD%2CK9BmMK%2CcA2EG%2CiBAOK%2CiB8BrRZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChRQ%2CODgRR%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CK9BsLC%2CcA2EG%2CiBAMK%2Ce8BxQZ%2CMACI%3BAAAD%2CK9BsLC%2CcA2EG%2CiBAOK%2CiB8BzQZ%2CMACI%3BE1C2PL%2CWAAA%3B%3BA0CrPI%2CK9BgLC%2CcA2EG%2CiBAMK%2Ce8BlQZ%2COACI%3BAAAD%2CK9BgLC%2CcA2EG%2CiBAOK%2CiB8BnQZ%2COACI%3BE1CqPL%2CcAAA%3B%3BAYrEI%2CKAAC%2CcA2EG%2CiBAoBK%3BEAEG%2CQAAA%3B%3BA8BrMhB%2CK9BoGK%2CcA2EG%2CiBAoBK%2CiB8BnMZ%3BE1CyKD%2CS2C5PS%2CO3C4PT%3B%3BAYgCgB%2CKArGX%2CcA2EG%2CiBAoBK%2CiBAMI%3BEZhCjB%2CqBAAA%3B%3BAYrEI%2CKAAC%2CcA2GG%3BEACI%2CkBAAA%3B%3BAAEA%2CKA9GP%2CcA2GG%2CQAGK%3BEACG%2CeAAA%3B%3BAAGJ%2CKAlHP%2CcA2GG%2CQAOK%2CKAAK%3BEAEF%2CgBAAA%3B%3BAAKJ%2CKAzHP%2CcAwHG%2CSACK%3BEACG%2CcAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CKAnIP%2CcAwHG%2CSAWK%3BEZ9Db%2CiBAAA%3BEYgEgB%2CcAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CKA3IP%2CcA0IG%2C0BACK%3BEACG%2CSAAS%2CGAAT%3B%3BAA5IZ%2CKAAC%2CcAiJG%3BEACI%2CgBAAA%3B%3BAAlJR%2CKAAC%2CcAuJG%2CmBAAmB%3BEACf%2CgBAAA%3B%3BAAxJR%2CKAAC%2CcAuKG%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAzKR%2CKAAC%2CcA4KG%2CMAAM%3BEACF%2CgBAAA%3B%3BAAMZ%2CsBACI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2C6BAAA%3B%3BAAIJ%3BEACI%2C6BAAA%3BEACA%2CWAAA%3B%3BAAKJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcAEK%3BAADL%2CKAAM%2CeACD%3BEACG%2CcAAA%3B%3BAAIR%2CKAAK%2CcAGD%2CKAAI%3BAAFR%2CYAAY%2CcAER%2CKAAI%3BAAHR%2CKAAK%2CcAID%2CKAAI%3BAAHR%2CYAAY%2CcAGR%2CKAAI%3BAAJR%2CKAAK%2CcAKD%2CKAAI%3BAAJR%2CYAAY%2CcAIR%2CKAAI%3BAALR%2CKAAK%2CcAMD%2CKAAI%3BAALR%2CYAAY%2CcAKR%2CKAAI%3BEACA%2CiBAAA%3B%3BAAIR%2CoBACI%3BEACI%2CyBAAA%3B%3BAAGR%3BEACI%2CwBAAA%3B%3BAAqJA%2CMAAC%3BEZvTL%2CeAAA%3BEYyTQ%2CgBAAA%3B%3BAAFJ%2CMAAC%2CUAIG%3BEACI%2CYAAA%3B%3BAAsOhB%2CoBACI%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAEI%2CoBALR%2CWAII%2CKACK%3B%3BEAEG%2C6BAAA%3B%3BAARhB%2CoBAaI%3BEACI%2CiBAAA%3B%3BAAEA%2CoBAHJ%2CgBAGK%3BEACG%2CaAAA%3B%3BAAMR%2CMAAC%3BEACG%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3B%3BAANJ%2CMAAC%2CUAQG%3BEACI%2CWAAA%3B%3BAAEA%2CMAXP%2CUAQG%2CmBAGK%3BEACG%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAALJ%2CMAXP%2CUAQG%2CmBAGK%2CMAOG%3BEACI%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAVR%2CMAXP%2CUAQG%2CmBAGK%2CMAaG%3BEACI%2CwBAAA%3BEACA%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CoCAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CauEr1BS%2CqBvEq1BT%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CoCAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAKJ%2CMA7CX%2CUAQG%2CmBAoCI%2CyBACK%3BEACG%2CQAAA%3B%3BAA9ChB%2CMAAC%2CUAQG%2CmBA0CI%3BEACI%2CWAAA%3B%3BAAnDZ%2CMAAC%2CUAuDG%3BEACI%2CsBAAA%3B%3BAAxDR%2CMAAC%2CUAuDG%2CcAGI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CauEj3Bc%2CmBvEi3Bd%3BEACA%2CgBAAA%3B%3BAAnEZ%2CMAAC%2CUAuDG%2CcAeI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CauEx3Bc%2CmBvEw3Bd%3BEACA%2CeAAA%3B%3BAA1EZ%2CMAAC%2CUA8EG%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAlFR%2CMAAC%2CUA8EG%2CSAMI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C%2BCAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3B%3BAA3FZ%2CMAAC%2CUA8EG%2CSAMI%2COASI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAnGhB%2CMAAC%2CUA8EG%2CSAyBI%3BEACI%2CWAAA%3B%3BAAEA%2CMA1GX%2CUA8EG%2CSAyBI%2CUAGK%3BEACG%2CaAAA%3B%3BAA3GhB%2CMAAC%2CUA8EG%2CSAiCI%3BEACI%2CYAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CMAnHX%2CUA8EG%2CSAiCI%2CUAIK%3BEACG%2CaAAA%3B%3BAApHhB%2CMAAC%2CUAyHG%2CsBACI%3BEACI%2CaAAA%3B%3BAA3HZ%2CMAAC%2CUAyHG%2CsBAKI%3BEACI%2CWAAA%3B%3BAA%5C%2FHZ%2CMAAC%2CUAyHG%2CsBAKI%2CiBAGI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CauE57BU%2CmBvE47BV%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CMAlJf%2CUAyHG%2CsBAKI%2CiBAGI%2COAiBK%3BEACG%2CaAAA%3B%3BAAnJpB%2CMAAC%2CUAyJG%2CaACI%3BEACI%2CauE78Ba%2CqBvE68Bb%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CMAlKX%2CUAyJG%2CaACI%2COAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAgB%2CmDAAhB%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CSAAA%3B%3BAAGJ%2CMA7KX%2CUAyJG%2CaACI%2COAmBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAgB%2CoDAAhB%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CUAAA%3B%3BAAOpB%2CMAAM%2CUAAW%3BEACb%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CMAAM%2CUAAW%2CmBAAmB%3BEAChC%2CwBAAA%3B%3BAAGJ%2CMAAM%2CUAAW%2CmBAAmB%2CEAAC%3BEACjC%2CSAAS%2COAAT%3BEACA%2CauEh%5C%2FBuB%2CavEg%5C%2FBvB%3BEACA%2CcAAA%3B%3BAAGJ%2CMAAM%2CUAAW%3BEACb%2CUAAA%3B%3BAyB1hCA%2CeACI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAJR%2CeACI%2CaAKI%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAARZ%2CeAYI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3B%3BAAzBR%2CeAYI%2CUAeI%2COACI%3BEACI%2Ca8CDU%2CmB9CCV%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAOJ%2CeAFR%2CQACI%2CeACK%2CYACG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAzCpB%2CeA%2BCI%3BEACI%2CaAAA%3B%3BAAEA%2CeAHJ%2CUAGK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CeADJ%2CGACK%2CQAAQ%2CQAAQ%3BEACb%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CeADJ%2CMACK%3BEACG%2CkBAAA%3B%3BAAnEZ%2CeAuEI%2CeACK%3BEACG%2CgBAAA%3B%3BAAzEZ%2CeAuEI%2CeACK%2CWAGI%3BEACG%2CkBAAA%3B%3BAA5EhB%2CeAuEI%2CeACK%2CWAOI%3BEACG%2CmBAAA%3B%3BAAGI%2CeAZhB%2CeACK%2CWAOI%2CWAGG%2CQACK%3BEAEG%2CcAAA%3BEACA%2CWAAA%3B%3BAAtFxB%2CeAuEI%2CeACK%2CWAmBG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA7FhB%2CeAkGI%3BAAlGJ%2CeAmGI%3BAAnGJ%2CeAoGI%3BAApGJ%2CeAqGI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEI5EA%2CqBAAA%3BEACA%2CkBAAA%3BEJ6FI%2CYAAA%3B%3BArC%5C%2FFJ%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAqCsEJ%2CiBIzEA%3BEAEI%2CeAAA%3BEzC8OJ%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBCxBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C%5C%2FOQ%2CO3C%2BOR%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBCZC%2CMACI%3BE1C2PL%2CWAAA%3B%3BA0CrPI%2CiBDKJ%2CiBCNC%2COACI%3BE1CqPL%2CcAAA%3B%3BAyCqEA%2CiBArTA%2CiBAqTC%3BEzCrED%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBAqTC%2COC7UA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C%5C%2FOQ%2CO3C%2BOR%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBAqTC%2COCjUA%2CMACI%3BE1C2PL%2CWAAA%3B%3BA0CrPI%2CiBDKJ%2CiBAqTC%2COC3TA%2COACI%3BE1CqPL%2CcAAA%3B%3BAqCvKA%2CiBI8GA%3BEzCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CYAAA%3BEyChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEzC8CJ%2CSAAA%3BEAAA%2CYAAA%3BEAAA%2CyCAAA%3B%3BAqCvKA%2CiBI8GA%2CgBAsBI%3BEzCmCJ%2CSAAA%3B%3BAyC3BQ%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%3BEzCzSJ%2CyDAAA%3BEyC2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2CgBAuWC%3BEACG%2CiBAAA%3BEzC%5C%2FSJ%2CsDAAA%3BEyCiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2CgBAwUC%3BEzC%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BAyCoRA%2CiBA7UA%2CgBA6UC%3BEzCpRD%2CWAAA%3BEAAA%2CUAAA%3B%3BAyCZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAJ%5C%2FJR%2CiBAoBI%3BErCmJJ%2CkBAAA%3B%3BAqCvKA%2CiBAoBI%2CgBAGI%3BEACI%2CaAAA%3B%3BAAxBZ%2CiBA4BI%2CSACI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FBZ%2CiBA4BI%2CSACI%2CSAIK%3BAAjCb%2CiBA4BI%2CSACI%2CSAKK%3BEACG%2CeAAA%3B%3BAAEA%2CiBATZ%2CSACI%2CSAIK%2CWAII%2CIAAI%3BAAAL%2CiBATZ%2CSACI%2CSAKK%2CaAGI%2CIAAI%3BEACD%2CkBAAA%3B%3BAAOZ%2CiBADJ%2CQACK%3BEACG%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEjC4DZ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAtCiOA%2CiBiC9EI%2CQACK%2CMjC6ER%3BAACD%2CiBiC%5C%2FEI%2CQACK%2CMjC8ER%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBiCpFI%2CQACK%2CMjCmFR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBiCzFI%2CQACK%2CMjCwFR%3BAACD%2CiBiC1FI%2CQACK%2CMjCyFR%3BAACD%2CQAAQ%2CUAAW%2CkBiC3Ff%2CQACK%3BEjC2FL%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAqC1HQ%2CiBADJ%2CQACK%2CMK8GP%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CiBL6II%2CQACK%2CMK9IR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C1OU%2CO3C0OV%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBLgIA%2CQACK%2CMKlIR%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2CiBL0HA%2CQACK%2CMK5HR%2COACI%3BE1CqPL%2CcAAA%3B%3BAqC5GQ%2CiBAfJ%2CQAeK%3BEACG%2CmBAAA%3B%3BAADJ%2CiBAfJ%2CQAeK%2CSAOG%2CSAAQ%3BEACJ%2CcAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAEA%2CiBAvCZ%2CQAeK%2CSAOG%2CSAAQ%2CIAiBH%3BEACG%2CaAAA%3B%3BAAzBZ%2CiBAfJ%2CQAeK%2CSAOG%2CSAAQ%2CIAqBJ%2CQACK%3BErC%2BErB%2CeAAA%3B%3BAqC5GQ%2CiBAfJ%2CQAeK%2CSAmCG%3BEACI%2C4BAAA%3B%3BAA%5C%2FFhB%2CiBAwGI%3BEACI%2CgBAAA%3B%3BAAIR%3BErC0DA%2CeAAA%3BEqCxDI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BErCiDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAsCyHA%2CeAGI%3BEACI%2CeAAA%3B%3BAAEA%2CeAHJ%2CcAGK%2CIAAI%3BEACD%2C6BAAA%3B%3BAAGJ%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%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2Ca8C%5C%2FOkB%2CmB9C%2BOlB%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA5CR%2CeAsCI%2CmBAQI%3BErCGR%2CcAAA%3B%3BAqCAY%2CeAXR%2CmBAQI%2CEAGK%3BEACG%2CqBAAA%3B%3BAAlDhB%2CeAuDI%3BEACI%2CeAAA%3BEACA%2Ca8C9PkB%2CmB9C8PlB%3B%3BAAzDR%2CeA4DI%3BEACI%2CeAAA%3BEACA%2Ca8CnQkB%2CmB9CmQlB%3BEACA%2CoBAAA%3B%3BAA%5C%2FDR%2CeAkEI%3BEACI%2CmBAAA%3B%3BAAnER%2CeAkEI%2CsBAGI%3BEACI%2CgBAAA%3B%3BAAtEZ%2CeAkEI%2CsBAOI%3BAAzER%2CeAkEI%2CsBAQI%3BEACI%2CaAAA%3B%3BAA3EZ%2CeAkEI%2CsBAYI%2CMAAK%3BErC7Bb%2CiBAAA%3B%3BAqCjDA%2CeAkEI%2CsBAoBI%3BEACI%2CgBAAA%3B%3BAAvFZ%2CeAoGI%2CSAEK%3BAAtGT%2CeAoGI%2CSAGK%3BEACG%2CWAAA%3B%3BAAxGZ%2CeAoGI%2CSAOI%3BEAEI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CeAbR%2CSAOI%2CQAMK%3BErChEb%2CcAAA%3BEqCkEgB%2CiBAAA%3BEACA%2CgBAAA%3B%3BAKnOhB%2CeLmNI%2CSAoBI%2CQACK%2CUKxOZ%3BE1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BAqC8EQ%2CeA3BJ%2CSA2BK%3BEACG%2CeAAA%3B%3BAAKI%2CeAjCZ%2CSA%2BBK%2CQACG%2CQACK%3BErCpFjB%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BALoTgB%2CeAjCZ%2CSA%2BBK%2CQACG%2CQACK%2CQKhGf%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CeL6QI%2CSA%2BBK%2CQACG%2CQACK%2CQK9ShB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BALSQ%2CeA%5C%2FBJ%2CSA%2BBK%2CQAgBG%3BEACI%2CaAAA%3B%3BAApJhB%2CeAgKI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAlKR%2CeAqKI%3BErCpHJ%2CiBAAA%3BEqCsHQ%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAA7KR%2CeAgLI%3BEACI%2CaAAA%3B%3BAAKA%2CeAFJ%2CQAEK%3BAACD%2CeAHJ%2CQAGK%3BErCtIT%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BALmZQ%2CeAFJ%2CQAEK%2CKKjJP%3BALkJM%2CeAHJ%2CQAGK%2COKlJP%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CeL2YI%2CQAEK%2CKK7YR%3BAAAD%2CeL2YI%2CQAGK%2COK9YR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChRQ%2CODgRR%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CeL8XA%2CQAEK%2CKKjYR%2CMACI%3BAAAD%2CeL8XA%2CQAGK%2COKlYR%2CMACI%3BE1C2PL%2CWAAA%3B%3BA0CrPI%2CeLwXA%2CQAEK%2CKK3XR%2COACI%3BAAAD%2CeLwXA%2CQAGK%2COK5XR%2COACI%3BE1CqPL%2CcAAA%3B%3BA0CzKA%2CeL4SI%2CQAaK%2COKzTR%3BE1CyKD%2CS2C5PS%2CO3C4PT%3B%3BAqCsJA%2CyBACI%2CSACI%2CSACI%3BEACI%2CmBAAA%3B%3BAAJhB%2CyBACI%2CSAOI%2CWACI%3BEACI%2CmBAAA%3B%3BAAVhB%2CyBAeI%2CiBACI%3BEACI%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CyBANR%2CiBACI%2COAKK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAMhB%2CKAAK%3BEACD%2CsBAAA%3B%3BAAEJ%2CCAAC%2COAAO%2CSAAS%2COAAO%3BEACpB%2CSAAS%2CEAAT%3BEACA%2C0BAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3B%3BAAEP%2CyBAA0B%2CSAAS%2CSAAS%3BEAC5C%2CeAAA%3B%3BAAGG%3BEACI%2CuBAAA%3B%3BAAGJ%2CiBAAiB%2COAAQ%3BEACrB%2C0BAAA%3B%3BAAEJ%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CwBAAA%3B%3BAAEJ%2CyBAA0B%3BEACtB%2CkBAAA%3B%3BAAEJ%2CYAAa%2CwBAAwB%2CQAAO%3BEACxC%2CaAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAPJ%2CuBAQI%2CSACI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAlBZ%2CuBAqBI%2COAAM%2COACF%2CeACI%2CYACI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAA1BpB%2CuBAqBI%2COAAM%2COASF%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAjCZ%2CuBAqBI%2COAAM%2COAcF%2CmBACI%2COAAM%3BEACF%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAA5ChB%2CuBAqBI%2COAAM%2COAcF%2CmBAWI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CsBAAsB%2C0BAAtB%3BEACA%2C4BAAA%3BEACA%2C6CAAA%3B%3BAAxDhB%2CuBA4DI%2CqBAAoB%2CKAChB%2CQAAO%3BEACH%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAKA%2CuBAFR%2CeACI%2CmBACK%3BEACG%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAzEhB%2CuBAmEI%2CeASI%2CmBAAkB%3BEACd%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAIZ%2CoBACI%2CwBACI%2COAAM%2COACF%2CeACI%3BEAII%2CsBAAA%3B%3BAAHA%2CoBAJhB%2CwBACI%2COAAM%2COACF%2CeACI%2CcACK%2CUAAU%3BEACP%2CoBAAA%3B%3BAAQxB%2CGAAG%3BEACC%2C2BAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CyBACI%2CwBACI%2CmBACI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3B%3BAAKhB%2CuBAAwB%2COAAM%2COAAQ%2CeAAe%2CcAAc%3BAACnE%2CSAAU%2COAAM%2COAAQ%2CeAAe%2CcAAc%3BEACjD%2CYAAA%3B%3BAAuDR%2CiBAAkB%3BEACd%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CoBAAA%3B%3BAAGJ%2CiBAAiB%2COAAQ%3BEACrB%2CcAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAXJ%2CiBAAiB%2COAAQ%2CgBAarB%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAfR%2CiBAAiB%2COAAQ%2CgBAarB%2CiBAII%3BEACI%2CeAAA%3B%3BAAKJ%2CiBAvBS%2COAAQ%2CgBAsBrB%2CSACK%3BEACG%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CiBAvBS%2COAAQ%2CgBAsBrB%2CSACK%2CQAKG%3BEACI%2CaAAA%3B%3BAANR%2CiBAvBS%2COAAQ%2CgBAsBrB%2CSACK%2CQASG%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAAGI%2CiBAvCH%2COAAQ%2CgBAsBrB%2CSACK%2CQASG%2CWAMI%2CEACK%3BEACG%2CSAAS%2CQAAT%3BEACA%2CcAAA%3BEACA%2Ca8C7rBM%2CmB9C6rBN%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3B%3BAAQxB%2CSAAS%3BEACL%2CqCAAA%3B%3BAAGJ%2CyBACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2Ca8CptBqB%2CqB9CotBrB%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAPR%2CyBAUI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3B%3BAAZR%2CyBAUI%2CSAII%3BEACI%2CUAAA%3B%3BAAfZ%2CyBAUI%2CSAII%2CWAGI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2Ca8CruBc%2CmB9CquBd%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CyBAtBZ%2CSAII%2CWAGI%2CEAeK%3BEACG%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAApCpB%2CyBAUI%2CSA%2BBI%3BEACI%2CUAAA%3B%3BAA1CZ%2CyBAUI%2CSA%2BBI%2CSAGI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2Ca8ChwBc%2CmB9CgwBd%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CyBAhDZ%2CSA%2BBI%2CSAGI%2COAcK%3BEACG%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CyBAtDZ%2CSA%2BBI%2CSAGI%2COAoBK%3BEACG%2CaAAA%3B%3BAAOZ%2CyBADJ%2CSACK%2CQACG%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CyBAPZ%2CSACK%2CQACG%2CEAKK%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAhFpB%2CyBAsFI%2CmBACI%3BEACI%2CcAAA%3B%3BAAxFZ%2CyBA4FI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEA%2CyBAZJ%2CoBAYK%3BEACG%2CYAAA%3B%3BAAGJ%2CyBAhBJ%2CoBAgBK%3BEACG%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CyBA9BJ%2CoBA8BK%3BEACG%2CaAAA%3B%3BAA3HZ%2CyBA%2BHI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAMJ%2CYAAC%2CQACG%3BEACI%2CYAAA%3B%3BAAFR%2CYAAC%2CQACG%2CcAGI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3B%3BAAEA%2CYAfX%2CQACG%2CcAGI%2CcAWK%3BEACG%2CcAAA%3BEACA%2CeAAA%3B%3BAAjBhB%2CYAAC%2CQAsBG%3BEACI%2CYAAA%3BEACA%2Ca8C92BkB%2CmB9C82BlB%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAA1BR%2CYAAC%2CQA6BG%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGI%2CYAnCX%2CQA6BG%2CcAKI%2COACK%3BEACG%2CYAAA%3BEACA%2CaAAA%3B%3BAArChB%2CYAAC%2CQA6BG%2CcAYI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2Ca8Ct4Bc%2CmB9Cs4Bd%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAlDZ%2CYAAC%2CQA6BG%2CcAwBI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2Ca8Cl5Bc%2CmB9Ck5Bd%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3B%3BAAQhB%2CeAAgB%2CeAAe%2CWAAS%2CWAAS%2CQAAO%3BEACpD%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CeAAgB%2CsBAAsB%2CSAAS%2CSAAQ%2CKAAM%3BEACzD%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CeAAgB%2CsBAAsB%2CSAAS%2CSAAQ%2CKAAM%2CGAAE%3BEAC3D%2CSAAS%2CIAAT%3B%3BAAGJ%2CeAAgB%2CsBAAsB%2CSAAS%2CSAAQ%2CKAAM%3BEACzD%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CYAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CeAAgB%2CuBAAuB%3BEACnC%2CgBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CkBAAmB%2CIAAC%3BEAChB%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CkBAAmB%2CIAAC%3BEAChB%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CkBAAmB%2CIAAC%3BEAChB%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CeAAgB%2CSAAQ%2CQAAS%2CQAAQ%3BEACrC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CeAAgB%2CcAAc%2CWAAQ%3BAACtC%2CeAAgB%2CcAAc%2CWAAQ%3BAACtC%2CeAAgB%2CsBAAsB%2CSAAS%2CSAAQ%2CKAAK%3BAAC5D%2CeAAgB%2CsBAAsB%2CSAAS%2CSAAQ%2CKAAK%3BEACxD%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CeAAgB%2CcAAc%2CWAAQ%3BAACtC%2CeAAgB%2CsBAAsB%2CSAAS%2CSAAQ%2CKAAK%3BEACxD%2CWAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3B%3BAAGJ%2CeAAgB%2CSAAS%3BEACrB%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CeAAgB%2CSAAS%2CQAAO%3BEAC5B%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CeAAgB%2CSAAS%2CQAAQ%3BEAC7B%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CeAAgB%2CSAAS%2CQAAO%3BEAC5B%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CeAAgB%2CaAAa%2COAAM%3BEAC%5C%2FB%2CSAAS%2CIAAT%3B%3BAAGJ%2COAAO%3BEACH%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2Ca8CpiC0B%2CmB9CoiC1B%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2COAAO%2CQAAQ%3BAACf%2COAAO%2CQAAQ%3BEACX%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2COAAO%2CQAAQ%3BEACX%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CgBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CaAAa%2CUAAU%3BEACnB%2CcAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CiBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CWAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CeAAgB%2CaAAa%3BEACzB%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CeAAgB%2CUAAU%2COAAO%3BEAC7B%2Ca8C1pC0B%2CmB9C0pC1B%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CeAAgB%2CQAAQ%2CeAAc%2CYAAa%3BEAC%5C%2FC%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CaAAA%3B%3BAAGJ%2CeAAgB%2CGAAE%2CQAAQ%2CQAAQ%3BEAC9B%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CeAAgB%2CeAAe%3BEAC3B%2CgBAAA%3B%3BAAGJ%2CeAAgB%2CeAAe%2CWAAS%3BEACpC%2CkBAAA%3B%3BAAGJ%2CeAAgB%2CeAAe%2CWAAS%3BEACpC%2CmBAAA%3B%3BAAGJ%2CeAAgB%2CeAAe%2CWAAS%2CWAAS%2CQAAO%3BEACpD%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CyCAAA%3B%3BAAGJ%2CiBAAkB%2CgBAAgB%3BEAC9B%2CSAAA%3B%3BAAGJ%2CiBAAkB%2CgBAAgB%2CGAAE%3BEAChC%2CeAAA%3B%3BAAGJ%2CiBAAkB%2CgBAAe%3BAACjC%2CiBAAkB%2CgBAAe%3BEAC7B%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CiBAAkB%2CgBAAe%3BEAC7B%2CiBAAA%3BEACA%2C6CAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBAAkB%2CgBAAe%3BEAC7B%2CiBAAA%3BEACA%2C6CAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBAAkB%2CgBAAe%3BEAC7B%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CiBAAkB%2CgBAAe%3BEAC7B%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CiBAAiB%2COAAQ%3BEACrB%2CcAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CkBAAA%3B%3BAAGJ%2CiBAAkB%2CgBAAgB%3BEAC9B%2CaAAA%3B%3BAAGJ%2CiBAAkB%2CSAAS%3BEACvB%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CiBAAkB%2CSAAS%2CSAAS%3BAACpC%2CiBAAkB%2CSAAS%2CSAAS%3BEAChC%2CeAAA%3B%3BAAGJ%2CiBAAkB%2CSAAS%2CSAAS%2CWAAQ%2CIAAI%3BEAC5C%2CkBAAA%3B%3BAAGJ%2CiBAAkB%2CQAAO%3BEACrB%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CiBAAkB%2CQAAO%2CMAAM%3BAAC%5C%2FB%2CiBAAkB%2CQAAO%2CMAAM%3BEAC3B%2CeAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBAAkB%2CQAAO%2CMAAM%3BEAC3B%2CeAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBAAkB%2CQAAO%2CMAAO%3BEAC5B%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CiBAAkB%2CQAAO%2CMAAM%3BEAC3B%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CiBAAkB%2CQAAO%2CMAAM%2CMAAM%3BEACjC%2CcAAA%3B%3BAAGJ%2CiBAAkB%2CQAAO%2CMAAM%2COAAO%3BEAClC%2CcAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CgBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CeAAA%3B%3BAAGJ%2CeAAgB%2CcAAa%2CIAAI%3BEAC7B%2C6BAAA%3B%3BAAGJ%2CeAAgB%2CcAAa%3BEACzB%2CcAAA%3B%3BAAGJ%2CeAAgB%2CsBAAsB%3BEAClC%2CqBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2Ca8C53C0B%2CmB9C43C1B%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CeAAgB%2CmBAAmB%3BEAC%5C%2FB%2CcAAA%3B%3BAAGJ%2CeAAgB%2CmBAAmB%2CEAAC%3BEAChC%2CqBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CmBAAA%3B%3BAAGJ%2CeAAgB%2CsBAAsB%3BEAClC%2CgBAAA%3B%3BAAGJ%2CeAAgB%2CsBAAsB%3BEAClC%2CaAAA%3B%3BAAGJ%2CeAAgB%2CsBAAsB%3BEAClC%2CgBAAA%3B%3BAAGJ%2CeAAgB%2CSAAS%3BEACrB%2CWAAA%3B%3BAAGJ%2CeAAgB%2CSAAS%3BEACrB%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CeAAgB%2CSAAS%2CQAAO%3BEAC5B%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CaAAA%3B%3BAAGJ%2CeAAgB%2CQAAO%3BAACvB%2CeAAgB%2CQAAO%3BEACnB%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CeAAgB%2CQAAO%2CKAAM%3BAAC7B%2CeAAgB%2CQAAO%2COAAQ%3BEAC3B%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CeAAgB%2CQAAO%2CKAAK%3BAAC5B%2CeAAgB%2CQAAO%2COAAO%3BEAC1B%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CeAAgB%2CQAAO%2CKAAK%2CMAAM%3BAAClC%2CeAAgB%2CQAAO%2COAAO%2CMAAM%3BEAChC%2CcAAA%3B%3BAAGJ%2CeAAgB%2CQAAO%2CKAAK%2COAAO%3BAACnC%2CeAAgB%2CQAAO%2COAAO%2COAAO%3BEACjC%2CcAAA%3B%3BAAGJ%2CeAAgB%2CQAAO%2COAAO%3BEAC1B%2CSAAS%2COAAT%3B%3BAAGJ%2CiBAAkB%3BEACd%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CoBAAA%3B%3BAAGJ%2CiBAAiB%2COAAQ%3BEACrB%2CcAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBAAiB%2COAAQ%2CgBAAgB%3BEACrC%2CYAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAiB%2COAAQ%2CgBAAgB%2CiBAAiB%3BEACtD%2CeAAA%3B%3BAAGJ%2CiBAAiB%2COAAQ%2CgBAAgB%2CSAAQ%3BEAC7C%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CiBAAiB%2COAAQ%2CgBAAgB%2CSAAQ%2CQAAS%3BEACtD%2CaAAA%3B%3BAAGJ%2CiBAAiB%2COAAQ%2CgBAAgB%2CSAAQ%2CQAAS%3BEACtD%2CkBAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CiBAAiB%2COAAQ%2CgBAAgB%2CSAAQ%2CQAAS%2CWAAW%2CEAAC%3BEAClE%2CSAAS%2CQAAT%3BEACA%2CcAAA%3BEACA%2Ca8ChjD0B%2CmB9CgjD1B%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CcAAA%3BEACA%2CeAAA%3BEACA%2Ca8C7jDyB%2CqB9C6jDzB%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CaAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CyBAA0B%2CSAAS%3BEAC%5C%2FB%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CyBAA0B%2CSAAS%2CWAAW%3BEAC1C%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2Ca8CnlD0B%2CmB9CmlD1B%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CyBAA0B%2CSAAS%2CWAAW%2CEAAC%3BEAC3C%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CyBAA0B%2CSAAS%3BEAC%5C%2FB%2CUAAA%3B%3BAAGJ%2CyBAA0B%2CSAAS%2CSAAS%3BEACxC%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2Ca8ChnD0B%2CmB9CgnD1B%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CyBAA0B%2CSAAS%2CSAAS%2COAAM%3BEAC9C%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CyBAA0B%2CSAAS%2CSAAS%2COAAM%3BEAC9C%2CaAAA%3B%3BAAGJ%2CyBAA0B%2CSAAQ%2CQAAS%3BEACvC%2CYAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CyBAA0B%2CSAAQ%2CQAAS%2CEAAC%3BEACxC%2CeAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CyBAA0B%2CmBAAmB%3BEACzC%2CcAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CyBAA0B%2CoBAAmB%3BEACzC%2CYAAA%3B%3BAAGJ%2CyBAA0B%2CoBAAmB%3BEACzC%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CyBAA0B%2CoBAAmB%3BEACzC%2CaAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CUAAW%2CGAAG%2CSAAS%2CEAAE%3BEACrB%2CsBAAA%3B%3BAAGJ%2CUAAW%2CGAAG%2CSAAS%2CEAAE%3BEACrB%2CuBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CUAAW%2CGAAG%2CSAAS%3BEACnB%2CWAAA%3B%3BAAGJ%2CUAAW%2CGAAG%2CSAAS%2CEAAE%3BEACrB%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CUAAW%2CGAAG%2CSAAS%2CaAAY%3BAACnC%2CUAAW%2CGAAG%2CSAAS%2CSAAQ%3BEAC3B%2CaAAA%3B%3BAAeJ%2CwBAZyC%3BEACrC%2CiBAAkB%2CSAAS%3BIACvB%2CWAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CiBAAkB%3BIACd%2CYAAA%3BIACA%2CcAAA%3B%3B%3BAAIR%2CUAAW%2CGAAG%2CSAAS%2CaAAY%3BAACnC%2CUAAW%2CGAAG%2CSAAS%2CSAAQ%3BEAC3B%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAOH%2CwBAJwC%3BEACrC%2CiBAAkB%3BIACd%2CYAAA%3B%3B%3BAxBhwDJ%2CqBAKI%3BAAJJ%2CyBAII%3BEACI%2CsBAAA%3BEACA%2C4BAAA%3B%3BAAPR%2CqBAKI%2CcAGI%3BAAPR%2CyBAII%2CcAGI%3BEACI%2CeAAA%3BEACA%2CaAAa%2CmBAAb%3B%3BAAKZ%3BEACI%2CkBAAA%3BEb6PJ%2CgBAAA%3BEazPI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEboPA%2CgBAAA%3B%3BAapPA%2CYAOI%3BEb6OJ%2C6BAAA%3B%3BAapPA%2CYAYI%3BEACI%2CmBAAA%3B%3BAAIR%2CqBACI%3BEACI%2CcAAA%3B%3BAAIR%2CGAAG%3BEACC%2CgBAAA%3B%3BAAGJ%2CqBACI%2CaACI%2CaACI%2C%2BBACI%2CiBACI%3BEACI%2CmBAAA%3B%3BAANxB%2CqBACI%2CaACI%2CaACI%2C%2BBACI%2CiBAKI%2CSACI%3BEACI%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3B%3BAAjB5B%2CqBACI%2CaACI%2CaACI%2C%2BBACI%2CiBAKI%2CSACI%2COASI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAArBhC%2CqBA8BI%2CaACI%2CQAAO%3BEACH%2CcAAA%3B%3BAAKZ%2CIACI%2CsBACI%2CaACI%2CkBACI%2CeACI%2CMAAK%2CsBACD%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3BAAS5B%2CqBACI%2CaAAY%3BAADhB%2CqBAEI%3BEACC%2C8BAAA%3B%3BAAIL%2CqBACI%3BEACI%2C0BAAA%3B%3BAAIR%2CqBACI%2CWAAW%2CUACP%2CiBACI%2CgBACI%2COAAM%2COAEF%3BAANpB%2CqBACI%2CWAAW%2CUACP%2CiBACI%2CgBACI%2COAAM%2COAGF%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAOxB%2CqBAAsB%2C4BAA2B%2CYAAa%2CcAAc%3BEACxE%2CyBAAA%3B%3BAAEJ%2CqBAAqB%2CcAAe%3BEAChC%2C2BAAA%3B%3BAAEJ%2CyBAA0B%2CIAAG%2CaAAc%3BEACvC%2CmBAAA%3B%3BAAEJ%2CqBAAsB%2CwBAAwB%2CuBAAuB%2COAAM%3BEACvE%2CwBAAA%3B%3BAAEJ%2CqBAAqB%2CcAAe%3BEAChC%2C2BAAA%3B%3BAAEJ%2CqBAAsB%2CwBAAwB%2CuBAAuB%2COAAM%3BEACvE%2CwBAAA%3B%3BAAEJ%2CqBAAsB%2CWAAW%2CUAAU%2COAAM%2COAAQ%2COAAM%2CiCAAkC%2CMAAK%3BAACrG%2CqBAAsB%2CWAAW%2CUAAU%2COAAM%2CiCAAkC%2CMAAK%3BAACxF%2CqBAAsB%2CWAAW%2CUAAU%2COAAM%2CiCAAkC%2CMAAK%3BAACxF%2CqBAAsB%2CaAAa%2C2BAA2B%2CQAAQ%2COAAM%2CiCAAkC%2CMAAK%3BAACnH%2CqBAAsB%2CaAAa%2C2BAA2B%2CQAAQ%2COAAM%2CiCAAkC%2CMAAK%3BAACnH%2CqBAAsB%2CWAAW%2CUAAU%2C0BAA0B%2COAAM%2CmBAAoB%2CMAAK%3BAACpG%2CqBAAsB%2CWAAW%2CUAAU%2C0BAA0B%2COAAM%2CmBAAoB%2CMAAK%3BEACjG%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CqBAAsB%2C4BAA2B%2CYAAa%2CcAAc%3BEACxE%2CyBAAA%3B%3BAAEJ%2CqBAAqB%2CcAAe%3BEAChC%2C2BAAA%3B%3BAAEJ%2CyBAA0B%2CIAAG%2CaAAc%3BEACvC%2CmBAAA%3B%3BAAEJ%2CqBAAsB%2CwBAAwB%2CuBAAuB%2COAAM%3BEACvE%2CwBAAA%3B%3BAAGJ%2CkBAAmB%2CgBAAgB%2CSAAQ%3BEACvC%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CWAAA%3B%3BAAEJ%2CqBAAsB%2CWAAW%2CUAAU%2CMAAK%2CWAAY%2CUAAU%2CiBAAiB%3BEACnF%2CgBAAA%3B%3BAAEJ%2CYAAa%3BAAAa%2CYAAa%3BAAAwB%2CYAAa%3BEACxE%2CuBAAA%3B%3BAAEJ%2CIAAK%2CsBAAsB%3BEACvB%2CyBAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CaAAA%3B%3BAAEJ%2CqBAAuB%2CQAAO%2CQAAS%3BEACnC%2CuBAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CqBAAsB%2COAAO%2CQAAO%2CQAAS%2CuBAAuB%2COAAM%3BEACtE%2CwBAAA%3B%3BAAEJ%2CqBAAsB%2CaAAY%3BEAC9B%2CgBAAA%3B%3BAAEJ%2CqBAAsB%2COAAM%2CYAAY%2CaAAc%3BEAClD%2CwBAAA%3B%3BAAEJ%2CIAAI%2CqBAAsB%2CQAAO%2CQAAS%3BEACtC%2CwBAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CgBAAA%3B%3BAAEJ%2CkBACI%2CgBACI%2CSAAQ%3BEACJ%2COAAO%2CiBAAP%3B%3BAAIZ%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAJJ%2CUAKI%3BEACI%2CeAAA%3B%3BAANR%2CUAQI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAbR%2CUAeI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAjBR%2CUAeI%2CUAGI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAACA%2CUAbR%2CUAGI%2CEAUK%3BEACG%2CgBAAgB%2CsDAAhB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3B%3BAApChB%2CUAwCI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGR%2CyBACI%3BEACI%2CaAAA%3B%3BAAWZ%2CwBAN0C%3BEACtC%3BEACA%2CqBAAsB%2CaAAa%3BIAC%5C%2FB%2CWAAA%3B%3B%3BAAGR%2CYAAa%3BEACT%2CwBAAA%3B%3BAAEA%2CqBAAsB%2CQAAO%3BEACzB%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CqBAAsB%2CwBAAwB%2CuBAAuB%3BEACnE%2CaAAA%3B%3BAAGF%2CqBAAsB%2CwBAAwB%2CuBAAuB%3BEACnE%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CGAAG%2C6BAA8B%3BEAC7B%2CsBAAA%3BEACA%2CaAAA%3B%3BAAED%2CqBAAsB%2CaAAa%3BEAClC%2CaAAA%3B%3BAAEF%3BEACE%2CgCAAA%3B%3BAAEJ%2CyBAA0B%3BEACtB%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CkCAAA%3BEACA%2CwBAAA%3BEACA%2CoCAAA%3B%3BAAEJ%2CyBAA0B%2COAAM%3BEAC5B%2CyBAAA%3B%3BAAEJ%2CyBAA0B%2CQAAO%3BEAC9B%2CmBAAA%3BEACA%2CqBAAA%3BEACC%2CqCAAA%3B%3BAAEJ%2CqBAAsB%2CWAAW%2CUAAU%2CMAAK%2CWAAY%2CUAAU%2CiBAAiB%2CSAAS%3BEAC7F%2CkBAAA%3B%3BAAEH%2CqBAAsB%2CQAAO%2CQAAS%3BEAClC%2CWAAA%3B%3BAAGJ%2C6BAA8B%3BAAC9B%2C6BAA8B%2CEAAC%3BEAC3B%2CeAAA%3B%3BAAEJ%2CeAAgB%2CeAAe%2CiBAAiB%2CWAAW%3BEACvD%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CsBAAA%3B%3BAAEJ%2CYAAa%2CuBAAsB%2CcAAe%2CmBAAkB%3BEAChE%2CWAAA%3B%3BAAEJ%2C2BAA4B%2CEAAC%3BEACzB%2CeAAA%3B%3BAAEJ%2C2BAA4B%2CsBAC5B%2C4BAA4B%2CEAAC%3BEACzB%2CeAAA%3B%3BAAEJ%2C2BAA4B%2CMAAM%2CsBAAsB%3BEACpD%2CeAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CqBAAsB%2CQAAO%2CQAAS%3BEAClC%2CsBAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CIAAK%2CsBAAsB%2CaAAa%2CQAAO%3BEAC3C%2CyBAAA%3B%3BAAuER%2CQArE6B%3BEAEzB%2CqBAAsB%2CWAAW%2CUAAU%2CiBAAiB%2CMAAK%2CYAAY%2CQAAS%2CQAAK%3BIACvF%2CgBAAA%3B%3BEAEJ%2CqBAAsB%2CaAAa%2CqBAAqB%2CeAAe%3BIACnE%2C0BAAA%3B%3BEAEJ%2CqBAAsB%2CmBAAmB%2CgBAAgB%3BIACrD%2CeAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CqBAAsB%2CcAAc%3BIAChC%2CuBAAA%3B%3BEAEJ%2CqBAAsB%2CWAAW%2CUAAU%2CiBAAiB%2CgBAAgB%2CiBAAiB%3BIACzF%2CsBAAA%3BIACA%2CyBAAA%3B%3BEAEJ%2CuBAAwB%2COAAM%2COAAO%3BIACjC%2CsBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CqBAAsB%2CWAAW%2CUAAU%2CiBAAiB%2CgBAAgB%3BIACxE%2CUAAA%3B%3BEAEJ%2CqBAAsB%2CWAAW%2CUAAU%2COAAO%3BEAAO%2CqBAAsB%2CWAAW%2CUAAU%2COAAO%3BIACvG%2CqBAAA%3B%3BEAEJ%3BIACI%2CgCAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CeAAgB%2CeAAe%2CiBAAiB%2CWAAW%3BIAEvD%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2C2BAAA%3B%3BEAEJ%2CeAAgB%2CeAAe%2CiBAAiB%2CSAAS%3BIACrD%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CqBAAsB%2CWAAW%2CUAAU%2CMAAK%2CWAAY%2CUAAU%2CiBAAiB%2CSAAS%3BIAC5F%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CqBAAsB%2CWAAW%2CUAAU%2CMAAK%2CWAAY%2CUAAU%2CiBAAiB%3BIACvF%2CsBAAA%3B%3BEAEA%2CqBAAsB%2CWAAW%2CUAAU%2CMAAK%2CWAAY%2CUAAU%2CiBAAiB%3BIACvF%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CqBAAsB%2CWAAW%2CUAAU%2CiBAAiB%2CgBAAgB%2CiBAAiB%3BIAC7F%2CkCAAA%3B%3BEAEA%2CqBAAsB%2CaAAa%2CaAAa%2C%2BBAA%2BB%2CiBAAiB%3BEAC9F%2C8BAA%2BB%3BIAC7B%2CWAAA%3B%3B%3BAAsPR%2CoBAEI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAJR%2CoBAEI%2CoBAII%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAVZ%2CoBAEI%2CoBAII%2CYAMI%3BEACI%2CasE3qBa%2CqBtE2qBb%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAMhB%2CoBACI%2CMACI%3BEACI%2CiBAAA%3B%3BAAHZ%2CoBAOI%3BEACI%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C0BAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CasEnsBsB%2CmBtEmsBtB%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAnBR%2CoBAOI%2CGAcI%2CKAAI%3BEACA%2CiBAAA%3B%3BAAIA%2CoBAnBR%2CGAkBK%2CIACI%3BEACG%2CkBAAA%3B%3BAAQA%2CoBAHZ%2CMACK%2CKACG%2CKACK%3BEACG%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAJJ%2CoBAHZ%2CMACK%2CKACG%2CKACK%2CKAMG%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAATR%2CoBAHZ%2CMACK%2CKACG%2CKACK%2CKAYG%3BEACI%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAjBR%2CoBAHZ%2CMACK%2CKACG%2CKACK%2CKAYG%2CsBAOI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CasE5uBE%2CmBtE4uBF%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAzBZ%2CoBAHZ%2CMACK%2CKACG%2CKACK%2CKAYG%2CsBAOI%2CmBAQI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CoBArC5B%2CMACK%2CKACG%2CKACK%2CKAYG%2CsBAOI%2CmBAQI%2CEAOK%3BEACG%2CqBAAA%3B%3BAAnCpB%2CoBAHZ%2CMACK%2CKACG%2CKACK%2CKAYG%2CsBA4BI%3BEACI%2CmBAAA%3B%3BAAzCZ%2CoBAHZ%2CMACK%2CKACG%2CKACK%2CKAYG%2CsBAgCI%3BEACI%2C0BAAA%3BEACA%2CcAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3B%3BAAhDZ%2CoBAHZ%2CMACK%2CKACG%2CKACK%2CKAYG%2CsBAgCI%2CcAMI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAArDhB%2CoBAHZ%2CMACK%2CKACG%2CKACK%2CKAYG%2CsBAgCI%2CcAYI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAShB%2CoBAtEZ%2CMACK%2CKAmEG%2CKAEK%3BAACD%2CoBAvEZ%2CMACK%2CKAmEG%2CKAGK%3BEACG%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CoBAtEZ%2CMACK%2CKAmEG%2CKAEK%2CMAMG%3BAALJ%2CoBAvEZ%2CMACK%2CKAmEG%2CKAGK%2CSAKG%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3B%3BAARR%2CoBAtEZ%2CMACK%2CKAmEG%2CKAEK%2CMAWG%3BAAVJ%2CoBAvEZ%2CMACK%2CKAmEG%2CKAGK%2CSAUG%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAMR%2CoBA1FZ%2CMACK%2CKAwFG%2CKACK%3BEACG%2CaAAA%3B%3BAAKJ%2CoBAhGZ%2CMACK%2CKA8FG%2CKACK%3BEACG%2CaAAA%3B%3BAAjIpB%2CoBAuII%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CKAAC%3BEACG%2CqBAAA%3BEACA%2CYAAA%3B%3BAAIQ%2CKANX%2CUAIG%2CMACK%2CKACI%3BEACG%2CkBAAA%3B%3BAADJ%2CKANX%2CUAIG%2CMACK%2CKACI%2CQAGG%3BAAHJ%2CKANX%2CUAIG%2CMACK%2CKACI%2CQAIG%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEAEA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CKA9BnB%2CUAIG%2CMACK%2CKACI%2CQAGG%2CEAqBK%3BAAAD%2CKA9BnB%2CUAIG%2CMACK%2CKACI%2CQAIG%2COAoBK%3BEACG%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CKApCvB%2CUAIG%2CMACK%2CKACI%2CQAGG%2CEAqBK%2CMAMI%3BAAAD%2CKApCvB%2CUAIG%2CMACK%2CKACI%2CQAIG%2COAoBK%2CMAMI%3BEACG%2CcAAA%3B%3BAASpB%2CKA9CP%2CUA6CG%2CMACK%3BEACG%2CaAAA%3BEACA%2CYAAA%3B%3BAAOhB%2CoBACI%3BEACI%2CgBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGI%2CoBARR%2CcAOI%2CSACK%3BEACG%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAjBhB%2CoBACI%2CcAoBI%2CgBACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAzBhB%2CoBACI%2CcAoBI%2CgBACI%2COAKI%3BEAEI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAAhCpB%2CoBACI%2CcAoCI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAxCZ%2CoBACI%2CcAoCI%2CaAKI%3BAA1CZ%2CoBACI%2CcAoCI%2CaAMI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAKJ%2CoBAlDR%2CcAiDI%2COACK%2COACG%3BEAEI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAzDpB%2CoBACI%2CcA6DI%3BEACI%2CmBAAA%3B%3BAAIA%2CoBAlER%2CcAiEI%2COACK%2CSACG%3BEACI%2CwBAAA%3B%3BAAGJ%2CoBAvEZ%2CcAiEI%2COACK%2CSAKI%2COACG%3BEACI%2CyBAAA%3B%3BAAFR%2CoBAvEZ%2CcAiEI%2COACK%2CSAKI%2COACG%2CSAGI%2COACI%3BEACI%2CaAAA%3B%3BAANhB%2CoBAvEZ%2CcAiEI%2COACK%2CSAKI%2COACG%2CSASI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAbZ%2CoBAvEZ%2CcAiEI%2COACK%2CSAKI%2COACG%2CSASI%2CiBAKI%3BEACI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CasEp9BF%2CmBtEo9BE%3BEACA%2CsBAAA%3B%3BAA3BpB%2CoBAlER%2CcAiEI%2COACK%2CSAiCG%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAArCR%2CoBAlER%2CcAiEI%2COACK%2CSAiCG%2COAMI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CasE1%2BBK%2CgBtE0%2BBL%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAEA%2CoBAlHpB%2CcAiEI%2COACK%2CSAiCG%2COAMI%2COASK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CgBAAgB%2CiDAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAMR%2CoBA%5C%2FHhB%2CcAiEI%2COACK%2CSA4DG%2CUACK%2COACG%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAHR%2CoBA%5C%2FHhB%2CcAiEI%2COACK%2CSA4DG%2CUACK%2COAMG%2CSACI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CoBA5I5B%2CcAiEI%2COACK%2CSA4DG%2CUACK%2COAMG%2CSACI%2CMAMK%3BEACG%2CaAAA%3BEACA%2CgBAAA%3B%3BAAfhB%2CoBA%5C%2FHhB%2CcAiEI%2COACK%2CSA4DG%2CUACK%2COAoBG%2CiBACI%3BEACI%2CWAAA%3B%3BAAtBZ%2CoBA%5C%2FHhB%2CcAiEI%2COACK%2CSA4DG%2CUACK%2COAoBG%2CiBACI%2CSAGI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3B%3BAAUxB%2CoBAzKR%2CcAwKI%2CUACK%2CQACG%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CasE7iCU%2CmBtE6iCV%3B%3BAAEA%2CoBAvLhB%2CcAwKI%2CUACK%2CQACG%2CUAaK%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CoBA9LhB%2CcAwKI%2CUACK%2CQACG%2CUAoBK%3BEACG%2CaAAA%3B%3BAAtBZ%2CoBAzKR%2CcAwKI%2CUACK%2CQA0BG%2CGAAE%2CUAAU%3BEACR%2CaAAA%3B%3BAASZ%2CqBADJ%2CQACK%3BEACG%2CYAAA%3B%3BAADJ%2CqBADJ%2CQACK%2CQAGG%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAPR%2CqBADJ%2CQACK%2CQAGG%2CaAMI%3BEACI%2CWAAA%3B%3BAAVZ%2CqBADJ%2CQACK%2CQAGG%2CaAMI%2CaAGI%3BEACI%2CqBAAA%3B%3BAAfxB%2CqBAsBI%2CaACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAEA%2CqBAPR%2CaACI%2CwBAMK%3BEACG%2CSAAS%2C0BAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3B%3BAAlChB%2CqBAsBI%2CaAgBI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAA9CZ%2CqBAsBI%2CaAgBI%2CaAUI%3BEAEI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAIA%2CqBAzCZ%2CaAgBI%2CaAwBI%2CMACK%3BEACG%2CeAAA%3BEACA%2CUAAA%3B%3BAAFJ%2CqBAzCZ%2CaAgBI%2CaAwBI%2CMACK%2CsBAIG%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3B%3BAAPR%2CqBAzCZ%2CaAgBI%2CaAwBI%2CMACK%2CsBAIG%2C2BAKI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAZZ%2CqBAzCZ%2CaAgBI%2CaAwBI%2CMACK%2CsBAIG%2C2BAKI%2COAKI%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAxBhB%2CqBAzCZ%2CaAgBI%2CaAwBI%2CMACK%2CsBAIG%2C2BAKI%2COAkBI%3BEACI%2CWAAA%3B%3BAA5BhB%2CqBAzCZ%2CaAgBI%2CaAwBI%2CMACK%2CsBAIG%2C2BAKI%2COAkBI%2CSAGI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAAEA%2CqBApFhC%2CaAgBI%2CaAwBI%2CMACK%2CsBAIG%2C2BAKI%2COAkBI%2CSAGI%2CMAaK%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAA7CxB%2CqBAzCZ%2CaAgBI%2CaAwBI%2CMACK%2CsBAIG%2C2BAKI%2COAkBI%2CSAsBI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CqBAvGhC%2CaAgBI%2CaAwBI%2CMACK%2CsBAIG%2C2BAKI%2COAkBI%2CSAsBI%2COAaK%3BEACG%2CUAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CqBA9GxB%2CaAgBI%2CaAwBI%2CMACK%2CsBAIG%2C2BAKI%2COA4DK%2COACG%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CqBApHhC%2CaAgBI%2CaAwBI%2CMACK%2CsBAIG%2C2BAKI%2COA4DK%2COACG%2COAKK%3BEACG%2CaAAA%3B%3BAAPZ%2CqBA9GxB%2CaAgBI%2CaAwBI%2CMACK%2CsBAIG%2C2BAKI%2COA4DK%2COAWG%3BEACI%2CWAAA%3B%3BAAZR%2CqBA9GxB%2CaAgBI%2CaAwBI%2CMACK%2CsBAIG%2C2BAKI%2COA4DK%2COAWG%2COAGI%3BEACI%2CWAAA%3B%3BAAGJ%2CqBAhIhC%2CaAgBI%2CaAwBI%2CMACK%2CsBAIG%2C2BAKI%2COA4DK%2COAWG%2COAOK%3BEACG%2CaAAA%3B%3BAAUxB%2CqBA3IZ%2CaAgBI%2CaA0HI%2CMACK%3BEACG%2CeAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAALJ%2CqBA3IZ%2CaAgBI%2CaA0HI%2CMACK%2CWAOG%3BEACI%2CgBAAA%3B%3BAARR%2CqBA3IZ%2CaAgBI%2CaA0HI%2CMACK%2CWAWG%3BEACI%2CWAAA%3B%3BAAZR%2CqBA3IZ%2CaAgBI%2CaA0HI%2CMACK%2CWAWG%2COAGI%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAtBZ%2CqBA3IZ%2CaAgBI%2CaA0HI%2CMACK%2CWAWG%2COAcI%3BEACI%2CWAAA%3B%3BAA1BZ%2CqBA3IZ%2CaAgBI%2CaA0HI%2CMACK%2CWAWG%2COAcI%2CSAGI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CqBAhL5B%2CaAgBI%2CaA0HI%2CMACK%2CWAWG%2COAcI%2CSAGI%2CMASK%3BEACG%2CUAAA%3BEACA%2CgBAAA%3B%3BAAvCpB%2CqBA3IZ%2CaAgBI%2CaA0HI%2CMACK%2CWAWG%2COAcI%2CSAkBI%3BEACI%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAnNhC%2CqBAsBI%2CaAgBI%2CaAoLI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAA%5C%2FNhB%2CqBAsBI%2CaAgBI%2CaAoLI%2C%2BBAOI%2CiBACI%3BEACI%2CWAAA%3B%3BAAnOxB%2CqBAsBI%2CaAgBI%2CaAoLI%2C%2BBAOI%2CiBAKI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CqBAjOpB%2CaAgBI%2CaAoLI%2C%2BBAOI%2CiBAKI%2COAiBK%3BEACG%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAA3P5B%2CqBAsBI%2CaA4OI%3BEACI%2CiBAAA%3B%3BAAnQZ%2CqBAsBI%2CaA4OI%2CqBAGI%3BEACI%2CYAAA%3BEAEA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAzQhB%2CqBAsBI%2CaA4OI%2CqBAGI%2CeAMI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FQpB%2CqBAsBI%2CaA4OI%2CqBAGI%2CeAMI%2CmBAMI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEAEA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FRxB%2CqBAsBI%2CaA4OI%2CqBAGI%2CeAMI%2CmBAuBI%3BEAEI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAvSxB%2CqBAsBI%2CaA4OI%2CqBAGI%2CeAMI%2CmBAuBI%2CoBAOI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAA5S5B%2CqBAsBI%2CaA4OI%2CqBAGI%2CeAMI%2CmBAuBI%2CoBAaI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAAOJ%2CqBAlSpB%2CaA4OI%2CqBAGI%2CeAMI%2CmBA4CI%2CSACK%3BEACG%2CyBAAA%3B%3BAAzT5B%2CqBAsBI%2CaA4OI%2CqBAGI%2CeAMI%2CmBAkDI%3BEACI%2CqBAAA%3B%3BAAIA%2CqBA5SpB%2CaA4OI%2CqBAGI%2CeAMI%2CmBAsDI%2CSACK%2CQACG%3BEACI%2CaAAA%3B%3BAAFR%2CqBA5SpB%2CaA4OI%2CqBAGI%2CeAMI%2CmBAsDI%2CSACK%2CQAKG%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAWpB%2CqBAFR%2CiBACI%2COACK%3BEACG%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CasEl6Cc%2CmBtEk6Cd%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CSAAA%3B%3BAAEA%2CqBAjBZ%2CiBACI%2COACK%2CSAeI%3BEACG%2CaAAA%3B%3BAAvWpB%2CqBA6WI%2CgCACI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CaAAa%2CMAAO%3BEAChB%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CUAAA%3B%3BAAGJ%2CgBACI%2CgBAEI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAALZ%2CgBACI%2CgBAEI%2CsBAII%3BEACI%2CoBAAA%3B%3BAARhB%2CgBACI%2CgBAEI%2CsBAQI%3BEAEI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAApBhB%2CgBACI%2CgBAuBI%3BEACI%2CeAAA%3B%3BAAzBZ%2CgBA6BI%3BEACI%2CyBAAA%3B%3BAA9BR%2CgBA6BI%2CiBAGI%3BEACI%2CYAAA%3B%3BAAjCZ%2CgBA6BI%2CiBAGI%2CSAGI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEAEA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CgBAzBZ%2CiBAGI%2CSAGI%2COAmBK%3BEACG%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAASZ%2CeADH%2CuBACI%2CcACG%3BEAEI%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CasElhDa%2CqBtEkhDb%3B%3BAAEA%2CeAbX%2CuBACI%2CcACG%2CeAWK%3BEACG%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAhBZ%2CeADH%2CuBACI%2CcAoBG%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAtBR%2CeADH%2CuBACI%2CcAoBG%2CeAII%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAA3BZ%2CeADH%2CuBACI%2CcAoBG%2CeAII%2CsBAKI%2CSACI%3BEACI%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAlCpB%2CeADH%2CuBACI%2CcAoBG%2CeAmBI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3B%3BAA9CZ%2CeADH%2CuBACI%2CcAoBG%2CeAmBI%2CiBASI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CasE5jDM%2CmBtE4jDN%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeA5DnB%2CuBACI%2CcAoBG%2CeAmBI%2CiBASI%2COAWK%3BEACG%2CaAAA%3B%3BAAS5B%3BEACI%2CgBAAA%3B%3BAAGJ%2C%2BBACI%3BEACI%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3B%3BAALR%2C%2BBACI%2C4BAMI%3BEACI%2CoBAAA%3B%3BAARZ%2C%2BBACI%2C4BAUI%3BEAEI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAlBZ%2C%2BBAsBI%3BEACI%2CqBAAA%3B%3BAAMA%2CyBADJ%2CQACK%3BEACG%2CkBAAA%3B%3BAADJ%2CyBADJ%2CQACK%2CKAGG%2CiBACI%3BEACI%2CWAAA%3B%3BAALZ%2CyBADJ%2CQACK%2CKASG%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMhB%2C6BACI%3BEAEI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAIR%2C6BAA8B%2CMAAK%2CcAAc%2CIAAI%2CUAAW%2CQAAK%3BAACrE%2C6BAA8B%2CMAAK%2CcAAc%2CQAAS%2CQAAK%3BEAC3D%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C6BAA8B%2CMAAK%2CcAAc%2CIAAI%2CUAAW%3BAAChE%2C6BAA8B%2CMAAK%2CcAAc%2CQAAS%3BEACtD%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIJ%2C6BAA8B%2CMAAK%2CcAAc%2CIAAI%3BAACrD%2C6BAA8B%2CMAAK%2CcAAc%3BEAC7C%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAIJ%2C6BAA8B%2CMAAK%2CcAAc%2CQAAS%2CQAAK%3BEAC3D%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAAKJ%2C8BAA%2BB%2CMAAK%2CcAAc%2CIAAI%2CUAAW%3BAACjE%2C8BAA%2BB%2CMAAK%2CcAAc%2CQAAS%3BEACvD%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIJ%2C8BAA%2BB%2CMAAK%2CcAAc%2CIAAI%3BAACtD%2C8BAA%2BB%2CMAAK%2CcAAc%3BEAC9C%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2CUAAU%2COAAM%2COAAQ%2COAAM%2CiCAAkC%2CMAAK%3BAACtG%2CqBAAsB%2CWAAW%2CUAAU%2COAAM%2CiCAAkC%2CMAAK%3BAACxF%2CqBAAsB%2CWAAW%2CUAAU%2COAAM%2CiCAAkC%2CMAAK%3BAACxF%2CqBAAsB%2CaAAa%2C2BAA2B%2CQAAQ%2COAAM%2CiCAAkC%2CMAAK%3BAACnH%2CqBAAsB%2CaAAa%2C2BAA2B%2CQAAQ%2COAAM%2CiCAAkC%2CMAAK%3BAACnH%2CqBAAsB%2CWAAW%2CUAAU%2C0BAA0B%2COAAM%2CmBAAoB%2CMAAK%3BAACpG%2CqBAAsB%2CWAAW%2CUAAU%2C0BAA0B%2COAAM%2CmBAAoB%2CMAAK%3BEAChG%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CwBAAyB%2C0BAA0B%3BEAC%5C%2FC%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C6BACI%3BEACI%2CWAAA%3B%3BAAFR%2C6BACI%2CUAGI%3BEACI%2CeAAA%3B%3BAALZ%2C6BACI%2CUAGI%2CsBAGI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAVhB%2C6BACI%2CUAGI%2CsBAGI%2COAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAhBpB%2C6BACI%2CUAGI%2CsBAGI%2COAYI%3BAAnBhB%2C6BACI%2CUAGI%2CsBAGI%2COAaI%3BEACI%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C6BA1BZ%2CUAGI%2CsBAGI%2COAoBK%2COACG%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAALR%2C6BA1BZ%2CUAGI%2CsBAGI%2COAoBK%2COAQG%3BEACI%2CWAAA%3B%3BAATR%2C6BA1BZ%2CUAGI%2CsBAGI%2COAoBK%2COAQG%2COAGI%3BEACI%2CaAAA%3B%3BAAZZ%2C6BA1BZ%2CUAGI%2CsBAGI%2COAoBK%2COAgBG%3BEACI%2CaAAA%3B%3BAA5CxB%2C6BACI%2CUAGI%2CsBAGI%2COAyCI%3BEACI%2CWAAA%3B%3BAAjDpB%2C6BAuDI%2CgCACI%2CiBACI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2C6BAdZ%2CgCACI%2CiBACI%2COAYK%3BEACG%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAOpB%2CqBACI%3BEACI%2CaAAA%3B%3BAAFR%2CqBAKI%3BAALJ%2CqBAMI%3BEACI%2CaAAA%3B%3BAAPR%2CqBAUI%3BEACI%2CaAAA%3BEACA%2CwBAA%2BC%2CqDAA%5C%2FC%3B%3BAAIA%2CqBADJ%2COACK%3BEACG%2CaAAA%3B%3BAASI%2CeAHX%2C2BACG%2CsBACK%2CMACI%3BEACG%2CiBAAA%3B%3BAAMR%2CeAVP%2C2BASG%2CMACK%3BEAEG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3B%3BAAOZ%2CKAAC%2CcACG%3BEACI%2CkBAAA%3B%3BAAFR%2CKAAC%2CcAKG%3BEACI%2CmBAAA%3B%3BAANR%2CKAAC%2CcASG%2CcACI%2CiBAKI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAlBhB%2CKAAC%2CcAuBG%3BEACI%2CYAAA%3B%3BAAOJ%2CcADJ%2COACK%3BEACG%2CUAAA%3B%3BAADJ%2CcADJ%2COACK%2CSAGG%2COACI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEAEA%2C0BAAA%3B%3BAARZ%2CcADJ%2COACK%2CSAYG%2CSACI%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAjBZ%2CcADJ%2COACK%2CSAqBG%2CiBACI%3BEACI%2CgBAAA%3B%3BAAvBZ%2CcADJ%2COACK%2CSAqBG%2CiBACI%2CSAGI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2C%2BBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CcAvCpB%2COACK%2CSAqBG%2CiBACI%2CSAGI%2COAaK%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAS5B%2C%2BBACI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAIR%2C%2BBACI%3BEACI%2CUAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAIR%2CkBAAmB%3BEACf%2CeAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CkBAAmB%2CeAAe%2CSAAO%3BEACrC%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CkBAAmB%2CcAAc%2CMAAM%3BAACvC%2CkBAAmB%2CcAAc%2CMAAM%3BEACnC%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CkBAAmB%2CcAAc%2CMAAM%3BAACvC%2CkBAAmB%2CcAAc%2CMAAM%3BEACnC%2CuBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CqBACI%2CaACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAALZ%2CqBACI%2CaAOI%3BEACI%2C0BAAA%3B%3BAATZ%2CqBACI%2CaAWI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAAfZ%2CqBACI%2CaAWI%2C2BAKI%3BEACI%2CUAAA%3B%3BAAlBhB%2CqBACI%2CaAWI%2C2BAKI%2COAGI%2CMACI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAvBxB%2CqBACI%2CaAWI%2C2BAKI%2COAUI%3BAA3BhB%2CqBACI%2CaAWI%2C2BAKI%2COAWI%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CqBAlChB%2CaAWI%2C2BAKI%2COAUI%2CMAQK%3BAAAD%2CqBAlChB%2CaAWI%2C2BAKI%2COAWI%2COAOK%3BEACG%2CaAAA%3BEACA%2CgBAAA%3B%3BAArCxB%2CqBACI%2CaAWI%2C2BA8BI%2CQACI%3BEACI%2CaAAA%3B%3BAA5CpB%2CqBACI%2CaAWI%2C2BA8BI%2CQAKI%3BEACI%2CWAAA%3B%3BAAhDpB%2CqBACI%2CaAWI%2C2BA8BI%2CQASI%3BEACI%2CaAAA%3B%3BAApDpB%2CqBACI%2CaAwDI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3B%3BAA3DZ%2CqBACI%2CaAwDI%2CcAII%3BEACI%2CSAAA%3B%3BAA9DhB%2CqBACI%2CaAwDI%2CcAQI%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CqBAzEZ%2CaAwDI%2CcAQI%2CqBASK%3BEACG%2CmBAAA%3B%3BAA3EpB%2CqBACI%2CaAwDI%2CcAsBI%3BEACI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CqBAvFZ%2CaAwDI%2CcAsBI%2CmBASK%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3B%3BAA1FpB%2CqBACI%2CaA8FI%2CUACI%2COACI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAvGpB%2CqBA8GI%3BEACI%2CmBAAA%3B%3BAA%5C%2FGR%2CqBA8GI%2CwBAGI%2CuBACI%3BEACI%2CasEllEc%2CmBtEklEd%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAEA%2CqBAxBZ%2CwBAGI%2CuBACI%2COAoBK%3BEACG%2CaAAA%3B%3BAAvIpB%2CqBA6II%3BEACI%2CeAAA%3B%3BAA9IR%2CqBA6II%2CmBAGI%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CqBAdR%2CmBAGI%2CmBAWK%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAMhB%2CYAAa%3BEACT%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CYAAa%2CuBAAsB%3BEAC%5C%2FB%2CqBAAA%3B%3BAAGJ%2CYAAa%2CuBAAsB%2CcAAc%3BEAC7C%2CmBAAA%3B%3BAAGJ%2CYAAa%2CuBAAuB%3BEAChC%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CYAAa%2CuBAAuB%3BEAChC%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2C%2BBAAgC%2CMAAM%3BEAClC%2CgBAAA%3B%3BAAGJ%2CKAAK%2CcAAe%2CiBAAiB%3BEACjC%2CaAAA%3B%3BAAIA%2CKADC%2CcAAe%2CiBAAiB%2CiBAChC%3BEACG%2CSAAS%2CQAAT%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CasE9rEsB%2CmBtE8rEtB%3BEACA%2C6BAAA%3BEACA%2CYAAA%3B%3BAAMR%2CoBAAqB%3BEACjB%2CgBAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CkBACI%2CgBACI%2CsBACI%3BEACI%2CaAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAARhB%2CkBACI%2CgBACI%2CsBACI%2CcAOI%3BAAVhB%2CkBACI%2CgBACI%2CsBACI%2CcAQI%3BEACI%2CmBAAA%3BEACA%2CUAAA%3B%3BAAOR%2CkBAnBR%2CgBAiBI%2CSAEM%3BAACF%2CkBApBR%2CgBAiBI%2CSAGM%3BEACE%2CYAAA%3B%3BAAtBhB%2CkBACI%2CgBAyBI%2CSAAQ%3BEACJ%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAA7BZ%2CkBACI%2CgBA%2BBI%2CGAAE%3BEACE%2C2BAAA%3BEACA%2CUAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3B%3BAApCZ%2CkBACI%2CgBA%2BBI%2CGAAE%2CaAME%3BEACI%2CmBAAA%3B%3BAAvChB%2CkBA4CI%2CcACI%2COACI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAlDhB%2CkBA4CI%2CcACI%2COACI%2CMAMI%3BEACI%2CgBAAA%3B%3BAArDpB%2CkBA4CI%2CcACI%2COAYI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAA7DhB%2CkBA4CI%2CcACI%2COAYI%2CQAMI%3BEACI%2CgBAAA%3B%3BAAOpB%3BEACI%2CcAAA%3B%3BAADJ%2CeAGI%3BEACI%2CYAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAGI%2CeARR%2CcAOI%2CSACK%3BEACG%2CcAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEAEA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAApBhB%2CeAGI%2CcAqBI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3B%3BAA1BZ%2CeAGI%2CcA0BI%3BEACI%2CiBAAA%3B%3BAA9BZ%2CeAGI%2CcA8BI%2COAAM%2CSACF%3BEACI%2CmBAAA%3B%3BAAMR%2CeADJ%2CMACK%3BEACG%2CWAAA%3BEACA%2CWAAA%3B%3BAAGI%2CeANZ%2CMACK%2CUAIG%2CMACK%3BEACG%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAHJ%2CeANZ%2CMACK%2CUAIG%2CMACK%2CKAKG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAATR%2CeANZ%2CMACK%2CUAIG%2CMACK%2CKAKG%2CcAMI%3BEACI%2CUAAA%3B%3BAAZZ%2CeANZ%2CMACK%2CUAIG%2CMACK%2CKAgBG%3BEACI%2CWAAA%3BEACA%2CgCAAA%3B%3BAAlBR%2CeANZ%2CMACK%2CUAIG%2CMACK%2CKAgBG%2CWAII%3BEACI%2C%2BBAAA%3B%3BAArBZ%2CeANZ%2CMACK%2CUAIG%2CMACK%2CKAyBG%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAA7BR%2CeANZ%2CMACK%2CUAIG%2CMACK%2CKAgCG%3BEACI%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAApCR%2CeANZ%2CMACK%2CUAIG%2CMACK%2CKAgCG%2CoBAMI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAA1F5B%2CeAkGI%3BEACI%2CeAAA%3B%3BAAGI%2CeAJR%2CeAGI%2COACK%3BEACG%2CWAAA%3B%3BAADJ%2CeAJR%2CeAGI%2COACK%2CSAGG%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAANR%2CeAJR%2CeAGI%2COACK%2CSAGG%2COAKI%3BEACI%2CcAAA%3B%3BAAEA%2CeAfpB%2CeAGI%2COACK%2CSAGG%2COAKI%2COAGK%3BEACG%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAdhB%2CeAJR%2CeAGI%2COACK%2CSAmBG%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAOpB%2CKAAK%2CcAAe%2CMAAM%2CMAAM%3BEAC5B%2CkBAAA%3BEACA%2C2BAAA%3B%3BAAIJ%2CsBACI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAANR%2CsBACI%2CeAOI%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAbZ%2CsBACI%2CeAeI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAKZ%2CoBACI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%2CWAAW%3B%3BEAEP%2CWAAA%3B%3BAAGJ%2CWAAW%3B%3BEAEP%2CWAAA%3B%3BAAGJ%2CWAAW%3B%3BEAEP%2CWAAA%3B%3BAAGJ%2CWAAW%3B%3BEAEP%2CWAAA%3B%3BAAGJ%3BEAEI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAADJ%2CwBAGI%3BEAEI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3B%3BAATR%2CwBAYI%3BEACI%2CasE7%2BEsB%2CmBtE6%2BEtB%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAIR%3BEAGI%2CaAAA%3BEACA%2CuBAAA%3B%3BAAJJ%2CiBAQI%2CGACI%3BEACI%2C0BAAA%3B%3BAAKZ%2CcACI%2CeAAc%3BEACV%2CaAAA%3B%3BAAIR%2CMAAO%2CSAAQ%2CcAAe%3BEAC1B%2CWAAA%3B%3BAAIJ%2CWAAW%3BEACP%2CUAAA%3B%3B%3BAAKJ%2CWAAW%3BEACP%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3B%3BAAIJ%2CWAAW%2CyBAAyB%3BEAChC%2CgBAAA%3B%3BAAGJ%2CKAAK%2CsBAAuB%2COAAM%2COAAO%3BEACrC%2C6BAAA%3B%3BAAGJ%2CkBACI%3BEACI%2CaAAA%3B%3BAAIR%2CMAAM%2CcAAc%2COAEhB%3BAADJ%2CMAAM%2CcACF%3BEACI%2CcAAA%3BEACA%2C2BAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CMATF%2CcAAc%2COAEhB%2COAOK%3BAAAD%2CMARF%2CcACF%2COAOK%3BEACG%2CaAAA%3B%3BAAVZ%2CMAAM%2CcAAc%2COAEhB%2COAWI%3BAAZR%2CMAAM%2CcACF%2COAWI%3BEAEI%2C0BAAA%3B%3BAAfZ%2CMAAM%2CcAAc%2COAmBhB%3BAAlBJ%2CMAAM%2CcAkBF%3BEACI%2CsBAAA%3B%3BAAKR%2CKAAK%2CcACD%2CKAAI%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAJR%2CKAAK%2CcAOD%2COAAM%3BEACF%2CkBAAA%3B%3BAARR%2CKAAK%2CcAOD%2COAAM%2CIAGF%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CSAAA%3B%3BAAhBZ%2CKAAK%2CcAOD%2COAAM%2CIAGF%2CaAQI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAxBhB%2CKAAK%2CcAOD%2COAAM%2CIAGF%2CaAQI%2CEAQI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAEA%2CKA%5C%2FBf%2CcAOD%2COAAM%2CIAGF%2CaAQI%2CEAQI%2CEAKK%3BEACG%2CWAAA%3B%3BAAhCxB%2CKAAK%2CcAOD%2COAAM%2CIA%2BBF%2CSAAQ%3BEACJ%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAA1CZ%2CKAAK%2CcAOD%2COAAM%2CIAsCF%3BEACI%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CmBACI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CaACI%3BEACI%2CaAAA%3B%3BAAIA%2CaADJ%2COACK%2CSACG%3BEACI%2CUAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAPR%2CaADJ%2COACK%2CSACG%2COAQI%3BEACI%2C0BAAA%3B%3BAAVZ%2CaADJ%2COACK%2CSACG%2COAQI%2COAGI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CaAnBZ%2COACK%2CSACG%2COAiBK%3BEACG%2CeAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAArBZ%2CaADJ%2COACK%2CSAyBG%3BEACI%2CiBAAA%3B%3BAA1BR%2CaADJ%2COACK%2CSAyBG%2CsBAGI%3BEACI%2CeAAA%3B%3BAA7BZ%2CaADJ%2COACK%2CSAyBG%2CsBAOI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAnCZ%2CaADJ%2COACK%2CSAyBG%2CsBAOI%2CiBAKI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CasEprFM%2CmBtEorFN%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CaAlDpB%2COACK%2CSAyBG%2CsBAOI%2CiBAKI%2COAYK%3BEACG%2CaAAA%3B%3BAAlDpB%2CaADJ%2COACK%2CSAwDG%3BEACI%2CyBAAA%3B%3BAAQR%2CkBADJ%2CQACK%3BEAEG%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAKJ%2CkBADJ%2CwBACK%3BEACG%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAHJ%2CkBADJ%2CwBACK%2CcAKG%3BEACI%2CyBAAA%3B%3BAANR%2CkBADJ%2CwBACK%2CcAKG%2CwBAGI%3BEACI%2CkBAAA%3B%3BAATZ%2CkBADJ%2CwBACK%2CcAKG%2CwBAGI%2CeAGI%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAbhB%2CkBADJ%2CwBACK%2CcAKG%2CwBAGI%2CeAGI%2CsBAII%3BEACI%2CaAAA%3B%3BAAhBpB%2CkBADJ%2CwBACK%2CcAKG%2CwBAGI%2CeAYI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAWZ%2CYAFR%2CSACI%2CwBACK%3BEACG%2CaAAA%3B%3BAAMhB%2CYAAa%2COAAM%2CcAAc%3BEAC7B%2C6BAAA%3B%3BAAKJ%2CUACI%2CGACI%2CSACI%3BEACI%2CWAAA%3B%3BAAJhB%2CUACI%2CGACI%2CSACI%2CEAGI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3B%3BAAfpB%2CUACI%2CGACI%2CSACI%2CEAeI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAzBpB%2CUACI%2CGACI%2CSACI%2CEAyBI%3BEACI%2CYAAA%3BEACA%2CUAAA%3B%3BAA9BpB%2CUACI%2CGACI%2CSAgCI%2CaAAY%3BAAlCxB%2CUACI%2CGACI%2CSAiCI%2CSAAQ%3BEACJ%2CaAAA%3B%3BAAMhB%2CaAAc%3BEACV%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CgBAAgB%2CcAAc%2CUAAS%2CQAAS%3BEACjE%2CkBAAA%3B%3BAAIJ%2CqBAAsB%2CaAAa%3BEAC%5C%2FB%2CaAAA%3B%3BAAGJ%2CqBAAsB%2CMAAK%3BEACvB%2CcAAA%3BEACA%2CasEh0FyB%2CgBtEg0FzB%3BEACA%2CeAAA%3B%3BAAGJ%2CqBAAsB%2CMAAK%3BEACvB%2CcAAA%3BEACA%2CasEt0FyB%2CgBtEs0FzB%3BEACA%2CeAAA%3B%3BAAGJ%2CqBAAsB%2CMAAK%3BEACvB%2CcAAA%3BEACA%2CasE50FyB%2CgBtE40FzB%3BEACA%2CeAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CcAAA%3BEACA%2CasEl1FyB%2CgBtEk1FzB%3BEACA%2CeAAA%3B%3BAAIJ%3BEACI%2CmBAAA%3B%3BAAGI%2CqBADJ%2CoBACK%3BEACG%2CQAAA%3B%3BAAKJ%2CqBADJ%2CUACK%3BEACG%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAZZ%2CqBAgBI%2CWACI%3BEACI%2CSAAA%3B%3BAAlBZ%2CqBAsBI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEAIA%2CiBAAA%3B%3BAAAA%2CwBAHyC%3BEAGzC%2CqBAPJ%3BIAKQ%2CeAAA%3B%3B%3BAA3BZ%2CqBAsBI%2CWASI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAApCZ%2CqBAsBI%2CWASI%2CiBAOI%3BEACI%2CgBAAA%3BEACA%2CasE53Fa%2CqBtE43Fb%3BEACA%2CeAAA%3B%3BAAzChB%2CqBAsBI%2CWASI%2CiBAaI%3BEACI%2CasE93Fc%2CmBtE83Fd%3BEACA%2CeAAA%3B%3BAA9ChB%2CqBAsBI%2CWA4BI%2CUACI%3BEACI%2CeAAA%3BEACA%2CasEz4Fa%2CqBtEy4Fb%3B%3BAAEA%2CqBAjCZ%2CWA4BI%2CUACI%2CGAIK%3BEACG%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAzDpB%2CqBAsBI%2CWA4BI%2CUAWI%3BEACI%2CeAAA%3BEACA%2CasEn5Fa%2CqBtEm5Fb%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAApEhB%2CqBAsBI%2CWA4BI%2CUAqBI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAIA%2CqBA1DZ%2CWA4BI%2CUA6BI%2CeACK%3BEACG%2CaAAA%3B%3BAAjFpB%2CqBAsBI%2CWA4BI%2CUAmCI%2COACI%3BEACI%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2CqBAAA%3B%3BAA5FpB%2CqBAsBI%2CWA4BI%2CUAmCI%2COAUI%3BAA%5C%2FFhB%2CqBAsBI%2CWA4BI%2CUAmCI%2COAWI%3BEACI%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CqBAnFhB%2CWA4BI%2CUAmCI%2COAUI%2CMAUK%3BAAAD%2CqBAnFhB%2CWA4BI%2CUAmCI%2COAWI%2COASK%3BEACG%2CgBAAA%3BEACA%2CaAAA%3B%3BAA3GxB%2CqBAsBI%2CWA4BI%2CUA8DI%3B%3BEAEI%2CUAAA%3BEACA%2CYAAA%3B%3BAAEA%2CqBA%5C%2FFZ%2CWA4BI%2CUA8DI%2COAKK%3BEACG%2CaAAA%3B%3BAAGJ%2CqBAnGZ%2CWA4BI%2CUA8DI%2COASK%2COACG%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAMR%2CqBA5GZ%2CWA4BI%2CUA%2BEI%2CMACK%3BEACG%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAHJ%2CqBA5GZ%2CWA4BI%2CUA%2BEI%2CMACK%2CWAKG%3BEACI%2CWAAA%3B%3BAANR%2CqBA5GZ%2CWA4BI%2CUA%2BEI%2CMACK%2CWASG%3BEACI%2CWAAA%3B%3BAAVR%2CqBA5GZ%2CWA4BI%2CUA%2BEI%2CMACK%2CWASG%2CUAGI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEA%2CqBA9HxB%2CWA4BI%2CUA%2BEI%2CMACK%2CWASG%2CUAGI%2CiBAMK%3BEACG%2CaAAA%3B%3BAAnBhB%2CqBA5GZ%2CWA4BI%2CUA%2BEI%2CMACK%2CWASG%2CUAGI%2CiBAUI%3BEACI%2CUAAA%3BEACA%2CSAAA%3B%3BAAxBhB%2CqBA5GZ%2CWA4BI%2CUA%2BEI%2CMACK%2CWASG%2CUAGI%2CiBAUI%2CSAII%3BEACI%2CeAAA%3B%3BAAEA%2CqBAzIhC%2CWA4BI%2CUA%2BEI%2CMACK%2CWASG%2CUAGI%2CiBAUI%2CSAII%2COAGK%3BEACG%2CaAAA%3B%3BAA9BxB%2CqBA5GZ%2CWA4BI%2CUA%2BEI%2CMACK%2CWASG%2CUAGI%2CiBAuBI%3BEACI%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAtChB%2CqBA5GZ%2CWA4BI%2CUA%2BEI%2CMACK%2CWASG%2CUAGI%2CiBAuBI%2CWAKI%3BEACI%2CasE%5C%2F%5C%2FFP%2CqBtE%2B%5C%2FFO%3BEACA%2CeAAA%3BEACA%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAEA%2CqBA7JhC%2CWA4BI%2CUA%2BEI%2CMACK%2CWASG%2CUAGI%2CiBAuBI%2CWAKI%2CEASK%3BEACG%2CyBAAA%3BEACA%2CYAAA%3B%3BAArLxC%2CqBAsBI%2CWA4BI%2CUA4II%2C%2BBACI%3BEACI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CasEphGU%2CmBtEohGV%3B%3BAAEA%2CqBA%5C%2FKhB%2CWA4BI%2CUA4II%2C%2BBACI%2CGAMK%3BEACG%2CgBAAA%3B%3BAAtMxB%2CqBAsBI%2CWA4BI%2CUA4II%2C%2BBACI%2CGAUI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAA3MxB%2CqBAsBI%2CWA4BI%2CUA8JI%2CUACI%3BEACI%2CcAAA%3B%3BAAlNpB%2CqBAsBI%2CWA4BI%2CUAoKI%2CiBACI%3BEACI%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3B%3BAAEA%2CqBA1MhB%2CWA4BI%2CUAoKI%2CiBACI%2CgBASK%3BEACG%2CmBAAA%3B%3BAAjOxB%2CqBAsBI%2CWA4BI%2CUAoKI%2CiBACI%2CgBAaI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CasExjGM%2CmBtEwjGN%3B%3BAAvOxB%2CqBAsBI%2CWA4BI%2CUAoKI%2CiBACI%2CgBAmBI%2CiBACI%3BEACI%2CWAAA%3B%3BAA5O5B%2CqBAsBI%2CWA4BI%2CUAoKI%2CiBACI%2CgBAmBI%2CiBACI%2CSAGI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CasEnkGF%2CmBtEmkGE%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA7PhC%2CqBAsBI%2CWA4BI%2CUAoKI%2CiBACI%2CgBAmBI%2CiBACI%2CSAqBI%3BEACI%2CcAAA%3BEACA%2CasEnlGF%2CmBtEmlGE%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3B%3BAA5QhC%2CqBAsBI%2CWA4BI%2CUAiOI%2CwBACI%2CUACI%2CSAAQ%2CcAAc%3BEAClB%2CkBAAA%3B%3BAAtRxB%2CqBAsBI%2CWA4BI%2CUAyOI%2CyBACI%2C0BACI%2CyBACI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CasEnnGE%2CmBtEmnGF%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAS5B%2CMAAM%3BEACF%2CWAAA%3B%3BAAGJ%2C8BAA8B%3BEAC1B%2CaAAA%3B%3BAAGJ%2C0BAA2B%2CmBAAkB%2CUAAU%2CGAAI%2C2BAA0B%3BEACjF%2C0BAAA%3B%3BAAGJ%2C0BAA2B%2CmBAAkB%2CUAAU%2CGAAI%3BEACvD%2CgBAAA%3B%3BAAKI%2CiBADH%2C0BACI%3BEACG%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAFJ%2CiBADH%2C0BACI%2CSAIG%2CYAAW%3BEACP%2C6BAAA%3BEACA%2C6BAAA%3BEACA%2C2BAAA%3B%3BAAPR%2CiBADH%2C0BACI%2CSAUG%3BEACI%2CuBAAA%3B%3BAAXR%2CiBADH%2C0BACI%2CSAUG%2COAGI%3BEACI%2C0BAAA%3B%3BAAdZ%2CiBADH%2C0BACI%2CSAkBG%3BEACI%2CasE3qGc%2CmBtE2qGd%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAArBR%2CiBADH%2C0BACI%2CSAkBG%2C8BAKI%3BEACI%2CsBAAA%3B%3BAASZ%2CwBADJ%2CMACK%3BEACG%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3B%3BAAJJ%2CwBADJ%2CMACK%2CcAMG%3BEACI%2CsBAAA%3B%3BAAPR%2CwBADJ%2CMACK%2CcAMG%2CsBAGI%3BEACI%2CsBAAA%3B%3BAAVZ%2CwBADJ%2CMACK%2CcAcG%3BEACI%2CUAAA%3B%3BAAfR%2CwBADJ%2CMACK%2CcAcG%2CiBAGI%3BEACI%2CWAAA%3B%3BAAWJ%2CKAHX%2CUACG%2CMACK%2CKACI%3BEACG%2CgBAAA%3B%3BAADJ%2CKAHX%2CUACG%2CMACK%2CKACI%2CQAGG%3BEACI%2CaAAA%3B%3BAAJR%2CKAHX%2CUACG%2CMACK%2CKACI%2CQAOG%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CasEvuGK%2CqBtEuuGL%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3B%3BAAEA%2CKA1BnB%2CUACG%2CMACK%2CKACI%2CQAOG%2CUAgBK%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAYR%2CKAzCf%2CUAsCG%2COACK%2CIACG%2CSACK%3BEACG%2CYAAA%3BEAEA%2CkBAAA%3B%3BAAHJ%2CKAzCf%2CUAsCG%2COACK%2CIACG%2CSACK%2CIAKG%3BEACI%2CqBAAA%3B%3BAANR%2CKAzCf%2CUAsCG%2COACK%2CIACG%2CSACK%2CIAKG%2CMAGI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAnBZ%2CKAzCf%2CUAsCG%2COACK%2CIACG%2CSACK%2CIAKG%2CMAiBI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEAEA%2CcAAA%3BEACA%2CasE1xGF%2CmBtE0xGE%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CKAhF3B%2CUAsCG%2COACK%2CIACG%2CSACK%2CIAKG%2CMAiBI%2CMAiBK%3BEACG%2CaAAA%3BEACA%2CgBAAA%3B%3BAAzChB%2CKAzCf%2CUAsCG%2COACK%2CIACG%2CSACK%2CIAKG%2CMAwCI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAUhC%2CeACI%3BEACI%2CmBAAA%3BEACA%2CUAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CiBAAA%3B%3BAAGI%2CeARR%2CcAOI%2CSACK%3BEACG%2CasE30Ga%2CqBtE20Gb%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAAfhB%2CeACI%2CcAkBI%3BEACI%2CasEl1GkB%2CmBtEk1GlB%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAtBZ%2CeACI%2CcAkBI%2CMAKI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3B%3BAA1BhB%2CeACI%2CcAkBI%2CMAUI%3BAA7BZ%2CeACI%2CcAkBI%2CMAWI%3BEACI%2C2BAAA%3BEACA%2C0BAAA%3B%3BAAIA%2CeAnCZ%2CcAkBI%2CMAgBI%2COACK%3BEACG%2C6BAAA%3BEACA%2CasEv2GS%2CqBtEu2GT%3B%3BAAtCpB%2CeACI%2CcA0CI%3BEACI%2CoBAAA%3B%3BAA5CZ%2CeACI%2CcA0CI%2CwBAGI%3BEACI%2C6BAAA%3B%3BAA%5C%2FChB%2CeACI%2CcA0CI%2CwBAGI%2COAGI%3BEACI%2CasEn3GS%2CqBtEm3GT%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAApDpB%2CeACI%2CcAwDI%2CUACI%3BEACI%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3B%3BAAMhB%2CmBACI%2CgBACI%3BEACI%2C2BAAA%3BEACA%2CcAAA%3B%3BAAQA%2CaAFP%2CmBACG%2COACK%3BEACG%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAFJ%2CaAFP%2CmBACG%2COACK%2CUAIG%3BEACI%2CyBAAA%3BEACA%2CasEn5GU%2CmBtEm5GV%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3B%3BAAEA%2CaAhBf%2CmBACG%2COACK%2CUAIG%2CuBAUK%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaA5Bf%2CmBACG%2COACK%2CUAIG%2CuBAsBK%3BEACG%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CaAjCnB%2CmBACG%2COACK%2CUAIG%2CuBAsBK%2CcAKI%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CaA7Cf%2CmBACG%2COACK%2CUAIG%2CuBAuCK%3BEACG%2CgBAAA%3B%3BAA5CZ%2CaAFP%2CmBACG%2COACK%2CUAIG%2CuBA2CI%3BEACI%2CcAAA%3B%3BAAOZ%2CaAzDP%2CmBAwDG%2COACK%2COAAO%3BEACJ%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CasE78Ga%2CqBtE68Gb%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2C6BAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3B%3BAAdJ%2CaAzDP%2CmBAwDG%2COACK%2COAAO%2CkBAgBJ%3BEACI%2CcAAA%3BEACA%2CgBAAgB%2C4DAAhB%3BEACA%2CiBAAA%3B%3BAAGJ%2CaA%5C%2FEX%2CmBAwDG%2COACK%2COAAO%2CkBAsBH%3BEACG%2CaAAA%3B%3BAAOpB%2CqBACI%2CaACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAJZ%2CqBACI%2CaACI%2CkBAII%3BEACI%2CYAAA%3BEACA%2CkBAAA%3B%3BAARhB%2CqBACI%2CaACI%2CkBAII%2CcAII%3BEACI%2CgBAAA%3BEACA%2CasEj%5C%2FGS%2CqBtEi%5C%2FGT%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAIA%2CqBAlBhB%2CaACI%2CkBAII%2CcAYI%2CcACK%3BEACG%2CaAAA%3B%3BAApBxB%2CqBACI%2CaACI%2CkBAuBI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAjChB%2CqBACI%2CaACI%2CkBAuBI%2CeAUI%2CMAAK%2CsBACD%3BEACI%2CcAAA%3B%3BAArCxB%2CqBACI%2CaACI%2CkBAuBI%2CeAUI%2CMAAK%2CsBAKD%3BAAxCpB%2CqBACI%2CaACI%2CkBAuBI%2CeAUI%2CMAAK%2CsBAMD%3BEACI%2CuBAAA%3BEACA%2CgCAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CsCAAA%3B%3BAAIA%2CqBAlDpB%2CaACI%2CkBAuBI%2CeAUI%2CMAAK%2CsBAeD%2COACK%2COACG%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAALR%2CqBAlDpB%2CaACI%2CkBAuBI%2CeAUI%2CMAAK%2CsBAeD%2COACK%2COAQG%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAA9DhC%2CqBACI%2CaACI%2CkBAuBI%2CeAUI%2CMAAK%2CsBAgCD%2CeAAc%3BEACV%2CaAAA%3B%3BAApExB%2CqBACI%2CaACI%2CkBAuEI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3B%3BAA3EhB%2CqBACI%2CaACI%2CkBAuEI%2CcAII%3BAA7EhB%2CqBACI%2CaACI%2CkBAuEI%2CcAKI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CasEvjHU%2CmBtEujHV%3BEACA%2CkBAAA%3BEAEA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CqBA7FhB%2CaACI%2CkBAuEI%2CcAII%2CqBAiBK%3BAAAD%2CqBA7FhB%2CaACI%2CkBAuEI%2CcAKI%2CmBAgBK%3BEACG%2CaAAA%3B%3BAA%5C%2FFxB%2CqBACI%2CaACI%2CkBAuEI%2CcA0BI%3BEACI%2CmBAAA%3B%3BAAOpB%2CiBACI%2CiBACI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CasEtlHkB%2CmBtEslHlB%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAMR%2CKAAC%3BEACG%2C6BAAA%3B%3BAAGI%2CKAJP%2CUAGG%2CGACK%2CIAAI%3BEACD%2C4BAAA%3B%3BAAOZ%2CKAAC%2CcACG%3BEACI%2CaAAA%3B%3BAAKZ%2CoBACI%3BEACI%2C2BAAA%3B%3BAAIR%2CyBACI%3BEACI%2C6BAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAANR%2CyBACI%2CoBAOI%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CasE1oHiB%2CqBtE0oHjB%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAbZ%2CyBACI%2CoBAeI%3BEACI%2CaAAA%3B%3BAAjBZ%2CyBAqBI%3BEACI%2CeAAA%3BEACA%2CasEnpHsB%2CmBtEmpHtB%3B%3BAAvBR%2CyBAqBI%2CkBAII%3BEACI%2CcAAA%3B%3BAAKJ%2CyBADJ%2CKACK%3BEACG%2CgBAAA%3B%3BAADJ%2CyBADJ%2CKACK%2C2BAGG%3BEACI%2CasE%5C%2FpHc%2CmBtE%2BpHd%3BEACA%2CeAAA%3B%3BAApChB%2CyBAyCI%3BEACI%2CkBAAA%3B%3BAA1CR%2CyBA6CI%2COAAM%2CoBACF%3BEACI%2CiBAAA%3B%3BAA%5C%2FCZ%2CyBA6CI%2COAAM%2CoBAKF%3BEACI%2CYAAA%3B%3BAAnDZ%2CyBAuDI%2CeAAc%2CYACV%3BEACI%2CasExrHiB%2CqBtEwrHjB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CgCAAA%3B%3BAA7DZ%2CyBAuDI%2CeAAc%2CYASV%3BEACI%2CWAAA%3BEACA%2CasE9rHkB%2CmBtE8rHlB%3BEACA%2CeAAA%3BEACA%2CgCAAA%3B%3BAApEZ%2CyBAuDI%2CeAAc%2CYAgBV%3BEACI%2CWAAA%3B%3BAAxEZ%2CyBAuDI%2CeAAc%2CYAqBV%3BAA5ER%2CyBAuDI%2CeAAc%2CYAsBV%3BEACI%2CgBAAA%3BEACA%2CasE3sHkB%2CmBtE2sHlB%3BEACA%2CeAAA%3B%3BAAhFZ%2CyBAuDI%2CeAAc%2CYA4BV%3BEACI%2CgCAAA%3B%3BAApFZ%2CyBAuDI%2CeAAc%2CYA4BV%2CMAGI%3BEACI%2C8BAAA%3B%3BAAvFhB%2CyBA4FI%2CqBAAoB%3BEAChB%2CYAAA%3B%3BAA7FR%2CyBA4FI%2CqBAAoB%2CQAGhB%3BEACI%2CWAAA%3B%3BAAhGZ%2CyBA4FI%2CqBAAoB%2CQAOhB%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAArGZ%2CyBA4FI%2CqBAAoB%2CQAOhB%2CmBAII%3BEACI%2CcAAA%3B%3BAAxGhB%2CyBA6GI%2CKAAI%3BEACA%2CgBAAA%3B%3BAAIR%2C0BAA2B%2CkBAAkB%2CsBAAoB%3BEAC7D%2CiBAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3B%3BAALJ%2CWAOI%3BEACI%2CYAAA%3BEACA%2CqBAAA%3B%3BAATR%2CWAOI%2CGAII%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAbZ%2CWAiBI%3BEACI%2CasEvwHqB%2CqBtEuwHrB%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2C0BAA2B%2CyBAAyB%2C4BAA4B%2CgBAAe%2CQAAS%2CwBAAwB%3BEAC5H%2CYAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CoBAAqB%2CMAAK%2CKAAM%2CKAAI%3BEAChC%2CiBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CasE9xH0B%2CmBtE8xH1B%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CwBAAC%3BEACG%2CmBAAA%3B%3BAAIR%2CaAAa%3BEACT%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CMAAK%2CUAAW%2COAAM%2CIAAK%2CSAAQ%2CIAAK%2CMAAM%3BEAC%5C%2FD%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CoBAAqB%2CMAAK%2CUAAW%2COAAM%2CIAAK%2CSAAQ%2CIAAK%2CMAAM%3BEAC%5C%2FD%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3B%3BAAKI%2CSADJ%2CMACK%3BEACG%2CeAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CSADJ%2CMACK%2CmBAIG%3BEACI%2CasEl0Hc%2CmBtEk0Hd%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAPR%2CSADJ%2CMACK%2CmBAUG%3BEACI%2CyBAAA%3B%3BAAEA%2CSAdZ%2CMACK%2CmBAUG%2CMAGK%3BEACG%2CaAAA%3BEACA%2CgBAAA%3B%3BAAfZ%2CSADJ%2CMACK%2CmBAmBG%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CasEr1Hc%2CmBtEq1Hd%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAEA%2CSA%5C%2FBZ%2CMACK%2CmBAmBG%2CYAWK%3BEACG%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAjCZ%2CSADJ%2CMACK%2CmBAqCG%3BEACI%2CkBAAA%3B%3BAAtCR%2CSADJ%2CMACK%2CmBAqCG%2CaAGI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CasE12HU%2CmBtE02HV%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAOpB%3BEACI%2CyBAAA%3B%3BAADJ%2CcAGI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CasE33HsB%2CmBtE23HtB%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3B%3BAAKJ%2CuBAAC%3BEACG%2CkBAAA%3B%3BAADJ%2CuBAAC%2CuBAGG%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAANR%2CuBAAC%2CuBAGG%2CsBAKI%3BEACI%2CsBAAA%3B%3BAATZ%2CuBAAC%2CuBAGG%2CsBASI%3BEACI%2C0BAAA%3B%3BAAKJ%2CuBAlBP%2CuBAiBG%2CiBACK%3BEACG%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAJJ%2CuBAlBP%2CuBAiBG%2CiBACK%2CoBAMG%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CasEj6HU%2CmBtEi6HV%3BEACA%2C0BAAA%3BEACA%2CuCAAA%3BEACA%2C0CAAA%3B%3BAAEA%2CuBApCf%2CuBAiBG%2CiBACK%2CoBAMG%2COAYK%3BEACG%2CaAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAWZ%2CgBAFR%2CsBACK%2CMACI%3BEACG%2CoBAAA%3B%3BAADJ%2CgBAFR%2CsBACK%2CMACI%2COAGG%3BEACI%2CasEx7HU%2CmBtEw7HV%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CgBAdhB%2CsBACK%2CMACI%2COAGG%2CKASK%3BEACG%2CiBAAA%3B%3BAAQxB%2CkBAAmB%2CcAAc%2COAAO%2CMAAM%3BEAC1C%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CkBAAmB%2CcAAc%2COAAO%2CQAAQ%3BEAC5C%2CgBAAA%3B%3BAAKI%2CuBADJ%2COACK%3BEACG%2CgBAAA%3B%3BAADJ%2CuBADJ%2COACK%2CUAGG%3BEACI%2CeAAA%3BEACA%2CasE59Ha%2CqBtE49Hb%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAMhB%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CasEt%2BH0B%2CmBtEs%2BH1B%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAKI%2CkBADJ%2CYACK%3BEACG%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2C%2BBAAA%3B%3BAAEA%2CkBARR%2CYACK%2CiBAOI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CmDAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAAMhB%2CwBAAwB%2COAAQ%3BEAC5B%2CoBAAA%3B%3BAAGJ%2CkBAAmB%2CgBAAgB%3BEAC%5C%2FB%2CeAAA%3B%3BAAGJ%2C0BAA2B%2C8BAA8B%3BEACrD%2CYAAA%3B%3BAAGJ%2CkBAAmB%2CcAAc%3BEAC7B%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C0BAA2B%2C8BAA8B%2CsBAAsB%3BEAC3E%2CcAAA%3B%3BAAGJ%2C0BAA2B%2C8BAA8B%2CgBAAgB%3BEACrE%2CkBAAA%3B%3BAAGJ%2C0BAA2B%2C8BAA8B%3BEACrD%2CgCAAA%3B%3BAAGJ%2CqBACI%2CWAAW%2CUACP%2CeACI%2CwBACI%2CUACI%2CSAAQ%2CcAAc%3BEAClB%2CaAAA%3BEACA%2CkBAAA%3B%3BAAQxB%2CiBACI%3BEACI%2CmBAAA%3B%3BAAIR%2CqBAAsB%2CWAAW%2CUAAU%3BEACvC%2CoBAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2CUAAU%2COAAM%3BEAC7C%2C8BAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2CUAAU%2COAAM%2COAAQ%3BEACrD%2CkBAAA%3B%3BAAGJ%2CqBACI%2CWACI%2CUACI%3BEACI%2CaAAA%3B%3BAAJhB%2CqBASI%2CaACI%3BEACI%2CeAAA%3B%3BAAXZ%2CqBASI%2CaACI%2CuBAGI%3BEACI%2CWAAA%3B%3BAAdhB%2CqBAmBI%2CiBACI%2CsBAAqB%2CMAAM%2COACvB%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CqBAPZ%2CiBACI%2CsBAAqB%2CMAAM%2COACvB%2CKAKK%3BEACG%2CkBAAA%3BEACA%2CQAAA%3B%3BAA5BpB%2CqBAmBI%2CiBAcI%2CiBACI%3BEACI%2CYAAA%3B%3BAAnChB%2CqBAmBI%2CiBAcI%2CiBACI%2CWAGI%3BEACI%2CkBAAA%3BEAEA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BA8ChqIhB%3BE3D2RA%2CmBAAA%3BEAAA%2C6BAAA%3BEAAA%2C0BAAA%3BEAAA%2CwBAAA%3BE2DrRI%2CkBAAA%3B%3BAANJ%2CsBAQI%3BE3DmRJ%2CeAAA%3BE2DjRQ%2CWAAA%3BEACA%2CgBAAA%3B%3BAAXR%2CsBAQI%2CiBAKI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAOA%2CsBAHR%2CkBACI%2COAEK%2COAAO%3BEvD4MpB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3B%3BAI7CA%2CsBuD3NI%2CkBACI%2COAEK%2COAAO%2CSvDwNnB%3BAACD%2CsBuD5NI%2CkBACI%2COAEK%2COAAO%2CSvDyNnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBuDjOI%2CkBACI%2COAEK%2COAAO%2CSvD8NnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBuDtOI%2CkBACI%2COAEK%2COAAO%2CSvDmOnB%3BAACD%2CsBuDvOI%2CkBACI%2COAEK%2COAAO%2CSvDoOnB%3BAACD%2CQAAQ%2CUAAW%2CuBuDxOf%2CkBACI%2COAEK%2COAAO%3BEvDsOhB%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BA2DlQgB%2CsBANZ%2CkBACI%2COAEK%2COAAO%2CSAGH%3BE3DkQjB%2CWAAA%3B%3BAc9PA%3BEAEI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEdqPA%2CgBAAA%3BEcnPI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CaAAa%2C8BAAb%3BEACA%2CYAAA%3B%3BAAEA%2CsBAAC%3BEAEG%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CsBADH%2CYACI%3BEd6NT%2C0BAAA%3B%3BAcvNQ%2CsBADH%2CWACI%3BEduNT%2C0BAAA%3B%3BAcrPA%2CsBAmCK%3BEACG%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2C8BAAb%3BEdyMR%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAchMQ%2CsBAlBH%2COAkBI%3BAAED%2CsBApBH%2COAoBI%3BEd8LT%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEc1LY%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CsBAhCH%2COAgCI%3BEdkLT%2CmBAAA%3BEAAA%2CYAAA%3BEAAA%2CkBAAA%3BEAAA%2CQAAA%3BEAAA%2CWAAA%3BEc3KY%2CSAAS%2CUAAT%3BEACA%2CoBAAA%3BEd0KZ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEcpKY%2CeAAA%3BEACA%2CiBAAA%3B%3BAAKJ%2CsBADH%2CQACI%3BEACG%2CmBAAA%3B%3BAAFR%2CsBAAC%2CQAKI%3BEd0JT%2CWAAA%3B%3BAcvJY%2CsBARP%2CQAKI%2COAGI%3BEACG%2CmBAAA%3B%3BAAGJ%2CsBAZP%2CQAKI%2COAOI%3BEdmJb%2CS2ChPa%2CO3CgPb%3BEAAA%2CagBDe%2CYhBCf%3BEchJgB%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAKZ%2CsBAAC%3BEACG%2CeAAA%3B%3BAADJ%2CsBAAC%2CUAGI%3BEdsIT%2CWAAA%3B%3BAcnIY%2CsBANP%2CUAGI%2COAGI%3BEdmIb%2CS2ChPa%2CO3CgPb%3BEAAA%2CagBDe%2CYhBCf%3BEchIgB%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAkBhB%2CsBAAC%2CQACG%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAIR%2CsBAAE%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAgDnLA%2CMAAC%2COACG%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAALR%2CMAAC%2COAQG%3BE9D2QR%2CiBAAA%3B%3BA8DtQI%2CMAAC%2COACG%2CSACI%3BAAFR%2CMAAC%2COACG%2CSAEI%3BAAHR%2CMAAC%2COACG%2CSAGI%3BE9DkQZ%2CqBAAA%3B%3BA0B1RA%2CqBACI%2CaAOI%2CUACI%2COACI%3BEACI%2CgBAAA%3B%3BAAXpB%2CqBACI%2CaAeI%2CcACI%3BEAEI%2CeAAA%3B%3BAiIEhB%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAEA%2CcAAC%3BE3J%2BPL%2CYAAA%3B%3BA2J%5C%2FPI%2CcAAC%2CQAGG%3BEACI%2CcAAA%3B%3BAAIA%2CcARP%2CQAOG%2CsBACK%3BE3JuPb%2CWAAA%3B%3BA2JrQA%2CcAoBI%3BE3J3BJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA2JAA%2CcAwBI%3BE3J6OJ%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAiHSA%2CcAwBI%2CsBjHiOF%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CciH2BI%2CsBjH3BH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CS2C7NQ%2CO3C6NR%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CciHcA%2CsBjHfH%2CMACI%3BE1C2PL%2CWAAA%3B%3BA2JnOQ%2CcAVJ%2CsBAUK%3BEACG%2CiBAAA%3B%3BAAIA%2CUAAW%2CeAfnB%2CsBAcK%3BE3J%2BNT%2CYAAA%3B%3BA2J9NY%2CUAAW%2CeAfnB%2CsBAcK%2CMAIS%3BEACE%2CcAAA%3B%3BAAGJ%2CUAPO%2CeAfnB%2CsBAcK%2CMAQQ%3BE3JuNjB%2CWAAA%3B%3BA2JrQA%2CcAqDI%3BE3JgNJ%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BE2JzMQ%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CcAfJ%2CuBAeK%3BAACD%2CcAhBJ%2CuBAgBK%3BE3J8OT%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2C2BAAA%3BEAAA%2CWAAA%3BEAAA%2CSAAA%3BE2JxLY%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcA9BJ%2CuBA8BK%3BE3JkLT%2C2BAAA%3B%3BA2J9KQ%2CcAlCJ%2CuBAkCK%3BE3J8KT%2C2BAAA%3BE2J5KY%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%3BI3JwHrC%2CyBAAA%3B%3BE2JrHA%2CcAAe%2CuBAAsB%3BI3JqHrC%2C4BAAA%3BI2JnHI%2CQAAA%3B%3B%3BAhI1IJ%2CYAMI%3BAANJ%2CYAOI%3BE3BsPJ%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA2B7PA%2CYAMI%2CYAKI%2CUACI%2COACI%3BAAbhB%2CYAOI%2CuBAII%2CUACI%2COACI%3BEACI%2CgBAAA%3B%3BAAdpB%2CYAMI%2CYAKI%2CUAOI%3BAAlBZ%2CYAOI%2CuBAII%2CUAOI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAApBhB%2CYAyBI%3BEACI%2CYAAA%3B%3BAA1BR%2CYA6BI%3BE3BgOJ%2C6BAAA%3BEAAA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2C6BAAA%3BEAAA%2CaAAA%3BE2BvNQ%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAdJ%2CuBAcK%3BE3BkNT%2CqBAAA%3B%3BA2B%5C%2FMY%2CYAjBR%2CuBAcK%2CcAGI%3BE3B%2BMb%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2ChPa%2CO3CgPb%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BE2BxMgB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAhBR%2CYAdJ%2CuBAcK%2CcAmBG%3BEAEI%2CkBAAA%3B%3BAArBR%2CYAdJ%2CuBAcK%2CcAuBG%3BEACI%2CyBAAA%3BEACA%2C2BAAA%3B%3BAACA%2CYAxCZ%2CuBAcK%2CcAuBG%2CmBAGK%3BEAEG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAA1EpB%2CYAsFI%3BEACI%2CgBAAA%3B%3BAAGI%2CYAJR%2CmBAGK%2COACI%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3B%3BAA5FhB%2CYAiGI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAnGR%2CYAsGI%3BEAEI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAIR%2CqBACI%2CKAAI%3BEACA%2CsBAAA%3B%3BAAFR%2CqBAII%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAOQ%2CqBAHZ%2CWACI%2CUACI%2COACK%3BEACG%2CWAAA%3B%3BAADJ%2CqBAHZ%2CWACI%2CUACI%2COACK%2CUAGG%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAALR%2CqBAHZ%2CWACI%2CUACI%2COACK%2CUAGG%2CwBAII%2CuBACI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAYhB%2CmBAN0C%3BEAM1C%2CqBAjCZ%2CWACI%2CUACI%2COACK%2CUAyBO%3BIACI%2CaAAA%3B%3B%3BAAvC5B%2CqBAUI%2CWAqCI%3BEACI%2CgBAAA%3B%3BAAhDZ%2CqBAUI%2CWAyCI%3BEACI%2CaAAA%3B%3BAApDZ%2CqBAUI%2CWA6CI%2CiBACI%2CgBACI%2CiBACI%2CSACI%3BEACI%2CgBAAA%3B%3BAAc5B%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%3BE3BwCR%2C0BAAA%3BEAAA%2CoBAAA%3BEAAA%2CiBAAA%3B%3BA2BnCY%2C%2BBANR%2CMACI%2CGAKK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAhBhB%2C%2BBAOI%2CMACI%2CGAWI%2CMAAK%3BEACD%2CmBAAA%3B%3BAAKJ%2C%2BBAlBR%2CMAiBI%2CGACK%2CYACG%3BEACI%2CgBAAA%3B%3BAA3BpB%2C%2BBAOI%2CMAyBI%3BEACI%2CgBAAA%3B%3BAAjCZ%2C%2BBAOI%2CMA6BI%2CWACI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAAKhB%2C2BACI%2CSAAQ%3BEACJ%2CwBAAA%3B%3BAAGR%2CqBACI%2CWACI%2CUACI%2COAAM%2CUACF%2CwBACI%2CuBAAsB%2CkBAClB%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAlB5B%2CqBACI%2CWAuBI%2CeAGQ%3BAA3BhB%2CqBACI%2CWAwBQ%2C2BAEI%3BAA3BhB%2CqBACI%2CWAyBQ%2C0BACI%3BEACI%2CkBAAA%3B%3BAACA%2CqBA5BhB%2CWAuBI%2CeAGQ%2CYAEK%3BAAAD%2CqBA5BhB%2CWAwBQ%2C2BAEI%2CYAEK%3BAAAD%2CqBA5BhB%2CWAyBQ%2C0BACI%2CYAEK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CqBAvChB%2CWAuBI%2CeAGQ%2CYAaK%3BAAAD%2CqBAvChB%2CWAwBQ%2C2BAEI%2CYAaK%3BAAAD%2CqBAvChB%2CWAyBQ%2C0BACI%2CYAaK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CaAAa%2CsBAAb%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CqBAxDhB%2CWAsDQ%2CeACI%2CYACK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGA%2CqBA5DpB%2CWAsDQ%2CeACI%2CYAIK%2COACI%3BEACG%2CSAAS%2CGAAT%3B%3BAAOR%2CqBApEhB%2CWAkEQ%2C2BACI%2CYACK%3BEACG%2CSAAS%2CGAAT%3B%3BAAMJ%2CqBA3EhB%2CWAyEQ%2C0BACI%2CYACK%3BEACG%2CSAAS%2CGAAT%3B%3BAA7ExB%2CqBAkFI%2CaACI%2CQAAO%3BEACH%2CwBAAA%3BEACA%2C0BAAA%3B%3BAArFZ%2CqBAwFI%3BAAxFJ%2CqBAyFI%3BAAzFJ%2CqBA0FI%3BAA1FJ%2CqBA2FI%3BAA3FJ%2CqBA4FI%2C0BAAyB%3BEACrB%2CwBAAA%3B%3BAA7FR%2CqBA%2BFI%3BAA%5C%2FFJ%2CqBAgGI%2CkBAAiB%3BEACb%2CwBAAA%3B%3BAAGR%2CeAAgB%3BEACZ%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CeAAiB%2CKAAI%3BEACjB%2CkBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BA4BvYJ%3BEACI%2CkBAAA%3B%3BAAIA%2CsBAAC%3BEACG%2CSAAA%3B%3BAADJ%2CsBAAC%2CcAGG%3BEvDgRR%2CcAAA%3BEuD9QY%2CeAAA%3B%3BAAEA%2CsBAPP%2CcAGG%2CsBAIK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAAC%2CcAgBG%3BEvDmQR%2CYAAA%3BEuD%5C%2FPY%2CSAAA%3B%3BA3BdZ%3BE5B6QA%2CeAAA%3B%3BA4B7QA%2C%2BBAGI%3BE5B0QJ%2C6BAAA%3BE4BvQQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAPR%2C%2BBAGI%2C4BAMI%3BE5BoQR%2CSAAA%3BEAAA%2CqBAAA%3BE0C9QA%2CqBAAA%3BEdsBY%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAvBZ%2C%2BBAGI%2C4BAMI%2CacwPN%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2C%2BBdFI%2C4BAMI%2CacJP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChRQ%2CODgRR%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C%2BBdfA%2C4BAMI%2CacQP%2CMACI%3BE1C2PL%2CWAAA%3B%3BA0CrPI%2C%2BBdrBA%2C4BAMI%2CaccP%2COACI%3BE1CqPL%2CcAAA%3B%3BA4B7QA%2C%2BBA2BI%3BE5BkPJ%2CiBAAA%3B%3BA4B7QA%2C%2BBA2BI%2C8BAEI%3BEACI%2CcAAA%3B%3BAA9BZ%2C%2BBAkCI%3BAAlCJ%2C%2BBAmCI%3BEACI%2CgBAAA%3B%3BAWrCR%3BEvC8QA%2CmBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3B%3BAuC9QA%2CkBAMM%3BEAEE%2CcAAA%3B%3BAARR%2CkBAgBI%2CMACI%3BEvC6PR%2CWAAA%3BEuC3PY%2CcAAA%3B%3BAAnBZ%2CkBAuBI%2CUAAS%3BEACL%2CaAAA%3B%3BAAIA%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%3BAADJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%3BEACI%2CaAAA%3BEvC%2BOhB%2CiBAAA%3BEuC7OgB%2CcAAA%3B%3BAALR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%2CMAMI%3BAAPR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%2CQAKI%3BEACI%2CgBAAA%3B%3BAApCpB%2CkBA0CI%3BEACI%2CkBAAA%3B%3BAA3CR%2CkBAmDI%2CeACM%3BEACE%2C6BAAA%3BEvCyNZ%2CyBAAA%3BEuCvNY%2CeAAA%3BEvCuNZ%2CcAAA%3BE0ChOA%2CqBAAA%3BEHmBY%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAlEZ%2CkBAmDI%2CeACM%2CSG8MR%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CkBHDI%2CeACM%2CSGAT%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAHnRY%2CkBAjBR%2CeACM%2CSAgBG%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAvEhB%2CkBAmDI%2CeACM%2CSAsBE%3BEvCoMZ%2CiBAAA%3BEuClMgB%2CgBAAA%3BEACA%2CSAAA%3B%3BAGiChB%2CkBH3DI%2CeA8BK%2COACK%2CSG4Bb%3BE1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BAuC9QA%2CkBAmDI%2CeAuCI%3BEACI%2CkBAAA%3B%3BAA3FZ%2CkBAoGI%3BEvC0KJ%2CmBAAA%3BEAAA%2CsBAAA%3BEuCtKQ%2CSAAA%3B%3BAAGJ%2COAAO%2CKAAM%2CmBACT%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAA9GZ%2CkBAkHI%2CcAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA1HZ%2CkBAkHI%2CcAWI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAhIZ%2CkBAkHI%2CcAiBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAArIZ%2CkBAkHI%2CcAsBI%3BEvCsIR%2CiBAAA%3BEuCpIY%2CgBAAA%3B%3BAAIA%2CkBA5BR%2CcA2BI%2CqBACQ%2CuBACA%3BEvC%2BHhB%2CeAAA%3B%3BAuC9QA%2CkBAkHI%2CcAmCI%3BEACI%2CgBAAA%3B%3BAAtJZ%2CkBA0JI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAA5JR%2CkBA0JI%2CiBAII%3BEACI%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAnKZ%2CkBA0JI%2CiBAII%2CWAOI%3BEACI%2CSAAA%3B%3BAA%2BDpB%2CwBAnB%2BC%3BEAC3C%2CkBACI%2CcACI%3BIACI%2CcAAA%3B%3BEAHZ%2CkBACI%2CcAKI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEARZ%2CkBACI%2CcAUI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3B%3BAVxOZ%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%3BE7B6PJ%2CiBAAA%3BE6B3PQ%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%3BE7ByMb%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BE6BpMgB%2CmBAAA%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%3BE9B8PZ%2C0BAAA%3B%3BA8BzPY%2CwBAnBR%2CgBAkBI%2CKACK%3BEACG%2CmBAAA%3B%3BAA1BhB%2CwBA%2BBI%3B%3B%3B%3B%3BAA%5C%2FBJ%2CwBA%2BBI%2CwBAaI%3BEACI%2CmBAAA%3B%3BAA7CZ%2CwBAkDI%3BE9BgOJ%2CeAAA%3BE8B9NQ%2CSAAA%3B%3BAApDR%2CwBAkDI%2CsBAII%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAzDZ%2CwBAkDI%2CsBAUI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAA9DZ%2CwBAkEI%3BEACI%2CaAAA%3BE9B%2BMR%2CsBAAA%3B%3BA8B5MY%2CwBAJR%2CwBAGI%2CUACK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAMR%2CwBADJ%2CeACQ%2CiBACA%3BEACI%2CgBAAA%3B%3BAA%5C%2FEhB%2CwBAoFI%3BAApFJ%2CwBAqFI%3BE9B6LJ%2CgBAAA%3B%3BA8BlRA%2CwBAyFI%3BEACI%2CgBAAA%3B%3BAA1FR%2CwBA6FI%3BEACI%2CgBAAA%3B%3BAA9FR%2CwBA6FI%2C0BAGI%2CSACI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAnGhB%2CwBA6FI%2C0BAcI%3BE9BuKR%2CiBAAA%3BEAAA%2CmBAAA%3B%3BA8BlRA%2CwBA6FI%2C0BAmBI%2CMAAK%3BEACD%2CmBAAA%3B%3BAAKJ%2CwBADJ%2CqBACQ%3BEACA%2CgBAAA%3B%3BAAvHZ%2CwBAiII%3BEACI%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAApIR%2CwBAuII%3BEACI%2CcAAA%3B%3BAASR%2CeAAe%2CgBAAgB%3BEAC3B%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CGAAG%2C6BAA8B%3BEAC7B%2CmBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CiBAAiB%2C0BAA0B%3BEACvC%2CkCAAA%3B%3BAAEJ%2C0BAA0B%2CQAAQ%2CiBAAkB%2C2BAA2B%3BEAC3E%2CkCAAA%3B%3BAAEJ%2CqBAAsB%2CWAAW%2CUAAU%3BEACvC%2CgBAAA%3B%3BAAEJ%2C0BAA0B%2CQAAQ%2CiBAAkB%2C2BAA2B%2C8BAA8B%2CoBAAoB%3BEAC7H%2CmBAAA%3B%3BAAEJ%2CwBAAwB%3BAAAS%2C0BAA2B%3BEACxD%2CmBAAA%3B%3BAwB%5C%2FJgB%2CwBAJhB%2CgBACK%2CQACG%2CsBACI%2CeACK%3BEACG%2CSX0ClB%2COW1CkB%3B%3BAAMhB%2CwBAXJ%2CgBAWK%2CaACG%3BEACI%2CeAAA%3B%3BAAFR%2CwBAXJ%2CgBAWK%2CaAKG%3BEACI%2CaAAA%3B%3BAAlBhB%2CwBAuBI%3BEtDwPJ%2C0BAAA%3BEAAA%2CeAAA%3B%3BAsD%5C%2FQA%2CwBAuBI%2CsBAII%3BEtDoPR%2CcAAA%3BEAAA%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BAAMA%2CwBY9BI%2CsBAII%2CeZ0BP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CwBY3CA%2CsBAII%2CeZsCP%2CMACI%3BE1C6ML%2CWAAA%3B%3BA0CvMI%2CwBYjDA%2CsBAII%2CeZ4CP%2COACI%3BE1CuML%2CcAAA%3B%3BAsD%5C%2FQA%2CwBA0CI%3BEtDqOJ%2CsBAAA%3B%3BAsD9NgB%2CwBAPZ%2CwBAKI%2CSACI%2CQACK%3BEACG%2CeAAA%3B%3BAAlDpB%2CwBAyDI%3BEACI%2CgBAAA%3B%3BAA1DR%2CwBA6DI%3BEACI%2CUAAA%3B%3BAA9DR%2CwBA6DI%2CmBAEI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CwBARR%2CmBAEI%2CMAMK%3BEACG%2CgBAAA%3B%3BAADJ%2CwBARR%2CmBAEI%2CMAMK%2CQAGG%3BEACI%2CgBAAgB%2CaAAhB%3B%3BAAIR%2CwBAhBR%2CmBAEI%2CMAcK%3BEACG%2CYAAA%3B%3BAA9EhB%2CwBA6DI%2CmBAEI%2CMAkBI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApFhB%2CwBA6DI%2CmBA2BI%3BEACI%2CgBAAgB%2CeAAhB%3BEACA%2CiCAAA%3B%3BAA1FZ%2CwBA8FI%2COAKI%2CQACM%3BEACE%2CiBAAA%3B%3BAArGhB%2CwBA8FI%2COAKI%2CQAKI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA1GhB%2CwBA8FI%2COAgBI%2COACI%3BEACI%2CYAAA%3B%3BAAhHhB%2CwBA8FI%2COAsBI%2CMACI%3BEACI%2CWAAA%3B%3BAAtHhB%2CwBA8FI%2COA4BI%2CSAEI%3BAA5HZ%2CwBA8FI%2COA6BI%2CQACI%3BEACI%2CYAAA%3B%3BAA7HhB%2CwBA8FI%2COAmCM%2CSAAM%2CIACF%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAApIhB%2CwBA8FI%2COA0CI%2CKACI%3BEACI%2CcAAA%3B%3BAA1IhB%2CwBA8FI%2COA0CI%2CKAKI%3BEACI%2CWAAA%3B%3BAAIR%2CwBApDJ%2COAoDK%2CSACK%2CSACE%2CQAAO%2CMAAM%2CQACT%3BEACI%2CsBAAA%3B%3BAvCvKxB%2C0BACI%3BEACI%2CmBAAA%3B%3BAAFR%2C0BAKI%2CoBAAmB%3BEf%2BYvB%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAe9YQ%2C0BAHJ%2CoBAAmB%2CMAGd%2CSACG%2CMAAK%3BEACD%2CaAAA%3B%3BAAIA%2C0BATZ%2CoBAAmB%2CMAGd%2CSAKG%2CaACK%3BEACG%2CSAAS%2CGAAT%3BEfiRpB%2CcAAA%3BEAAA%2CiBAAA%3B%3BAehSA%2C0BA6BI%3BEAEI%2CwBAAA%3B%3BAAKR%3BEAEI%2CoBAAA%3B%3BAAFJ%2C0BAII%3BEACI%2CmBAAA%3B%3BAALR%2C0BAQI%3BEAEI%2CgBAAA%3B%3BAAKR%3BEACI%2CcAAA%3B%3BAuBpBJ%2COAAO%2CQAAS%2CsBAAsB%2CQAAO%2CMAAO%2CmBAAmB%2CoBAAoB%2CiBAAiB%2CeAAe%3BEACvH%2Ca6CSsB%2CmB7CTtB%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2COAAO%2CQAAS%2CsBAAsB%2CQAAO%2CMAAO%2CmBAAmB%2CoBAAoB%2CiBAAiB%2CeAAe%3BEACvH%2Ca6CEsB%2CmB7CFtB%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CqCAAA%3BEACA%2C2BAAA%3B%3BAAsBJ%2CmBAnBqC%3BEACjC%2COAAO%2CQAAS%2CsBAAsB%2CQAAO%2CMAAO%2CmBAAmB%2CoBAAoB%2CiBAAiB%2CqBAAqB%3BIAC7H%2CsBAAA%3BIACA%2C2BAAA%3BIACA%2CoBAAA%3BIACA%2CyBAAA%3BIACA%2CYAAA%3BIACA%2C4BAAA%3BIACA%2CwBAAA%3B%3BEAGJ%2COAAO%2CQAAS%2CsBAAsB%2CQAAO%2CMAAO%2CmBAAmB%2CoBAAoB%2CiBAAiB%3BIACxG%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3B%3B%3BAAMA%2CgBADJ%2COACK%2CaACG%3BEACI%2CgBAAA%3B%3BAAJhB%2CgBACI%2COAOI%3BEtCoNR%2CiBAAA%3B%3BAKiwBA%2CgBiC%5C%2F8BI%2CUjC%2B8BH%3BELjwBD%2CgBAAA%3BEK8xBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BELjyBA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAsC3MQ%2CgBAHJ%2CUAGK%3BEACG%2CgBAAA%3B%3BAAKZ%2CqBACI%2COAAM%2CUACD%3BEACG%2CmBAAA%3B%3BAAEA%2CqBAJR%2COAAM%2CUACD%2CQAGI%3BEACG%2CgBAAA%3B%3BAANhB%2CqBACI%2COAAM%2CUASF%2CMAAK%3BEACD%2CeAAA%3B%3BAAaZ%2CkBACI%3BEACI%2CaAAA%3B%3BAAQR%2CkBACI%2CUAAS%3BEACL%2CaAAA%3B%3BAAIR%2CoBACI%2CmBACI%2CQACI%3BEACI%2CWAAA%3B%3BAjC05BhB%2CoBiCr5BI%2CUAAS%2COAAO%2CQjCq5BnB%3BELjwBD%2CgBAAA%3BEK8xBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BELjyBA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAsCjJQ%2CoBAHJ%2CUAAS%2COAAO%2CQAGX%3BEACG%2CgBAAA%3B%3BAjCi5BZ%2CKiC54BK%2CSAAS%2COACV%2CUjC24BH%3BELjwBD%2CgBAAA%3BEK8xBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BELjyBA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAsCvIQ%2CKAJH%2CSAAS%2COACV%2CUAGK%3BEACG%2CgBAAA%3B%3BAAcZ%2CoBAMI%3BAALJ%2CqBAKI%3BAAJJ%2CoBAII%3BAAHJ%2CqBAGI%3BAAFJ%2CgBAEI%3BAADJ%2CeACI%3BEvCxGJ%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEAoBA%2CqBAAA%3BEACG%2CkBAAA%3BEACC%2CiBAAA%3BEACI%2CaAAA%3B%3BAuCqFR%3BEACI%2CmBAAA%3B%3BAADJ%2CQAEI%2CoBACI%3BEACI%2CqBAAA%3BEACA%2Ca6CnJa%2CqB7CmJb%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAARZ%2CQAYI%3BEACI%2CmBAAA%3B%3BAAbR%2CQAgBI%2CQAAO%3BEACH%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAlBR%2CQAgBI%2CQAAO%2CKAIH%3BEACI%2CaAAA%3B%3BAArBZ%2CQA6BI%3BEACI%2CgBAAA%3B%3BAA9BR%2CQAiCI%3BEtC0EJ%2CmBAAA%3BEsCxEQ%2CgCAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CQALJ%2CeAKK%3BEACG%2CgBAAA%3B%3BAASJ%2CQADJ%2CMACK%2CuBACG%3BEACI%2CcAAA%3BEACA%2Ca6CjMS%2CqB7CiMT%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3B%3BAAIA%2CQAXZ%2CMACK%2CuBASG%2COACK%3BEACG%2Ca6CtMM%2CmB7CsMN%3BEACA%2CeAAA%3B%3BAAZZ%2CQADJ%2CMACK%2CuBAgBG%2CiBACI%3BEACI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2Ca6ClNM%2CmB7CkNN%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAEA%2CQAjChB%2CMACK%2CuBAgBG%2CiBACI%2COAeK%3BEACG%2CmBAAA%3BEACA%2CcAAA%3B%3BAAQhB%2CQADJ%2COACK%2CYACG%3BEACI%2CmBAAA%3BEAMA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAALA%2CQALZ%2COACK%2CYACG%2CMAGK%3BEACG%2CmBAAA%3B%3BAALZ%2CQADJ%2COACK%2CYAYG%3BEACI%2CYAAA%3BEACA%2Ca6CtPS%2CqB7CsPT%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3B%3BAArBR%2CQADJ%2COACK%2CYAwBG%3BEACI%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2Ca6CpQU%2CmB7CoQV%3BEACA%2C0BAAA%3B%3BAAwBA%2CQALZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAGK%3BAAAD%2CuBALZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAGK%3BAAAD%2CiBALZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAGK%3BEtCvCjB%2CcAAA%3B%3BAsCgEQ%2COADG%2CKAAM%2COACR%3BEACG%2CgBAAA%3B%3BAALZ%2CMASI%3BEAOI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAjBR%2CMASI%2COACI%3BEtCtER%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAsCiFQ%2CMADJ%2CEACK%3BEACG%2CSAAA%3B%3BAAtBZ%2CMA0BI%3BEACI%2CeAAA%3B%3BAAYR%2CMAAM%2CSACF%3BEtCgBJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAsCvDR%2CMAAM%2CSACF%2CSAII%3BEtCwDR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BAsC%5C%2FDT%2CMAAM%2CSACF%2CSAQI%3BEtCoDR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEsCpDG%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%3BEtCxKR%2CgBAAA%3B%3BAsCwKA%2CQAAQ%2CcAGJ%3BEACI%2CsBAAA%3B%3BAAcR%3BAACA%3BEACI%2CkBAAA%3B%3BAAFJ%2CuBAII%3BAAHJ%2C2BAGI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANR%2CuBASI%3BAARJ%2C2BAQI%3BEACI%2CkBAAA%3B%3BAAIR%2CqBACI%2CMAAM%2CQAAM%2CKAAG%3BEACX%2CmBAAA%3B%3BAAKR%2CsBACI%2CmBACI%2COAAM%3BEACF%2CsBAAA%3B%3BAAHZ%2CsBACI%2CmBAKI%3BEACI%2CWAAA%3B%3BAAPZ%2CsBACI%2CmBASI%3BEACI%2CmBAAA%3B%3BAAXZ%2CsBACI%2CmBASI%2CsBAGI%3BEACI%2CcAAA%3BEACA%2Ca6CpdU%2CmB7CodV%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAAOhB%2CQAAQ%2CqBACJ%2CUACI%3BEACI%2CgCAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CQAPJ%2CqBACJ%2CUACI%2CcAKK%3BEACG%2CmBAAA%3B%3BAARhB%2CQAAQ%2CqBACJ%2CUACI%2CcASI%3BEACI%2CWAAA%3B%3BAAZhB%2CQAAQ%2CqBACJ%2CUACI%2CcASI%2CmBAGI%3BEACI%2CaAAA%3B%3BAAfpB%2CQAAQ%2CqBACJ%2CUACI%2CcASI%2CmBAOI%2CmBACK%3BEACG%2CgBAAA%3B%3BAApBxB%2CQAAQ%2CqBACJ%2CUACI%2CcASI%2CmBAaI%2CyBACI%3BEACI%2COAAA%3B%3BAA1BxB%2CQAAQ%2CqBACJ%2CUACI%2CcASI%2CmBAaI%2CyBACI%2CgBAGI%3BEACI%2CcAAA%3B%3BAA7B5B%2CQAAQ%2CqBACJ%2CUACI%2CcAiCI%2CYACI%2CsBACI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CQA5ChB%2CqBACJ%2CUACI%2CcAiCI%2CYACI%2CsBACI%2CQAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3B%3BAApD5B%2CQAAQ%2CqBACJ%2CUACI%2CcAiCI%2CYACI%2CsBACI%2CQAkBI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CQA5DhB%2CqBACJ%2CUACI%2CcAiCI%2CYACI%2CsBACI%2CQAuBK%2CMAAM%3BEACH%2CWAAA%3B%3BAA7D5B%2CQAAQ%2CqBACJ%2CUACI%2CcAiEI%2CsBACI%3BEACI%2CkBAAA%3B%3BAAOpB%2CQACI%2CuBACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAJZ%2CQACI%2CuBACI%2CMAII%3BAANZ%2CQACI%2CuBACI%2CMAKI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAACA%2CQATZ%2CuBACI%2CMAII%2CEAIK%3BAAAD%2CQATZ%2CuBACI%2CMAKI%2COAGK%3BEACG%2CaAAA%3B%3BAAXpB%2CQACI%2CuBACI%2CMAaI%3BEACI%2CaAAA%3B%3BAAMhB%2CQACI%2CMAAK%2CkBACD%2COAAM%2CMAAM%3BEACR%2CWAAA%3B%3BAAHZ%2CQAOI%2CKAAI%3BAAPR%2CQAQI%2CKAAI%3BEACA%2CWAAA%3B%3BAATR%2CQAYI%2CeACI%2CMACI%2CGACI%3BEACI%2CuBAAA%3B%3BAAhBpB%2CQAsBI%3BEACI%2CmBAAA%3B%3BAAGR%2CQACI%3BEACI%2CWAAA%3B%3BAAFR%2CQAII%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAATR%2CQAWI%3BEACI%2CeAAA%3B%3BAAZR%2CQAcI%2CQAAO%2CQAAQ%3BAAdnB%2CQAc2B%2CQAAO%2CQAAQ%3BEACtC%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAhBJ%2CQAkBI%2CmBAAmB%2COAAM%2COAAO%3BEAC5B%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGR%2CQAAS%2CcAAc%3BEACnB%2CWAAA%3B%3BAAEJ%2C4BAA4B%2CQACxB%2CMAAK%2CMACD%2CKAAI%3BEACA%2C2BAAA%3B%3BAAHZ%2C4BAA4B%2CQACxB%2CMAAK%2CMACD%2CKAAI%2CQAEA%3BEACI%2CWAAA%3B%3BAAKhB%2CqBAAsB%2CEAAC%2CaAAc%3BEACjC%2CeAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgCAAiC%2CEAAC%3BEAC9B%2CaAAA%3B%3BAAEJ%2CgCAAiC%2CEAAC%3BEAC9B%2CiBAAA%3B%3BAAEJ%2CQAAS%2CMAAK%2CkBAAmB%2COAAO%2CMAAK%3BEACzC%2CYAAA%3B%3BAAMQ%2CQAHR%2CmBAEI%2COACK%3BAAAD%2CQAFR%2CMAAK%2CkBACD%2COACK%3BEACG%2CWAAA%3B%3BAADJ%2CQAHR%2CmBAEI%2COACK%2CqBAEG%3BAAFJ%2CQAFR%2CMAAK%2CkBACD%2COACK%2CqBAEG%3BEACI%2C2BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAGR%2CQAbR%2CmBAEI%2COAWK%3BAAAD%2CQAZR%2CMAAK%2CkBACD%2COAWK%3BAACD%2CQAdR%2CmBAEI%2COAYK%3BAAAD%2CQAbR%2CMAAK%2CkBACD%2COAYK%3BEACG%2CsBAAA%3B%3BAAEJ%2CQAjBR%2CmBAEI%2COAeK%3BAAAD%2CQAhBR%2CMAAK%2CkBACD%2COAeK%3BEACG%2CwBAAA%3B%3BAAnBhB%2CQACI%2CmBAqBI%3BAAtBR%2CQAEI%2CMAAK%2CkBAoBD%3BEACI%2CaAAA%3B%3BAAvBZ%2CQACI%2CmBAwBI%2COAAM%3BAAzBd%2CQAEI%2CMAAK%2CkBAuBD%2COAAM%3BEACF%2CWAAA%3B%3BAAIZ%2CGAAG%2CwBACN%3BEACC%2CaAAA%3B%3BAAGF%2CQACC%2CKAAI%3BEACH%2CeAAA%3B%3BAAFF%2CQAIC%3BEACC%2CaAAA%3B%3BAALF%2CQAOC%2CoBAAmB%3BEAClB%2CWAAA%3BEACA%2CUAAA%3B%3BAATF%2CQAWC%2CcAAa%2CQACZ%3BEACC%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACU%2CaAAa%2CqBAAb%3B%3BAAjBb%2CQAWC%2CcAAa%2CQAQZ%2CKAAI%3BEACH%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAzBH%2CQA4BC%3BEACC%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyCAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAApCF%2CQAsCC%3BEACC%2CiBAAA%3BEACA%2CWAAA%3B%3BAAxCF%2CQAsCC%2CkBAGC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAA9CH%2CQAsCC%2CkBAUC%2CKAAI%3BEACH%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAtDH%2CQAyDC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3B%3BAA9DF%2CQAyDC%2CYAMC%3BEACC%2CWAAA%3BEACA%2CsBAAA%3B%3BAAjEH%2CQAyDC%2CYAMC%2CKAGC%3BEACC%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACY%2CmBAAA%3B%3BAACZ%2CQAnBH%2CYAMC%2CKAGC%2CEAUE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAMD%2CQA%5C%2FBH%2CYA6BC%2CKAAI%2CSACH%2CEACE%3BEACA%2CgBAAgB%2CmDAAhB%3BEACA%2CqBAAA%3B%3BAAMD%2CQAvCH%2CYAqCC%2CKAAI%2CYACH%2CEACE%3BEACA%2CgBAAgB%2CyDAAhB%3BEACA%2CqBAAA%3B%3BAAMD%2CQA%5C%2FCH%2CYA6CC%2CKAAI%2CWACH%2CEACE%3BEACA%2CgBAAgB%2CgDAAhB%3BEACA%2CqBAAA%3B%3BAAMD%2CQAvDH%2CYAqDC%2CKAAI%2CgBACH%2CEACE%3BEACA%2CgBAAgB%2C%2BCAAhB%3BEACA%2CqBAAA%3B%3BAAlHL%2CQAuHC%3BEACC%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAA1HF%2CQAuHC%2CqBAIO%2CgBAAe%2CMACX%3BEACI%2CqCAAA%3BEACA%2CqBAAA%3B%3BAA9HhB%2CQAuHC%2CqBAIO%2CgBAAe%2CMAKX%3BAAhIZ%2CQAuHC%2CqBAIO%2CgBAAe%2CMAMX%3BAAjIZ%2CQAuHC%2CqBAIO%2CgBAAe%2CMAOX%3BEACI%2C4BAAA%3BEACA%2CuBAAA%3B%3BAApIhB%2CQAwIC%2CgBAAe%2CMACd%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FIH%2CQAkJC%2CgBACC%3BAAnJF%2CQAkJC%2CgBAEM%3BEACK%2CkBAAA%3BEACT%2CUAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACS%2CSAAA%3B%3BAACT%2CQAVF%2CgBACC%2CYASE%3BAAAD%2CQAVF%2CgBAEM%2CYAQH%3BEACA%2CaAAA%3B%3BAA7JJ%2CQAkJC%2CgBAcC%3BEACC%2CgBAAgB%2C6CAAhB%3BEACS%2CkBAAA%3B%3BAAlKZ%2CQAkJC%2CgBAkBC%3BEACC%2CgBAAgB%2C6CAAhB%3BEACS%2CiBAAA%3B%3BAAtKZ%2CQAyKC%2COAAM%3BEACL%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CuBAAA%3B%3BAA9KF%2CQAyKC%2COAAM%2CsBAML%3BEACC%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CmDAAA%3BEACA%2CeAAA%3B%3BAAxLH%2CQAyKC%2COAAM%2CsBAiBL%2CGACC%3BEACC%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA9LJ%2CQAyKC%2COAAM%2CsBAiBL%2CGACC%2CGAIC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAACA%2CQA3BJ%2COAAM%2CsBAiBL%2CGACC%2CGAIC%2CEAKE%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAtMN%2CQAyKC%2COAAM%2CsBAiBL%2CGAgBC%2CGAAE%2CQACA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAOD%2CQAAC%2CoBACE%2CWACK%2CoBACI%3BEACI%2CyBAAA%3B%3BAAJhB%2CQAAC%2CoBACE%2CWACK%2CoBACI%2CYAEI%3BEACI%2C0BAAA%3B%3BAANpB%2CQAAC%2CoBAWG%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAbR%2CQAAC%2CoBAWG%2CUAGI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAArBhB%2CQA0BI%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAA5BR%2CQA0BI%2CsBAGI%3BEACI%2CgBAAA%3B%3BAAIZ%2CQAAQ%2C0BACP%2CQAAO%3BEACN%2CyBAAA%3BEACA%2CkCAAA%3B%3BAAHF%2CQAAQ%2C0BAKL%2COAAM%3BEACD%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGR%2CMAAM%2CsBACL%2CGACC%3BEACC%2CuBAAA%3B%3BAAIH%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAHD%2CsBAIC%3BEACC%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CqBAAb%3B%3BAAXF%2CsBAaC%3BEACC%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAlBF%2CsBAoBC%2COAAM%2COACL%2CeACC%3BEACC%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA1BJ%2CsBAoBC%2COAAM%2COACL%2CeAOC%2CcACC%3BEACC%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAnCL%2CsBAoBC%2COAAM%2COAmBL%3BEAKC%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CuCAAA%3B%3BAAlDH%2CsBAqDC%2CoBACC%2C6BACC%2COAAM%2COACL%2CeACC%2CqBAAoB%2CcACnB%3BEACC%2CUAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAA7DP%2CsBAqDC%2CoBAcC%2CqBACC%2CcACC%2CsBACC%3BEACC%2CWAAA%3B%3BAAvEN%2CsBAqDC%2CoBAcC%2CqBACC%2CcACC%2CsBAIC%3BEACC%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3B%3BAAhFN%2CsBAqDC%2CoBAcC%2CqBACC%2CcAeC%3BEACC%2CmBAAA%3B%3BAApFL%2CsBAqDC%2CoBAcC%2CqBACC%2CcAeC%2CWAEC%3BEACC%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAzFN%2CsBA%2BFC%2CmBACC%3BEACC%2CSAAA%3BEACA%2CWAAA%3B%3BAAlGH%2CsBA%2BFC%2CmBAKC%3BEACC%2CaAAA%3B%3BAArGH%2CsBA%2BFC%2CmBAQC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAA3GH%2CsBA%2BFC%2CmBAQC%2CsBAKC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FGJ%2CsBA%2BFC%2CmBAQC%2CsBAKC%2CmBAIC%3BEACC%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAQD%2CsBAHH%2CeACC%2CmBACE%2CIAAI%2CQACH%2CIAAI%2CSACJ%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAIH%2CsBAfF%2CeACC%2CmBAcE%3BEACA%2CSAAA%3B%3BAA9IJ%2CsBA8HC%2CeAmBC%2CmBAAkB%2CYACjB%2CsBACC%2CiBACE%2CSAAM%3BEACN%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAON%2CmBACC%2CqBACC%2CcACC%2CsBACC%3BEACC%2CWAAA%3B%3BAAqCL%2CQA%5C%2FB2B%3BEAC1B%2CQAAQ%2C0BACP%2CQAAO%3BIACN%2C0BAAA%3B%3BEAGF%2CsBACC%2CoBACC%2C6BACC%2COAAM%2COACL%2CeACC%2CqBAAoB%2CcACnB%3BIACC%2CmBAAA%3B%3BEAQP%2CQACC%2CoBAAmB%3BIAClB%2CUAAA%3B%3BEAFF%2CQAIC%3BIACC%2CUAAA%3BIACA%2CkBAAA%3B%3B%3BAA%2BBH%2CQA3B0B%3BEACzB%2CsBACC%2CoBACC%2C6BACC%2COAAM%2COACL%2CeACC%2CqBAAoB%2CcACnB%3BIACC%2CUAAA%3B%3BEAQP%2CQACC%2CoBAAmB%3BIAClB%2CWAAA%3B%3BEAFF%2CQAIC%3BIACC%2CWAAA%3BIACA%2CeAAA%3BIACS%2CgBAAA%3B%3B%3BAAsDZ%2CQAlD0B%3BEACzB%2CQAAQ%2C0BACP%2CQAAO%3BIACN%2C0BAAA%3BIACA%2CsBAAA%3B%3BEAGF%2CsBACC%2CoBACC%2C6BACC%2COAAM%2COACL%2CeACC%2CqBAAoB%2CcACnB%3BIACC%2CWAAA%3B%3BEAPP%2CsBACC%2CoBAYC%2CqBACC%2CcACC%2CsBACC%3BIACC%2CaAAA%3B%3BEAjBN%2CsBAuBC%2CoBACC%2CiBACC%3BIACC%2CWAAA%3B%3BEAKJ%2CQACC%2CoBAAmB%3BIAClB%2CWAAA%3B%3BEAFF%2CQAIC%3BIACC%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAMH%3BEACI%2CaAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CqBAAsB%2COAAM%3BEACxB%2C4CAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CuBAAwB%3BEACpB%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CwBAAwB%2CyDAAxB%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CuBAAwB%3BEACpB%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CyCAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CwBAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CIAAK%2CSAAS%3BEACV%2CUAAA%3B%3BAAEJ%2CoBAAqB%2CGAAE%2CaAAc%3BAAAI%2CoBAAqB%2CGAAE%2CaAAc%3BEAC1E%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CaAAc%2CYAAY%2CkBAAkB%3BEACxC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CWAAY%2CkBAAkB%3BEAC1B%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CoBAAqB%2COAAM%2CSAAS%3BEAChC%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CkDAAhB%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CWAAa%2CcAAa%3BAAC1B%2CWAAY%2CcAAa%3BAACzB%2CWAAY%2CcAAa%3BEACrB%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CWAAY%2CcAAa%3BAACzB%2CWAAY%2CcAAa%3BEACrB%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CWAAY%2CcAAa%3BAACzB%2CWAAY%2CcAAa%3BEACpB%2CmBAAA%3BEACD%2CcAAA%3B%3BAAEJ%2CWAAY%2CKAAI%3BEACZ%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CWAAY%2CwBAAwB%3BEAChC%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CWAAY%2CaAAa%3BEACrB%2CaAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CWAAY%2CaAAa%2CYAAW%3BEAChC%2CgBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAEJ%2CWAAY%2CaAAa%3BEACrB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CWAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CWAAY%2CaAAa%3BEACrB%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CWAAY%2CaAAa%3BEACrB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CaAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CWAAY%2CeAAe%3BAAC1B%2CWAAY%2CeAAe%3BEACxB%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CWAAY%2CeAAe%3BEACvB%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CWAAY%2CeAAe%3BEACvB%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CiBAAkB%2CgBAAgB%3BEAC9B%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CiBAAkB%2CqBAAoB%2CQAAS%3BEAC3C%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CuBAAA%3B%3BAAIJ%2CQAH6B%3BEAG7B%3BIAFS%2CWAAA%3B%3B%3BAAGT%2CiBAAiB%2CQAAS%2CoBAAoB%3BEAC1C%2CeAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CiBAAiB%2CQAAS%2CoBAAoB%2CKAAI%3BEAC9C%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CiBAAiB%2CQAAS%2CoBAAoB%2CKAAI%2CaAAa%3BAAC%5C%2FD%2CiBAAiB%2CQAAS%2CoBAAoB%2CKAAI%2CaAAa%3BEAC3D%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CiBAAiB%2CQAAS%2CoBAAoB%2CKAAI%2CaAAa%3BAAC%5C%2FD%2CiBAAiB%2CQAAS%2CoBAAoB%2CKAAI%2CaAAa%3BEAC3D%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CiBAAiB%2CQAAS%2CoBAAoB%2CKAAI%2CaAAa%3BAAC%5C%2FD%2CiBAAiB%2CQAAS%2CoBAAoB%2CKAAI%2CaAAa%3BAAC%5C%2FD%2CiBAAiB%2CQAAS%2CoBAAoB%2CKAAI%2CaAAa%3BEAC3D%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CiBAAiB%2CQAAS%2CoBAAoB%3BEACtC%2CWAAA%3BEACJ%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CiBAAiB%2CQAAS%3BEACtB%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CiBAAiB%2CQAAS%2CqBAAsB%2CKAAI%2CQAAS%3BEACzD%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CiBAAiB%2CQAAS%2CqBAAsB%2CKAAI%2CQAAS%2COAAM%3BEAC%5C%2FD%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAgB%2CyDAAhB%3BEACA%2CiBAAA%3B%3BAAEJ%2CiBAAiB%2CQAAS%2CqBAAsB%2CKAAI%3BEAChD%2CkBAAA%3B%3BAAEJ%2CiBAAiB%2CQAAS%2CqBAAqB%2CKAAI%2CaAAc%3BEAC7D%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CiBAAkB%2CqBAAoB%3BEAC9B%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CUAAA%3B%3BAAER%2CiBAAmB%2CGAAE%2CMAAM%3BEACvB%2CwBAAA%3B%3BAAEJ%2CoBAAoB%2CQAAS%3BEACrB%2CcAAA%3B%3BAAER%2CiBAAiB%2CQAAS%3BAAC1B%2CoBAAoB%2CQAAS%2CiBAAiB%3BEAC1C%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3B%3BAAEJ%2CiBAAiB%2CQAAS%3BEACtB%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CiBAAiB%2CQAAS%2CqBAAoB%2CQAAS%3BEACnD%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CiBAAiB%2CQAAS%2CqBAAoB%2CQAAS%2CIAAG%3BEACtD%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CiBAAkB%2CqBAAoB%2CQAAS%3BEAC3C%2CUAAA%3B%3BAAEJ%2CiBAAkB%2CqBAAoB%2CQAAS%3BEAC3C%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CiBAAkB%2CqBAAoB%2CQAAS%2CaAAa%2CKAAI%3BEAC5D%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CiBAAkB%2CqBAAoB%2CQAAS%2CeAAe%3BEAC1D%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CiBAAkB%2CqBAAoB%2CQAAS%2CmBAAmB%2CGAAE%3BEAChE%2CgBAAA%3B%3BAAEJ%2CiBAAkB%2CqBAAoB%2CQAAS%2CmBAAmB%2CGAAE%2CaAAc%3BAAClF%2CiBAAkB%2CqBAAoB%2CQAAS%2CmBAAmB%2CGAAE%2CaAAc%3BEAC9E%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CiBAAkB%2CqBAAoB%2CQAAS%2CmBAAmB%2COAAM%3BAACxE%2CiBAAkB%2CqBAAoB%2CQAAS%2CmBAAmB%3BEAC9D%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CiBAAkB%2CqBAAoB%2CQAAS%2CmBAAmB%2COAAM%3BEACpE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CiBAAkB%2CqBAAoB%2CQAAS%2CmBAAmB%2COAAM%3BEACpE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CiBAAkB%2CqBAAoB%2CQAAS%2CmBAAmB%2CMAAM%3BEACpE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CiBAAkB%2CqBAAoB%2CQAAS%3BEAC3C%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CiBAAkB%2CqBAAoB%2CQAAS%2CiBAAiB%3BEAC5D%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CiBAAkB%2CqBAAoB%2CQAAS%2CiBAAiB%3BEAC5D%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CiBAAkB%2CqBAAoB%2CQAAS%2CiBAAiB%2CEAAC%3BEAC7D%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CEAAE%2CSAAU%3BEACR%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CEAAE%2CSAAU%3BEACR%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CEAAE%2CSAAU%2CGAAE%3BEACV%2CWAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CEAAE%2CSAAU%2CGAAE%2CWAAW%3BEACrB%2CaAAA%3B%3BAAEJ%2CEAAE%2CSAAU%2CGAAE%3BEACV%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2COAAA%3B%3BAAEJ%2CEAAE%2CSAAU%2CGAAE%2CwBAAwB%3BEAClC%2CwBAAwB%2CkDAAxB%3B%3BAAEJ%2CEAAE%2CSAAU%2CGAAE%2C0BAA0B%3BEACpC%2CwBAAwB%2CmDAAxB%3B%3BAAEJ%2CEAAE%2CSAAU%2CGAAE%2CuBAAuB%3BEACjC%2CwBAAwB%2CqDAAxB%3B%3BAAEJ%2CEAAE%2CSAAU%2CGAAE%2CuBAAuB%3BEACjC%2CwBAAwB%2C%2BCAAxB%3B%3BAAGJ%2CEAAE%2CSAAU%2CGAAG%3BEACX%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CEAAE%2CSAAU%2CGAAG%2COAAM%3BEACjB%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CEAAE%2CSAAU%2CGAAG%2COAAM%3BEACjB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACC%2CkBAAA%3B%3BAAEL%3BAAAgB%3BEACZ%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CcAAe%3BAAAI%2CcAAe%3BEAC9B%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CgCAAA%3B%3BAAEJ%2CiBAAiB%2CQAAQ%2CQAAS%2CcAAc%2CEAAC%3BEAC7C%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CiBAAiB%2CQAAQ%2CQAAS%3BEAC9B%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CQAJ6B%3BEAI7B%2CiBATiB%2CQAAQ%2CQAAS%3BIAM1B%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAGR%2CiBAAiB%2CQAAS%2CcAAc%3BEACpC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CiBAAiB%2CQAAS%2CcAAc%2CQAAQ%3BEAC5C%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CiBAAiB%2CQAAS%2CcAAc%3BEACpC%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CiBAAiB%2CQAAS%2CcAAc%2CQAAO%3BEAC3C%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CiBAAiB%2CQAAS%2CcAAc%2CQAAO%2CMAAO%3BAAAO%2CiBAAiB%2CQAAS%2CcAAc%2CQAAO%2CMAAO%3BEAC%5C%2FG%2CgBAAA%3B%3BAAEJ%2CiBAAiB%2CQAAS%2CeAAe%3BEACrC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAKJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CoBAAqB%2COAAM%3BEACvB%2CwBAAwB%2C0DAAxB%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2C8BAA%2BB%3BEAC3B%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAEJ%2C8BAA%2BB%2CEAAC%3BEAC5B%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CIAAI%2CkCAAmC%3BEACnC%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CwBAAwB%2CyDAAxB%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACG%2CaAAA%3BEACC%2CeAAA%3BEACA%2CgCAAA%3BEACA%2C8BAAA%3BEACA%2CkCAAA%3B%3BAAEJ%2C6BAA8B%3BAAC9B%2CyBAA0B%3BEACtB%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2C6BAA8B%3BEAC1B%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CoCAAA%3BEACA%2CgCAAA%3BEACA%2C8BAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CyBAA0B%3BEACtB%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CyBAA0B%3BEACtB%2CcAAA%3B%3BAAEJ%2CyBAA0B%3BEACtB%2CaAAA%3B%3BAAEJ%2CyBAA0B%2CYAAY%3BAACtC%2CyBAA0B%2CYAAY%3BEAClC%2CeAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CyBAA0B%2CYAAY%3BEAClC%2CiBAAA%3B%3BAAEJ%2CyBAA0B%2CKAAI%2CUAAW%3BEACrC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CiDAAhB%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAGI%2CQAAC%2CuBACG%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAARR%2CQAAC%2CuBAUG%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAjBR%2CQAAC%2CuBAmBG%2CaACI%2CQAAO%2CKACH%3BEACA%2CqBAAA%3B%3BAAtBZ%2CQAAC%2CuBAmBG%2CaACI%2CQAAO%2CKACH%2CoBAEA%3BAAvBZ%2CQAAC%2CuBAmBG%2CaACI%2CQAAO%2CKACH%2CoBAGI%2CGAAE%3BEACE%2CwBAAA%3B%3BAAzBpB%2CQAAC%2CuBA8BG%2CgBAAe%3BEACX%2CYAAA%3B%3BAA%5C%2FBR%2CQAAC%2CuBA8BG%2CgBAAe%2COAEX%3BEACI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA3CZ%2CQAAC%2CuBA8CG%2COAAM%3BEACF%2CWAAA%3BEACA%2CWAAA%3B%3BAAhDR%2CQAAC%2CuBA8CG%2COAAM%2CwBAGF%2COAAM%3BEACJ%2CYAAA%3BEACA%2CkBAAA%3BEACE%2CWAAA%3BEACA%2CSAAA%3B%3BAArDZ%2CQAAC%2CuBA8CG%2COAAM%2CwBAGF%2COAAM%2CqBAKJ%3BEACE%2CYAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CQA5DX%2CuBA8CG%2COAAM%2CwBAGF%2COAAM%2CqBAKJ%2CKAMG%3BAACD%2CQA7DX%2CuBA8CG%2COAAM%2CwBAGF%2COAAM%2CqBAKJ%2CKAOG%3BAACD%2CQA9DX%2CuBA8CG%2COAAM%2CwBAGF%2COAAM%2CqBAKJ%2CKAQG%3BEACG%2CWAAA%3BEACA%2CqBAAA%3B%3BAAhEhB%2CQAAC%2CuBA8CG%2COAAM%2CwBAsBF%2CeACI%3BEACI%2CsBAAA%3B%3BAACA%2CQAvEf%2CuBA8CG%2COAAM%2CwBAsBF%2CeACI%2CKAEK%3BEACG%2CgBAAA%3B%3BAAEJ%2CQA1Ef%2CuBA8CG%2COAAM%2CwBAsBF%2CeACI%2CKAKK%3BEACG%2CiBAAA%3B%3BAA3EpB%2CQAAC%2CuBA8CG%2COAAM%2CwBAsBF%2CeACI%2CKASI%3BEACI%2CmBAAA%3B%3BAA%5C%2FEpB%2CQAAC%2CuBA8CG%2COAAM%2CwBAsBF%2CeACI%2CKAYI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAtFpB%2CQAAC%2CuBA8CG%2COAAM%2CwBAsBF%2CeACI%2CKAYI%2CmBAMI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAA1FxB%2CQAAC%2CuBA8CG%2COAAM%2CwBAsBF%2CeACI%2CKAYI%2CmBAMI%2CSAII%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAACA%2CQAhG3B%2CuBA8CG%2COAAM%2CwBAsBF%2CeACI%2CKAYI%2CmBAMI%2CSAII%2CKAKK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CQArG3B%2CuBA8CG%2COAAM%2CwBAsBF%2CeACI%2CKAYI%2CmBAMI%2CSAII%2CKAUK%3BEACG%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CQAzG3B%2CuBA8CG%2COAAM%2CwBAsBF%2CeACI%2CKAYI%2CmBAMI%2CSAII%2CKAcK%3BAACD%2CQA1G3B%2CuBA8CG%2COAAM%2CwBAsBF%2CeACI%2CKAYI%2CmBAMI%2CSAII%2CKAeK%3BAACD%2CQA3G3B%2CuBA8CG%2COAAM%2CwBAsBF%2CeACI%2CKAYI%2CmBAMI%2CSAII%2CKAgBK%3BEACG%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CQAjH3B%2CuBA8CG%2COAAM%2CwBAsBF%2CeACI%2CKAYI%2CmBAMI%2CSAII%2CKAsBK%3BEACG%2CcAAA%3B%3BAAlHhC%2CQAAC%2CuBA8CG%2COAAM%2CwBAsBF%2CeACI%2CKAYI%2CmBAqCI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2C6BAAA%3B%3BAA1HxB%2CQAAC%2CuBA8CG%2COAAM%2CwBAsBF%2CeACI%2CKAYI%2CmBAqCI%2CaAKI%3BEACI%2CcAAA%3BEACA%2CgCAAA%3BEACA%2C0BAAA%3B%3BAACA%2CQA%5C%2FH3B%2CuBA8CG%2COAAM%2CwBAsBF%2CeACI%2CKAYI%2CmBAqCI%2CaAKI%2CEAIK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACC%2CiBAAA%3B%3BAAGD%2CQAxI%5C%2FB%2CuBA8CG%2COAAM%2CwBAsBF%2CeACI%2CKAYI%2CmBAqCI%2CaAKI%2CEAYK%2CKACI%3BEACG%2CgBAAgB%2C0BAAhB%3B%3BAAGP%2CQA5I5B%2CuBA8CG%2COAAM%2CwBAsBF%2CeACI%2CKAYI%2CmBAqCI%2CaAKI%2CEAiBM%3BEACE%2CcAAA%3B%3BAACA%2CQA9I%5C%2FB%2CuBA8CG%2COAAM%2CwBAsBF%2CeACI%2CKAYI%2CmBAqCI%2CaAKI%2CEAiBM%2COAEG%3BEACG%2CgBAAgB%2C4BAAhB%3B%3BAA%5C%2FIpC%2CQAAC%2CuBAwJG%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAA1JR%2CQAAC%2CuBA4JG%2CsBACI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAnKZ%2CQAAC%2CuBA4JG%2CsBACI%2CcAOI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAvKhB%2CQAAC%2CuBA4JG%2CsBACI%2CcAYI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAACA%2CQA9Kf%2CuBA4JG%2CsBACI%2CcAYI%2CKAKK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CQAnLf%2CuBA4JG%2CsBACI%2CcAYI%2CKAUK%3BEACG%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CQAvLf%2CuBA4JG%2CsBACI%2CcAYI%2CKAcK%3BAACD%2CQAxLf%2CuBA4JG%2CsBACI%2CcAYI%2CKAeK%3BAACD%2CQAzLf%2CuBA4JG%2CsBACI%2CcAYI%2CKAgBK%3BEACG%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CQA%5C%2FLf%2CuBA4JG%2CsBACI%2CcAYI%2CKAsBK%3BEACG%2CcAAA%3B%3BAAhMpB%2CQAAC%2CuBA4JG%2CsBACI%2CcAsCI%3BEACI%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C6BAAA%3B%3BAAvMhB%2CQAAC%2CuBA4JG%2CsBACI%2CcAsCI%2CSAKI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAA1MpB%2CQAAC%2CuBA4JG%2CsBACI%2CcAsCI%2CSASI%3BEACI%2CcAAA%3BEACA%2CgCAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3B%3BAACA%2CQAjNnB%2CuBA4JG%2CsBACI%2CcAsCI%2CSASI%2CEAKK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAGA%2CQA1NvB%2CuBA4JG%2CsBACI%2CcAsCI%2CSASI%2CEAaK%2CKACI%3BEACG%2CgBAAgB%2C0BAAhB%3B%3BAAGJ%2CQA9NvB%2CuBA4JG%2CsBACI%2CcAsCI%2CSASI%2CEAkBS%3BEACD%2CcAAA%3B%3BAACA%2CQAhOvB%2CuBA4JG%2CsBACI%2CcAsCI%2CSASI%2CEAkBS%2COAEA%3BEACG%2CgBAAgB%2C4BAAhB%3B%3BAAjO5B%2CQAAC%2CuBAwOG%3BEACI%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C8BAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAjPR%2CQAAC%2CuBAmPG%2CmBACI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAlQZ%2CQAAC%2CuBAmPG%2CmBACI%2CmBAeI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAtQhB%2CQAAC%2CuBAmPG%2CmBACI%2CmBAeI%2CaAII%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAACA%2CQA7QnB%2CuBAmPG%2CmBACI%2CmBAeI%2CaAII%2CKAMK%3BEACG%2CeAAA%3BEACA%2CcAAA%3BEACA%2C2BAAA%3BEACA%2CaAAa%2CqBAAb%3B%3BAAjRxB%2CQAAC%2CuBAmPG%2CmBACI%2CmBAiCA%2CcACQ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA3RpB%2CQAAC%2CuBAmPG%2CmBACI%2CmBAiCA%2CcACQ%2CQAMI%3BEACI%2CgBAAA%3B%3BAAGA%2CQAhSvB%2CuBAmPG%2CmBACI%2CmBAiCA%2CcACQ%2CQASI%2CEACK%3BAACD%2CQAjSvB%2CuBAmPG%2CmBACI%2CmBAiCA%2CcACQ%2CQASI%2CEAEK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CQAzSvB%2CuBAmPG%2CmBACI%2CmBAiCA%2CcACQ%2CQASI%2CEAUK%3BEACO%2CWAAW%2CcAAX%3B%3BAAER%2CQA5SvB%2CuBAmPG%2CmBACI%2CmBAiCA%2CcACQ%2CQASI%2CEAaK%3BEACO%2CWAAW%2CaAAX%3B%3BAA7ShC%2CQAAC%2CuBAmPG%2CmBACI%2CmBAiCA%2CcACQ%2CQASI%2CEAgBI%3BEACI%2CaAAA%3B%3BAAhT5B%2CQAAC%2CuBAmPG%2CmBACI%2CmBAiEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAA1ThB%2CQAAC%2CuBAmPG%2CmBACI%2CmBAiEI%2CaAMI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAA9TpB%2CQAAC%2CuBAmPG%2CmBACI%2CmBAiEI%2CaAMI%2COAII%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAApUxB%2CQAAC%2CuBAmPG%2CmBACI%2CmBAiEI%2CaAMI%2COAWI%3BEACI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FUxB%2CQAAC%2CuBAmPG%2CmBACI%2CmBAiEI%2CaAMI%2COAWI%2CMAUI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CQApVvB%2CuBAmPG%2CmBACI%2CmBAiEI%2CaAMI%2COAWI%2CMAcK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CsDAAhB%3BEACA%2CqBAAA%3B%3BAA1V5B%2CQAAC%2CuBAmPG%2CmBACI%2CmBAiEI%2CaAMI%2COAWI%2CMAsBK%2COAAM%3BEACH%2CoBAAA%3BEACA%2CYAAA%3B%3BAA9V5B%2CQAAC%2CuBAmPG%2CmBACI%2CmBAiEI%2CaAMI%2COAsCI%2CMAAK%2CiBAAiB%2CQAAW%3BEAC7B%2CyBAAA%3B%3BAAlWxB%2CQAAC%2CuBAmPG%2CmBACI%2CmBAkHI%3BEACI%2C8BAAA%3B%3BAACA%2CQAxWf%2CuBAmPG%2CmBACI%2CmBAkHI%2COAEK%3BEACG%2CwBAAA%3B%3BAAzWpB%2CQAAC%2CuBAmPG%2CmBACI%2CmBAkHI%2COAKI%3BEACI%2CWAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CQA%5C%2FWf%2CuBAmPG%2CmBACI%2CmBAkHI%2COASK%3BEACG%2CUAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CQAnXf%2CuBAmPG%2CmBACI%2CmBAkHI%2COAaK%3BEACG%2CUAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CQAvXf%2CuBAmPG%2CmBACI%2CmBAkHI%2COAiBK%3BEACG%2CwBAAA%3B%3BAAEJ%2CQA1Xf%2CuBAmPG%2CmBACI%2CmBAkHI%2COAoBK%3BEACG%2CyBAAA%3B%3BAA3XpB%2CQAAC%2CuBAmPG%2CmBACI%2CmBAkHI%2COAuBI%2CMAAK%3BEACD%2CgBAAA%3B%3BAA9XpB%2CQAAC%2CuBAmPG%2CmBACI%2CmBAkHI%2COA0BI%3BAAhYhB%2CQAAC%2CuBAmPG%2CmBACI%2CmBAkHI%2COA2BI%3BEACI%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGA%2CQAvYnB%2CuBAmPG%2CmBACI%2CmBAkHI%2COAgCI%2COACK%3BEACG%2CYAAA%3BEACA%2CoBAAA%3B%3BAAGR%2CQA5Yf%2CuBAmPG%2CmBACI%2CmBAkHI%2COAsCK%2COACG%2COAAM%3BEACF%2CaAAA%3B%3BAA9YxB%2CQAAC%2CuBAmPG%2CmBACI%2CmBAkHI%2COA2CI%2CIAAG%3BEACC%2CkBAAA%3B%3BAAlZpB%2CQAAC%2CuBAmPG%2CmBACI%2CmBAkHI%2COA8CI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAvZpB%2CQAAC%2CuBAmPG%2CmBACI%2CmBAkHI%2COA8CI%2CQAII%3BEACQ%2CqBAAA%3B%3BAAzZ5B%2CQAAC%2CuBAmPG%2CmBACI%2CmBAyKI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAlahB%2CQAAC%2CuBAmPG%2CmBACI%2CmBAyKI%2CiBAMI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAtapB%2CQAAC%2CuBAmPG%2CmBACI%2CmBAyKI%2CiBAWI%2CSACI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CoBAAA%3BEACA%2CuBAAA%3B%3BAAhbxB%2CQAAC%2CuBAmPG%2CmBACI%2CmBAyKI%2CiBAsBI%2CWACI%2CEAAC%2COAAO%3BEACJ%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAvbxB%2CQAAC%2CuBA6bG%2COAAM%2COAAO%2CQAAQ%3BEACjB%2CaAAA%3B%3BAAGR%2CQAAC%2CsBACG%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAARR%2CQAAC%2CsBACG%2CmBAQI%2COAAM%3BEACF%2CaAAA%3B%3BAAVZ%2CQAAC%2CsBACG%2CmBAWI%2COACI%3BAAbZ%2CQAAC%2CsBACG%2CmBAWI%2COAEI%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAhBhB%2CQAAC%2CsBACG%2CmBAkBI%2CiBACI%3BEACI%2CYAAA%3B%3BAArBhB%2CQAAC%2CsBACG%2CmBAkBI%2CiBACI%2CSAEI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CoBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3B%3BAAOxB%2C%2BBAA%2BB%2CQAAS%2CaAAa%2CQAAO%2CKAAM%2CoBAAoB%3BAACtF%2CsBAAsB%2CQAAS%2CaAAa%2CQAAO%2CKAAM%2CoBAAoB%3BAAC7E%2CuBAAuB%2CQAAS%2CaAAa%2CQAAO%2CKAAM%2CoBAAoB%3BEAC1E%2CwBAAA%3B%3BAAuSR%2CIACI%3BEACI%2CSAAA%3B%3BAAGJ%2CIAAC%2CuBACG%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAALR%2CIAAC%2CuBACG%2CoBAMI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2Ca6C3sFa%2CqB7C2sFb%3B%3BAAbZ%2CIAAC%2CuBAiBG%3BEACI%2CeAAA%3B%3BAAlBR%2CIAAC%2CuBAqBG%3BEACI%2CWAAA%3B%3BAAtBR%2CIAAC%2CuBAqBG%2COAGI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAA1BZ%2CIAAC%2CuBAqBG%2COAQI%3BEACI%2CsBAAA%3B%3BAA9BZ%2CIAAC%2CuBAqBG%2COAQI%2CSAGI%3BEACI%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAEA%2CIAtCf%2CuBAqBG%2COAQI%2CSAGI%2CMAMK%3BEACG%2CUAAA%3BEACA%2CgBAAA%3B%3BAAMZ%2CIA9CP%2CuBAqBG%2COAyBK%3BEACG%2CkBAAA%3B%3BAADJ%2CIA9CP%2CuBAqBG%2COAyBK%2CSAGG%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3B%3BAAPR%2CIA9CP%2CuBAqBG%2COAyBK%2CSAGG%2CYAMI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2Ca6C3vFK%2CgB7C2vFL%3B%3BAA1DpB%2CIAAC%2CuBAgEG%3BEAGI%2CWAAA%3B%3BAAEA%2CIArEP%2CuBAgEG%2CiBAKK%3BEACG%2CaAAA%3B%3BAAtEZ%2CIAAC%2CuBAgEG%2CiBASI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAA7EZ%2CIAAC%2CuBAgEG%2CiBASI%2CSAMI%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2Ca6CtxFS%2CqB7CsxFT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CIA9Ff%2CuBAgEG%2CiBASI%2CSAMI%2COAeK%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CIApGf%2CuBAgEG%2CiBASI%2CSAMI%2COAqBK%3BEACG%2CyBAAA%3B%3BAArGpB%2CIAAC%2CuBAgEG%2CiBA0CI%2CYACI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2Ca6C%5C%2FyFS%2CqB7C%2ByFT%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2CIAzHf%2CuBAgEG%2CiBA0CI%2CYACI%2CEAcK%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAA7HpB%2CIAAC%2CuBAgEG%2CiBAkEI%3BEACI%2CUAAA%3BEACA%2CiBAAA%3B%3BAApIZ%2CIAAC%2CuBAgEG%2CiBAkEI%2CWAII%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3B%3BAA9IpB%2CIAoJI%2CiBACI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CIALR%2CiBACI%2COAIK%2CaACG%3BEACI%2CgBAAA%3B%3BAA3JpB%2CIAoJI%2CiBACI%2COAUI%3BEACI%2CkBAAA%3BEtChmFZ%2CiBAAA%3B%3BAsCg8EJ%2CIAoJI%2CiBACI%2COAUI%2CaAKI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAA1KpB%2CIAoJI%2CiBACI%2COAUI%2CaAcI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAIR%2CIAjCR%2CiBACI%2COAgCK%3BEACG%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAjC33DZ%2CIiCm1DA%2CiBA4CI%2CUjC%5C%2F3DH%3BELjwBD%2CgBAAA%3BEK8xBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BELjyBA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAsCmoFQ%2CIA%5C%2FCR%2CiBA4CI%2CUAGK%3BEACG%2CaAAA%3BEACA%2CgBAAA%3B%3BAAMhB%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CQAMI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CgBACI%2CoBACI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAANZ%2CgBACI%2CoBACI%2CGAMI%2CEACI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3B%3BAAOpB%2CuBAAwB%3BEACpB%2CYAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CuBAAwB%2CiBAAiB%3BEACrC%2CYAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CIAAK%2CiBAAiB%2COAAM%3BEACxB%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAARJ%2CIAAK%2CiBAAiB%2COAAM%2CmBAUxB%3BEACI%2CeAAA%3B%3BAAXR%2CIAAK%2CiBAAiB%2COAAM%2CmBAcxB%2CiBACI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAjBZ%2CIAAK%2CiBAAiB%2COAAM%2CmBAcxB%2CiBACI%2CSAII%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CIA7BX%2CiBAAiB%2COAAM%2CmBAcxB%2CiBACI%2CSAII%2CEAUK%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAQhB%2CKAAC%2COAAO%2CQAAQ%3BEACZ%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAARJ%2CKAAC%2COAAO%2CQAAQ%2CoBAUZ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAbR%2CKAAC%2COAAO%2CQAAQ%2CoBAgBZ%3BEACI%2Ca6Cn%5C%2FFiB%2CqB7Cm%5C%2FFjB%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAApBR%2CKAAC%2COAAO%2CQAAQ%2CoBAgBZ%2COAMI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAxBZ%2CKAAC%2COAAO%2CQAAQ%2CoBA4BZ%3BEACI%2CWAAA%3B%3BAA7BR%2CKAAC%2COAAO%2CQAAQ%2CoBA4BZ%2COAGI%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3BEACA%2CYAAA%3B%3BAAEA%2CKArCX%2COAAO%2CQAAQ%2CoBA4BZ%2COAGI%2CMAMK%3BEACG%2CYAAA%3B%3BAAGJ%2CKAzCX%2COAAO%2CQAAQ%2CoBA4BZ%2COAGI%2CMAUK%3BEACG%2CaAAA%3BEACA%2CgBAAA%3B%3BAA3ChB%2CKAAC%2COAAO%2CQAAQ%2CoBA4BZ%2COAmBI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAjDZ%2CKAAC%2COAAO%2CQAAQ%2CoBAqDZ%2COAAM%3BEACF%2CWAAA%3BEACA%2CUAAA%3B%3BAAvDR%2CKAAC%2COAAO%2CQAAQ%2CoBA0DZ%2COAAM%3BEACF%2CYAAA%3BEACA%2CUAAA%3B%3BAA5DR%2CKAAC%2COAAO%2CQAAQ%2CoBA%2BDZ%2COAAM%2COAAO%3BEACT%2CWAAA%3BEACA%2CgBAAA%3B%3BAAlEZ%2CKAsEI%2CiBACI%3BEACI%2CWAAA%3B%3BAAxEZ%2CKAsEI%2CiBACI%2CSAGI%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2Ca6CpjGa%2CqB7CojGb%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3B%3BAAEA%2CKArBZ%2CiBACI%2CSAGI%2COAiBK%3BEACG%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CKA3BZ%2CiBACI%2CSAGI%2COAuBK%3BEACG%2CyBAAA%3B%3BAAlGpB%2CKAwGI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CwBAEI%3BAADJ%2CgCACI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2Ca6CvlGqB%2CqB7CulGrB%3BEACA%2CgBAAA%3B%3BAAIR%2CgCACI%2CoBACI%2CYACI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAAOJ%2CgCAFR%2CMACK%2CSACI%3BEACG%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2C0CAAA%3BEACA%2CYAAA%3B%3BAALJ%2CgCAFR%2CMACK%2CSACI%2COAOG%3BEACI%2CeAAA%3BEACA%2C0BAAA%3B%3BAATR%2CgCAFR%2CMACK%2CSACI%2COAYG%2COACI%3BEACI%2CSAAA%3B%3BAAdZ%2CgCAFR%2CMACK%2CSACI%2COAYG%2COACI%2CMAGI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAnBhB%2CgCAFR%2CMACK%2CSACI%2COAYG%2COAWI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CgCAhChB%2CMACK%2CSACI%2COAYG%2COAkBK%2COACG%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CeAAA%3B%3BAAnChB%2CgCAFR%2CMACK%2CSACI%2COAwCG%2CiBACI%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CgCA3DpB%2CMACK%2CSACI%2COAwCG%2CiBACI%2COAgBK%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAMR%2CgCApEhB%2CMACK%2CSACI%2COAiEG%2CSACK%3BEACG%2CiBAAA%3B%3BAADJ%2CgCApEhB%2CMACK%2CSACI%2COAiEG%2CSACK%2CcAGG%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CgCAvFxB%2CMACK%2CSACI%2COAiEG%2CSACK%2CcAGG%2COAgBK%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAUhC%2CMAAM%3BEACF%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGI%2CwBADJ%2CGACK%3BEACG%2CwBAAA%3B%3BAALZ%2CwBASI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAbR%2CwBAgBI%3BEACI%2CkBAAA%3B%3BAAjBR%2CwBAgBI%2CaAGI%3BEACI%2Ca6CruGiB%2CqB7CquGjB%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAvBZ%2CwBAgBI%2CaAUI%3BEACI%2Ca6CzuGkB%2CmB7CyuGlB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAMA%2CwBAFR%2CUACK%2COACI%3BEACG%2CYAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAMhB%2CuBACI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAHR%2CuBACI%2CWAII%3BEACI%2CwBAAA%3B%3BAAIA%2CuBATR%2CWAQI%2COACK%3BEACG%2CaAAA%3B%3BAAKJ%2CuBAfR%2CWAcI%2COACK%2CqBACG%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAANR%2CuBAfR%2CWAcI%2COACK%2CqBACG%2CaAOI%2CSACI%3BEACI%2Ca6C5xGC%2CqB7C4xGD%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAdhB%2CuBAfR%2CWAcI%2COACK%2CqBACG%2CaAiBI%3BEACI%2Ca6ClyGM%2CmB7CkyGN%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CuBAzChB%2CWAcI%2COACK%2CqBAyBG%2CUACK%3BEACG%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAQxB%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CeAMI%3BEACI%2CkBAAA%3BEACA%2Ca6Cj0GqB%2CqB7Ci0GrB%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAEA%2CeANJ%2CSAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2CeAhBJ%2CSAgBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3B%3BAA7BZ%2CeAiCI%3BEACI%2CiBAAA%3B%3BAAlCR%2CeAiCI%2CMAGI%3BEACI%2CqBAAA%3B%3BAAEA%2CeANR%2CMAGI%2CEAGK%3BEACG%2CkBAAA%3B%3BAAMhB%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2Ca6Cx2G0B%2CmB7Cw2G1B%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAANJ%2CUAQI%3BEACI%2CcAAA%3BEACA%2Ca6Cj3GqB%2CqB7Ci3GrB%3BEACA%2CgCAAA%3B%3BAAEA%2CUALJ%2CEAKK%3BEACG%2CqBAAA%3BEACA%2CYAAA%3B%3BAAfZ%2CUAmBI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2Ca6Ch4G0B%2CmB7Cg4G1B%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CUAMI%3BEACI%2CcAAA%3B%3BAAIR%2CoBAAqB%2CUAAS%2COAAO%2CQAAQ%3BEACzC%2CaAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CcAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CcAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAIJ%2CIAAI%2CuBAAwB%2COAAO%2CSAAS%2CMAAK%3BEAC7C%2CYAAA%3B%3BAAIA%2CMAAC%3BEACG%2CWAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2Ca6Cx6GsB%2CmB7Cw6GtB%3BEACA%2CeAAA%3B%3BAANJ%2CMAAC%2CYAQG%3BEACI%2CcAAA%3B%3BAATR%2CMAAC%2CYAQG%2CGAGI%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CMAhBX%2CYAQG%2CGAGI%2CGAKK%2CQAEG%3BAAFJ%2CMAhBX%2CYAQG%2CGAGI%2CGAKK%2CQAGG%3BEACI%2C8BAAA%3BEACA%2CiBAAA%3B%3BAArBpB%2CMAAC%2CYAQG%2CGAGI%2CGAcI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CMA%5C%2FBX%2CYAQG%2CGAGI%2CGAoBK%2CUAAU%3BEACP%2CaAAA%3B%3BAAGJ%2CMAnCX%2CYAQG%2CGAGI%2CGAwBK%2CUAAU%3BEACP%2CaAAA%3B%3BAAOpB%2CQACI%2COACI%3BEACI%2CcAAA%3BEACA%2Ca6Cr9GiB%2CqB7Cq9GjB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3B%3BAAPZ%2CQACI%2COACI%2CaAOI%3BEACI%2CcAAA%3BEACA%2Ca6Cz9Gc%2CmB7Cy9Gd%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAAEA%2CQAfZ%2COACI%2CaAOI%2CEAOK%3BEACG%2CqBAAA%3B%3BAAjBpB%2CQACI%2COAqBI%3BEACI%2CmBAAA%3B%3BAAvBZ%2CQACI%2COAqBI%2CeAGI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2Ca6C1%2BGc%2CmB7C0%2BGd%3B%3BAA5BhB%2CQACI%2COAqBI%2CeASI%2CWACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2Ca6Cr%5C%2FGS%2CqB7Cq%5C%2FGT%3B%3BAApCpB%2CQACI%2COAqBI%2CeAkBI%3BEACI%2CcAAA%3BEACA%2Ca6Cx%5C%2FGc%2CmB7Cw%5C%2FGd%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAAEA%2CQA9CZ%2COAqBI%2CeAkBI%2CEAOK%3BEACG%2CqBAAA%3B%3BAAhDpB%2CQAsDI%2CMAAK%2CkBAED%3BAAxDR%2CQAuDI%2CmBACI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAA5DZ%2CQAsDI%2CMAAK%2CkBASD%3BAA%5C%2FDR%2CQAuDI%2CmBAQI%3BEACI%2CcAAA%3BEACA%2Ca6ClhHiB%2CqB7CkhHjB%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3B%3BAAnEZ%2CQAsDI%2CMAAK%2CkBASD%2CQAMI%3BAArEZ%2CQAuDI%2CmBAQI%2CQAMI%3BEACI%2CeAAA%3B%3BAAtEhB%2CQAsDI%2CMAAK%2CkBAoBD%3BAA1ER%2CQAuDI%2CmBAmBI%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAEA%2CQAxBR%2CMAAK%2CkBAoBD%2COAIK%2CUAAU%3BAAAX%2CQAvBR%2CmBAmBI%2COAIK%2CUAAU%3BEACP%2CYAAA%3B%3BAA%5C%2FEhB%2CQAsDI%2CMAAK%2CkBAoBD%2COAQI%2COACI%3BAAnFhB%2CQAuDI%2CmBAmBI%2COAQI%2COACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2Ca6CpiHU%2CmB7CoiHV%3B%3BAAtFpB%2CQAsDI%2CMAAK%2CkBAoBD%2COAgBI%3BAA1FZ%2CQAuDI%2CmBAmBI%2COAgBI%3BAA1FZ%2CQAsDI%2CMAAK%2CkBAoBD%2COAiBI%3BAA3FZ%2CQAuDI%2CmBAmBI%2COAiBI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CQA3CZ%2CMAAK%2CkBAoBD%2COAgBI%2CMAOK%3BAAAD%2CQA1CZ%2CmBAmBI%2COAgBI%2CMAOK%3BAAAD%2CQA3CZ%2CMAAK%2CkBAoBD%2COAiBI%2COAMK%3BAAAD%2CQA1CZ%2CmBAmBI%2COAiBI%2COAMK%3BEACG%2CaAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CQAjDR%2CMAAK%2CkBAoBD%2COA6BK%3BAAAD%2CQAhDR%2CmBAmBI%2COA6BK%3BEACG%2CaAAA%3B%3BAAxGhB%2CQAsDI%2CMAAK%2CkBAsDD%2CiBACI%2CSACI%3BAA9GhB%2CQAuDI%2CmBAqDI%2CiBACI%2CSACI%3BEACI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2Ca6ClkHU%2CmB7CkkHV%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CQAtEhB%2CMAAK%2CkBAsDD%2CiBACI%2CSACI%2COAcK%3BAAAD%2CQArEhB%2CmBAqDI%2CiBACI%2CSACI%2COAcK%3BEACG%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CQA3EhB%2CMAAK%2CkBAsDD%2CiBACI%2CSACI%2COAmBK%3BAAAD%2CQA1EhB%2CmBAqDI%2CiBACI%2CSACI%2COAmBK%3BEACG%2CaAAA%3B%3BAAlIxB%2CQAyII%3BEACI%2Ca6CxlHsB%2CmB7CwlHtB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA5IR%2CQA%2BII%2CiBACI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2Ca6CrmHkB%2CmB7CqmHlB%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CQAhBR%2CiBACI%2COAeK%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQAvBR%2CiBACI%2COAsBK%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAA3KhB%2CQAgLI%2CSAAQ%3BEACJ%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGI%2CQAPR%2CSAAQ%2CKAMJ%2CKACK%3BEACG%2CaAAA%3B%3BAAOJ%2CQAFR%2CqBACI%2CGACK%3BEACG%2CeAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CQAFR%2CqBACI%2CGACK%2CaAIG%3BEACI%2CWAAA%3B%3BAALR%2CQAFR%2CqBACI%2CGACK%2CaAQG%3BEACI%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CQAvBhB%2CqBACI%2CGACK%2CaAoBG%2COACK%3BEACG%2CaAAA%3B%3BAAtBZ%2CQAFR%2CqBACI%2CGACK%2CaA0BG%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAA5BR%2CQAFR%2CqBACI%2CGACK%2CaA0BG%2CYAII%3BEACI%2CWAAA%3B%3BAA%5C%2FBZ%2CQAFR%2CqBACI%2CGACK%2CaA0BG%2CYAQI%3BEACI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2Ca6ClrHM%2CmB7CkrHN%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3B%3BAA3CZ%2CQAFR%2CqBACI%2CGACK%2CaA0BG%2CYAoBI%2COAAM%3BEACF%2CaAAA%3B%3BAA%5C%2FCZ%2CQAFR%2CqBACI%2CGACK%2CaAmDG%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAvDR%2CQAFR%2CqBACI%2CGACK%2CaAmDG%2CsBAMI%2CQAAO%3BEACH%2CaAAA%3B%3BAA1DZ%2CQAFR%2CqBACI%2CGACK%2CaAmDG%2CsBAUI%2CQAAO%3BEACH%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CQAvEpB%2CqBACI%2CGACK%2CaAmDG%2CsBAUI%2CQAAO%2COAQF%3BEACG%2CaAAA%3B%3BAAtEhB%2CQAFR%2CqBACI%2CGACK%2CaAmDG%2CsBAUI%2CQAAO%2COAYH%3BEACI%2C4BAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2Ca6C5tHE%2CmB7C4tHF%3B%3BAA%5C%2FEhB%2CQAFR%2CqBACI%2CGACK%2CaAoFG%3BEACI%2CeAAA%3BEACA%2Ca6CnuHU%2CmB7CmuHV%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAzFR%2CQAFR%2CqBACI%2CGACK%2CaA4FG%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAjGR%2CQAFR%2CqBACI%2CGACK%2CaAoGG%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAIA%2CQAjHhB%2CqBACI%2CGACK%2CaA8GG%2CmBACK%3BEACG%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAALJ%2CQAjHhB%2CqBACI%2CGACK%2CaA8GG%2CmBACK%2CMAOG%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA1HhB%2CQAFR%2CqBACI%2CGACK%2CaA8GG%2CmBAgBI%3BEACI%2CWAAA%3B%3BAA%5C%2FHZ%2CQAFR%2CqBACI%2CGACK%2CaA8GG%2CmBAoBI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAIA%2CQA%5C%2FIpB%2CqBACI%2CGACK%2CaA8GG%2CmBA8BI%2CKACK%3BEACG%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAjJhB%2CQAFR%2CqBACI%2CGACK%2CaAsJG%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAzVpB%2CQA%2BVI%2COAAM%2COAAO%2CIAAI%3BEACb%2CWAAA%3BEACA%2CgBAAA%3B%3BAAjWR%2CQA%2BVI%2COAAM%2COAAO%2CIAAI%2CQAIb%3BEACI%2CgBAAA%3B%3BAApWZ%2CQAwWI%2COAAM%2COACF%3BEACI%2CgBAAA%3B%3BAA1WZ%2CQA8WI%3BEACI%2CkBAAA%3B%3BAA%5C%2FWR%2CQAkXI%2CYACI%3BEACI%2CWAAA%3B%3BAApXZ%2CQAkXI%2CYACI%2CiBAGI%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAAxXhB%2CQAkXI%2CYACI%2CiBAQI%3BEACI%2Ca6C10Hc%2CmB7C00Hd%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FXhB%2CQAkXI%2CYAiBI%3BEACI%2CWAAA%3B%3BAApYZ%2CQAkXI%2CYAiBI%2CgBAGI%3BEACI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2Ca6C11Hc%2CmB7C01Hd%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CoCAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2C%2BBAAA%3B%3BAAMhB%2CMAAM%3BAACN%3BEACI%2CgCAAA%3B%3BAAFJ%2CMAAM%2CuBAIF%2CMACI%3BAAJR%2CeAGI%2CMACI%3BEACI%2Ca6Ch3HiB%2CqB7Cg3HjB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3B%3BAATZ%2CMAAM%2CuBAIF%2CMAQI%3BAAXR%2CeAGI%2CMAQI%3BEACI%2Ca6Cp3HkB%2CmB7Co3HlB%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAfZ%2CMAAM%2CuBAIF%2CMAQI%2CGAKI%3BAAhBZ%2CeAGI%2CMAQI%2CGAKI%3BEACI%2CcAAA%3BEACA%2Ca6C13Hc%2CmB7C03Hd%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAvBhB%2CMAAM%2CuBAIF%2CMAQI%2CGAKI%2CEAQI%3BAAxBhB%2CeAGI%2CMAQI%2CGAKI%2CEAQI%3BEACI%2CgCAAA%3B%3BAAGJ%2CMA7BV%2CuBAIF%2CMAQI%2CGAKI%2CEAYK%2CMACG%3BAADJ%2CeAzBZ%2CMAQI%2CGAKI%2CEAYK%2CMACG%3BEACI%2CYAAA%3B%3BAAIR%2CMAnCV%2CuBAIF%2CMAQI%2CGAKI%2CEAkBK%3BAAAD%2CeA%5C%2FBZ%2CMAQI%2CGAKI%2CEAkBK%3BEACG%2C8BAAA%3B%3BAApCpB%2CMAAM%2CuBAIF%2CMAqCI%3BAAxCR%2CeAGI%2CMAqCI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAKZ%2CuBAAuB%2CQAAQ%3BEAC3B%2Ca6Cz5H0B%2CmB7Cy5H1B%3BEACA%2CeAAA%3B%3BAAFJ%2CuBAAuB%2CQAAQ%2COAI3B%3BEACI%2C6BAAA%3BEACA%2CyBAAA%3B%3BAAIR%2CmBACI%3BEACI%2CaAAA%3B%3BAAMA%2CqBADJ%2CSACK%3BEACG%2CeAAA%3BEACA%2Ca6C56HkB%2CmB7C46HlB%3BEACA%2C0BAAA%3B%3BAAHJ%2CqBADJ%2CSACK%2CiBAKG%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2Ca6Cl7Hc%2CmB7Ck7Hd%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAMhB%2CcAAc%3BEACV%2CgCAAA%3B%3BAADJ%2CcAAc%2CqBAGV%2CMACI%3BEACI%2Ca6Cn8HiB%2CqB7Cm8HjB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3B%3BAARZ%2CcAAc%2CqBAGV%2CMAQI%3BEACI%2Ca6Cv8HkB%2CmB7Cu8HlB%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAdZ%2CcAAc%2CqBAGV%2CMAQI%2CGAKI%3BEACI%2CcAAA%3BEACA%2Ca6C78Hc%2CmB7C68Hd%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAtBhB%2CcAAc%2CqBAGV%2CMAuBI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAKZ%2C2BAA2B%2CQAAQ%3BEAC%5C%2FB%2Ca6C79H0B%2CmB7C69H1B%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAAHJ%2C2BAA2B%2CQAAQ%2COAK%5C%2FB%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CiBAAkB%2CqBAAoB%2CQAAS%3BEAC3C%2CYAAA%3B%3BAAEJ%2CiBAAkB%2CqBAAoB%2CQAAS%3BEAC3C%2CsBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CiBAAkB%2CMAAK%3BEACnB%2CWAAA%3B%3BAAMQ%2CiBAFR%2CGACK%2CWACI%3BEACG%2CwBAAA%3B%3BAAOhB%2CIAAI%2CIAAI%3BEACJ%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%2CiBAAkB%2CMAAM%3BEACpB%2CcAAA%3B%3BAAGJ%2CiBAAkB%2CMAAK%2COAAQ%3BEAC3B%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CiBAAkB%2CMAAK%2COAAQ%2COAAM%3BEACjC%2CSAAS%2CEAAT%3B%3BAAGJ%2CiBAAkB%2CMAAK%2COAAO%3BEAC1B%2CmBAAA%3B%3BAAGJ%2CiBAAkB%2CMAAK%3BEACnB%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBAAkB%2COAAM%3BEACpB%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CiBAAkB%2CMAAK%2COAAQ%2COAAM%3BEACjC%2CmBAAA%3B%3BAAGJ%2CiBAAkB%2COAAM%3BEACpB%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CiBACI%2CoBAEI%3BAAHR%2CiBACI%2CoBAGI%3BEACI%2CaAAA%3B%3BAALZ%2CiBASI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3B%3BAAXR%2CiBAcI%2CqBAAoB%3BEAChB%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAjBR%2CiBAcI%2CqBAAoB%2CQAKhB%3BEACI%2Ca6C1mIiB%2CqB7C0mIjB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CiBAXR%2CqBAAoB%2CQAKhB%2CGAMK%3BEACG%2CUAAA%3B%3BAA1BhB%2CiBAcI%2CqBAAoB%2CQAgBhB%3BEACI%2CWAAA%3B%3BAA%5C%2FBZ%2CiBAcI%2CqBAAoB%2CQAoBhB%3BEACI%2Ca6CtnIkB%2CmB7CsnIlB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAArCZ%2CiBAcI%2CqBAAoB%2CQAoBhB%2CGAKI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAzChB%2CiBAcI%2CqBAAoB%2CQA%2BBhB%3BEACI%2CWAAA%3B%3BAA9CZ%2CiBAcI%2CqBAAoB%2CQAmChB%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAArDZ%2CiBAcI%2CqBAAoB%2CQA0ChB%3BAAxDR%2CiBAcI%2CqBAAoB%2CQA2ChB%3BEACI%2CgBAAA%3B%3BAA1DZ%2CiBAcI%2CqBAAoB%2CQA%2BChB%2CGAAE%2CUAAU%3BEACR%2CwBAAA%3B%3BAAKZ%2CyBACI%3BEACI%2Ca6CxpIsB%2CmB7CwpItB%3BEACA%2CeAAA%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2Ca6ChqI0B%2CmB7CgqI1B%3BEACA%2CgBAAA%3B%3BAAJJ%2CkBAMI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAMR%2CoBAAoB%3BAACpB%2CoBAAoB%3BAACpB%2CcAAc%3BAACd%2CoBAAoB%3BAACpB%2CcAAc%3BAACd%3BAACA%2CcAAc%3BEACV%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAGI%2CoBAZY%2CQAWhB%2CQACK%3BAAAD%2CoBAXY%2CUAUhB%2CQACK%3BAAAD%2CcAVM%2CgBASV%2CQACK%3BAAAD%2CoBATY%2CWAQhB%2CQACK%3BAAAD%2CcARM%2CkBAOV%2CQACK%3BAAAD%2C2BADJ%2CQACK%3BAAAD%2CcANM%2CsBAKV%2CQACK%3BEACG%2CaAAA%3B%3BAAbZ%2CoBAAoB%2CQAiBhB%2CaACI%3BAAjBR%2CoBAAoB%2CUAgBhB%2CaACI%3BAAhBR%2CcAAc%2CgBAeV%2CaACI%3BAAfR%2CoBAAoB%2CWAchB%2CaACI%3BAAdR%2CcAAc%2CkBAaV%2CaACI%3BAAbR%2C2BAYI%2CaACI%3BAAZR%2CcAAc%2CsBAWV%2CaACI%3BEACI%2Ca6CtsIiB%2CqB7CssIjB%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAArBZ%2CoBAAoB%2CQAyBhB%3BAAxBJ%2CoBAAoB%2CUAwBhB%3BAAvBJ%2CcAAc%2CgBAuBV%3BAAtBJ%2CoBAAoB%2CWAsBhB%3BAArBJ%2CcAAc%2CkBAqBV%3BAApBJ%2C2BAoBI%3BAAnBJ%2CcAAc%2CsBAmBV%3BEACI%2Ca6C7sIqB%2CqB7C6sIrB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CoBA%5C%2FBY%2CQAyBhB%2CGAMK%3BAAAD%2CoBA9BY%2CUAwBhB%2CGAMK%3BAAAD%2CcA7BM%2CgBAuBV%2CGAMK%3BAAAD%2CoBA5BY%2CWAsBhB%2CGAMK%3BAAAD%2CcA3BM%2CkBAqBV%2CGAMK%3BAAAD%2C2BANJ%2CGAMK%3BAAAD%2CcAzBM%2CsBAmBV%2CGAMK%3BEACG%2CUAAA%3B%3BAAhCZ%2CoBAAoB%2CQAoChB%3BAAnCJ%2CoBAAoB%2CUAmChB%3BAAlCJ%2CcAAc%2CgBAkCV%3BAAjCJ%2CoBAAoB%2CWAiChB%3BAAhCJ%2CcAAc%2CkBAgCV%3BAA%5C%2FBJ%2C2BA%2BBI%3BAA9BJ%2CcAAc%2CsBA8BV%3BEACI%2CWAAA%3B%3BAArCR%2CoBAAoB%2CQAwChB%3BAAvCJ%2CoBAAoB%2CUAuChB%3BAAtCJ%2CcAAc%2CgBAsCV%3BAArCJ%2CoBAAoB%2CWAqChB%3BAApCJ%2CcAAc%2CkBAoCV%3BAAnCJ%2C2BAmCI%3BAAlCJ%2CcAAc%2CsBAkCV%3BEACI%2Ca6CztIsB%2CmB7CytItB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA3CR%2CoBAAoB%2CQAwChB%2CGAKI%3BAA5CR%2CoBAAoB%2CUAuChB%2CGAKI%3BAA3CR%2CcAAc%2CgBAsCV%2CGAKI%3BAA1CR%2CoBAAoB%2CWAqChB%2CGAKI%3BAAzCR%2CcAAc%2CkBAoCV%2CGAKI%3BAAxCR%2C2BAmCI%2CGAKI%3BAAvCR%2CcAAc%2CsBAkCV%2CGAKI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FCZ%2CoBAAoB%2CQAmDhB%3BAAlDJ%2CoBAAoB%2CUAkDhB%3BAAjDJ%2CcAAc%2CgBAiDV%3BAAhDJ%2CoBAAoB%2CWAgDhB%3BAA%5C%2FCJ%2CcAAc%2CkBA%2BCV%3BAA9CJ%2C2BA8CI%3BAA7CJ%2CcAAc%2CsBA6CV%3BEACI%2CWAAA%3B%3BAApDR%2CoBAAoB%2CQAuDhB%3BAAtDJ%2CoBAAoB%2CUAsDhB%3BAArDJ%2CcAAc%2CgBAqDV%3BAApDJ%2CoBAAoB%2CWAoDhB%3BAAnDJ%2CcAAc%2CkBAmDV%3BAAlDJ%2C2BAkDI%3BAAjDJ%2CcAAc%2CsBAiDV%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA3DR%2CoBAAoB%2CQA8DhB%3BAA7DJ%2CoBAAoB%2CUA6DhB%3BAA5DJ%2CcAAc%2CgBA4DV%3BAA3DJ%2CoBAAoB%2CWA2DhB%3BAA1DJ%2CcAAc%2CkBA0DV%3BAAzDJ%2C2BAyDI%3BAAxDJ%2CcAAc%2CsBAwDV%3BAA9DJ%2CoBAAoB%2CQA%2BDhB%3BAA9DJ%2CoBAAoB%2CUA8DhB%3BAA7DJ%2CcAAc%2CgBA6DV%3BAA5DJ%2CoBAAoB%2CWA4DhB%3BAA3DJ%2CcAAc%2CkBA2DV%3BAA1DJ%2C2BA0DI%3BAAzDJ%2CcAAc%2CsBAyDV%3BEACI%2CgBAAA%3B%3BAAhER%2CoBAAoB%2CQAmEhB%2CGAAE%2CUAAU%3BAAlEhB%2CoBAAoB%2CUAkEhB%2CGAAE%2CUAAU%3BAAjEhB%2CcAAc%2CgBAiEV%2CGAAE%2CUAAU%3BAAhEhB%2CoBAAoB%2CWAgEhB%2CGAAE%2CUAAU%3BAA%5C%2FDhB%2CcAAc%2CkBA%2BDV%2CGAAE%2CUAAU%3BAA9DhB%2C2BA8DI%2CGAAE%2CUAAU%3BAA7DhB%2CcAAc%2CsBA6DV%2CGAAE%2CUAAU%3BEACR%2CwBAAA%3B%3BAApER%2CoBAAoB%2CQAuEhB%3BAAtEJ%2CoBAAoB%2CUAsEhB%3BAArEJ%2CcAAc%2CgBAqEV%3BAApEJ%2CoBAAoB%2CWAoEhB%3BAAnEJ%2CcAAc%2CkBAmEV%3BAAlEJ%2C2BAkEI%3BAAjEJ%2CcAAc%2CsBAiEV%3BEACI%2C4BAAA%3B%3BAAIR%3BAACA%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2Ca6ChwI0B%2CmB7CgwI1B%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAMQ%2CgBAFP%2CsBACG%2CQACK%3BEACG%2CcAAA%3BEACA%2Ca6C7wIa%2CqB7C6wIb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3B%3BAAOZ%2CoBAAC%2CUACG%3BEACI%2CgBAAA%3B%3BAAFR%2CoBAAC%2CUACG%2CaAGI%3BEACI%2CWAAA%3B%3BAALZ%2CoBAAC%2CUASG%3BEACI%2Ca6C9xIkB%2CmB7C8xIlB%3BEACA%2CeAAA%3B%3BAAXR%2CoBAAC%2CUAcG%2CEACI%3BEACI%2Ca6CpyIc%2CmB7CoyId%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3B%3BAAOZ%2CcAAC%2CgBACG%2COACI%2CMACI%3BEACI%2CgCAAA%3B%3BAAMR%2CcAVP%2CgBASG%2CKACK%2COACG%3BEACI%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2Ca6Cj0IU%2CmB7Ci0IV%3B%3BAAMR%2CcAzBP%2CgBAwBG%2CKACK%2CQACG%3BEACI%2CcAAA%3BEACA%2Ca6C10IU%2CmB7C00IV%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3B%3BAAOpB%2C2BACI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAFJ%2CuBAII%2CKAAI%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2Ca6Cp2IsB%2CmB7Co2ItB%3B%3BAAVR%2CuBAaI%2C2BACI%3BEACI%2Ca6C52IiB%2CqB7C42IjB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAKZ%3BEACI%2CaAAA%3B%3BAAGJ%2CsBACI%2CSAAQ%3BEACJ%2CaAAA%3B%3BAAFR%2CsBAKI%2CeAAc%3BEACV%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAGI%2CsBANR%2CeAAc%2CQAKV%2CQACK%3BEACG%2CaAAA%3B%3BAAZhB%2CsBAKI%2CeAAc%2CQAWV%2CaACI%3BEACI%2Ca6C14Ia%2CqB7C04Ib%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAApBhB%2CsBAKI%2CeAAc%2CQAmBV%3BEACI%2Ca6C94IkB%2CmB7C84IlB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CsBA1BR%2CeAAc%2CQAmBV%2CGAOK%3BEACG%2CUAAA%3B%3BAAhChB%2CsBAKI%2CeAAc%2CQA%2BBV%3BEACI%2CWAAA%3B%3BAArCZ%2CsBAKI%2CeAAc%2CQAmCV%3BEACI%2Ca6C95IkB%2CmB7C85IlB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA3CZ%2CsBAKI%2CeAAc%2CQAmCV%2CGAKI%3BEACI%2CcAAA%3B%3BAA9ChB%2CsBAKI%2CeAAc%2CQAmCV%2CGASI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CsBAjDR%2CeAAc%2CQAmCV%2CGAcK%2CIAAI%2CQACD%3BEACI%2CcAAA%3BEACA%2Ca6C96IU%2CmB7C86IV%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CsBA3DhB%2CeAAc%2CQAmCV%2CGAcK%2CIAAI%2CQACD%2CEASK%3BEACG%2CYAAA%3B%3BAAjExB%2CsBAKI%2CeAAc%2CQAkEV%3BEACI%2CWAAA%3B%3BAAxEZ%2CsBAKI%2CeAAc%2CQAsEV%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAA9EZ%2CsBAKI%2CeAAc%2CQA4EV%3BAAjFR%2CsBAKI%2CeAAc%2CQA6EV%3BEACI%2CgBAAA%3B%3BAAnFZ%2CsBAKI%2CeAAc%2CQAiFV%2CGAAE%2CUAAU%3BEACR%2CwBAAA%3B%3BAAvFZ%2CsBAKI%2CeAAc%2CQAqFV%3BEACI%2C4BAAA%3B%3B%3BAAOZ%3BEACI%2CmBAAA%3B%3BAADJ%2CgCAGI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAATR%2CgCAGI%2CaAQI%2CMAAK%2CSAAS%3BEACV%2CeAAA%3BEACA%2CWAAA%3B%3BAAbZ%2CgCAGI%2CaAQI%2CMAAK%2CSAAS%2CMAIV%2CiBACI%3BEACI%2CWAAA%3B%3BAAjBpB%2CgCAGI%2CaAQI%2CMAAK%2CSAAS%2CMAUV%3BEACI%2CiBAAA%3B%3BAAtBhB%2CgCAGI%2CaAQI%2CMAAK%2CSAAS%2CMAUV%2CUAGI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CgCA5BhB%2CaAQI%2CMAAK%2CSAAS%2CMAUV%2CUAGI%2COAOK%2CSACG%2CSACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3B%3BAALZ%2CgCA5BhB%2CaAQI%2CMAAK%2CSAAS%2CMAUV%2CUAGI%2COAOK%2CSACG%2CSAOI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3B%3BAA1ChC%2CgCAGI%2CaA%2BCI%3BEACI%2CkBAAA%3B%3BAAnDZ%2CgCAGI%2CaA%2BCI%2CoBAGI%3BEACI%2CeAAA%3BEACA%2CoBAAA%3B%3B%3B%3BAAWZ%2CQAAC%2CiBACG%2CMAAK%2CgBACD%2CMACI%2CKAAI%2CIACA%3BEACI%2CSAAA%3B%3BAAUhB%2CuBADH%2CQACI%2COACG%2CGACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAEA%2CuBAPf%2CQACI%2COACG%2CGACI%2CEAIK%3BEACG%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAEA%2CuBAbnB%2CQACI%2COACG%2CGACI%2CEAIK%2COAMI%3BEACG%2CcAAA%3B%3BAAKZ%2CuBAnBX%2CQACI%2COACG%2CGAiBK%2CQACG%3BEACI%2CgBAAA%3B%3BAAWZ%2CKAFP%2CMACI%2CoBACI%2CYACG%3BEACI%2C8BAAA%3B%3BAAFR%2CKAFP%2CMACI%2CoBACI%2CYAKG%2CGACI%2CcAAa%3BEACT%2CcAAA%3B%3BAAQxB%2CsBACI%3BEACI%2Ca6C3lJqB%2CqB7C2lJrB%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAIR%2C2BACI%3BEACI%2Ca6CnmJqB%2CqB7CmmJrB%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAPR%2C2BAUI%3BEACI%2CWAAA%3B%3BAAXR%2C2BAUI%2CoBAGI%3BAAbR%2C2BAUI%2CoBAII%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAnBZ%2C2BAUI%2CoBAYI%3BEACI%2Ca6CrnJkB%2CmB7CqnJlB%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAEA%2C2BApBR%2CoBAYI%2COAQK%3BEACG%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAOZ%2CYAAC%3BEACG%2Ca6C1oJqB%2CqB7C0oJrB%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CQACI%2CMACI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAALZ%2CQACI%2CMACI%2CsBAKI%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3B%3BAAXhB%2CQACI%2CMACI%2CsBAYI%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAGI%2CQAnBhB%2CMACI%2CsBAYI%2CiBAKI%2CaACK%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3B%3BAAxBxB%2CQACI%2CMACI%2CsBAYI%2CiBAcI%3BEACI%2CWAAA%3B%3BAA7BpB%2CQACI%2CMACI%2CsBAYI%2CiBAkBI%3BEACI%2Ca6CjrJU%2CmB7CirJV%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CQAvChB%2CMACI%2CsBAYI%2CiBAkBI%2COAQK%3BEACG%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAQxB%2CmBACI%3BEACI%2Ca6CxsJqB%2CqB7CwsJrB%3BEACA%2CeAAA%3B%3BAAHR%2CmBACI%2CcAII%3BEACI%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2Ca6ChtJkB%2CmB7CgtJlB%3BEACA%2CeAAA%3B%3BAAKZ%3BEACI%2CaAAA%3B%3BAADJ%2C2BAGI%3BEACI%2CeAAA%3BEACA%2Ca6C3tJsB%2CmB7C2tJtB%3BEACA%2CiBAAA%3B%3BAAOI%2CuBAFR%2CaACI%2CYACK%3BEACG%2Ca6CpuJc%2CmB7CouJd%3BEACA%2CeAAA%3B%3BAAMhB%2CoBACI%3BEACI%2Ca6ChvJqB%2CqB7CgvJrB%3BEACA%2CeAAA%3B%3BAAHR%2CoBAMI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2Ca6CvvJqB%2CqB7CuvJrB%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3B%3BAAIR%2C0BACI%3BEACI%2Ca6CrwJqB%2CqB7CqwJrB%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAPR%2C0BAUI%3BEACI%2CmBAAA%3BEACA%2Ca6C5wJsB%2CmB7C4wJtB%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3B%3BAAfR%2C0BAUI%2CyBAOI%3BEACI%2CmBAAA%3B%3BAAlBZ%2C0BAUI%2CyBAWI%2CEACI%3BEACI%2CmBAAA%3BEACA%2CYAAA%3B%3BAAxBhB%2C0BA6BI%3BEACI%2CYAAA%3B%3BAAEA%2C0BAHJ%2CYAGK%3BEACG%2CkBAAA%3B%3BAAOJ%2CKAFH%2CMAAM%2CkBAAkB%2CWACzB%2CKACK%3BEACG%2CUAAA%3B%3BAAMR%2CQAAC%2CqBACG%2CiBAAgB%3BEACZ%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAJR%2CQAAC%2CqBACG%2CiBAAgB%2CKAKZ%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAATZ%2CQAAC%2CqBACG%2CiBAAgB%2CKAKZ%2CiBAKI%3BEACI%2CWAAA%3B%3BAAZhB%2CQAAC%2CqBACG%2CiBAAgB%2CKAeZ%3BEACI%2CUAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAArBZ%2CQAAC%2CqBACG%2CiBAAgB%2CKAeZ%2CgBAOI%2CcACI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA9BpB%2CQAAC%2CqBACG%2CiBAAgB%2CKAeZ%2CgBAOI%2CcAUI%3BEACI%2CaAAA%3B%3BAAlCpB%2CQAAC%2CqBACG%2CiBAAgB%2CKAeZ%2CgBAsBI%3BEACI%2CaAAA%3B%3BAAvChB%2CQAAC%2CqBACG%2CiBAAgB%2CKAeZ%2CgBA0BI%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAA7ChB%2CQAAC%2CqBACG%2CiBAAgB%2CKAeZ%2CgBAgCI%3BEACI%2CmBAAA%3B%3BAAjDhB%2CQAAC%2CqBACG%2CiBAAgB%2CKAeZ%2CgBAoCI%2CwBACI%3BEACI%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAOxB%2CIAAI%2CQAAQ%2CiBAAkB%2CcAAc%3BEACxC%2CwBAAA%3B%3BAAEJ%2CCAAC%2CYAAY%2CMAAO%3BEAChB%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CkBACI%2COAAM%2COAAO%3BEACT%2CWAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CkBAMI%2COAAM%2CIAAI%3BEACN%2CWAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CsBAAuB%3BEACnB%2CcAAA%3BEACA%2Ca6Ct4J0B%2CmB7Cs4J1B%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAsHp6JA%2CsBACI%3BEACI%2CaAAA%3B%3BAAFR%2CsBAII%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAXR%2CsBAaI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAnBR%2CsBAqBI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAvBR%2CsBAqBI%2CWAGI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEAIA%2CmBAAA%3B%3BAAAA%2CwBAHyC%3BEAGzC%2CsBAXR%2CWAGI%3BIAMW%2CaAAA%3B%3B%3BAAMP%2CwBAH2C%3BEAG3C%2CsBAfR%2CWAGI%3BIAUQ%2CWAAA%3B%3B%3BAAlChB%2CsBAqBI%2CWAGI%2CgBAYI%2CmBACI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAzCpB%2CsBAqBI%2CWAGI%2CgBAYI%2CmBAOI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CSAAA%3B%3BAAhDpB%2CsBAqBI%2CWAGI%2CgBAYI%2CmBAOI%2CcAMI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAApDxB%2CsBAqBI%2CWAGI%2CgBAYI%2CmBAOI%2CcAWI%2CcACI%3BEACI%2CkBAAA%3B%3BAAxD5B%2CsBAqBI%2CWAGI%2CgBAYI%2CmBAOI%2CcAWI%2CcAII%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3B%3BAACA%2CsBA9CxB%2CWAGI%2CgBAYI%2CmBAOI%2CcAWI%2CcAII%2CqBASK%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAtEhC%2CsBAqBI%2CWAGI%2CgBAYI%2CmBAOI%2CcAWI%2CcAmBI%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CgCAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3B%3BAACC%2CsBA9DzB%2CWAGI%2CgBAYI%2CmBAOI%2CcAWI%2CcAmBI%2CaAUM%3BEACE%2CmBAAA%3BEACA%2CyBAAA%3B%3BAArFhC%2CsBAqBI%2CWAGI%2CgBAYI%2CmBAOI%2CcAWI%2CcAkCI%3BEACI%2CWAAA%3B%3BAAzF5B%2CsBAqBI%2CWAGI%2CgBAsEI%3BEACI%2CsBAAA%3BEACA%2CWAAA%3B%3BAAhGhB%2CsBAqBI%2CWAGI%2CgBAsEI%2COAGI%2CSACI%3BEACI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAQR%2CwBAH6C%3BEAG7C%2CsBA3FZ%2CWAGI%2CgBAsEI%2COAaK%3BEAKD%2CsBA3FZ%2CWAGI%2CgBAsEI%2COAcK%3BIAEO%2CqBAAA%3B%3B%3BAAGR%2CsBA5FZ%2CWAGI%2CgBAsEI%2COAmBK%3BEACG%2CaAAA%3B%3BAAEJ%2CsBA%5C%2FFZ%2CWAGI%2CgBAsEI%2COAsBK%3BEACG%2CgBAAA%3B%3BAArHpB%2CsBAqBI%2CWAGI%2CgBAgGI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAA1HhB%2CsBAqBI%2CWAGI%2CgBAqGI%2CUAAS%3BEACL%2CyBAAA%3B%3BAA9HhB%2CsBAqBI%2CWAGI%2CgBAqGI%2CUAAS%2CSAEL%2CIAAG%3BEACC%2CwBAAA%3B%3BAAhIpB%2CsBAqBI%2CWAGI%2CgBA2GI%2COAAM%3BEACF%2CaAAA%3B%3BAApIhB%2CsBAqBI%2CWAGI%2CgBA8GI%2COAAM%2COAAQ%3BEACV%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAzIhB%2CsBAqBI%2CWAGI%2CgBA8GI%2COAAM%2COAAQ%2CSAIV%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3B%3BAA7IpB%2CsBAqBI%2CWAGI%2CgBA8GI%2COAAM%2COAAQ%2CSAIV%2COAII%2CMAAK%3BEACD%2CaAAA%3B%3BAA%5C%2FIxB%2CsBAqBI%2CWAGI%2CgBA2HI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAArJhB%2CsBAqBI%2CWAGI%2CgBA2HI%2CsBAGI%3BEACI%2CaAAa%2CmBAAb%3BEACA%2CWAAA%3B%3BAAxJpB%2CsBAqBI%2CWAuII%3BEACI%2CYAAA%3BEACA%2CUAAA%3B%3BAAKA%2CwBAJ2C%3BEAI3C%2CsBA9IR%2CWAuII%3BIAIQ%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BAAjKhB%2CsBAqBI%2CWAuII%2CeAOI%3BAAnKZ%2CsBAqBI%2CWAuII%2CeAQI%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAzKZ%2CsBAqBI%2CWAuII%2CeAeI%3BEACI%2CmBAAA%3B%3BAA5KhB%2CsBAqBI%2CWAuII%2CeAeI%2CYAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAlLpB%2CsBAqBI%2CWAuII%2CeAeI%2CYASI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAA1LpB%2CsBAqBI%2CWAuII%2CeAeI%2CYAiBI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAjMpB%2CsBAqBI%2CWAuII%2CeAeI%2CYAwBI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAxMpB%2CsBAqBI%2CWAuII%2CeAeI%2CYAwBI%2CeAMI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAA3MxB%2CsBAqBI%2CWAuII%2CeAeI%2CYAwBI%2CeAMI%2CUAGI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAlN5B%2CsBAqBI%2CWAuII%2CeAeI%2CYAwBI%2CeAMI%2CUAWI%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3B%3BAA5N5B%2CsBAqBI%2CWAuII%2CeAqEK%3BEACG%2CkBAAA%3B%3BAAlOhB%2CsBAqBI%2CWAuII%2CeAqEK%2CeAEI%3BEACG%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAzOpB%2CsBAqBI%2CWAuII%2CeAqEK%2CeAUG%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAlPpB%2CsBAqBI%2CWAuII%2CeAqEK%2CeAmBG%3BEACK%2CmBAAA%3BEACD%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3B%3BAA5PpB%2CsBAiQI%2CSAAQ%3BEACJ%2CWAAA%3BEACA%2CWAAA%3B%3BA5GjRJ%2COAAC%3BEACG%2CgBAAA%3B%3BAAGJ%2COAAC%2CMACG%3BEhD0RR%2CyBAAA%3BEAAA%2C8EAAA%3BEgDpRY%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAEA%2COAlBP%2CMACG%2COAiBK%2CYAAY%3BEhDyQzB%2CcAAA%3BEgDvQgB%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2COA%5C%2FBP%2CMACG%2COA8BK%3BEACG%2CYAAA%3B%3BAArChB%2COA0CI%3BEACI%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3B%3BAAGJ%2COAAC%3BEACG%2CSAAA%3B%3BAADJ%2COAAC%2CQAGG%3BEACI%2CiBAAA%3B%3BAAJR%2COAAC%2CQAOG%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2COAAQ%2CQAbX%2CQAaY%3BEACL%2CYAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAhBR%2COAAC%2CQAmBG%2CQAAO%3BEAEH%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAIR%2COAAC%3BEACG%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2COAAC%3BEACG%2CgBAAA%3B%3BAAEA%2COAHH%2CMAGI%3BEACG%2CSAAS%2CIAAT%3B%3BAAIR%2COAAC%3BEhDkML%2CcAAA%3B%3BAgD9LI%2COAAC%3BEACG%2CaAAA%3BEACA%2CSAAA%3B%3BAAEA%2COAJH%2CQAII%3BEACG%2C6BAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2COATH%2CQASI%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEhD4KZ%2CcAAA%3BE0ChOA%2CqBAAA%3B%3BAAMA%2COM4BK%2CQASI%2CMNrCR%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAM9OY%2COAzBP%2CQASI%2CMAgBI%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAGJ%2COA%5C%2FBP%2CQASI%2CMAsBI%3BEhD%2BJb%2CcAAA%3B%3BA0ChKA%2COMKoB%2CUAnCf%2CQASI%2CMNqBR%3BE1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BAgDrJQ%2COAzCH%2CQAyCI%3BEACG%2CSAAA%3BEACA%2CaAAA%3B%3BAAFJ%2COAzCH%2CQAyCI%2CQAIG%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAANR%2COAzCH%2CQAyCI%2CQASG%3BEhD4IZ%2CcAAA%3BEgD1IgB%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAzDX%2CQAyCI%2CQASG%2CEAOK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2COA7Df%2CQAyCI%2CQASG%2CEAOK%2CMAIK%3BEACE%2CyBAAA%3B%3BAArBhB%2COAzCH%2CQAyCI%2CQA0BG%3BEhD2HZ%2CcAAA%3BEgDzHgB%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAzEX%2CQAyCI%2CQA0BG%2COAMK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2COA7EX%2CQAyCI%2CQA0BG%2COAUK%3BEACG%2CSAAS%2CGAAT%3B%3BA6GhLpB%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%3BE%5C%2FJgHA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BE%2BJ3EI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CWAQI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAhBR%2CWAQI%2CGASI%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CWAtBR%2CGASI%2COAaK%3BEACG%2CyBAAA%3B%3BAAGJ%2CWA1BR%2CGASI%2COAiBK%3BAACD%2CWA3BR%2CGASI%2COAkBK%3BAACD%2CWA5BR%2CGASI%2COAmBK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAIR%2CWAjCJ%2CGAiCK%2CaACG%3BEACI%2CmBAAA%3B%3BAE3NhB%2C4BAA%2BB%3BAAC%5C%2FB%2C4BAA%2BB%3BEAC3B%2CcAAA%3BEACA%2CwBAAA%3B%3BAAEA%2C4BAL2B%2CwBAK1B%3BAAAD%2C4BAJ2B%2C8BAI1B%3BEACG%2CcAAA%3BEACA%2CwBAAA%3B%3BAAIR%3BEACI%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAALJ%2C2BAOI%3BEACI%2C4CAAA%3BEACA%2C0CAAA%3BEACA%2C%2BCAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CuCAAA%3B%3BAAEA%2C2BATJ%2CqBASK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2C2BAfJ%2CqBAeK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAIR%2C2BAAC%2CSACG%3BEACI%2CUAAA%3B%3BAA7BZ%2C2BAiCI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAnCR%2C2BAsCI%3BEACI%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CsCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BACzDR%2C2BACI%3BEACI%2CWAAA%3B%3BACFR%2CoCACI%2C4BACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BACJZ%2CgCACI%2C4BACI%3BEACI%2CkBAAA%3B%3BACHZ%2CiCACI%2C4BACI%3BEACI%2CiBAAA%3B%3BACHZ%2C4BACI%2COACI%2CEAAC%3BEACG%2CmBAAA%3BEACA%2CaAAA%3B%3BACJZ%3BEACI%2CeAAA%3B%3BACDJ%3BEACI%2CeAAA%3B%3BAADJ%2CiCAEI%3BAAFJ%2CiCAGI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3B%3BAALR%2CiCAOI%3BEACI%2CeAAA%3B%3BAAOJ%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BExKiRL%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CqBAAA%3BEAAA%2CkBAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEJ0FA%2CgBAAA%3BEwK1QQ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAzKuHR%2CCyKhIK%2CwBzKgIJ%3BAAAD%2CMyKhIK%2CwBzKgIJ%3BAAAD%2CGyKhIK%2CwBzKgIJ%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCyKrIK%2CwBzKqIJ%3BAAAD%2CMyKrIK%2CwBzKqIJ%3BAAAD%2CGyKrIK%2CwBzKqIJ%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CCyK1IK%2CwBzK0IJ%3BAAAD%2CMyK1IK%2CwBzK0IJ%3BAAAD%2CGyK1IK%2CwBzK0IJ%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CCoKzLK%2CwBpKyLJ%3BAAAD%2CMoKzLK%2CwBpKyLJ%3BAAAD%2CGoKzLK%2CwBpKyLJ%3BAACD%2CCoK1LK%2CwBpK0LJ%3BAAAD%2CMoK1LK%2CwBpK0LJ%3BAAAD%2CGoK1LK%2CwBpK0LJ%3BAACD%2CCoK3LK%2CwBpK2LJ%3BAAAD%2CMoK3LK%2CwBpK2LJ%3BAAAD%2CGoK3LK%2CwBpK2LJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CCoKhMK%2CwBpKgMJ%3BAAAD%2CMoKhMK%2CwBpKgMJ%3BAAAD%2CGoKhMK%2CwBpKgMJ%3BAACD%2CCoKjMK%2CwBpKiMJ%3BAAAD%2CMoKjMK%2CwBpKiMJ%3BAAAD%2CGoKjMK%2CwBpKiMJ%3BAACD%2CQAAQ%2CUAAW%2CEoKlMd%3BApKkML%2CQAAQ%2CUAAW%2COoKlMd%3BApKkML%2CQAAQ%2CUAAW%2CIoKlMd%3BExKiRL%2CcAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAoK3LA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BEpK6IL%2CqBAAA%3BEAzHA%2CsBAAA%3BEJiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEwKhQQ%2CgBAAA%3B%3BApK0IR%2CCoK%5C%2FIK%2C2BpK%2BIJ%3BAAAD%2CMoK%5C%2FIK%2C2BpK%2BIJ%3BAAAD%2CGoK%5C%2FIK%2C2BpK%2BIJ%3BAACD%2CCoKhJK%2C2BpKgJJ%3BAAAD%2CMoKhJK%2C2BpKgJJ%3BAAAD%2CGoKhJK%2C2BpKgJJ%3BAACD%2CCoKjJK%2C2BpKiJJ%3BAAAD%2CMoKjJK%2C2BpKiJJ%3BAAAD%2CGoKjJK%2C2BpKiJJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CCoKzDK%2C2BpKyDJ%3BAAAD%2CMoKzDK%2C2BpKyDJ%3BAAAD%2CGoKzDK%2C2BpKyDJ%3BAACD%2CCoK1DK%2C2BpK0DJ%3BAAAD%2CMoK1DK%2C2BpK0DJ%3BAAAD%2CGoK1DK%2C2BpK0DJ%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3B%3BAI%5C%2FLA%2CCoKtEK%2C2BpKsEJ%3BAAAD%2CMoKtEK%2C2BpKsEJ%3BAAAD%2CGoKtEK%2C2BpKsEJ%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3B%3BAInLA%2CCoKlFK%2C2BpKkFJ%3BAAAD%2CMoKlFK%2C2BpKkFJ%3BAAAD%2CGoKlFK%2C2BpKkFJ%3BAACD%2CCoKnFK%2C2BpKmFJ%3BAAAD%2CMoKnFK%2C2BpKmFJ%3BAAAD%2CGoKnFK%2C2BpKmFJ%3BAACD%2CQAAQ%2CUAAW%2CEoKpFd%3BApKoFL%2CQAAQ%2CUAAW%2COoKpFd%3BApKoFL%2CQAAQ%2CUAAW%2CIoKpFd%3BExKqQL%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAoK%5C%2FEA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BEpKqIL%2CqBAAA%3BEAzHA%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEwKxPQ%2CgBAAA%3B%3BApKkIR%2CCoKvIK%2C6BpKuIJ%3BAAAD%2CMoKvIK%2C6BpKuIJ%3BAAAD%2CGoKvIK%2C6BpKuIJ%3BAACD%2CCoKxIK%2C6BpKwIJ%3BAAAD%2CMoKxIK%2C6BpKwIJ%3BAAAD%2CGoKxIK%2C6BpKwIJ%3BAACD%2CCoKzIK%2C6BpKyIJ%3BAAAD%2CMoKzIK%2C6BpKyIJ%3BAAAD%2CGoKzIK%2C6BpKyIJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CCoKjDK%2C6BpKiDJ%3BAAAD%2CMoKjDK%2C6BpKiDJ%3BAAAD%2CGoKjDK%2C6BpKiDJ%3BAACD%2CCoKlDK%2C6BpKkDJ%3BAAAD%2CMoKlDK%2C6BpKkDJ%3BAAAD%2CGoKlDK%2C6BpKkDJ%3BEJ2MD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CCoK9DK%2C6BpK8DJ%3BAAAD%2CMoK9DK%2C6BpK8DJ%3BAAAD%2CGoK9DK%2C6BpK8DJ%3BEJ%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CCoK1EK%2C6BpK0EJ%3BAAAD%2CMoK1EK%2C6BpK0EJ%3BAAAD%2CGoK1EK%2C6BpK0EJ%3BAACD%2CCoK3EK%2C6BpK2EJ%3BAAAD%2CMoK3EK%2C6BpK2EJ%3BAAAD%2CGoK3EK%2C6BpK2EJ%3BAACD%2CQAAQ%2CUAAW%2CEoK5Ed%3BApK4EL%2CQAAQ%2CUAAW%2COoK5Ed%3BApK4EL%2CQAAQ%2CUAAW%2CIoK5Ed%3BExK6PL%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAqKlHJ%3BEACI%2CsBAAA%3B%3BACDJ%3BEACI%2CqBAAA%3B%3BACDJ%3BEACI%2CqBAAA%3B%3BACDJ%2CMAAM%3BEACF%2CsBAAA%3B%3BAADJ%2CMAAM%2C2BAGA%3BAAHN%2CMAAM%2C2BAIA%2CwBAAsB%3BEACpB%2CsBAAA%3B%3BAALR%2CMAAM%2C2BAQF%3BEACI%2CqBAAA%3B%3BACTR%3BEACI%2CsBAAA%3BEACA%2CaAAA%3B%3BACFJ%2CyBACI%2CGAAE%3BEACE%2CgBAAA%3B%3BAAIR%2CmBACI%2CqBACI%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAAJZ%2CmBACI%2CqBACI%2CcAII%3BEACI%2CqBAAA%3B%3BAAPhB%2CmBACI%2CqBACI%2CcAII%2CWAGI%3BEACI%2CmBAAA%3B%3BAAVpB%2CmBACI%2CqBACI%2CcAYI%2CsBACI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAjBpB%2CmBACI%2CqBACI%2CcAYI%2CsBAMI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3B%3BAAtBpB%2CmBACI%2CqBACI%2CcAYI%2CsBAWI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAA3BpB%2CmBAiCI%2C%2BBACI%2COAAM%2COACF%2CeACI%2CqBAAoB%2CcAChB%3BEACI%2CYAAA%3B%3BAC5CxB%2C8BAA8B%2C4BAC1B%2CmBACI%2CGAAE%3BEACE%2CcAAA%3B%3BAAEA%2C8BALkB%2C4BAC1B%2CmBACI%2CGAAE%2CaAGG%3BEACG%2CmBAAA%3B%3BAANhB%2C8BAA8B%2C4BAY1B%3BEACI%2CWAAA%3B%3BAAbR%2C8BAA8B%2C4BAgB1B%2CGAAE%3BEACE%2CaAAA%3B%3BAAEA%2C8BAnBsB%2C4BAgB1B%2CGAAE%2CaAGG%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C8BAzB0B%2C4BAyBzB%2CYACG%3BEACI%2CYAAA%3BEACA%2C0BAAA%3B%3BAAEA%2C8BA9BkB%2C4BAyBzB%2CYACG%2CcAIK%3BEACG%2CUAAA%3B%3BAANZ%2C8BAzB0B%2C4BAyBzB%2CYAUG%2CeAAe%3BEACX%2CUAAA%3B%3BACpCZ%2CyBAAyB%3BEACrB%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CyBAAyB%2C6BAMrB%3BEACI%2CsBAAA%3B%3BACPR%2CyBAAyB%3BEACrB%2CsBAAA%3B%3BACDJ%2CyBAAyB%3BEACrB%2CsBAAA%3B%3BAADJ%2CyBAAyB%2C8BAGnB%3BEACE%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BACRR%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2C2BAMM%3BAANN%2C2BAOM%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3B%3BAAEA%2C2BANF%2CwBAMG%3BAAAD%2C2BALF%2C8BAKG%3BEACG%2CcAAA%3BEACA%2CwBAAA%3B%3BAAIR%2C2BAAI%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAEA%2CaAAc%2C4BAJd%3BEAKI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAKZ%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAALJ%2C0BAOI%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAEA%2CcAAe%2C2BARnB%3BEASQ%2COAAA%3B%3BAAIR%2C0BAAC%2CSACG%3BEACI%2CwBAAA%3BEACA%2CUAAA%3B%3BAAHR%2C0BAAC%2CSAMG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAARR%2C0BAAC%2CSAWG%2C2BACM%3BAAZV%2C0BAAC%2CSAWG%2C2BAEM%3BAAbV%2C0BAAC%2CSAWG%2C2BAGM%3BAAdV%2C0BAAC%2CSAWG%2C2BAIM%3BEACE%2CuBAAA%3BEACA%2C0BAAA%3B%3BAArChB%2C0BA0CI%3BEACI%2C4CAAA%3BEACA%2C0CAAA%3BEACA%2C%2BCAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CuCAAA%3B%3BAAEA%2C0BATJ%2CqBASK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C0BAhBJ%2CqBAgBK%2CIAAI%3BEACD%2CgBAAA%3B%3BAA3DZ%2C0BA%2BDI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAjER%2C0BAoEI%3BEACI%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CsCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BACzGR%2C0BACI%3BEACI%2CWAAA%3B%3BACFR%2CoCACI%2C2BACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BACJZ%2CgCACI%2C2BACI%3BEACI%2CkBAAA%3B%3BACHZ%2CiCACI%2C2BACI%3BEACI%2CiBAAA%3B%3BACHZ%2CGAAG%3BEACC%2CkBAAA%3B%3BAAEA%2CGAHD%2C4BAGE%3BEACG%2CmBAAA%3B%3BAAJR%2CGAAG%2C4BAOC%3BAAPJ%2CGAAG%2C4BAQC%3BAARJ%2CGAAG%2C4BASC%3BEACI%2CmBAAA%3B%3BAAVR%2CGAAG%2C4BAOC%2CYAKM%3BAAZV%2CGAAG%2C4BAQC%2CaAIM%3BAAZV%2CGAAG%2C4BASC%2CaAGM%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAhBZ%2CGAAG%2C4BAmBC%2CEAAC%3BEACG%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BACzBR%2CGAAG%2C0BACC%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAALR%2CGAAG%2C0BACC%2CiBAMI%2CGAAE%3BEACE%2CyBAAA%3B%3BAARZ%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%3BEACE%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CuCAAA%3BEACA%2CwCAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CGAzBT%2C0BACC%2CiBAUI%2CGAAE%2CWAcG%2CIAAI%3BEACD%2CiBAAA%3B%3BAA1BhB%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAxChB%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%2CUAaG%2CKAAI%3BEACA%2CcAAA%3B%3BAAGJ%2CGA9Cb%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%2CUAiBI%3BEACG%2CqBAAA%3B%3BAAIR%2CGAnDT%2C0BACC%2CiBAUI%2CGAAE%2CWAwCG%3BEACG%2C4BAAA%3B%3BAAGJ%2CGAvDT%2C0BACC%2CiBAUI%2CGAAE%2CWA4CG%3BEACG%2CmBAAA%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%3BEhF%2BGA%2CSAAA%3BEACA%2CUAAA%3B%3BAgFhHA%2CsBhFkHE%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAgFrHJ%2CsBhFkHE%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BAgFxHR%2CsBhF4HE%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BA9E7HJ%2CsB8EwHE%2CQAAK%2CQ9ExHN%3BAACD%2CsB8EuHE%2CQAAK%2CQ9EvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CsB8EkHE%2CQAAK%2CQ9ElHN%3BEACG%2CWAAA%3B%3BA8EwHA%2CsBAPF%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAgFpIR%2CsBhFoLM%2CQAAK%3BE9EoEX%2CSAAA%3B%3BA8JxPA%2CsBhF6LE%2CQAAK%2CMACD%3BE9E0DN%2C0BAAA%3BEAAA%2CYAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CsB%2BEsFE%2CQAAK%2CMACD%2CU%5C%2FEvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsB%2BEiFE%2CQAAK%2CMACD%2CU%5C%2FElFL%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CsB%2BE4EE%2CQAAK%2CMACD%2CU%5C%2FE7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BA8EzBI%2CsBAlCF%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBAnCF%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CsBApCF%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CsBArCF%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BE9EsBtB%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BA8JxPA%2CsBhF0OE%2CQAAK%3BE9EcP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2CuBAAA%3B%3BA8JrPA%2CwBACI%3BEACI%2C2BAAA%3B%3BAAFR%2CwBAII%3BEACI%2CyBAAA%3B%3BAALR%2CwBAII%2CcAEI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAATZ%2CwBAII%2CcAEI%2CeAII%3BEACI%2CaAAa%2CgBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAzBhB%2CwBAII%2CcAwBI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAlCZ%2CwBAII%2CcAwBI%2CoBAOI%3BEACI%2C%2BBAAA%3B%3BAApChB%2CwBAII%2CcAwBI%2CoBAOI%2CuBAEI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAvCpB%2CwBAII%2CcAuCI%2CmBACI%3BEACI%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CgBAAA%3B%3BAAzDhB%2CwBAII%2CcAwDI%2CsBACI%2CiBACK%2CSAAM%3BEACH%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAtEpB%2CwBAII%2CcAwDI%2CsBACI%2CiBAWI%2COAAM%2COAAO%2COAAO%3BEAChB%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CwBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAhFpB%2CwBAII%2CcAwDI%2CsBACI%2CiBAWI%2COAAM%2COAAO%2COAAO%2CQAShB%3BEACI%2CeAAA%3B%3BAAlFxB%2CwBAII%2CcAwDI%2CsBA0BI%2CiBAAiB%2CqBACZ%2CUAAO%3BEACJ%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAACA%2CwBAjGhB%2CcAwDI%2CsBA0BI%2CiBAAiB%2CqBACZ%2CUAAO%2CWAcH%3BEACG%2CoBAAA%3B%3BAAtGxB%2CwBAII%2CcAuGI%2CWACI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGR%2CwBAjHJ%2CcAiHK%2CMACG%2CsBACI%2CiBACI%2COAAM%2COAAO%2COAAO%3BEAChB%2CcAAA%3B%3BAAJhB%2CwBAjHJ%2CcAiHK%2CMACG%2CsBAMI%2CiBAAiB%2CqBACZ%2CUAAO%3BEACJ%2CcAAA%3B%3BAA9HxB%2CwBAoII%3BEACI%2CgBAAgB%2C8BAAhB%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAACA%2CwBANJ%2CYAMK%3BEACG%2CaAAA%3B%3BAA3IZ%2CwBA8II%3BEACI%2CgBAAgB%2C6BAAhB%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAACA%2CwBANJ%2CYAMK%3BEACG%2CaAAA%3B%3BAArJZ%2CwBAyJI%2CcACI%2CcACI%2CoBACK%2CuBACG%3BEACI%2CQAAQ%2CYAAR%3B%3BAAoB5B%2CwBAX2C%2CwBAAsB%3BEAC7D%3BIACQ%2C0BAAA%3B%3BEADR%2CYAEI%3BIACI%2CqBAAA%3B%3BEAHR%2CYAKI%2CoBAAsB%3BIAClB%2CqBAAA%3B%3B%3BAAiBZ%2CwBAb0C%3BEACtC%2CwBACI%3BIACI%2C2BAAA%3BIACA%2CYAAA%3B%3B%3BA%2BB%5C%2FNZ%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CoBAGI%3BEACE%2CiBAAA%3BEACE%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAPR%2CoBAGI%2CqBAKE%2CaAAY%3BEACV%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAhBR%2CoBAGI%2CqBAKE%2CaAAY%2CMASV%3BEACE%2CgBAAA%3B%3BAAlBV%2CoBAGI%2CqBAkBI%2CkBACE%3BEACE%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAxBZ%2CoBAGI%2CqBAkBI%2CkBACE%2CGAGE%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA5BhB%2CoBAGI%2CqBAkBI%2CkBACE%2CGAGE%2CYAII%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAhCpB%2CoBAGI%2CqBAkBI%2CkBACE%2CGAGE%2CYAII%2CEAII%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3B%3BAAvCxB%2CoBAGI%2CqBAkBI%2CkBACE%2CGAqBE%2CSAAQ%2CQAAQ%3BEACd%2CWAAA%3BEACA%2CWAAA%3BEACA%2C2CAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3B%3BAArDd%2CoBAGI%2CqBAkBI%2CkBACE%2CGAqBE%2CSAAQ%2CQAAQ%2CqBAWd%3BEACE%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3B%3BAA1DhB%2CoBAGI%2CqBAkBI%2CkBACE%2CGAqBE%2CSAAQ%2CQAAQ%2CqBAWd%2CmBAKE%3BEACE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3B%3BAAzElB%2CoBAGI%2CqBAkBI%2CkBACE%2CGAqBE%2CSAAQ%2CQAAQ%2CqBAiCd%3BEACE%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FEhB%2CoBAGI%2CqBAkBI%2CkBACE%2CGAqBE%2CSAAQ%2CQAAQ%2CqBAiCd%2CiBAIM%2CWAAU%3BEACN%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAApFxB%2CoBAGI%2CqBAkBI%2CkBACE%2CGAqBE%2CSAAQ%2CQAAQ%2CqBAiCd%2CiBAUM%3BEACI%2C2BAAA%3BEACA%2CsBAAA%3B%3BAAxFxB%2CoBAGI%2CqBAkBI%2CkBACE%2CGAqBE%2CSAAQ%2CQAAQ%2CqBAiCd%2CiBAUM%2CoBAGI%3BEACI%2CsBAAsB%2C0BAAtB%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2CsCAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAlG5B%2CoBAGI%2CqBAkBI%2CkBACE%2CGAqBE%2CSAAQ%2CQAAQ%2CqBAiCd%2CiBAUM%2CoBAGI%2COAUI%3BEACI%2CaAAA%3B%3BAApGhC%2CoBAGI%2CqBAkBI%2CkBAsFE%3BEACE%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3B%3BAA%5C%2FGZ%2CoBAGI%2CqBAkBI%2CkBAsFE%2CSAKE%2COACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CoBAxHZ%2CqBAkBI%2CkBAsFE%2CSAKE%2COAWK%2CSACG%3BEACI%2CsBAAsB%2C6BAAtB%3BEACA%2CYAAA%3B%3BAAGR%2CoBA9HZ%2CqBAkBI%2CkBAsFE%2CSAKE%2COAiBK%2CSACG%3BEACI%2CsBAAsB%2C4BAAtB%3BEACA%2CWAAA%3B%3BAA%2BCxB%2CmBA7BsC%3BEAClC%2CoBACI%2CqBACI%2CkBACI%2CSACI%3BIACI%2CyBAAA%3BIACA%2CyBAAA%3B%3BEACA%2CoBANhB%2CqBACI%2CkBACI%2CSACI%2COAGK%2CSACG%3BIACI%2CQAAA%3B%3BEAGR%2CoBAXhB%2CqBACI%2CkBACI%2CSACI%2COAQK%2CSACG%3BIACI%2COAAA%3B%3B%3BA9IjK5B%2CKAAK%2COAAQ%3BE%5C%2FC0Rb%2CcAAA%3B%3BA%2BCvRI%2CKAHC%2COAAQ%2CSAGR%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CKAPC%2COAAQ%2CSAOR%3BEACG%2CSAAS%2CGAAT%3B%3BAAIR%3BE%2BIuEA%2CgBAAA%3BEACA%2CmBAAA%3B%3BA%5C%2FIxEA%2Ce%2BI2EA%3BE9LmMA%2CWAAA%3BE8LjMI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CeANJ%2CeAMK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEA6FR%2CmCAAA%3BE9L2FA%2CcAAA%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE8LxEA%2CSnJnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COmJmLR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BA%5C%2FI9LA%2Ce%2BI2EA%2CeAsBM%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeA1BR%2CeAsBM%2COAIG%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEA4EZ%2CmCAAA%3BE9L2FA%2CcAAA%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE8LxEA%2CSnJnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COmJmLR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BA%5C%2FI9LA%2Ce%2BI2EA%2CeAsBM%2COAiBE%3BE9LhHR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCLA%2CwBAEI%2CgB%2BIoHJ%3BA%5C%2FIrHA%2CcACI%2CgB%2BIoHJ%3BE9LxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCEA%3BE%2BIpBA%2CgBAAA%3B%3BAAEA%2CoBAAC%3BE9LqRD%2CcAAA%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE8L1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEA8BA%2CSnJnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COmJmLR%3BEAlMI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%5C%2FIKJ%2CoB%2BIFA%2CMAAK%3BE9LPL%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8LMY%2CoBANZ%2CMAAK%2CcAGA%2CMAEK%2CQACG%3BAAAD%2CoBANZ%2CMAAK%2CcAIA%2CQACK%2CQACG%3BEACG%2CUAAA%3B%3BA%5C%2FILhB%2CoB%2BIWA%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BA%5C%2FIdJ%2CoB%2BIWA%2CMAKI%3BE9LzBJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8LsBI%2CoBATJ%2CMASK%3BE9L%2BOL%2CcAAA%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE8L1GA%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%3BA%5C%2FIrChB%2CoB%2BI8HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSnJnLQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COmJmLR%3B%3BA%5C%2FI3LA%2CoB%2BI8HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSnJnLQ%2CQAAA%2CQAAA%2CQAAA%2COmJmLR%3B%3BA%5C%2FI3LA%2CoB%2BI8HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSnJnLQ%2CQAAA%2CQAAA%2COmJmLR%3B%3BA%5C%2FI3LA%2CoB%2BI8HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSnJnLQ%2CQAAA%2COmJmLR%3B%3BA%5C%2FI3LA%2CoB%2BI8HI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSnJnLQ%2COmJmLR%3B%3BA%5C%2FIxLI%2CoBAAC%3BE%2BIwLL%2CS7LtMc%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO6LsMd%3B%3BA%5C%2FI7KA%3BEACI%2CkBAAA%3B%3BAADJ%2CyBAGI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAASJ%2COAAC%3BEACG%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COANH%2CQAMI%3BEACG%2CaAAA%3B%3BAAPR%2COAAC%2CQAUG%3BEACI%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAdR%2COAAC%2CQAiBG%3BEACI%2CaAAA%3B%3BAAIR%2COAAC%2CIACG%3BEACI%2CaAAA%3B%3BAAIR%2COAAC%2CKACG%2CQAAO%2COAAO%3BE%5C%2FC0MtB%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE%2BCvMY%2CSAAA%3B%3BA3C4PZ%2CO2ChQK%2CKACG%2CQAAO%2COAAO%2CQ3C%2BPrB%3BAACD%2CO2CjQK%2CKACG%2CQAAO%2COAAO%2CQ3CgQrB%3BEJtDD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI4DA%2CO2CvQK%2CKACG%2CQAAO%2COAAO%2CQ3CsQrB%3BEJ5DD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BA%2BC3MI%2COAAC%2CKAOG%2CiBAAiB%3BEACb%2CUAAA%3B%3BAAIR%2CSAAU%2CQAAC%2COAAO%3BEACd%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CSAAU%2CQAAC%2COAAO%2COAMd%3BEACI%2CSAAA%3B%3BAAPR%2CSAAU%2CQAAC%2COAAO%2COAUd%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CSAAU%2CQAAC%2CcACL%3BEACE%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAIR%2COAAC%2CaAAc%2CMAAK%3BAACpB%2COAAC%2CaAAa%3BEACV%2CeAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2COAAC%2CaACG%3BEACI%2CgBAAA%3B%3BAAFR%2COAAC%2CaAKG%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2COAAC%3BEACG%2CmBAAA%3B%3BAADJ%2COAAC%2CKAGG%2CaACI%3BE%5C%2FCgJZ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3B%3BA%2BC1II%2COAAC%3BEAEG%2CgCAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BA%5C%2FClGR%2CO%2BC8FK%2CK%5C%2FC9FJ%3BEACG%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BA%2BCiGI%2COANH%2CKAMI%3BEACG%2CeAAA%3B%3BAAIR%2COAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIJ%2COAAC%3BEACG%2CeAAA%3B%3BAADJ%2COAAC%2COAGG%3BEACI%2CgBAAA%3B%3BAAIR%2COAAC%3BEACG%2CeAAA%3B%3BAAOJ%2COAAC%3BE%5C%2FCwGL%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BE%2BCtGQ%2CgBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CmBAAA%3B%3BAAIR%2CUACI%2CQACI%3BEACI%2CgBAAA%3B%3BAAKhB%2CQAAQ%2CsBACP%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACM%2CmBAAA%3B%3BAARR%2CQAAQ%2CsBAUP%3BEACC%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAdF%2CQAAQ%2CsBAUP%2CeAKC%3BEACC%2CWAAA%3B%3BAAhBH%2CQAAQ%2CsBAmBP%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtBF%2CQAAQ%2CsBAwBP%2COAAM%3BEACL%2CaAAA%3B%3BAAzBF%2CQAAQ%2CsBA2BP%2CaACC%2CMAAK%3BEACJ%2CsBAAsB%2CkOAAtB%3B%3BAA7BH%2CQAAQ%2CsBA2BP%2CaAIC%3BEACC%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAsB%2C0NAAtB%3BEACA%2CwBAAA%3B%3BAApCH%2CQAAQ%2CsBAuCP%3BEACC%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA3CF%2CQAAQ%2CsBA6CP%2CqBACC%3BEACC%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAlDH%2CQAAQ%2CsBAqDP%3BEAGC%2CeAAA%3BEACA%2CcAAA%3B%3BAAzDF%2CQAAQ%2CsBA2DP%3BEACC%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAjEF%2CQAAQ%2CsBAmEP%2CeACC%3BEACC%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2C%2BEAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAA9EH%2CQAAQ%2CsBAiFP%2CGAAE%3BEACD%2CaAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACM%2CcAAA%3BEACA%2CWAAA%3B%3BAA3FR%2CQAAQ%2CsBAiFP%2CGAAE%2CYAWD%3BEACC%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAvGH%2CQAAQ%2CsBAiFP%2CGAAE%2CYAWD%2CGAYC%2CKAAI%3BEACH%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAnHJ%2CQAAQ%2CsBAiFP%2CGAAE%2CYAqCD%2CGAAE%3BEACD%2C4CAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAzHH%2CQAAQ%2CsBA4HP%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAlIF%2CQAAQ%2CsBAoIP%2CMAAK%3BEACJ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAAxIF%2CQAAQ%2CsBAoIP%2CMAAK%2CQAKJ%3BEACC%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CQAjJK%2CsBAoIP%2CMAAK%2CQAKJ%2CEAQE%3BEACA%2CYAAA%3B%3BAAKJ%2CIACC%2CSAAQ%2CsBACP%2CoBACC%2CGAAE%3BEACD%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAA4DA%2CKAAK%2CMAAM%2CQACP%3BEACI%2CgBAAA%3B%3BAAIR%2CSAAS%2COAAO%2CKACZ%2CQAAO%3BAADX%2CSAAS%2COAAO%2CKAEZ%2CSAAQ%2CQAAQ%3BAAFpB%2CSAAS%2COAAO%2CKAGZ%2CSAAQ%3BEACJ%2CmBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAEA%2CSAAS%2CQAAQ%2CKAAM%3BEACnB%2CcAAA%3B%3BAAJR%2CwBAOI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAATR%2CwBAYI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAfR%2CwBAYI%2CiBAKI%2CEAAC%2CIAAI%3BEACD%2CkBAAA%3B%3BAAlBZ%2CwBAYI%2CiBAQI%2CQAAO%3BEACH%2CmBAAA%3B%3BAAKZ%2CkBAEI%3BAADJ%2CgBACI%3BEACI%2CkBAAA%3B%3BAAkCR%2CwBACI%2COACI%3BEACI%2CmBAAA%3B%3BAAEA%2CwBAJR%2COACI%2CMAGK%3BEACG%2CgBAAA%3B%3BAANhB%2CwBAWI%3BEACI%2CqBAAA%3B%3BAAEA%2CwBAHJ%2CcAGK%2CIAAI%3BEACD%2CkBAAA%3B%3BAAfZ%2CwBAmBI%2CgBACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAKZ%2CcAEI%3BAADJ%2CwBACI%3BEACI%2CgBAAA%3B%3BAAIR%2CcACI%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAqCR%2CgBAUI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAdR%2CgBAiBI%3BEACI%2CSAAA%3B%3BAAlBR%2CgBAiBI%2CgBAOI%3BEACI%2CmBAAA%3B%3BAAzBZ%2CgBAiBI%2CgBAOI%2CwBAGI%3BEACI%2CmBAAA%3B%3BAAEA%2CgBAbZ%2CgBAOI%2CwBAGI%2CMAGK%3BEACG%2CgBAAA%3B%3BAA%5C%2FBpB%2CgBAiBI%2CgBAqBI%3BE%5C%2FCnUR%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BE%2BCqUY%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAzCZ%2CgBAiBI%2CgBA2BI%3BEACI%2CSAAA%3BEACA%2CmBAAA%3B%3BAA9CZ%2CgBAiBI%2CgBAgCI%3BE%5C%2FC9UR%2CcAAA%3B%3BA%2BC0XJ%2CwBAnByC%3BEACrC%2CQAAQ%2CsBACJ%3BIACI%2CeAAA%3B%3BEAFR%2CQAAQ%2CsBACJ%2CaAEI%3BIACI%2CeAAA%3B%3BEAJZ%2CQAAQ%2CsBACJ%2CaAKI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAgJ%5C%2FnBZ%2CsBACI%3BE%5C%2FL6QJ%2CmBAAA%3BE%2BL3QQ%2CeAAA%3B%3BAAHR%2CsBAKI%3BEACI%2CeAAA%3B%3BAACA%2CsBAFJ%2CMAEK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAKI%2CMAMI%3BAAXR%2CsBAKI%2CMAOM%3BEACE%2CkCAAA%3BE%5C%2FLiQZ%2CcAAA%3BE%2BL%5C%2FPY%2CcAAA%3BEACA%2C0BAAA%3B%3BAAhBZ%2CsBAKI%2CMAcI%3BEACI%2CqBAAA%3B%3BAAEA%2CsBAjBR%2CMAcI%2CEAGK%3BE%5C%2FLwPb%2CmBAAA%3B%3BA%2BLnPQ%2CsBAtBJ%2CMAsBK%2CQACG%3BAADJ%2CsBAtBJ%2CMAsBK%2CQAEK%3BE%5C%2FLiPd%2CqBAAA%3BEAAA%2CWAAA%3BEAAA%2CgBAAA%3B%3BA%2BLnPQ%2CsBAtBJ%2CMAsBK%2CQAQG%3BE%5C%2FL2OZ%2CqBAAA%3B%3BA%2BL9QA%2CsBAKI%2CMAmCI%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BA%5C%2FK5DhB%3BEACI%2CaAAa%2CYAAb%3BEACA%2CSAAS%2CoCAAT%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CYAAb%3BEACA%2CSAAS%2CiCAAT%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CiBAAb%3BEACA%2CSAAS%2CqCAAT%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CqBAAb%3BEACA%2CSAAS%2CoCAAoC%2COAAO%2CQAApD%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CgBAAb%3BEACA%2CSAAS%2CoCAAoC%2COAAO%2CQAApD%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CqBAAb%3BEACA%2CSAAS%2CoCAAoC%2COAAO%2CQAApD%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CgBAAb%3BEACA%2CSAAS%2CsCAAsC%2COAAO%2CQAAtD%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CgCAAb%3BEACA%2CSAAS%2C2CAA2C%2COAAO%2CMAA3D%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2C%2BBAAb%3BEACA%2CSAAS%2C6CAA6C%2COAAO%2CMAA7D%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAKJ%3BEACI%2CaAAa%2CcAAb%3BEACA%2CSAAS%2C0CAA0C%2COAAO%2CcAAc%2CyCAAyC%2COAAO%2COAAxH%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CkBAAb%3BEACA%2CSAAS%2C0CAA0C%2COAAO%2CcAAc%2CyCAAyC%2COAAO%2COAAxH%3BEACA%2CkBAAA%3B%3BAAKJ%3BEACI%2CaAAa%2CmBAAb%3BEACA%2CSAAS%2C0CAA0C%2COAAO%2CcAAc%2CyCAAyC%2COAAO%2COAAxH%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACF%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAGF%3BEACI%2CaAAa%2CqBAAb%3BEACA%2CSAAS%2C0CAA0C%2COAAO%2CcAAc%2CyCAAyC%2COAAO%2COAAxH%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2C0BAAb%3BEACA%2CSAAS%2C0CAA0C%2COAAO%2CcAAc%2CyCAAyC%2COAAO%2COAAxH%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CcAAb%3BEACA%2CSAAS%2C0CAA0C%2COAAO%2CcAAc%2CyCAAyC%2COAAO%2COAAxH%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CiBAAb%3BEACA%2CSAAS%2C0CAA0C%2COAAO%2CcAAc%2CyCAAyC%2COAAO%2COAAxH%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CcAAb%3BEACA%2CSAAS%2C0CAA0C%2COAAO%2CcAAc%2CyCAAyC%2COAAO%2COAAxH%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CqBAAb%3BEACA%2CSAAS%2C0CAA0C%2COAAO%2CcAAc%2CyCAAyC%2COAAO%2COAAxH%3BEACA%2CkBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BAAWJ%3BEACI%2CaAAa%2CiBAAb%3BEACA%2CSAAS%2C0CAA0C%2COAAO%2CcAAc%2CsCAAsC%2COAAO%2COAArH%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%3BEACI%2CaAAa%2CsBAAb%3BEACA%2CSAAS%2C0CAA0C%2COAAO%2CcAAc%2CsCAAsC%2COAAO%2COAArH%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CcAAb%3BEACA%2CSAAS%2C0CAA0C%2COAAO%2CcAAc%2CsCAAsC%2COAAO%2COAArH%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACF%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAGF%3BEACI%2CaAAa%2CcAAb%3BEACA%2CSAAS%2C0CAA0C%2COAAO%2CcAAc%2CsCAAsC%2COAAO%2COAArH%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2C0BAAb%3BEACA%2CSAAS%2C0CAA0C%2COAAO%2CcAAc%2CsCAAsC%2COAAO%2COAArH%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CcAAb%3BEACA%2CSAAS%2C0CAA0C%2COAAO%2CcAAc%2CsCAAsC%2COAAO%2COAArH%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CqBAAb%3BEACA%2CSAAS%2C0CAA0C%2COAAO%2CcAAc%2CsCAAsC%2COAAO%2COAArH%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CiBAAb%3BEACA%2CSAAS%2C0CAA0C%2COAAO%2CcAAc%2CsCAAsC%2COAAO%2COAArH%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CwBAAb%3BEACA%2CSAAS%2C0CAA0C%2COAAO%2CcAAc%2CsCAAsC%2COAAO%2COAArH%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CgCAAb%3BEACA%2CSAAS%2C2CAA2C%2COAAO%2CMAA3D%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2C%2BBAAb%3BEACA%2CSAAS%2C6CAA6C%2COAAO%2CMAA7D%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CaAAa%2CYAAb%3BEACA%2CSAAS%2C6BAA6B%2COAAO%2CQAA7C%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%3BEACI%2CaAAa%2CeAAb%3BEACA%2CSAAS%2CuCAAuC%2COAAO%2CcAAc%2CsCAAsC%2COAAO%2COAAlH%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CgBAAb%3BEACA%2CSAAS%2C8BAA8B%2COAAO%2CcACtC%2C6BAA6B%2COAAO%2COAD5C%3BEAEA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CqBAAb%3BEACA%2CSAAU%2C8BAA8B%2COAAO%2CcACvC%2C6BAA6B%2COAAO%2COAD5C%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CgBAAb%3BEACA%2CSAAS%2CgCAAgC%2COAAO%2CcACxC%2C%2BBAA%2BB%2COAAO%2COAD9C%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CqBAAb%3BEACA%2CSAAS%2C8BAA8B%2COAAO%2CcACtC%2C6BAA6B%2COAAO%2COAD5C%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA6DA%3BEhBvDA%2CyBAAA%3B%3BAgB2DA%3BEhByDA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEgB5FJ%2CiBAAA%3B%3BAAGJ%3BEhB2DA%2CoBAAA%3BEACQ%2CYAAA%3B%3BAgBxDR%2CUACK%2CsBACG%3BEACI%2CaAAA%3B%3BAASZ%3BEAEI%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CYAKI%2COAAM%3BEhBtFV%2CyBAAA%3BEAAA%2CcAAA%3B%3BAgB4FA%2COAAO%2CMACF%2CUAAO%3BEhB7FZ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEiByQQ%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAANR%2COAAO%2CMACF%2CUAAO%2CMjBjQV%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAiB8PJ%2COAAO%2CMACF%2CUAAO%2CMAOH%3BEACG%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAZL%2CMACF%2CUAAO%2CMAOH%2CKAII%3BEACG%2CiBAAA%3B%3BAAbhB%2COAAO%2CMACF%2CUAAO%2CMAOH%2CKAQI%3BEhB5Gb%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2COiB6OO%2CMACF%2CUAAO%2CMAOH%2CKAQI%2CIjB7PZ%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2COiBwOO%2CMACF%2CUAAO%2CMAOH%2CKAQI%2CIjBxPZ%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2COiBmOO%2CMACF%2CUAAO%2CMAOH%2CKAQI%2CIjBnPZ%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAgB2HI%2COAAC%3BEACG%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAALJ%2CKAOI%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CqBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CWACI%3BEACI%2CaAAA%3B%3BAAIR%2CUACK%2CsBACG%2CYAAY%3BEACR%2CgBAAA%3B%3BAAUR%2COALG%2CKAKF%3BEhBtKL%2CmBAAA%3BEAAA%2CaAAA%3BEgByKQ%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%3BEhBlML%2CgBAAA%3BEAAA%2C4BAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3BEAAA%2CWAAA%3BEgBoMQ%2CSAAA%3B%3BAAHJ%2CQALI%2COAKH%2CSqD5aL%3BArD6aI%2CQANI%2COAMH%2COqD7aL%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQrDoaI%2COAKH%2CSqD5aL%2CEAGK%3BAAAD%2CQrDoaI%2COAMH%2COqD7aL%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQrDgaI%2COAKH%2CSqD5aL%2CEAOK%3BAAAD%2CQrDgaI%2COAMH%2COqD7aL%2CEAOK%3BErEoOL%2CcAAA%3B%3BAgBuMI%2CQAXI%2COAWH%3BEACG%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAALJ%2CQAXI%2COAWH%2COAOG%3BEACI%2CgBAAA%3B%3BAAIR%2CQAvBI%2COAuBH%3BEhBnNL%2CgBAAA%3BEAAA%2C4BAAA%3BEqEnQA%2CcAAA%3BErEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CcAAA%3BEgBqNQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CQAvBI%2COAuBH%2CKqD9bL%3BErE2OA%2CcAAA%3B%3BAqExOI%2CQrDoaI%2COAuBH%2CKqD9bL%2CEAGK%3BErEwOL%2CcAAA%3B%3BAqEpOI%2CQrDgaI%2COAuBH%2CKqD9bL%2CEAOK%3BErEoOL%2CcAAA%3B%3BAgB8NA%3BEACI%2CgBAAA%3B%3BAAIA%2COAAC%3BEACG%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2COAAC%2CQAMG%2COACK%3BEhB1Ob%2CmBAAA%3BEAAA%2CiBAAA%3BEgB6OgB%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAZZ%2COAAC%2CQAMG%2COASI%3BAAfR%2COAAC%2CQAMG%2COAUI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAlBZ%2COAAC%2CQAMG%2COAeI%3BEhBxPZ%2CcAAA%3BEgB0PgB%2CmBAAA%3B%3BAAvBZ%2COAAC%2CQAMG%2COAoBI%3BEhB7PZ%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2COiBoXK%2CQAMG%2COAoBI%2CEjB9YX%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2COiB%2BWK%2CQAMG%2COAoBI%2CEjBzYX%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2COiB0WK%2CQAMG%2COAoBI%2CEjBpYX%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAgB2QA%3BEAGI%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAIJ%2CYAAa%2COAAM%2CQAEf%2CUACI%3BAAFR%2CYACI%2CUACI%3BEyB1gBR%2CqBAAA%3BEACA%2CkBAAA%3B%3BAzCFA%2CYgBwgBa%2COAAM%2CQAEf%2CUACI%2CShB3gBP%3BAAAD%2CYgB0gBI%2CUACI%2CShB3gBP%3BAACD%2CYgBugBa%2COAAM%2CQAEf%2CUACI%2CShB1gBP%3BAAAD%2CYgBygBI%2CUACI%2CShB1gBP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYgBkgBa%2COAAM%2CQAEf%2CUACI%2CShBrgBP%3BAAAD%2CYgBogBI%2CUACI%2CShBrgBP%3BEACG%2CWAAA%3B%3BAgBigBJ%2CYAAa%2COAAM%2CQAEf%2CUACI%2CSyBvgBR%3BAzBqgBA%2CYACI%2CUACI%2CSyBvgBR%3BEzCgPA%2CUAAA%3BEyC9OI%2CeAAA%3BEzC8OJ%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BA1BofA%2CYAAa%2COAAM%2CQAEf%2CUACI%2CSyBvgBR%2CeCoOE%3BA1BiSF%2CYACI%2CUACI%2CSyBvgBR%2CeCoOE%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CY1B8ea%2COAAM%2CQAEf%2CUACI%2CSyBvgBR%2CeCsBC%3BAAAD%2CY1BgfI%2CUACI%2CSyBvgBR%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C9NQ%2CO3C8NR%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CY1BieS%2COAAM%2CQAEf%2CUACI%2CSyBvgBR%2CeCkCC%2CMACI%3BAAAD%2CY1BmeA%2CUACI%2CSyBvgBR%2CeCkCC%2CMACI%3BE1C6ML%2CcAAA%3B%3BA0CvMI%2CY1B2dS%2COAAM%2CQAEf%2CUACI%2CSyBvgBR%2CeCwCC%2COACI%3BAAAD%2CY1B6dA%2CUACI%2CSyBvgBR%2CeCwCC%2COACI%3BE1CuML%2CcAAA%3B%3BAyCqEA%2CYzB%2BMa%2COAAM%2CQAEf%2CUACI%2CSyBvgBR%2CeAqTC%3BAAAD%2CYzBiNI%2CUACI%2CSyBvgBR%2CeAqTC%3BEzCrED%2CqBAAA%3BE0ChOA%2CqBAAA%3B%3BADqSA%2CYzB%2BMa%2COAAM%2CQAEf%2CUACI%2CSyBvgBR%2CeAqTC%2COCjFC%3BADiFF%2CYzBiNI%2CUACI%2CSyBvgBR%2CeAqTC%2COCjFC%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0C2CA%2CY1B8ea%2COAAM%2CQAEf%2CUACI%2CSyBvgBR%2CeAqTC%2COC%5C%2FRA%3BAAAD%2CY1BgfI%2CUACI%2CSyBvgBR%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C%5C%2FNM%2CO3C%2BNN%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CY1BieS%2COAAM%2CQAEf%2CUACI%2CSyBvgBR%2CeAqTC%2COCnRA%2CMACI%3BAAAD%2CY1BmeA%2CUACI%2CSyBvgBR%2CeAqTC%2COCnRA%2CMACI%3BE1C6ML%2CcAAA%3B%3BA0CvMI%2CY1B2dS%2COAAM%2CQAEf%2CUACI%2CSyBvgBR%2CeAqTC%2COC7QA%2COACI%3BAAAD%2CY1B6dA%2CUACI%2CSyBvgBR%2CeAqTC%2COC7QA%2COACI%3BE1CuML%2CcAAA%3B%3BAgBoRA%2CYAAa%2COAAM%2CQAEf%2CUACI%2CSyBhVR%3BAzB8UA%2CYACI%2CUACI%2CSyBhVR%3BEzCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEyChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEzC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAgBoRA%2CYAAa%2COAAM%2CQAEf%2CUACI%2CSyBhVR%2CYAsBI%3BAzBwTJ%2CYACI%2CUACI%2CSyBhVR%2CYAsBI%3BEzCmCJ%2CSAAA%3BEAAA%2CUAAA%3B%3BAyC3BQ%2CYzB%2BSK%2COAAM%2CQAEf%2CUACI%2CSyBhVR%2CYAsBI%2CGAQK%3BAAAD%2CYzBiTJ%2CUACI%2CSyBhVR%2CYAsBI%2CGAQK%3BEzC2BT%2CmBAAA%3BEyCzBY%2CeAAA%3B%3BAAuTZ%2CYzBVa%2COAAM%2CQAEf%2CUACI%2CSyBhVR%2CYAuVC%3BAAAD%2CYzBRI%2CUACI%2CSyBhVR%2CYAuVC%3BAACD%2CYzBXa%2COAAM%2CQAEf%2CUACI%2CSyBhVR%2CYAwVC%3BAAAD%2CYzBTI%2CUACI%2CSyBhVR%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CYzBpBa%2COAAM%2CQAEf%2CUACI%2CSyBhVR%2CYAiWC%3BAAAD%2CYzBlBI%2CUACI%2CSyBhVR%2CYAiWC%3BEACG%2CiBAAA%3BEzCzSJ%2CyDAAA%3BEyC2SI%2CWAAA%3B%3BAAGJ%2CYzB1Ba%2COAAM%2CQAEf%2CUACI%2CSyBhVR%2CYAuWC%3BAAAD%2CYzBxBI%2CUACI%2CSyBhVR%2CYAuWC%3BEACG%2CiBAAA%3BEzC%5C%2FSJ%2CsDAAA%3BEyCiTI%2CWAAA%3B%3BAAzDJ%2CYzB4Ba%2COAAM%2CQAEf%2CUACI%2CSyBhVR%2CYAiTC%3BAAAD%2CYzB8BI%2CUACI%2CSyBhVR%2CYAiTC%3BEzCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAyC6PA%2CYzBuBa%2COAAM%2CQAEf%2CUACI%2CSyBhVR%2CYAsTC%3BAAAD%2CYzByBI%2CUACI%2CSyBhVR%2CYAsTC%3BEzC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAyCZA%2CYzBgSa%2COAAM%2CQAEf%2CUACI%2CSyBnSP%3BAAAD%2CYzBkSI%2CUACI%2CSyBnSP%3BEACG%2CiBAAA%3B%3BAADJ%2CYzBgSa%2COAAM%2CQAEf%2CUACI%2CSyBnSP%2COAGG%3BAAHJ%2CYzBkSI%2CUACI%2CSyBnSP%2COAGG%3BEACI%2CcAAA%3B%3BAzB4RR%2CYAAa%2COAAM%2CQAEf%2CUACI%2CSAUI%2CGAAE%2CSACE%3BAAbhB%2CYACI%2CUACI%2CSAUI%2CGAAE%2CSACE%3BEhBlShB%2CWAAA%3BEAAA%2CqBAAA%3BEgB2SoB%2CcAAA%3BEACA%2CYAAA%3B%3BAjB7bpB%2CYiBqaa%2COAAM%2CQAEf%2CUACI%2CSAUI%2CGAAE%2CSACE%2CEjBnbf%3BAAAD%2CYiBuaI%2CUACI%2CSAUI%2CGAAE%2CSACE%2CEjBnbf%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CYiBgaa%2COAAM%2CQAEf%2CUACI%2CSAUI%2CGAAE%2CSACE%2CEjB9af%3BAAAD%2CYiBkaI%2CUACI%2CSAUI%2CGAAE%2CSACE%2CEjB9af%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CYiB2Za%2COAAM%2CQAEf%2CUACI%2CSAUI%2CGAAE%2CSACE%2CEjBzaf%3BAAAD%2CYiB6ZI%2CUACI%2CSAUI%2CGAAE%2CSACE%2CEjBzaf%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAgBoRA%2CYAAa%2COAAM%2CQAEf%2CUA2BI%3BAA5BR%2CYACI%2CUA2BI%3BEACI%2CgBAAA%3B%3BAASZ%2CYAAa%2COAAM%2CQACf%2CUACI%2CSACI%2CGAAE%3BEACE%2CQAAA%3B%3BAAEA%2CYANH%2COAAM%2CQACf%2CUACI%2CSACI%2CGAAE%2CSAGG%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CYAXH%2COAAM%2CQACf%2CUACI%2CSACI%2CGAAE%2CSAQG%3BEACG%2CUAAA%3BEACA%2CUAAA%3B%3BAAUpB%2CQAEI%2CQAAO%2CMAAM%2CIAAI%3BAAFrB%2CQAGI%2CQAAO%2CIAAI%3BEACP%2CmBAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAAKJ%2CYAEI%2CQAAO%3BAADX%2CYACI%2CQAAO%3BEhBlWX%2CcAAA%3B%3BAgBgWA%2CYAMI%2COAAO%2CQAAO%3BAALlB%2CYAKI%2COAAO%2CQAAO%3BEACV%2CSAAA%3B%3BAAUR%2CcAAe%3BEACX%2CUAAA%3B%3BAAGJ%3BEhBrXA%2CmBAAA%3BEgBuXI%2CsBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CoBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CoBACI%2CaAGI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARZ%2CoBACI%2CaAGI%2CcAMI%3BEACI%2CWAAA%3B%3BAAMhB%2CqBAAsB%2CaAAa%2CkBAAkB%2CcAAc%3BAACnE%2CoBAAqB%2CMAAK%2CUAAW%2CMAAK%2CKAAK%2CQAAS%3BAACxD%2CyBAA0B%2CSAAS%2CWAAW%3BAAC9C%3BEACI%2C8BAAA%3B%3BAAEN%2CIAAM%2CsBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CsBAAsB%2CiBAAiB%2COAAM%3BEAChM%2C6BAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEN%2CIAAM%2CsBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAa%2CMAAO%2CsBAAsB%3BEAC3J%2C2BAAA%3B%3BAAEL%2CIAAK%2CsBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BAACrI%2CIAAM%2CsBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%3BEACrJ%2C2BAAA%3B%3BAAEJ%3BAACA%2CqBAAsB%2CcAAc%2CKAAI%3BEACpC%2CgBAAA%3B%3BAA4XR%2CeACI%2CUACI%3BEACI%2CgBAAA%3B%3BAAHZ%2CeAOI%3BEACI%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAXR%2CeAOI%2CyBAMI%3BEACI%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAnBZ%2CeAOI%2CyBAMI%2CuBAQI%3BEACI%2C0BAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAjChB%2CeAsCI%3BEACI%2CiBAAA%3B%3BAAMA%2CQAJ0B%3BEAI1B%2CeAPJ%3BIAIQ%2CcAAA%3B%3B%3BAA1CZ%2CeAsCI%2CUAOI%3BEACI%2CYAAA%3BEACA%2C2CAAA%3B%3BAA%5C%2FCZ%2CeAsCI%2CUAOI%2CcAII%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAApDhB%2CeAsCI%2CUAOI%2CcAII%2CgBAKI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAxDpB%2CeAsCI%2CUAOI%2CcAII%2CgBAKI%2CYAII%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CamE3lCK%2CgBnE2lCL%3B%3BAA9DxB%2CeAsCI%2CUAOI%2CcAII%2CgBAiBI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAtEpB%2CeAsCI%2CUAOI%2CcAII%2CgBAwBI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEAEA%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAIR%2CeAlDR%2CUAOI%2CcA2CK%2CMACG%2CuBACI%3BEACI%2CWAAW%2CUAAX%3B%3BAA3FxB%2CeAkGI%3BEACI%2CaAAA%3B%3BAAMJ%2CQAJ8B%3BEAI9B%2CeAPA%3BIAIQ%2CeAAA%3BIACA%2CeAAA%3B%3B%3BAAOZ%2CQAH8B%3BEAG9B%3BIAFQ%2CeAAA%3B%3B%3BAAOR%2CaAAc%3BEACV%2C0BAAA%3B%3BAAGJ%2CaAAc%2CsBAAsB%3BEAChC%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CaAAc%2C0BAAyB%2C8BAA%2BB%3BEAClE%2CeAAA%3B%3BAAGJ%2CaAAc%2C0BAAyB%2C8BAA%2BB%2CwBAAsB%3BEACxF%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CUACI%2CSACI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3B%3BAADJ%2CqBAGI%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAAGJ%2CgBAAiB%2CcAAa%3BEAC1B%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAiB%2CcAAa%3BEAC1B%2CaAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CUAAA%3B%3BAA8dJ%3BEA1dI%3BIACI%2CeAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CCAAC%3BIACG%2CcAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CCAAC%3BIACG%2CcAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CCAAC%3BIACG%2CcAAA%3BIACA%2C0BAAA%3B%3BEAGJ%3BIACI%2CaAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CEAAG%3BIACC%2CaAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3BIACA%2CaAAa%2CaAAa%2C8CAA1B%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2CMAAM%3BEACN%2CMAAM%3BIACF%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CMAAM%3BIACF%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2C6CAAA%3B%3BEAGJ%2CCAAC%3BIACG%2CgBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CKAAK%2CIAAI%2CYAAY%3BIACjB%2C%2BBAAA%3B%3BEAGJ%3BIACI%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CSAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%2CkBAAmB%3BIACf%2CWAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CkBAAmB%2CIAAC%3BIAChB%2CWAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CkBAAmB%2CIAAC%3BIAChB%2CWAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CkBAAmB%2CIAAC%3BIAChB%2CWAAA%3BIACA%2C0BAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3B%3BEAGJ%2CaAAc%2CQAAO%3BIACjB%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CaAAc%2CQAAO%2CWAAW%3BIAC5B%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CaAAa%2CYAAb%3BIACA%2CoBAAA%3BIACA%2CsBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CaAAc%2CQAAO%2CWAAW%3BIAC5B%2CWAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CaAAc%2CQAAO%2CWAAW%3BIAC5B%2CWAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3BEAGJ%2CIAAI%2CIAAI%2CYAAa%2COAAM%3BIACvB%2CgBAAA%3B%3BEAGJ%2COAAO%3BIACH%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3BIACA%2CaAAa%2CaAAa%2C8CAA1B%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2COAAO%2CQAAQ%3BEACf%2COAAO%2CQAAQ%3BIACX%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2COAAO%2CQAAQ%3BIACX%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CgBAAgB%2CKAAK%3BIACjB%2CaAAA%3B%3BEAGJ%3BIACI%2CYAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CqBAAA%3BIACA%2CeAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CaAAa%2CUAAU%3BIACnB%2CcAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CaAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CYAAA%3B%3BEAGJ%3BIACI%2CYAAA%3B%3BEAGJ%2CqBAAsB%3BIAClB%2CiBAAA%3B%3BEAGJ%2CqBAAsB%3BIAClB%2CqBAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2CqBAAsB%2CiBAAiB%2CSAAM%3BIACzC%2CcAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CaAAc%3BIACV%2CiBAAA%3B%3BEAGJ%2CaAAc%2CWAAW%3BIACrB%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CaAAc%2CWAAW%3BIACrB%2CWAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CaAAc%3BIACV%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CoBAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2COAAO%2CKAAM%3BIACT%2CcAAA%3B%3BEAGJ%2COAAO%2CKAAM%3BIACT%2CeAAA%3B%3BEAGJ%2CgBAAiB%3BIACb%2CiBAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3BEAGJ%2CaAAc%2CWAAW%3BIACrB%2CaAAA%3B%3BEAGJ%2CIAAI%3BIACA%2CwBAAA%3B%3BEAGJ%3BIACI%2CqBAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CSAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3B%3BEAGJ%2CaAAa%2CMAAO%3BIAChB%2CkBAAA%3BIACA%2CMAAA%3B%3BEAGJ%2COAAO%2CKAAM%2COAAM%3BIACf%2CgBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%2CaAAc%2CQAAO%2CWAAW%3BIAC5B%2CSAAS%2COAAT%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CeAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%2CcAAa%2CUAAU%3BIAChD%2CcAAA%3B%3BEAGJ%2CMAAM%2COAAQ%3BIACV%2CWAAA%3B%3BEAsFJ%2CKAAK%3BIACD%2CgBAAA%3B%3BEAGJ%2CoBAAoB%2CKAAM%2CQAAO%3BIAC7B%2CUAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CmBAAoB%2CiBAAiB%3BIACjC%2CwBAAA%3BIACA%2C8BAAA%3B%3BEAUJ%2CaAAc%3BIACV%2CSAAA%3B%3B%3BAArGJ%2CgCANyC%3BEACrC%2CqBAAsB%3BIAClB%2CcAAA%3B%3B%3BAAiFR%2CwBA7EiC%3BEAC7B%2CcAAe%2CmBAAkB%2CIAAI%2CQAAQ%2CIAAI%2CSAAU%3BIACvD%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CcAAe%2CmBAAkB%3BIAC7B%2CgBAAA%3BIACA%2C4CAAA%3BIACA%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CgBAAA%3BIACA%2C4CAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CoBAAA%3B%3BEAGJ%2CqBAAsB%3BIAClB%2CqBAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CoBAAqB%2CeAAe%3BIAChC%2CcAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CoBAAqB%2CeAAe%2CcAAa%2CUAAU%3BIACvD%2CcAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%2CcAAc%3BEAC3C%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%2CcAAc%3BIAC5D%2C4CAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%3BEAC7B%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CmBAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%2CcAAa%2CUAAU%3BIACrE%2CcAAA%3B%3B%3BAA2BR%2CgBAPyB%3BEACrB%2CmBAAoB%2CiBAAiB%3BIACjC%2C2BAAA%3BIACA%2C8BAAA%3B%3B%3BAA4NZ%3BEAlNI%2CqBAAsB%2CWAAW%3BIAC7B%2CeAAA%3BIACA%2C2BAAA%3B%3BEAgBJ%2CgBAAiB%2CWAAW%3BIACxB%2CeAAA%3BIACA%2C2BAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CkBAAmB%3BIACf%2CcAAA%3BIACA%2CaAAa%2CiBAAb%3B%3BEAGJ%2CqBAAsB%3BIAClB%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEAIJ%2CIAAI%2CaAAc%3BIACd%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2C0BAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CIAAI%2CaAAa%3BIACb%2CaAAA%3B%3BEAgBJ%2CcAAe%3BIACX%2CoBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoBAAqB%2CcAAc%2CoBAAoB%3BIACnD%2CmBAAA%3BIACA%2CmCAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CaAAa%2CmBAAb%3BIACA%2CeAAA%3B%3BEAGJ%2CoBAAqB%2CcAAc%2CoBAAoB%2CQAAO%3BIAC1D%2CmBAAA%3BIACA%2CmCAAA%3B%3BEAGJ%2CqBAAsB%2CKAAI%2CgBAAgB%2CkBAAkB%2CIAAI%3BIAC5D%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2CsBAAsB%3BIACtD%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3B%3BAAjGJ%2CgBAP0B%3BEACtB%2CqBAAsB%2CWAAW%3BIAC7B%2CeAAA%3BIACA%2CuBAAA%3B%3B%3BAAUR%2CgCANyC%3BEACrC%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%2CcAAa%2CUAAU%3BIACrE%2C0BAAA%3B%3B%3BAAwDR%2C2BAboC%3BEAChC%2CIAAI%2CaAAa%3BIACb%2CaAAA%3B%3BEAGJ%2CIAAI%2CaAAa%3BIACb%2CcAAA%3B%3BEAEJ%2CIAAK%2CaAAa%2CWAAW%3BIACzB%2C6BAAA%3B%3B%3BAA8IZ%2CgBAhG8B%3BEACtB%2CgBAAiB%2CWAAW%3BIACxB%2CeAAA%3BIACA%2C2BAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CkBAAmB%3BIACf%2CcAAA%3BIACA%2CaAAa%2CiBAAb%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2C2CAAA%3BIACA%2CaAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CwBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CeAAgB%2CcAAa%2CIAAI%3BIAC7B%2C6BAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%2CIAAI%2CaAAc%3BIACd%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2C0BAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CIAAI%2CaAAa%3BIACb%2CaAAA%3B%3BEAcJ%2CcAAe%3BIACX%2CoBAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2C4BAAA%3B%3BEAGJ%2CqBAAsB%2CWAAW%3BIAC7B%2C4BAAA%3B%3B%3BAAVJ%2CgBA5DsB%2CmCAiDc%3BEAChC%2CIAAI%2CaAAa%3BIACb%2CaAAA%3B%3BEAGJ%2CIAAI%2CaAAa%3BIACb%2CcAAA%3B%3B%3BAAwCZ%2CgBA%5C%2FF0B%2CwCAyEoB%3BEACtC%2CqBAAsB%2CWAAW%3BIAC7B%2C0BAAA%3BIACA%2C2BAAA%3B%3BEAGJ%2CqBAAsB%2CWAAW%3BIAC7B%2CeAAA%3BIACA%2C2BAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CqBAAsB%2CqBAAqB%2CcAAc%2CWAAW%3BIAChE%2C0BAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2CsBAAsB%3BIACtD%2CiBAAA%3B%3B%3BAA4mBhB%3BEArmBI%2COAAO%3BIACH%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3B%3BEAGJ%2COAAO%2CQAAQ%3BIACX%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CmBAAoB%2CiBAAiB%3BIACjC%2CwBAAA%3BIACA%2C8BAAA%3B%3BEAGJ%2CCAAC%3BIACG%2CcAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CUAAU%3BEACV%3BEACA%2CaAAc%3BIACV%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CqBAAsB%2CWAAW%3BIAC7B%2CuBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CqBAAsB%2CKAAI%2CgBAAgB%2CkBAAkB%2CIAAI%3BIAC5D%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2CsBAAsB%3BIACtD%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2CIAAI%2CgBAAgB%2CkBAAkB%2CIAAI%3BIACtC%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CaAAc%3BIACV%2CSAAA%3B%3BEAGJ%2CUAAU%3BIACN%2CaAAA%3BIACA%2CWAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CqBAAsB%3BIAClB%2CwBAAA%3BIACA%2CiCAAA%3BIACA%2C2BAAA%3BIACA%2C8BAAA%3BIACA%2CgCAAA%3B%3BEA%2BCJ%2CqBAAsB%3BIAClB%2CWAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%3BIACtC%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%3BIACxF%2CaAAA%3BIACA%2C8BAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%3BIAC9F%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%3BIAC7G%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BIAC3H%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CmBAAkB%3BIAC7I%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BIAC3H%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BIAC%5C%2FI%2CiCAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BIAC3H%2CWAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%3BIACjJ%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CMAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%3BIAC3J%2CaAAA%3BIACA%2CWAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%2CkBAAmB%3BIAC9K%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CuBAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%2CkBAAmB%2CeAAe%3BIAC7L%2C0BAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%3BIACjJ%2CoBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%3BIACjJ%2C2BAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CyBAAyB%2CuBAAuB%3BIAC%5C%2FL%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAa%2CMAAO%2CsBAAsB%3BIACvJ%2C2BAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BEAC%5C%2FH%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAa%2CMAAO%3BIACjI%2CwBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BIAC%5C%2FI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CwBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CQAAO%3BIACtJ%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CsBAAsB%2CiBAAiB%2COAAM%3BIAC5L%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CwBAAA%3BIACA%2CeAAA%3BIACA%2CaAAa%2CmBAAb%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CmBAAmB%2CmBAAmB%2CQAAO%3BIACxK%2CSAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CmBAAmB%2CmBAAmB%2CQAAO%2CWAAW%3BIACnL%2CSAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2CcAAa%3BIAC7C%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2CcAAa%2CQAAS%3BEAC1D%2CqBAAsB%2CcAAc%2CcAAa%2COAAQ%3BIACrD%2CiBAAA%3BIACA%2CqBAAA%3B%3B%3BAAhPJ%2CgCANyC%3BEACrC%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%2CcAAa%2CUAAU%3BIACrE%2C0BAAA%3B%3B%3BAAWR%2CgCAPyC%2CuBAAsB%3BEAC3D%2CUAAU%3BIACN%2CeAAA%3BIACA%2CuBAAA%3B%3B%3BAAWR%2CgBAPyB%3BEACrB%2CmBAAoB%2CiBAAiB%3BIACjC%2C2BAAA%3BIACA%2C8BAAA%3B%3B%3BAAaR%2CgCATyC%2CuBAAsB%3BEAC3D%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2C0BAAA%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2CmBAAA%3B%3B%3BAAmBR%2CgCAfyC%3BEACrC%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CgBAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%2CcAAa%3BIACtC%2CgBAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2C2CAAA%3BIACA%2CmBAAA%3B%3B%3BAAqcR%2CgCApP0C%3BEACtC%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%2CkBAAmB%2CeAAe%3BIAC7L%2C0BAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BIAC%5C%2FI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CqBAAsB%3BIAClB%2CYAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2CcAAa%3BIAC7C%2CwBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2CcAAa%3BIAC7C%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2CcAAa%2COAAQ%3BIACrD%2CiBAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CoBAAqB%3BIACjB%2CiBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%3BIACxF%2CaAAA%3BIACA%2C8BAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%3BIAC9F%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2C8BAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%3BIAC7G%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BIAC3H%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CmBAAkB%3BIAC7I%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BIAC3H%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BIAC%5C%2FI%2CiCAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BIAC3H%2CWAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%3BIACjJ%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CMAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%3BIAC3J%2CaAAA%3BIACA%2CWAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%2CkBAAmB%3BIAC9K%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CuBAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%2CkBAAmB%2CeAAe%3BIAC7L%2C0BAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%3BIACjJ%2CoBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%3BIACjJ%2C2BAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CyBAAyB%2CuBAAuB%3BIAC%5C%2FL%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAa%2CMAAO%2CsBAAsB%3BIACvJ%2C2BAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BEAC%5C%2FH%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAa%2CMAAO%3BIACjI%2CwBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BIAC%5C%2FI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CwBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CQAAO%3BIACtJ%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CsBAAsB%2CiBAAiB%2COAAM%3BIAC5L%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CwBAAA%3BIACA%2CeAAA%3BIACA%2CaAAa%2CmBAAb%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CmBAAmB%2CmBAAmB%2CQAAO%3BIACxK%2CSAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CmBAAmB%2CmBAAmB%2CQAAO%2CWAAW%3BIACnL%2CSAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CsBAAsB%3BIACrK%2CoBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CqBAAsB%2CWAAW%2COAAM%3BIACnC%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%3BIAC7G%2C0BAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAAYR%2CgCAR0C%3BEACtC%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%3BIAC7G%2C0BAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAAYR%2CgCAR0C%3BEACtC%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%3BIAC7G%2C0BAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAAYR%2CgCARyC%3BEACrC%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%3BIAC7G%2C0BAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAAuBZ%2CgCAnB6C%3BEACrC%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%3BIACjJ%2CeAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%2CkBAAmB%2CeAAe%3BIAC7L%2CeAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BEACnJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CsBAAsB%2CiBAAiB%2COAAM%3BIAC5L%2CeAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3B%3BAAwHZ%2CmBAnHqC%3BEACjC%3BIACI%2CkBAAA%3B%3BEAGJ%2CaAAc%2CWAAW%3BIACrB%2CaAAA%3B%3BEAGJ%2CIAAI%3BIACA%2CwBAAA%3B%3BEAGJ%2CaAAa%2CMAAO%3BIAChB%2CkBAAA%3BIACA%2CMAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAmEJ%2CKAAK%3BIACD%2CgBAAA%3B%3BEAGJ%2CoBAAoB%2CKAAM%2CQAAO%3BIAC7B%2CUAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CmBAAoB%2CiBAAiB%3BIACjC%2CwBAAA%3BIACA%2C8BAAA%3B%3BEAUJ%2CaAAc%3BIACV%2CSAAA%3B%3B%3BAAjEJ%2CmBA7CiC%2C%2BBAsBA%3BEAC7B%2CUAAW%3BIACP%2CmBAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CmBAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%2CcAAa%2CUAAU%3BIACrE%2CeAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%2CcAAa%2CUAAU%3BIACrE%2CcAAA%3B%3B%3BAA6CR%2CmBAtFiC%2C%2BBA6CC%3BEAC9B%2CcAAe%3BIACX%2CUAAA%3B%3BEAGJ%2CoBAAqB%2CeAAe%3BIAChC%2CmBAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CUAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%2CcAAa%2CUAAU%3BIACrE%2CeAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%2CcAAa%2CUAAU%3BIACrE%2CcAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CSAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CuCAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%2CcAAa%2CUAAU%3BIAChD%2CcAAA%3B%3B%3BAA2BR%2CmBA7GiC%2CuBAsGR%3BEACrB%2CmBAAoB%2CiBAAiB%3BIACjC%2C2BAAA%3BIACA%2C8BAAA%3B%3B%3B%3BAAkOZ%2CwBAxN0C%3BEACtC%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BIAC3H%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CqBAAsB%3BIAClB%2CYAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2CcAAa%3BIAC7C%2CwBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2CcAAa%3BIAC7C%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2CcAAa%2COAAQ%3BIACrD%2CiBAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CoBAAqB%3BIACjB%2CiBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%3BIACxF%2CaAAA%3BIACA%2C8BAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%3BIAC9F%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2C8BAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%3BIAC7G%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2C2BAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BIAC3H%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CmBAAkB%3BIAC7I%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BIAC3H%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BIAC%5C%2FI%2CiCAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%3BIACjJ%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CMAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%3BIAC3J%2CaAAA%3BIACA%2CWAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%2CkBAAmB%3BIAC9K%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CuBAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%2CkBAAmB%2CeAAe%3BIAC7L%2C0BAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%3BIACjJ%2CoBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%3BEACrJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAa%2CMAAO%2CsBAAsB%3BIACvJ%2C2BAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CyBAAyB%2CuBAAuB%3BIAC%5C%2FL%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BEAC%5C%2FH%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAa%2CMAAO%3BIACjI%2CwBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BIAC%5C%2FI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CQAAO%3BIACtJ%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CsBAAsB%2CiBAAiB%2COAAM%3BIAC5L%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CaAAa%2CmBAAb%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CmBAAmB%2CmBAAmB%2CQAAO%3BIACxK%2CSAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CmBAAmB%2CmBAAmB%2CQAAO%2CWAAW%3BIACnL%2CSAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CsBAAsB%3BIACrK%2CoBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CqBAAsB%2CWAAW%2COAAM%3BIACnC%2CUAAA%3B%3B%3BAAgBR%2CwBAZ0C%3BEACtC%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%3BIAC7G%2C2BAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BIAC%5C%2FI%2CuBAAA%3B%3B%3BAAeR%2CwBAX0C%3BEACtC%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%3BIAC7G%2C2BAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BIAC%5C%2FI%2CuBAAA%3B%3B%3BAAYR%2CwBARyC%3BEACrC%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%3BIAC7G%2C2BAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAA2BR%2CwBAvByC%3BEACrC%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%3BIACjJ%2CeAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%2CkBAAmB%2CeAAe%3BIAC7L%2CeAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CsBAAsB%2CiBAAiB%2COAAM%3BEAChM%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BIAC%5C%2FI%2CeAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3B%3BAAOR%2CMAAM%3BEACF%2CmBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CwBAAb%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CqBAAqB%2CuBAAlC%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%2CqBAAsB%3BAACtB%2CIAAI%2CIAAI%2CuBAAwB%2CcAAc%3BEAC1C%2C2BAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CqBAAsB%3BAACtB%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CqBAAsB%2CkBAAkB%3BAACxC%2CiBAAkB%3BEACd%2CUAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CiBAAkB%2CYAAY%2CiBAAiB%3BEAC3C%2CaAAA%3B%3BAAGJ%2CYAAa%2CkBAAkB%2CYAAY%2CeAAe%3BEACtD%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CIAAK%2CaAAa%3BEACd%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CqBAAsB%2CaAAa%2CkBAAkB%3BAACrD%2CIAAK%2CaAAa%2CkBAAkB%3BEAChC%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CYAAa%2CkBAAkB%3BEAC3B%2C6BAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CqBAAsB%3BAACtB%3BEACI%2C%2BBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CIAAK%2CaAAa%2CkBAAkB%2CSAAS%3BEACzC%2CoBAAA%3B%3BAAGJ%2CeAAgB%2CEAAC%3BEACb%2CcAAA%3B%3BAAgCJ%2CwBA7B2C%3BEACvC%3BIACI%2CuBAAA%3B%3BEAGJ%2CkBAAmB%3BIACf%2CcAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CiBAAkB%2CeAAe%3BIAC7B%2CcAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%2CqBAAsB%3BEACtB%2CIAAK%3BIACD%2CiBAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CYAAa%3BIACT%2CiBAAA%3B%3B%3BAAwER%2CwBApE2C%3BEACvC%2CiBAAkB%2CeAAe%3BIAC7B%2CWAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CqBAAsB%3BEACtB%2CIAAK%2CaAAa%3BIACd%2CYAAA%3BIACA%2C2BAAA%3B%3BEAGJ%2CqBAAsB%2CaAAa%2CkBAAkB%3BEACrD%2CIAAK%2CaAAa%2CkBAAkB%3BIAChC%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CqBAAsB%3BEACtB%2CIAAK%3BIACD%2CuBAAA%3B%3BEAGJ%2CIAAK%2CaAAa%2CQAAQ%2CmBAAmB%2CMAAG%3BIAC5C%2C8BAAA%3B%3BEAGJ%2CYAAa%2CkBAAkB%3BIAC3B%2CsBAAA%3B%3BEAGJ%2CIAAI%2CqBAAsB%2CaAAa%2CkBAAkB%3BEACzD%2CIAAK%2CaAAa%2CkBAAkB%3BIAChC%2C0BAAA%3B%3BEAGJ%2CkBAAmB%3BIACf%2CeAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CkBAAmB%3BIACf%2C8BAAA%3B%3BEAGJ%2CYAAa%2CkBAAkB%2CSAAS%3BIACpC%2CeAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CIAAK%2CcAAc%3BIACf%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CkBAAmB%2CGAAE%3BIACjB%2CQAAA%3BIACA%2CWAAW%2CaAAa%2CgBAAxB%3BIACA%2CmBAAmB%2CaAAa%2CgBAAhC%3B%3BEAGJ%2CkBAAmB%2COAAM%2COAAQ%2CGAAE%3BIAC%5C%2FB%2CWAAW%2CaAAa%2CgBAAxB%3BIACA%2CmBAAmB%2CaAAa%2CgBAAhC%3B%3B%3BAAqCR%2CwBAjC0C%3BEACtC%3BIACI%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CgBAAiB%3BIACb%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CYAAA%3B%3BEAGJ%2CgBAAiB%3BIACb%2C0BAAA%3B%3BEAGJ%2CIAAI%2CqBAAsB%2CaAAa%2CkBAAkB%3BEACzD%2CIAAK%2CaAAa%2CkBAAkB%3BIAChC%2CqBAAA%3B%3B%3BAAKR%2CIAAK%2CuBAAuB%2CWAAW%2CYAAY%2CUAAU%3BEACzD%2CyBAAA%3B%3BAAGJ%2CsBAAuB%2CgBAAgB%2CGAAG%2CGAAG%3BEACzC%2CwBAAA%3B%3BAAEJ%2CsBAAuB%2CgBAAgB%2CGAAG%2CGAAE%2CSAAU%3BEAClD%2CyBAAA%3B%3BAAEJ%2CsBAAsB%2CSAAS%2CQAAS%2CUAAS%2CKAAM%2CmBAAmB%2CmBAAmB%3BEACzF%2CYAAA%3B%3BAAEJ%3BEACI%2CwBAAA%3B%3BAAEJ%2CsBAAsB%2CSAAS%2CQAAS%2CgBAAgB%3BEACxD%2CWAAA%3B%3BAAGA%2CsBAAsB%2CSAAS%2CQAAS%2CcAAc%2CyBAAyB%3BEAC3E%2CgBAAA%3B%3BAAGJ%2CqBAAqB%2CeAAgB%2CqBAAoB%2CWAAY%2CMAAK%2CYAAY%2CQAAS%2CQAAK%3BAAAQ%2CqBAAqB%2CeAAgB%2CqBAAoB%2CWAAY%2CMAAK%2CYAAY%2CSAAU%2CQAAK%3BEAC7M%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CqBAAqB%2CeAAgB%3BEACjC%2C8BAAA%3B%3BAAGJ%2COAAO%2CQAAS%2CsBAAsB%2CKAAI%3BEACtC%2CgBAAA%3B%3BAAEJ%2CIAAK%2CsBAAsB%2CWAAW%2CUAAU%2C%2BBAA%2BB%2CGAAG%2CGAAE%2CUAAU%3BEAC1F%2CuBAAA%3B%3BAAEJ%2CIAAK%2CsBAAsB%2CWAAW%2CUAAU%2C%2BBAA%2BB%2CGAAG%2CGAAE%2CUAAU%3BEAC1F%2CuBAAA%3B%3BAAEJ%2CIAAK%2CsBAAsB%2CWAAW%2CUAAU%2C%2BBAA%2BB%2CGAAG%2CGAAE%2CUAAU%3BEAC1F%2CsBAAA%3B%3BAAEJ%2CIAAK%2CsBAAsB%2CWAAW%2CUAAU%2C%2BBAA%2BB%2CGAAG%2CGAAE%2CUAAU%3BEAC1F%2CsBAAA%3B%3BAAOJ%2CQALyB%3BEACrB%3BIACI%2CiBAAA%3B%3B%3BAAGR%2COAAO%2CQAAS%2CsBAAsB%2CKAAI%3BEACtC%2CgBAAA%3B%3BAAEJ%2CsBAAuB%2CQAAQ%2CWAAW%3BAAC1C%2CsBAAuB%2CaAAa%2CMAAK%2CaAAc%3BEACnD%2CsBAAA%3B%3BAA8CJ%2CwBA5CyC%3BEACrC%2CsBAAsB%2CSAAS%2CQAAS%2CcAAc%2CyBAAwB%3BIAC1E%2CaAAA%3B%3BEAEJ%3BIACI%2CQAAQ%2CmBAAR%3B%3BEAEH%2CsBAAsB%2CSAAS%2CQAAS%2CUAAS%2CKAAM%2CmBAAmB%3BIACvE%2CuBAAA%3B%3BEAEJ%2CyBAA0B%3BIAC1B%2CSAAA%3B%3BEAEA%2CeAAgB%3BIACZ%2CuBAAA%3B%3BEAEJ%2CUAAW%2CGAAG%2CSAAS%2CmBAAmB%3BIACtC%2CgBAAA%3B%3BEAEJ%2CsBAAuB%2CQAAQ%2CEAAE%3BIAC7B%2CeAAA%3B%3BEAEJ%2CsBAAuB%3BIACnB%2CSAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3B%3BEAEJ%2CsBAAuB%2CQAAQ%2CEAAE%3BIAC7B%2CsBAAA%3B%3BEAEJ%2CsBAAuB%3BIACnB%2CmBAAA%3B%3BEAEJ%2CsBAAuB%3BIACnB%2CSAAA%3B%3BEAEJ%2CsBAAuB%2CGAAE%2CSAAU%3BIAC%5C%2FB%2C%2BBAAA%3B%3BEAEJ%2CsBAAsB%2CSAAS%2CQAAS%2CcAAc%2CyBAAwB%2CMAAO%2CyBAAwB%3BIACzG%2CgBAAA%3B%3B%3BAAGR%2CqBAAsB%2CcAAc%2CKAAI%3BEACpC%2C0BAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CsBAAsB%2CSAAS%2CQAAS%2CUAAS%2CKAAM%2CmBAAmB%2CoBAAoB%2CmBAAmB%2CEAAC%3BEAC9G%2CSAAS%2CEAAT%3BEACA%2C0BAAA%3B%3BAAEJ%2CsBAAuB%2CcAAc%2CmBAAkB%2CUAAW%2CWAAW%3BEACzE%2C6BAAA%3B%3BAAEJ%2CsBAAuB%2CcAAc%2CWAAW%3BEAC5C%2CcAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CsBAAsB%2CSAAS%2CQAAS%2CgBAAgB%3BEAAgB%2CYAAA%3B%3BAAwCxE%2CwBAvCyC%3BEACzC%2CsBAAsB%2CSAAS%2CQAAS%3BIACpC%2CYAAA%3B%3BEAEJ%2CsBAAsB%2CSAAS%2CQAAS%2CgBAAgB%2CeAAc%3BIAClE%2C4BAAA%3BIACA%2CgCAAA%3BIACA%2CsBAAsB%2C0BAAtB%3BIACA%2CSAAS%2CEAAT%3BIACA%2CuBAAA%3B%3BEAEJ%2CqBAAqB%2CeAAgB%2CqBAAoB%2CWAAY%2CMAAK%2CYAAY%2CQAAS%2CQAAK%3BEACpG%2CqBAAqB%2CeAAgB%2CqBAAoB%2CWAAY%2CMAAK%2CYAAY%2CSAAU%2CQAAK%3BIACjG%2CWAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CqBAAqB%2CeAAgB%2CyBAAyB%2CqBAAoB%2CWAAY%2CoBAAoB%2CMAAK%2CYAAY%2CcAAc%2CSAAU%2CQAAK%3BEAAQ%2CqBAAqB%2CeAAgB%2CyBAAyB%2CqBAAoB%2CWAAY%2CMAAK%2CYAAY%2CcAAc%2CSAAS%2CSAAU%2CQAAK%3BIACzT%2CYAAA%3B%3BEAEJ%2COAAO%2CQAAS%2CsBAAsB%2CQAAO%2CMAAO%2CMAAK%2CiBAAkB%2CUAAS%3BEACpF%2CiBAAkB%2CQAAO%2CSAAU%2CSAAQ%2CIAAI%3BIAC3C%2CUAAA%3B%3BEAEJ%3BIACI%2CsBAAA%3B%3BEAEJ%2CMAAM%3BIACF%2CqBAAA%3BIACA%2CwCAAA%3B%3B%3B%3BAAcA%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAOJ%3BE8DpoGA%2CSAAA%3BEACA%2CUAAA%3B%3BA9DmoGA%2CsB8DjoGE%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BA9D8nGJ%2CsB8DjoGE%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BA9D2nGR%2CsB8DvnGE%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BA9E7HJ%2CsB8EwHE%2CQAAK%2CQ9ExHN%3BAACD%2CsB8EuHE%2CQAAK%2CQ9EvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CsB8EkHE%2CQAAK%2CQ9ElHN%3BEACG%2CWAAA%3B%3BA8EwHA%2CsBAPF%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BA9D%2BmGR%2CsB8D%5C%2FjGM%2CQAAK%3BE9EoEX%2CSAAA%3B%3BAgB2%5C%2FFA%2CsB8DtjGE%2CQAAK%2CMACD%3BE9E0DN%2C0BAAA%3BEAAA%2CYAAA%3BEAAA%2C0BAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CsB%2BEsFE%2CQAAK%2CMACD%2CU%5C%2FEvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsB%2BEiFE%2CQAAK%2CMACD%2CU%5C%2FElFL%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CsB%2BE4EE%2CQAAK%2CMACD%2CU%5C%2FE7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BA8EzBI%2CsBAlCF%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBAnCF%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CsBApCF%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CsBArCF%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BE9EsBtB%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BAgB2%5C%2FFA%2CsB8DzgGE%2CQAAK%3BE9EcP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2CuBAAA%3B%3BAgB8%5C%2FFA%2CwBACI%3BEACI%2C2BAAA%3B%3BAAFR%2CwBAII%3BEACI%2CyBAAA%3B%3BAALR%2CwBAII%2CcAEI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAATZ%2CwBAII%2CcAEI%2CeAII%3BEACI%2CaAAa%2CgBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAzBhB%2CwBAII%2CcAwBI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAlCZ%2CwBAII%2CcAwBI%2CoBAOI%3BEACI%2C%2BBAAA%3B%3BAApChB%2CwBAII%2CcAwBI%2CoBAOI%2CuBAEI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAvCpB%2CwBAII%2CcAuCI%2CmBACI%3BEACI%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CgCAAA%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAMJ%2CQAL8B%3BEAK9B%2CwBA5DR%2CcAuCI%2CmBACI%3BIAgBQ%2CeAAA%3BIACA%2CuBAAA%3B%3B%3BAA7DpB%2CwBAII%2CcA8DI%2CsBACI%2CiBACK%2CSAAM%3BEACF%2CkBAAA%3BEACD%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3B%3BAA7EpB%2CwBAII%2CcA8DI%2CsBACI%2CiBAYI%2COAAM%2COAAO%2COAAO%3BEAChB%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CwBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAvFpB%2CwBAII%2CcA8DI%2CsBACI%2CiBAYI%2COAAM%2COAAO%2COAAO%2CQAShB%3BEACI%2CeAAA%3B%3BAAzFxB%2CwBAII%2CcA8DI%2CsBA2BI%2CiBAAiB%2CqBACZ%2CUAAO%3BEACJ%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAACA%2CwBAxGhB%2CcA8DI%2CsBA2BI%2CiBAAiB%2CqBACZ%2CUAAO%2CWAcH%3BEACG%2CSAAS%2CEAAT%3BEACA%2CoBAAA%3BEACA%2CsBAAsB%2C8BAAtB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAArHxB%2CwBAII%2CcAsHI%2CWACI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAjIhB%2CwBAII%2CcAsHI%2CWASI%2CWACI%3BEACI%2CcAAA%3B%3BAAGR%2CwBApIR%2CcAsHI%2CWAcK%3BEACG%2CSAAA%3B%3BAAGR%2CwBAxIJ%2CcAwIK%2CMACG%2CsBACI%2CiBACI%2COAAM%2COAAO%2COAAO%3BEAChB%2CcAAA%3B%3BAAJhB%2CwBAxIJ%2CcAwIK%2CMACG%2CsBAMI%2CiBAAiB%2CqBACZ%2CUAAO%3BEACJ%2CcAAA%3B%3BAArJxB%2CwBA2JI%3BEACI%2CgBAAgB%2C8BAAhB%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAACA%2CwBANJ%2CYAMK%3BEACG%2CaAAA%3B%3BAAlKZ%2CwBAqKI%3BEACI%2CgBAAgB%2C6BAAhB%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAACA%2CwBANJ%2CYAMK%3BEACG%2CaAAA%3B%3BAAgBhB%2CwBAX2C%2CwBAAsB%3BEAC7D%3BIACQ%2C0BAAA%3B%3BEADR%2CYAEI%3BIACI%2CqBAAA%3B%3BEAHR%2CYAKI%2CoBAAsB%3BIAClB%2CqBAAA%3B%3B%3BAAiBZ%2CwBAb0C%3BEACtC%2CwBACI%3BIACI%2C2BAAA%3BIACA%2CYAAA%3B%3B%3B%3BAA2GZ%2CgBAAiB%2CKAAI%3BAACrB%2CgBAAiB%2CKAAI%3BEACjB%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CgCAAhB%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CgBAAiB%2CKAAI%3BEACjB%2CUAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAEJ%2CgBAAiB%2CKAAI%3BEACjB%2CWAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAW%2CiBAAiB%2CcAA5B%3B%3BAAEJ%3BEACI%2CUAAA%3B%3BAAEJ%2CeAAgB%2CuBAAsB%2CcAAe%3BEACjD%2COAAA%3B%3BAAEJ%2CeAAgB%2CuBAAsB%2CcAAe%2CGAAG%3BEACpD%2CqBAAA%3B%3BAAEJ%2CeAAgB%2CuBAAsB%2CcAAe%2CGAAG%2CGAAG%3BEACvD%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CeAAgB%2CuBAAsB%2CcAAe%2CGAAG%2CGAAG%3BEACvD%2CeAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CeAAgB%2CgBAAgB%2CmBAAmB%2COAAM%3BEACrD%2CmBAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CeAAgB%3BEAAgB%2CsBAAA%3B%3BAAChC%3BEAAK%2CuBAAA%3B%3BAACL%2CeAAgB%2CMAAK%2CQAAQ%2CaAAa%2CaAAc%2CoBAAoB%3BEAAa%2CmBAAA%3B%3BAAEzF%2CeAAgB%2COAAM%3BEAClB%2CaAAA%3B%3BAAEJ%2CeAAiB%2CsBAAsB%2CmBAAmB%2CWAAW%2CeAAe%3BAACpF%2CeAAiB%2CoBAAoB%2CqBAAqB%2CcAAc%2CWAAW%3BEAC%5C%2FE%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CeAAiB%2CsBAAsB%2CmBAAmB%2CWAAW%2CeAAe%3BEAChF%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CeAAiB%2CgBAAgB%2CcAAc%3BEAC3C%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CeAAgB%2COAAM%2COAAQ%3BEAC1B%2CkDAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CeAAgB%2CqBAAqB%2CcAAc%2CoBAAoB%3BEACnE%2C2BAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CeAAgB%2CgBAAgB%2CoBAAoB%3BEAChD%2C2BAAA%3B%3BAAEJ%2CeAAgB%2CWAAU%3BEACtB%2CSAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CSAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CeAAiB%3BEACb%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CeAAgB%2COAAM%2COAAQ%2CeAAe%2CcAAc%3BAAC3D%2CoBAAqB%2CgBAAgB%2COAAM%2COAAQ%2CeAAe%2CcAAc%3BEAC5E%2CgBAAA%3B%3BAAEH%2CoBAAqB%2CgBAAgB%2COAAM%2COAAQ%2CeAAe%2CcAAa%2CUAAU%3BEACtF%2CyBAAA%3B%3BAAEJ%2CeAAgB%2COAAM%2COAAQ%2CeAAe%3BAAAe%2CoBAC5D%2CgBAAgB%2COAAM%2COAAQ%2CeAAe%3BEACzC%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CWAAA%3B%3BAAEJ%2CoBAAqB%2CgBAAiB%2COAAM%2COAAQ%2CeAAe%2CcAAa%2CUAAU%3BEACtF%2CyBAAA%3B%3BAAEJ%2CIAAK%3BAACL%2CIAAK%2CgBAAgB%3BEACjB%2CsBAAA%3B%3BAAEJ%2CIAAM%2CgBAAe%3BAACrB%2CIAAK%2CgBAAe%2CkBAAmB%3BEACnC%2CyBAAA%3B%3BAAEJ%2CoBAAqB%2CgBAAgB%2COAAM%2COAAQ%2CeAAe%2CcAAa%2CUAAU%3BEACrF%2CyBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CkBAAA%3B%3BAAEJ%2CaAAc%2CaAAa%3BEACvB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CaAAa%2CgBAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAEJ%2CaAAc%2CaAAa%3BEACvB%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CgCAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CaAAc%2CaAAa%3BAAC3B%2CaAAc%2CaAAa%3BEACvB%2CiBAAA%3B%3BAAEJ%2CaAAc%2CaAAa%3BAAC3B%2CaAAc%2CaAAa%3BEACnB%2C6BAAA%3BEACA%2CgCAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAER%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CUAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CoBAAA%3B%3BAAEJ%2CCAAC%3BEACG%2CaAAA%3B%3BAAEJ%2CeAAgB%2CEAAC%3BEACb%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEAEA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3B%3BAAEJ%2CeAAgB%2CEAAC%3BEACb%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3B%3BAAEJ%2CeAAgB%2CcAAc%2CEAAC%3BEAC3B%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CeAAgB%2CyBAAyB%2CcAAc%2CWAAW%3BEAC9D%2CeAAA%3B%3BAAEJ%2CeAAgB%2CyBAAyB%2CcAAc%2CWAAW%3BEAC9D%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAyDJ%2CQAtDyB%3BEAErB%2CeAAgB%2CyBAAyB%2CcAAc%2CWAAW%3BIAClE%2CcAAA%3B%3BEAEJ%2CeAAgB%2CyBAAyB%2CcAAc%2CWAAW%3BIAC9D%2CcAAA%3B%3BEAIA%2CeAAgB%2CuBAAsB%2CcAAe%3BIACjD%2CqBAAA%3B%3BEAEJ%2CeAAgB%2CuBAAsB%2CcAAe%2CGAAG%3BIACpD%2CqBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CsBAAsB%2CcAAe%2CGAAG%2CGAAG%3BIACvC%2CeAAA%3B%3BEAGJ%2CsBAAsB%2CcAAe%2CGAAG%2CGAAG%3BIACvC%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CeAAgB%2COAAM%2COAAQ%2CeAAe%3BEAC7C%2CoBAAsB%2CgBAAgB%2COAAM%2COAAQ%2CeAAe%3BIAE%5C%2FD%2CkBAAA%3BIACA%2CwBAAA%3BIACA%2C2BAAA%3BIACA%2CuBAAA%3B%3BEAEJ%2CeAAgB%2CgBAAgB%2CcAAc%3BIAC1C%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAEH%2CeAAgB%2CgBAAgB%2CcAAc%3BIAC3C%2CUAAA%3B%3BEAEJ%3BIACI%2CeAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CgBAAiB%2CKAAI%3BEACrB%2CgBAAiB%2CKAAI%3BIACjB%2CYAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CmBAAA%3B%3B%3BAAqBR%2CQAlByB%3BEACpB%2CeAAgB%2CuBAAsB%2CcAAe%2CGAAG%3BIACrD%2CiBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CgBAAiB%2CKAAI%3BEACrB%2CgBAAiB%2CKAAI%3BIACjB%2CWAAA%3B%3B%3B%3BAAQR%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACC%2CgBAAA%3BEACD%2CyBAAA%3B%3BAAKJ%2CQAJ6B%3BEAI7B%3BIAHQ%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAIJ%2CsBAAC%3BEACG%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAIA%2CQAHyB%3BEAGzB%2CsBAPH%3BIAKO%2CeAAA%3B%3B%3BAALR%2CsBAAC%2CmBAOG%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3B%3BAAjBR%2CsBAAC%2CmBAOG%2CGAWI%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAIA%2CQAHyB%3BEAGzB%2CsBAzBX%2CmBAOG%2CGAWI%3BIAKQ%2CqBAAA%3B%3B%3BAAKJ%2CQAHyB%3BEAGzB%2CsBA5BX%2CmBAOG%2CGAWI%3BIAQQ%2CqBAAA%3B%3B%3BAA1BhB%2CsBAAC%2CmBAOG%2CGAWI%2CGAUI%3BEACI%2CmBAAA%3B%3BAA7BhB%2CsBAAC%2CmBAiCG%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAIZ%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEAKA%2CkBAAA%3B%3BAAAA%2CQAJ0B%3BEAI1B%3BIAHI%2CaAAA%3BIACA%2CgBAAA%3B%3B%3BAARR%2CWAWI%3BAAXJ%2CWAYI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACC%2CmBAAA%3B%3BAAIL%2CQAH8B%3BEAG9B%2CWAVA%3BEAUA%2CWATA%3BIAOQ%2CeAAA%3B%3B%3BAAnBZ%2CWAsBI%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAAKJ%2CQAJ8B%3BEAI9B%2CWAPA%3BIAIQ%2CeAAA%3BIACA%2CeAAA%3B%3B%3BAA3BZ%2CWA8BI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAIC%2CQAHwB%3BEAGxB%2CWAZL%3BIAUQ%2CeAAA%3B%3B%3BAAEH%2CWAZL%2CEAYM%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAIZ%3BAACA%3BAACA%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CQAJ6B%3BEAI7B%3BEAAA%3BEAAA%3BIAHQ%2CeAAA%3BIACA%2CeAAA%3B%3B%3BAAGR%2CYACI%3BEACI%2C2BAAA%3B%3BAAGR%3BEACI%2CeAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%3BIAFG%2CUAAA%3B%3B%3BAAHP%2CoBAKI%3BEACI%2CWAAA%3B%3BAAGR%2CSAAS%3BEACL%2CkBAAA%3B%3BAAIJ%2CQAH8B%3BEAG9B%2CSALS%3BIAGD%2CeAAA%3B%3B%3BAAGR%3BEACI%2CgBAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%3BIAFI%2CcAAA%3B%3B%3BAAHR%2CSAKI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAIJ%2CQAH%2BB%3BEAG%5C%2FB%2CSARA%3BIAMQ%2CeAAA%3B%3B%3BAAXZ%2CSAcI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAIA%2CQAHyB%3BEAGzB%2CSARJ%3BIAMQ%2CeAAA%3B%3B%3BAApBZ%2CSAuBQ%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEAIA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAJA%2CQAH0B%3BEAG1B%2CSAPA%3BIAKI%2CeAAA%3B%3B%3BAAOJ%2CSAZA%2CEAYC%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAAIb%2CIACI%2CqBACI%2COAAM%2COACF%2CiBACI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAMA%2CQAL0B%3BEAK1B%2CIAbpB%2CqBACI%2COAAM%2COACF%2CiBACI%2CeACI%3BIAKQ%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3B%3B%3BAAKJ%2CQAHyB%3BEAGzB%2CIAhBpB%2CqBACI%2COAAM%2COACF%2CiBACI%2CeACI%3BIAUQ%2C8BAAA%3B%3B%3BAAf5B%2CIACI%2CqBACI%2COAAM%2COACF%2CiBACI%2CeACI%2CcAYI%3BEACI%2C6CAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAvB5B%2CIACI%2CqBACI%2COAAM%2COACF%2CiBACI%2CeACI%2CcAYI%2CmBAOI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAA1BhC%2CIACI%2CqBACI%2COAAM%2COACF%2CiBACI%2CeACI%2CcAYI%2CmBAWI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAIJ%2CQAH8B%3BEAG9B%2CIAlCxB%2CqBACI%2COAAM%2COACF%2CiBACI%2CeACI%2CcAYI%2CmBAWI%3BIAKQ%2CaAAA%3B%3B%3BAAjCpC%2CIACI%2CqBACI%2COAAM%2COACF%2CiBACI%2CeACI%2CcAYI%2CmBAmBI%3BEACI%2CeAAA%3B%3BAArChC%2CIACI%2CqBACI%2COAAM%2COACF%2CiBACI%2CeACI%2CcAYI%2CmBAsBI%3BEACI%2C2BAAA%3BEACA%2CSAAA%3B%3BAAzChC%2CIACI%2CqBACI%2COAAM%2COACF%2CiBACI%2CeACI%2CcAYI%2CmBAsBI%2CmBAGI%2CWACI%2CeACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAY5C%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEAIA%2CkBAAA%3B%3BAAAA%2CQAHyB%3BEAGzB%3BIAFI%2CaAAA%3B%3B%3BAAPR%2CiBAUI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAIJ%2CQAH6B%3BEAG7B%2CiBAPA%3BIAKQ%2CeAAA%3B%3B%3BAAfZ%2CiBAkBI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAIJ%2CQAH6B%3BEAG7B%2CiBARA%3BIAMQ%2CeAAA%3B%3B%3BAAxBZ%2CiBA2BI%3BEACI%2CiBAAA%3B%3BAAIJ%2CQAH8B%3BEAG9B%2CiBALA%3BIAGQ%2CiBAAA%3B%3B%3BAA9BZ%2CiBAiCI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAKA%2CQAJyB%3BEAIzB%2CiBAVJ%3BIAOQ%2CeAAA%3BIACA%2CUAAA%3B%3B%3BAAzCZ%2CiBAiCI%2CaAUI%3BEACI%2CUAAA%3B%3BAAIJ%2CQAH6B%3BEAG7B%2CiBAfJ%2CaAUI%3BIAGO%2CuBAAA%3B%3B%3BAA9Cf%2CiBAiCI%2CaAgBI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEAIA%2CgBAAA%3BEACA%2C6CAAA%3BEACA%2CkBAAA%3B%3BAAFA%2CQAH0B%3BEAG1B%2CiBAvBR%2CaAgBI%3BIAKQ%2CaAAA%3B%3B%3BAAtDhB%2CiBAiCI%2CaAgBI%2CgBAUI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAA9DhB%2CiBAiCI%2CaAgBI%2CgBAeI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEAIA%2CcAAA%3BEACA%2CgBAAA%3B%3BAADA%2CQAH0B%3BEAG1B%2CiBAtCZ%2CaAgBI%2CgBAeI%3BIAKS%2CeAAA%3B%3B%3BAArErB%2CiBAiCI%2CaAgBI%2CgBAyBI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAA9EhB%2CiBAiCI%2CaAgBI%2CgBA%2BBI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAACA%2CiBAxDZ%2CaAgBI%2CgBA%2BBI%2CEASK%3BEACG%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAMpB%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%3BIAFI%2CaAAA%3B%3B%3BAALR%2CqBAOI%3BEACI%2CaAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%2CqBAXJ%3BIASQ%2CeAAA%3B%3B%3BAAhBZ%2CqBAOI%2CGAWI%3BEACA%2CUAAA%3B%3BAAII%2CQAHqB%3BEAGrB%2CqBAhBR%2CGAWI%3BIAGI%2CsBAAA%3B%3B%3BAArBZ%2CqBAOI%2CGAWI%2CGAKI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAShB%2CQAH8B%3BEAG9B%3BIAFQ%2CeAAA%3B%3B%3BAAGR%2CMAAM%2CWAAW%3BEACb%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CQAHyB%3BEAGzB%2CMAXE%2CWAAW%3BIAST%2CkBAAA%3B%3B%3BAATR%2CMAAM%2CWAAW%2CkBAWb%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAbR%2CMAAM%2CWAAW%2CkBAWb%2COAGI%3BEACI%2CeAAA%3B%3BAAIJ%2CQAH8B%3BEAG9B%2CMAnBF%2CWAAW%2CkBAWb%2COAGI%3BIAGQ%2CeAAA%3B%3B%3BAAjBhB%2CMAAM%2CWAAW%2CkBAqBb%3BEACQ%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAIJ%2CQAH8B%3BEAG9B%2CMAjCF%2CWAAW%2CkBAqBb%3BIAUY%2CeAAA%3B%3B%3BAA%5C%2FBhB%2CMAAM%2CWAAW%2CkBAkCb%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAApCR%2CMAAM%2CWAAW%2CkBAkCb%2CSAGI%2CMAAK%3BEACD%2CaAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CuBAAA%3BEAIA%2CmBAAA%3BEACA%2CcAAA%3B%3BAADA%2CQAH0B%3BEAG1B%2CMA9CN%2CWAAW%2CkBAkCb%2CSAGI%2CMAAK%3BIAOG%2CSAAA%3B%3B%3BAAOJ%2CQAHyB%3BEAGzB%2CMAnDN%2CWAAW%2CkBAkCb%2CSAGI%2CMAAK%3BIAYG%2CeAAA%3B%3B%3BAAjDhB%2CMAAM%2CWAAW%2CkBAkCb%2CSAGI%2CMAAK%2CUAcD%2COAAM%3BEACF%2CeAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAHyB%3BEAGzB%2CMAzDV%2CWAAW%2CkBAkCb%2CSAGI%2CMAAK%2CUAcD%2COAAM%3BIAIE%2CYAAA%3B%3B%3BAAKJ%2CQAHyB%3BEAGzB%2CMA5DV%2CWAAW%2CkBAkCb%2CSAGI%2CMAAK%2CUAcD%2COAAM%3BIAOE%2CWAAA%3B%3B%3BAA1DpB%2CMAAM%2CWAAW%2CkBAkCb%2CSAGI%2CMAAK%2CUAcD%2COAAM%2CWASF%3BEACI%2CeAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAhEpB%2CMAAM%2CWAAW%2CkBAkCb%2CSAGI%2CMAAK%2CUA8BD%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAHyB%3BEAGzB%2CMA1EV%2CWAAW%2CkBAkCb%2CSAGI%2CMAAK%2CUA8BD%3BIAKQ%2CYAAA%3B%3B%3BAAxEpB%2CMAAM%2CWAAW%2CkBAkCb%2CSAGI%2CMAAK%2CUA8BD%2CSAOI%3BEACI%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAMpB%3BEACI%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIC%2CQAHwB%3BEAGxB%3BIAFG%2CeAAA%3B%3B%3BAAOR%2CQAL8B%3BEAK9B%3BIAJQ%2CaAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%2CmBACI%3BEACI%2CeAAA%3B%3BAAFR%2CmBACI%2CqBAEI%3BEACI%2CeAAA%3B%3BAAIA%2CQAHyB%3BEAGzB%2CmBAPR%2CqBAEI%3BIAGQ%2CeAAA%3B%3B%3BAANhB%2CmBACI%2CqBAEI%2CkBAKI%2CGAAE%2CKAAK%2CQAAQ%3BEACX%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAXhB%2CmBACI%2CqBAEI%2CkBAUI%3BEACI%2CWAAA%3BEACA%2C6CAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAApBhB%2CmBACI%2CqBAEI%2CkBAmBI%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAtBZ%2CmBACI%2CqBAEI%2CkBAmBI%2CSAgBI%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAKI%2CQAJyB%3BEAIzB%2CmBA1ChB%2CqBAEI%2CkBAmBI%2CSAgBI%3BIAEQ%2CyBAAA%3BIACA%2C8BAAA%3B%3B%3BAAEJ%2CmBA1ChB%2CqBAEI%2CkBAmBI%2CSAgBI%2COAKK%2CSACG%3BEACI%2CmBAAA%3B%3BAAIR%2CmBAhDhB%2CqBAEI%2CkBAmBI%2CSAgBI%2COAWK%2CSACG%3BEACI%2CkBAAA%3B%3BAgLp5IxB%2CqBACI%2CeACI%3BEACI%2CaAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAXZ%2CqBACI%2CeACI%2CGAUI%3BEACI%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAArBhB%2CqBACI%2CeACI%2CGAUI%2CGAUI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAIJ%2CQAH6B%3BEAG7B%2CqBA7BZ%2CeACI%2CGAUI%2CGAUI%3BIAMQ%2CWAAA%3B%3B%3BAA5BxB%2CqBACI%2CeACI%2CGAUI%2CGAmBI%2CKAAI%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkCAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA1CpB%2CqBACI%2CeACI%2CGA2CI%2CGAAE%3BEACE%2C4CAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAhDhB%2CqBACI%2CeAkDI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAArDZ%2CqBACI%2CeAkDI%2CeAGI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAA1DhB%2CqBACI%2CeAkDI%2CeAGI%2CcAKI%3BEACI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAjEpB%2CqBACI%2CeAkDI%2CeAGI%2CcAKI%2CmBAOI%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAArExB%2CqBACI%2CeAkDI%2CeAGI%2CcAKI%2CmBAOI%2CqBAII%2CoBACI%3BEACI%2CWAAA%3BEACA%2CoBAAA%3B%3BAAzEhC%2CqBACI%2CeAkDI%2CeAGI%2CcAKI%2CmBAOI%2CqBAUI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAlF5B%2CqBACI%2CeAkDI%2CeAGI%2CcAKI%2CmBAOI%2CqBAkBI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAxF5B%2CqBACI%2CeAkDI%2CeAGI%2CcAKI%2CmBAOI%2CqBAkBI%2CmBAKI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACC%2CcAAA%3BEACD%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3B%3BAArGhC%2CqBACI%2CeAkDI%2CeAGI%2CcAKI%2CmBAOI%2CqBAsCI%3BEACI%2CaAAA%3B%3BAAzG5B%2CqBACI%2CeAkDI%2CeAGI%2CcAKI%2CmBAOI%2CqBAyCI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAA7G5B%2CqBACI%2CeAkDI%2CeAGI%2CcAKI%2CmBAOI%2CqBAyCI%2CWAGI%2CKAAI%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAlHhC%2CqBACI%2CeAkDI%2CeAGI%2CcAKI%2CmBAOI%2CqBAyCI%2CWASI%3BEACI%2CSAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAzHhC%2CqBACI%2CeAkDI%2CeAGI%2CcAKI%2CmBAOI%2CqBA0DI%3BEACI%2CWAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3B%3BAA%5C%2FH5B%2CqBACI%2CeAkDI%2CeAGI%2CcAKI%2CmBAOI%2CqBA0DI%2CoBAII%3BEACI%2CWAAA%3B%3BAAjIhC%2CqBACI%2CeAkDI%2CeAGI%2CcAKI%2CmBAOI%2CqBA0DI%2CoBAOI%2CUAAS%3BEACL%2CgBAAA%3B%3BAApIhC%2CqBACI%2CeAkDI%2CeAGI%2CcAKI%2CmBAOI%2CqBA0DI%2CoBAUI%3BEACI%2CWAAA%3B%3BAAvIhC%2CqBACI%2CeAkDI%2CeAGI%2CcAKI%2CmBAOI%2CqBA0DI%2CoBAUI%2CiBAEI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CwBAA%2BB%2CwDAA%5C%2FB%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3B%3BAACA%2CqBAlJhC%2CeAkDI%2CeAGI%2CcAKI%2CmBAOI%2CqBA0DI%2CoBAUI%2CiBAEI%2COAWK%3BEACO%2CwBAA%2BB%2CwDAA%5C%2FB%3BEACA%2CyBAAA%3B%3BAArJ5C%2CqBACI%2CeAkDI%2CeAGI%2CcAKI%2CmBAOI%2CqBA0DI%2CoBA8BI%2CsBACI%2CQAAO%3BEACH%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwBAA6B%2CoDAA7B%3BEACC%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACD%2CmBAAA%3BEACA%2CUAAA%3B%3BAApKpC%2CqBACI%2CeAkDI%2CeAGI%2CcAKI%2CmBAOI%2CqBA0DI%2CoBA8BI%2CsBACI%2CQAAO%2COAUH%3BEACI%2CaAAA%3B%3BAAtKxC%2CqBACI%2CeAkDI%2CeAGI%2CcAKI%2CmBAOI%2CqBA0DI%2CoBA8CK%2CEAAC%2CYAAY%3BEACV%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FKhC%2CqBACI%2CeAkDI%2CeAGI%2CcAKI%2CmBAOI%2CqBA0DI%2CoBA8CK%2CEAAC%2CYAAY%2CMAMV%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAA1LpC%2CqBACI%2CeAkDI%2CeAGI%2CcAKI%2CmBAOI%2CqBA4HI%2CSAAQ%3BEACJ%2CaAAA%3B%3BAAGR%2CqBAjMhB%2CeAkDI%2CeAGI%2CcAKI%2CmBAuIK%3BEACI%2CyBAAA%3B%3BAAnMzB%2CqBACI%2CeAuMI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA5MZ%2CqBA%2BMI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAnNR%2CqBA%2BMI%2CoBAKI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAA1NZ%2CqBA6NI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAnOR%2CqBAqOI%3BEACI%2CaAAA%3B%3BAAtOR%2CqBAwOI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA3OR%2CqBAwOI%2CsBAII%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CqBAlBR%2CsBAII%2CEAcK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAlJ%5C%2FQhB%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%3BE9CsOb%2CqBAAA%3BE0C9QA%2CqBAAA%3BEI8CgB%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAARJ%2CQAzDR%2CgBAwDI%2CQACK%2CIJ0NX%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CQIvBI%2CgBAwDI%2CQACK%2CIJlCZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CpOU%2CO3CoOV%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQIpCA%2CgBAwDI%2CQACK%2CIJtBZ%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2CQI1CA%2CgBAwDI%2CQACK%2CIJhBZ%2COACI%3BE1CqPL%2CcAAA%3B%3BA8C3NY%2CQApER%2CgBAwDI%2CQAYK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAzER%2CgBAwDI%2CQAiBK%3BEACG%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CQA9ER%2CgBAwDI%2CQAsBK%3BE9CiNb%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3B%3BA8CjNY%2CQA9ER%2CgBAwDI%2CQAsBK%2COJqMX%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CQIvBI%2CgBAwDI%2CQAsBK%2COJvDZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2C1OU%2CO3C0OV%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQIpCA%2CgBAwDI%2CQAsBK%2COJ3CZ%2CMACI%3BE1C2PL%2CcAAA%3B%3BA0CrPI%2CQI1CA%2CgBAwDI%2CQAsBK%2COJrCZ%2COACI%3BE1CqPL%2CcAAA%3B%3BAI7CA%2CQ0ClPI%2CgBAwDI%2CQAsBK%2CO1CoKZ%3BAACD%2CQ0CnPI%2CgBAwDI%2CQAsBK%2CO1CqKZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ0CxPI%2CgBAwDI%2CQAsBK%2CO1C0KZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQ0C7PI%2CgBAwDI%2CQAsBK%2CO1C%2BKZ%3BAACD%2CQ0C9PI%2CgBAwDI%2CQAsBK%2CO1CgLZ%3BAACD%2CQAAQ%2CUAAW%2CS0C%5C%2FPf%2CgBAwDI%2CQAsBK%3BE1CkLT%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAiBhSA%2CcAQI%3BAAPJ%2CqBAOI%3BEACI%2CcAAA%3B%3BAATR%2CcAYI%3BAAXJ%2CqBAWI%3BEACI%2CmBAAA%3B%3BAAbR%2CcAYI%2CqBAGI%3BAAdR%2CqBAWI%2CqBAGI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAgLfR%2CmBAAC%3BAAAD%2CoBAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2C0BAAC%3BEACG%2CSAAA%3B%3BAAIR%2CMAAM%2COACF%2CeAAe%3BEACX%2CeAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAEA%2CMALF%2COACF%2CeAAe%2CcAIV%2CUAAU%3BEACP%2CcAAA%3B%3BAANZ%2CMAAM%2COAUF%3BEACI%2CWAAA%3B%3BAAXR%2CMAAM%2COAcF%3BEACI%2CUAAA%3B%3BAAfR%2CMAAM%2COAcF%2COAGI%3BEACI%2CWAAA%3BEjMgQZ%2CiBAAA%3B%3BAiMlRA%2CMAAM%2COAcF%2COAQI%3BEACI%2CeAAA%3B%3BAAvBZ%2CMAAM%2COAcF%2COAYI%3BEACI%2CkBAAA%3B%3BAA3BZ%2CMAAM%2COAcF%2COAgBI%3BEACI%2CmBAAA%3B%3BA%5C%2FK5CR%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%3BElB4QhB%2CqBAAA%3BE0C9QA%2CqBAAA%3B%3BAxBFY%2CYAVR%2CeAGO%2CUAOE%2CSwBoQX%3BAxBnQU%2CYAXR%2CeAGO%2CUAQE%2CQwBmQX%3BE1ChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0CHA%2CYxBlBI%2CeAGO%2CUAOE%2CSwBQZ%3BAAAD%2CYxBlBI%2CeAGO%2CUAQE%2CQwBOZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BE1C9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS2CzOQ%2CO3CyOR%3BEAAA%2CagBDe%2CYhBCf%3BEAAA%2CsBAAA%3BE0CqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAxB5UgB%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%3BAwB%2BEhB%2CYxBjHI%2CeAGO%2CUA6BE%2CQwBiFZ%3BE1CyKD%2CS2CxPQ%2CO3CwPR%3B%3BAkBtPgB%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%3BElB6NZ%2CmBAAA%3BEkB3NgB%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%3BElB2MpB%2CiBAAA%3BEkBzMoB%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAxFpB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%3BElBqMhB%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAmBtHA%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CaAAA%3B%3BAAhGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAQI%3BElB6LpB%2CiBAAA%3BEkB3LwB%2CgBAAA%3B%3BAArGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAaI%3BEACI%2CcAAA%3BElBuLxB%2CiBAAA%3B%3BAkBhSA%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%3BElBwKzB%2CiBAAA%3BEkBtK4B%2CSAAS%2COAAT%3BEACA%2CcAAA%3B%3BAA3H5B%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAiBI%3BElBiKpB%2CiBAAA%3BEkB%5C%2FJwB%2CgBAAA%3B%3BAAjIxB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAsBI%3BElB4JpB%2CiBAAA%3B%3BAkBhSA%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%3BEdtHrB%2CsBAAA%3BEJiPA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaC5RqB%2CaCMC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEcqGwB%2CgBAAA%3B%3BAdpFxB%2CYc1BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMdjFpB%3BAACD%2CYc3BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMdhFpB%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3B%3BAI%5C%2FLA%2CYcvCI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMdpEpB%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3B%3BAInLA%2CYcnDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMdxDpB%3BAACD%2CYcpDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMdvDpB%3BAACD%2CQAAQ%2CUAAW%2CacrDf%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BElB2HrB%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAcwDoB%2CYAhHpB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMAKI%3BEACG%2CqBAAA%3B%3BAgLvKxB%2CmBAAC%3BAAAD%2CeAAC%3BElM4RL%2CmBAAA%3B%3BAkM1RQ%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%3BACnBZ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAQJ%3BAACA%3BEACI%2CcAAA%3BEACA%2CalH3ByB%2C4BkH2BzB%3BEACA%2CiCAAA%3BEACA%2C4BAA4B%2CMAA5B%3BEACA%2C%2BBAA%2BB%2CMAA%5C%2FB%3BEACA%2CuBAAuB%2CSAAvB%3B%3BAAGJ%2CqBAAqB%2CeACjB%2C4BACI%2CmBACI%2CGAAE%3BEACE%2CalHhCc%2CmBkHgCd%3BEACA%2CeAAA%3B%3BAAMhB%2CeACI%3BEACI%2C2BAAA%3B%3BAAuJR%2C2CAA4C%2CWAAW%2CGAAG%3BEACtD%2C0BAAA%3B%3BAAEJ%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAARJ%2CeAUI%3BAATJ%2CgBASI%3BAARJ%2C0BAQI%3BAAPJ%2CkBAOI%3BAANJ%2C0BAMI%3BAALJ%2C8BAKI%3BAAJJ%2CWAII%3BEACI%2CaAAA%3B%3BAAXR%2CeAcI%3BAAbJ%2CgBAaI%3BAAZJ%2C0BAYI%3BAAXJ%2CkBAWI%3BAAVJ%2C0BAUI%3BAATJ%2C8BASI%3BAARJ%2CWAQI%3BEACI%2CkBAAA%3BEAEA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAtBR%2CeAcI%2CmBAUI%3BAAvBR%2CgBAaI%2CmBAUI%3BAAtBR%2C0BAYI%2CmBAUI%3BAArBR%2CkBAWI%2CmBAUI%3BAApBR%2C0BAUI%2CmBAUI%3BAAnBR%2C8BASI%2CmBAUI%3BAAlBR%2CWAQI%2CmBAUI%3BEACI%2CWAAA%3B%3BAAzBZ%2CeA6BI%3BAA5BJ%2CgBA4BI%3BAA3BJ%2C0BA2BI%3BAA1BJ%2CkBA0BI%3BAAzBJ%2C0BAyBI%3BAAxBJ%2C8BAwBI%3BAAvBJ%2CWAuBI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CalH1OqB%2CgBkH0OrB%3BEACA%2CcAAA%3BEACA%2CgBAAgB%2C2CAAhB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEAEA%2CiBAAA%3B%3BAAvCR%2CeA6BI%2COAYI%3BAAxCR%2CgBA4BI%2COAYI%3BAAvCR%2C0BA2BI%2COAYI%3BAAtCR%2CkBA0BI%2COAYI%3BAArCR%2C0BAyBI%2COAYI%3BAApCR%2C8BAwBI%2COAYI%3BAAnCR%2CWAuBI%2COAYI%3BEACI%2CalHnPiB%2CgBkHmPjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA5CZ%2CeA6BI%2COAYI%2CEAKI%3BAA7CZ%2CgBA4BI%2COAYI%2CEAKI%3BAA5CZ%2C0BA2BI%2COAYI%2CEAKI%3BAA3CZ%2CkBA0BI%2COAYI%2CEAKI%3BAA1CZ%2C0BAyBI%2COAYI%2CEAKI%3BAAzCZ%2C8BAwBI%2COAYI%2CEAKI%3BAAxCZ%2CWAuBI%2COAYI%2CEAKI%3BEACI%2CalHrPa%2CqBkHqPb%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAnDhB%2CeAwDI%3BAAvDJ%2CgBAuDI%3BAAtDJ%2C0BAsDI%3BAArDJ%2CkBAqDI%3BAApDJ%2C0BAoDI%3BAAnDJ%2C8BAmDI%3BAAlDJ%2CWAkDI%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CeANJ%2CiBAMK%3BAAAD%2CgBANJ%2CiBAMK%3BAAAD%2C0BANJ%2CiBAMK%3BAAAD%2CkBANJ%2CiBAMK%3BAAAD%2C0BANJ%2CiBAMK%3BAAAD%2C8BANJ%2CiBAMK%3BAAAD%2CWANJ%2CiBAMK%3BEACG%2CiBAAA%3B%3BAAGJ%2CeAVJ%2CiBAUK%3BAAAD%2CgBAVJ%2CiBAUK%3BAAAD%2C0BAVJ%2CiBAUK%3BAAAD%2CkBAVJ%2CiBAUK%3BAAAD%2C0BAVJ%2CiBAUK%3BAAAD%2C8BAVJ%2CiBAUK%3BAAAD%2CWAVJ%2CiBAUK%3BEACG%2CiBAAA%3B%3BAAGJ%2CeAdJ%2CiBAcK%3BAAAD%2CgBAdJ%2CiBAcK%3BAAAD%2C0BAdJ%2CiBAcK%3BAAAD%2CkBAdJ%2CiBAcK%3BAAAD%2C0BAdJ%2CiBAcK%3BAAAD%2C8BAdJ%2CiBAcK%3BAAAD%2CWAdJ%2CiBAcK%3BEACG%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CeAnBJ%2CiBAmBK%3BAAAD%2CgBAnBJ%2CiBAmBK%3BAAAD%2C0BAnBJ%2CiBAmBK%3BAAAD%2CkBAnBJ%2CiBAmBK%3BAAAD%2C0BAnBJ%2CiBAmBK%3BAAAD%2C8BAnBJ%2CiBAmBK%3BAAAD%2CWAnBJ%2CiBAmBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CuDAAhB%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAApFZ%2CeAwDI%2CiBA%2BBI%3BAAtFR%2CgBAuDI%2CiBA%2BBI%3BAArFR%2C0BAsDI%2CiBA%2BBI%3BAApFR%2CkBAqDI%2CiBA%2BBI%3BAAnFR%2C0BAoDI%2CiBA%2BBI%3BAAlFR%2C8BAmDI%2CiBA%2BBI%3BAAjFR%2CWAkDI%2CiBA%2BBI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CeAnCR%2CiBA%2BBI%2CSAIK%3BAAAD%2CgBAnCR%2CiBA%2BBI%2CSAIK%3BAAAD%2C0BAnCR%2CiBA%2BBI%2CSAIK%3BAAAD%2CkBAnCR%2CiBA%2BBI%2CSAIK%3BAAAD%2C0BAnCR%2CiBA%2BBI%2CSAIK%3BAAAD%2C8BAnCR%2CiBA%2BBI%2CSAIK%3BAAAD%2CWAnCR%2CiBA%2BBI%2CSAIK%3BEACG%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAHJ%2CeAnCR%2CiBA%2BBI%2CSAIK%2CkBAKG%3BAALJ%2CgBAnCR%2CiBA%2BBI%2CSAIK%2CkBAKG%3BAALJ%2C0BAnCR%2CiBA%2BBI%2CSAIK%2CkBAKG%3BAALJ%2CkBAnCR%2CiBA%2BBI%2CSAIK%2CkBAKG%3BAALJ%2C0BAnCR%2CiBA%2BBI%2CSAIK%2CkBAKG%3BAALJ%2C8BAnCR%2CiBA%2BBI%2CSAIK%2CkBAKG%3BAALJ%2CWAnCR%2CiBA%2BBI%2CSAIK%2CkBAKG%3BEACI%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAIR%2CeA%5C%2FCR%2CiBA%2BBI%2CSAgBK%3BAAAD%2CgBA%5C%2FCR%2CiBA%2BBI%2CSAgBK%3BAAAD%2C0BA%5C%2FCR%2CiBA%2BBI%2CSAgBK%3BAAAD%2CkBA%5C%2FCR%2CiBA%2BBI%2CSAgBK%3BAAAD%2C0BA%5C%2FCR%2CiBA%2BBI%2CSAgBK%3BAAAD%2C8BA%5C%2FCR%2CiBA%2BBI%2CSAgBK%3BAAAD%2CWA%5C%2FCR%2CiBA%2BBI%2CSAgBK%3BEACG%2CkBAAA%3B%3BAADJ%2CeA%5C%2FCR%2CiBA%2BBI%2CSAgBK%2CiBAGG%3BAAHJ%2CgBA%5C%2FCR%2CiBA%2BBI%2CSAgBK%2CiBAGG%3BAAHJ%2C0BA%5C%2FCR%2CiBA%2BBI%2CSAgBK%2CiBAGG%3BAAHJ%2CkBA%5C%2FCR%2CiBA%2BBI%2CSAgBK%2CiBAGG%3BAAHJ%2C0BA%5C%2FCR%2CiBA%2BBI%2CSAgBK%2CiBAGG%3BAAHJ%2C8BA%5C%2FCR%2CiBA%2BBI%2CSAgBK%2CiBAGG%3BAAHJ%2CWA%5C%2FCR%2CiBA%2BBI%2CSAgBK%2CiBAGG%3BEACI%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAIR%2CeAzDR%2CiBA%2BBI%2CSA0BK%3BAAAD%2CgBAzDR%2CiBA%2BBI%2CSA0BK%3BAAAD%2C0BAzDR%2CiBA%2BBI%2CSA0BK%3BAAAD%2CkBAzDR%2CiBA%2BBI%2CSA0BK%3BAAAD%2C0BAzDR%2CiBA%2BBI%2CSA0BK%3BAAAD%2C8BAzDR%2CiBA%2BBI%2CSA0BK%3BAAAD%2CWAzDR%2CiBA%2BBI%2CSA0BK%3BEACG%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2CeAzDR%2CiBA%2BBI%2CSA0BK%2CkBAIG%3BAAJJ%2CgBAzDR%2CiBA%2BBI%2CSA0BK%2CkBAIG%3BAAJJ%2C0BAzDR%2CiBA%2BBI%2CSA0BK%2CkBAIG%3BAAJJ%2CkBAzDR%2CiBA%2BBI%2CSA0BK%2CkBAIG%3BAAJJ%2C0BAzDR%2CiBA%2BBI%2CSA0BK%2CkBAIG%3BAAJJ%2C8BAzDR%2CiBA%2BBI%2CSA0BK%2CkBAIG%3BAAJJ%2CWAzDR%2CiBA%2BBI%2CSA0BK%2CkBAIG%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3B%3BAANR%2CeAzDR%2CiBA%2BBI%2CSA0BK%2CkBASG%3BAATJ%2CgBAzDR%2CiBA%2BBI%2CSA0BK%2CkBASG%3BAATJ%2C0BAzDR%2CiBA%2BBI%2CSA0BK%2CkBASG%3BAATJ%2CkBAzDR%2CiBA%2BBI%2CSA0BK%2CkBASG%3BAATJ%2C0BAzDR%2CiBA%2BBI%2CSA0BK%2CkBASG%3BAATJ%2C8BAzDR%2CiBA%2BBI%2CSA0BK%2CkBASG%3BAATJ%2CWAzDR%2CiBA%2BBI%2CSA0BK%2CkBASG%3BEACI%2CmBAAA%3B%3BAAIR%2CeAvER%2CiBA%2BBI%2CSAwCK%3BAAAD%2CgBAvER%2CiBA%2BBI%2CSAwCK%3BAAAD%2C0BAvER%2CiBA%2BBI%2CSAwCK%3BAAAD%2CkBAvER%2CiBA%2BBI%2CSAwCK%3BAAAD%2C0BAvER%2CiBA%2BBI%2CSAwCK%3BAAAD%2C8BAvER%2CiBA%2BBI%2CSAwCK%3BAAAD%2CWAvER%2CiBA%2BBI%2CSAwCK%3BEACG%2CiBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CeA5ER%2CiBA%2BBI%2CSA6CK%3BAAAD%2CgBA5ER%2CiBA%2BBI%2CSA6CK%3BAAAD%2C0BA5ER%2CiBA%2BBI%2CSA6CK%3BAAAD%2CkBA5ER%2CiBA%2BBI%2CSA6CK%3BAAAD%2C0BA5ER%2CiBA%2BBI%2CSA6CK%3BAAAD%2C8BA5ER%2CiBA%2BBI%2CSA6CK%3BAAAD%2CWA5ER%2CiBA%2BBI%2CSA6CK%3BEACG%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CeAjFR%2CiBA%2BBI%2CSAkDK%3BAAAD%2CgBAjFR%2CiBA%2BBI%2CSAkDK%3BAAAD%2C0BAjFR%2CiBA%2BBI%2CSAkDK%3BAAAD%2CkBAjFR%2CiBA%2BBI%2CSAkDK%3BAAAD%2C0BAjFR%2CiBA%2BBI%2CSAkDK%3BAAAD%2C8BAjFR%2CiBA%2BBI%2CSAkDK%3BAAAD%2CWAjFR%2CiBA%2BBI%2CSAkDK%3BEACG%2CiBAAA%3BEACA%2CeAAA%3B%3BAAFJ%2CeAjFR%2CiBA%2BBI%2CSAkDK%2CgBAIG%3BAAJJ%2CgBAjFR%2CiBA%2BBI%2CSAkDK%2CgBAIG%3BAAJJ%2C0BAjFR%2CiBA%2BBI%2CSAkDK%2CgBAIG%3BAAJJ%2CkBAjFR%2CiBA%2BBI%2CSAkDK%2CgBAIG%3BAAJJ%2C0BAjFR%2CiBA%2BBI%2CSAkDK%2CgBAIG%3BAAJJ%2C8BAjFR%2CiBA%2BBI%2CSAkDK%2CgBAIG%3BAAJJ%2CWAjFR%2CiBA%2BBI%2CSAkDK%2CgBAIG%3BEACI%2CmBAAA%3B%3BAALR%2CeAjFR%2CiBA%2BBI%2CSAkDK%2CgBAQG%3BAARJ%2CgBAjFR%2CiBA%2BBI%2CSAkDK%2CgBAQG%3BAARJ%2C0BAjFR%2CiBA%2BBI%2CSAkDK%2CgBAQG%3BAARJ%2CkBAjFR%2CiBA%2BBI%2CSAkDK%2CgBAQG%3BAARJ%2C0BAjFR%2CiBA%2BBI%2CSAkDK%2CgBAQG%3BAARJ%2C8BAjFR%2CiBA%2BBI%2CSAkDK%2CgBAQG%3BAARJ%2CWAjFR%2CiBA%2BBI%2CSAkDK%2CgBAQG%3BEACI%2CmBAAA%3B%3BAATR%2CeAjFR%2CiBA%2BBI%2CSAkDK%2CgBAYG%3BAAZJ%2CgBAjFR%2CiBA%2BBI%2CSAkDK%2CgBAYG%3BAAZJ%2C0BAjFR%2CiBA%2BBI%2CSAkDK%2CgBAYG%3BAAZJ%2CkBAjFR%2CiBA%2BBI%2CSAkDK%2CgBAYG%3BAAZJ%2C0BAjFR%2CiBA%2BBI%2CSAkDK%2CgBAYG%3BAAZJ%2C8BAjFR%2CiBA%2BBI%2CSAkDK%2CgBAYG%3BAAZJ%2CWAjFR%2CiBA%2BBI%2CSAkDK%2CgBAYG%3BEACI%2CkBAAA%3B%3BAAIR%2CeAlGR%2CiBA%2BBI%2CSAmEK%3BAAAD%2CgBAlGR%2CiBA%2BBI%2CSAmEK%3BAAAD%2C0BAlGR%2CiBA%2BBI%2CSAmEK%3BAAAD%2CkBAlGR%2CiBA%2BBI%2CSAmEK%3BAAAD%2C0BAlGR%2CiBA%2BBI%2CSAmEK%3BAAAD%2C8BAlGR%2CiBA%2BBI%2CSAmEK%3BAAAD%2CWAlGR%2CiBA%2BBI%2CSAmEK%3BEACG%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2CeAlGR%2CiBA%2BBI%2CSAmEK%2CcAIG%3BAAJJ%2CgBAlGR%2CiBA%2BBI%2CSAmEK%2CcAIG%3BAAJJ%2C0BAlGR%2CiBA%2BBI%2CSAmEK%2CcAIG%3BAAJJ%2CkBAlGR%2CiBA%2BBI%2CSAmEK%2CcAIG%3BAAJJ%2C0BAlGR%2CiBA%2BBI%2CSAmEK%2CcAIG%3BAAJJ%2C8BAlGR%2CiBA%2BBI%2CSAmEK%2CcAIG%3BAAJJ%2CWAlGR%2CiBA%2BBI%2CSAmEK%2CcAIG%3BEACI%2CmBAAA%3B%3BAA%5C%2FJpB%2CeAwDI%2CiBA%2BBI%2CSA4EI%3BAAlKZ%2CgBAuDI%2CiBA%2BBI%2CSA4EI%3BAAjKZ%2C0BAsDI%2CiBA%2BBI%2CSA4EI%3BAAhKZ%2CkBAqDI%2CiBA%2BBI%2CSA4EI%3BAA%5C%2FJZ%2C0BAoDI%2CiBA%2BBI%2CSA4EI%3BAA9JZ%2C8BAmDI%2CiBA%2BBI%2CSA4EI%3BAA7JZ%2CWAkDI%2CiBA%2BBI%2CSA4EI%3BEACI%2CgBAAgB%2CyDAAhB%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CalHjXa%2CgBkHiXb%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAA1KhB%2CeAwDI%2CiBA%2BBI%2CSAsFI%3BAA5KZ%2CgBAuDI%2CiBA%2BBI%2CSAsFI%3BAA3KZ%2C0BAsDI%2CiBA%2BBI%2CSAsFI%3BAA1KZ%2CkBAqDI%2CiBA%2BBI%2CSAsFI%3BAAzKZ%2C0BAoDI%2CiBA%2BBI%2CSAsFI%3BAAxKZ%2C8BAmDI%2CiBA%2BBI%2CSAsFI%3BAAvKZ%2CWAkDI%2CiBA%2BBI%2CSAsFI%3BEACI%2CeAAA%3BEACA%2CalHxXa%2CgBkHwXb%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAjLhB%2CeAwDI%2CiBA%2BBI%2CSA6FI%3BAAnLZ%2CgBAuDI%2CiBA%2BBI%2CSA6FI%3BAAlLZ%2C0BAsDI%2CiBA%2BBI%2CSA6FI%3BAAjLZ%2CkBAqDI%2CiBA%2BBI%2CSA6FI%3BAAhLZ%2C0BAoDI%2CiBA%2BBI%2CSA6FI%3BAA%5C%2FKZ%2C8BAmDI%2CiBA%2BBI%2CSA6FI%3BAA9KZ%2CWAkDI%2CiBA%2BBI%2CSA6FI%3BEACI%2CeAAA%3BEACA%2CalH%5C%2FXa%2CgBkH%2BXb%3BEACA%2CiBAAA%3B%3BAAvLhB%2CeA4LI%3BAA3LJ%2CgBA2LI%3BAA1LJ%2C0BA0LI%3BAAzLJ%2CkBAyLI%3BAAxLJ%2C0BAwLI%3BAAvLJ%2C8BAuLI%3BAAtLJ%2CWAsLI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAjMR%2CeA4LI%2CYAOI%3BAAlMR%2CgBA2LI%2CYAOI%3BAAjMR%2C0BA0LI%2CYAOI%3BAAhMR%2CkBAyLI%2CYAOI%3BAA%5C%2FLR%2C0BAwLI%2CYAOI%3BAA9LR%2C8BAuLI%2CYAOI%3BAA7LR%2CWAsLI%2CYAOI%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BAArMZ%2CeA4LI%2CYAYI%3BAAvMR%2CgBA2LI%2CYAYI%3BAAtMR%2C0BA0LI%2CYAYI%3BAArMR%2CkBAyLI%2CYAYI%3BAApMR%2C0BAwLI%2CYAYI%3BAAnMR%2C8BAuLI%2CYAYI%3BAAlMR%2CWAsLI%2CYAYI%3BEACI%2CsBAAA%3B%3BAAzMZ%2CeA4LI%2CYAYI%2CcAGI%3BAA1MZ%2CgBA2LI%2CYAYI%2CcAGI%3BAAzMZ%2C0BA0LI%2CYAYI%2CcAGI%3BAAxMZ%2CkBAyLI%2CYAYI%2CcAGI%3BAAvMZ%2C0BAwLI%2CYAYI%2CcAGI%3BAAtMZ%2C8BAuLI%2CYAYI%2CcAGI%3BAArMZ%2CWAsLI%2CYAYI%2CcAGI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CalH5Za%2CgBkH4Zb%3BEACA%2CgBAAA%3B%3BAApNhB%2CeA4LI%2CYAYI%2CcAeI%3BAAtNZ%2CgBA2LI%2CYAYI%2CcAeI%3BAArNZ%2C0BA0LI%2CYAYI%2CcAeI%3BAApNZ%2CkBAyLI%2CYAYI%2CcAeI%3BAAnNZ%2C0BAwLI%2CYAYI%2CcAeI%3BAAlNZ%2C8BAuLI%2CYAYI%2CcAeI%3BAAjNZ%2CWAsLI%2CYAYI%2CcAeI%3BEACI%2CWAAA%3B%3BAAEA%2CeA9BZ%2CYAYI%2CcAeI%2CmBAGK%3BAAAD%2CgBA9BZ%2CYAYI%2CcAeI%2CmBAGK%3BAAAD%2C0BA9BZ%2CYAYI%2CcAeI%2CmBAGK%3BAAAD%2CkBA9BZ%2CYAYI%2CcAeI%2CmBAGK%3BAAAD%2C0BA9BZ%2CYAYI%2CcAeI%2CmBAGK%3BAAAD%2C8BA9BZ%2CYAYI%2CcAeI%2CmBAGK%3BAAAD%2CWA9BZ%2CYAYI%2CcAeI%2CmBAGK%3BEACG%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FNpB%2CeA4LI%2CYAwCI%3BAAnOR%2CgBA2LI%2CYAwCI%3BAAlOR%2C0BA0LI%2CYAwCI%3BAAjOR%2CkBAyLI%2CYAwCI%3BAAhOR%2C0BAwLI%2CYAwCI%3BAA%5C%2FNR%2C8BAuLI%2CYAwCI%3BAA9NR%2CWAsLI%2CYAwCI%3BEACI%2CaAAA%3B%3BAArOZ%2CeA4LI%2CYA4CI%3BAAvOR%2CgBA2LI%2CYA4CI%3BAAtOR%2C0BA0LI%2CYA4CI%3BAArOR%2CkBAyLI%2CYA4CI%3BAApOR%2C0BAwLI%2CYA4CI%3BAAnOR%2C8BAuLI%2CYA4CI%3BAAlOR%2CWAsLI%2CYA4CI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CalHjbiB%2CqBkHibjB%3BEACA%2CeAAA%3B%3BAA5OZ%2CeA4LI%2CYAmDI%3BAA9OR%2CgBA2LI%2CYAmDI%3BAA7OR%2C0BA0LI%2CYAmDI%3BAA5OR%2CkBAyLI%2CYAmDI%3BAA3OR%2C0BAwLI%2CYAmDI%3BAA1OR%2C8BAuLI%2CYAmDI%3BAAzOR%2CWAsLI%2CYAmDI%3BEACI%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAA1PZ%2CeA4LI%2CYAiEI%2CsBACI%3BAA7PZ%2CgBA2LI%2CYAiEI%2CsBACI%3BAA5PZ%2C0BA0LI%2CYAiEI%2CsBACI%3BAA3PZ%2CkBAyLI%2CYAiEI%2CsBACI%3BAA1PZ%2C0BAwLI%2CYAiEI%2CsBACI%3BAAzPZ%2C8BAuLI%2CYAiEI%2CsBACI%3BAAxPZ%2CWAsLI%2CYAiEI%2CsBACI%3BEACI%2CWAAA%3B%3BAA%5C%2FPhB%2CeA4LI%2CYAiEI%2CsBAKI%2CiBACI%3BAAlQhB%2CgBA2LI%2CYAiEI%2CsBAKI%2CiBACI%3BAAjQhB%2C0BA0LI%2CYAiEI%2CsBAKI%2CiBACI%3BAAhQhB%2CkBAyLI%2CYAiEI%2CsBAKI%2CiBACI%3BAA%5C%2FPhB%2C0BAwLI%2CYAiEI%2CsBAKI%2CiBACI%3BAA9PhB%2C8BAuLI%2CYAiEI%2CsBAKI%2CiBACI%3BAA7PhB%2CWAsLI%2CYAiEI%2CsBAKI%2CiBACI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CalHldU%2CmBkHkdV%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAjRpB%2CeA4LI%2CYAiEI%2CsBAwBI%3BAApRZ%2CgBA2LI%2CYAiEI%2CsBAwBI%3BAAnRZ%2C0BA0LI%2CYAiEI%2CsBAwBI%3BAAlRZ%2CkBAyLI%2CYAiEI%2CsBAwBI%3BAAjRZ%2C0BAwLI%2CYAiEI%2CsBAwBI%3BAAhRZ%2C8BAuLI%2CYAiEI%2CsBAwBI%3BAA%5C%2FQZ%2CWAsLI%2CYAiEI%2CsBAwBI%3BEACI%2CaAAA%3B%3BAAtRhB%2CeA4LI%2CYA8FI%2CWAAU%3BAAzRlB%2CgBA2LI%2CYA8FI%2CWAAU%3BAAxRlB%2C0BA0LI%2CYA8FI%2CWAAU%3BAAvRlB%2CkBAyLI%2CYA8FI%2CWAAU%3BAAtRlB%2C0BAwLI%2CYA8FI%2CWAAU%3BAArRlB%2C8BAuLI%2CYA8FI%2CWAAU%3BAApRlB%2CWAsLI%2CYA8FI%2CWAAU%3BEACN%2CWAAA%3B%3BAA3RZ%2CeA%2BRI%3BAA9RJ%2CgBA8RI%3BAA7RJ%2C0BA6RI%3BAA5RJ%2CkBA4RI%3BAA3RJ%2C0BA2RI%3BAA1RJ%2C8BA0RI%3BAAzRJ%2CWAyRI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CeAXJ%2CUAWK%3BAAAD%2CgBAXJ%2CUAWK%3BAAAD%2C0BAXJ%2CUAWK%3BAAAD%2CkBAXJ%2CUAWK%3BAAAD%2C0BAXJ%2CUAWK%3BAAAD%2C8BAXJ%2CUAWK%3BAAAD%2CWAXJ%2CUAWK%3BEACG%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CeArBJ%2CUAqBK%3BAAAD%2CgBArBJ%2CUAqBK%3BAAAD%2C0BArBJ%2CUAqBK%3BAAAD%2CkBArBJ%2CUAqBK%3BAAAD%2C0BArBJ%2CUAqBK%3BAAAD%2C8BArBJ%2CUAqBK%3BAAAD%2CWArBJ%2CUAqBK%3BEACG%2CgBAAgB%2CkDAAhB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAA5TZ%2CeA%2BRI%2CUAgCI%3BAA9TR%2CgBA8RI%2CUAgCI%3BAA7TR%2C0BA6RI%2CUAgCI%3BAA5TR%2CkBA4RI%2CUAgCI%3BAA3TR%2C0BA2RI%2CUAgCI%3BAA1TR%2C8BA0RI%2CUAgCI%3BAAzTR%2CWAyRI%2CUAgCI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAlUZ%2CeA%2BRI%2CUAgCI%2CkBAKI%2CeACI%3BAApUhB%2CgBA8RI%2CUAgCI%2CkBAKI%2CeACI%3BAAnUhB%2C0BA6RI%2CUAgCI%2CkBAKI%2CeACI%3BAAlUhB%2CkBA4RI%2CUAgCI%2CkBAKI%2CeACI%3BAAjUhB%2C0BA2RI%2CUAgCI%2CkBAKI%2CeACI%3BAAhUhB%2C8BA0RI%2CUAgCI%2CkBAKI%2CeACI%3BAA%5C%2FThB%2CWAyRI%2CUAgCI%2CkBAKI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAvUpB%2CeA%2BRI%2CUAgCI%2CkBAKI%2CeAMI%3BAAzUhB%2CgBA8RI%2CUAgCI%2CkBAKI%2CeAMI%3BAAxUhB%2C0BA6RI%2CUAgCI%2CkBAKI%2CeAMI%3BAAvUhB%2CkBA4RI%2CUAgCI%2CkBAKI%2CeAMI%3BAAtUhB%2C0BA2RI%2CUAgCI%2CkBAKI%2CeAMI%3BAArUhB%2C8BA0RI%2CUAgCI%2CkBAKI%2CeAMI%3BAApUhB%2CWAyRI%2CUAgCI%2CkBAKI%2CeAMI%3BEACI%2CeAAA%3BEACA%2CalHrhBS%2CgBkHqhBT%3BEACA%2CmBAAA%3B%3BAA7UpB%2CeA%2BRI%2CUAgCI%2CkBAKI%2CeAMI%2CEAKI%3BAA9UpB%2CgBA8RI%2CUAgCI%2CkBAKI%2CeAMI%2CEAKI%3BAA7UpB%2C0BA6RI%2CUAgCI%2CkBAKI%2CeAMI%2CEAKI%3BAA5UpB%2CkBA4RI%2CUAgCI%2CkBAKI%2CeAMI%2CEAKI%3BAA3UpB%2C0BA2RI%2CUAgCI%2CkBAKI%2CeAMI%2CEAKI%3BAA1UpB%2C8BA0RI%2CUAgCI%2CkBAKI%2CeAMI%2CEAKI%3BAAzUpB%2CWAyRI%2CUAgCI%2CkBAKI%2CeAMI%2CEAKI%3BEACI%2CeAAA%3BEACA%2CalH1hBK%2CgBkH0hBL%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAtVxB%2CeA%2BRI%2CUAgCI%2CkBAKI%2CeAMI%2CEAeI%2CEAAC%3BAAxVrB%2CgBA8RI%2CUAgCI%2CkBAKI%2CeAMI%2CEAeI%2CEAAC%3BAAvVrB%2C0BA6RI%2CUAgCI%2CkBAKI%2CeAMI%2CEAeI%2CEAAC%3BAAtVrB%2CkBA4RI%2CUAgCI%2CkBAKI%2CeAMI%2CEAeI%2CEAAC%3BAArVrB%2C0BA2RI%2CUAgCI%2CkBAKI%2CeAMI%2CEAeI%2CEAAC%3BAApVrB%2C8BA0RI%2CUAgCI%2CkBAKI%2CeAMI%2CEAeI%2CEAAC%3BAAnVrB%2CWAyRI%2CUAgCI%2CkBAKI%2CeAMI%2CEAeI%2CEAAC%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAA7VxB%2CeA%2BRI%2CUAgCI%2CkBAKI%2CeA6BI%3BAAhWhB%2CgBA8RI%2CUAgCI%2CkBAKI%2CeA6BI%3BAA%5C%2FVhB%2C0BA6RI%2CUAgCI%2CkBAKI%2CeA6BI%3BAA9VhB%2CkBA4RI%2CUAgCI%2CkBAKI%2CeA6BI%3BAA7VhB%2C0BA2RI%2CUAgCI%2CkBAKI%2CeA6BI%3BAA5VhB%2C8BA0RI%2CUAgCI%2CkBAKI%2CeA6BI%3BAA3VhB%2CWAyRI%2CUAgCI%2CkBAKI%2CeA6BI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CalH7iBS%2CgBkH6iBT%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CeAzEhB%2CUAgCI%2CkBAKI%2CeA6BI%2CGAOK%3BAAAD%2CgBAzEhB%2CUAgCI%2CkBAKI%2CeA6BI%2CGAOK%3BAAAD%2C0BAzEhB%2CUAgCI%2CkBAKI%2CeA6BI%2CGAOK%3BAAAD%2CkBAzEhB%2CUAgCI%2CkBAKI%2CeA6BI%2CGAOK%3BAAAD%2C0BAzEhB%2CUAgCI%2CkBAKI%2CeA6BI%2CGAOK%3BAAAD%2C8BAzEhB%2CUAgCI%2CkBAKI%2CeA6BI%2CGAOK%3BAAAD%2CWAzEhB%2CUAgCI%2CkBAKI%2CeA6BI%2CGAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3B%3BAAhXxB%2CeA%2BRI%2CUAgCI%2CkBAKI%2CeA6BI%2CGAkBI%3BAAlXpB%2CgBA8RI%2CUAgCI%2CkBAKI%2CeA6BI%2CGAkBI%3BAAjXpB%2C0BA6RI%2CUAgCI%2CkBAKI%2CeA6BI%2CGAkBI%3BAAhXpB%2CkBA4RI%2CUAgCI%2CkBAKI%2CeA6BI%2CGAkBI%3BAA%5C%2FWpB%2C0BA2RI%2CUAgCI%2CkBAKI%2CeA6BI%2CGAkBI%3BAA9WpB%2C8BA0RI%2CUAgCI%2CkBAKI%2CeA6BI%2CGAkBI%3BAA7WpB%2CWAyRI%2CUAgCI%2CkBAKI%2CeA6BI%2CGAkBI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAxXxB%2CeA%2BRI%2CUAiGI%3BAA%5C%2FXR%2CgBA8RI%2CUAiGI%3BAA9XR%2C0BA6RI%2CUAiGI%3BAA7XR%2CkBA4RI%2CUAiGI%3BAA5XR%2C0BA2RI%2CUAiGI%3BAA3XR%2C8BA0RI%2CUAiGI%3BAA1XR%2CWAyRI%2CUAiGI%3BEACI%2CaAAA%3B%3BAAjYZ%2CeA%2BRI%2CUAiGI%2CSAGI%3BAAlYZ%2CgBA8RI%2CUAiGI%2CSAGI%3BAAjYZ%2C0BA6RI%2CUAiGI%2CSAGI%3BAAhYZ%2CkBA4RI%2CUAiGI%2CSAGI%3BAA%5C%2FXZ%2C0BA2RI%2CUAiGI%2CSAGI%3BAA9XZ%2C8BA0RI%2CUAiGI%2CSAGI%3BAA7XZ%2CWAyRI%2CUAiGI%2CSAGI%3BEACI%2CcAAA%3B%3BAApYhB%2CeA%2BRI%2CUAiGI%2CSAGI%2CKAGI%3BAArYhB%2CgBA8RI%2CUAiGI%2CSAGI%2CKAGI%3BAApYhB%2C0BA6RI%2CUAiGI%2CSAGI%2CKAGI%3BAAnYhB%2CkBA4RI%2CUAiGI%2CSAGI%2CKAGI%3BAAlYhB%2C0BA2RI%2CUAiGI%2CSAGI%2CKAGI%3BAAjYhB%2C8BA0RI%2CUAiGI%2CSAGI%2CKAGI%3BAAhYhB%2CWAyRI%2CUAiGI%2CSAGI%2CKAGI%3BEACI%2CWAAA%3B%3BAAvYpB%2CeA%2BRI%2CUAiGI%2CSAGI%2CKAOI%3BAAzYhB%2CgBA8RI%2CUAiGI%2CSAGI%2CKAOI%3BAAxYhB%2C0BA6RI%2CUAiGI%2CSAGI%2CKAOI%3BAAvYhB%2CkBA4RI%2CUAiGI%2CSAGI%2CKAOI%3BAAtYhB%2C0BA2RI%2CUAiGI%2CSAGI%2CKAOI%3BAArYhB%2C8BA0RI%2CUAiGI%2CSAGI%2CKAOI%3BAApYhB%2CWAyRI%2CUAiGI%2CSAGI%2CKAOI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CalHxlBS%2CgBkHwlBT%3BEACA%2CcAAA%3B%3BAAhZpB%2CeA%2BRI%2CUAiGI%2CSAGI%2CKAOI%2COAQI%3BAAjZpB%2CgBA8RI%2CUAiGI%2CSAGI%2CKAOI%2COAQI%3BAAhZpB%2C0BA6RI%2CUAiGI%2CSAGI%2CKAOI%2COAQI%3BAA%5C%2FYpB%2CkBA4RI%2CUAiGI%2CSAGI%2CKAOI%2COAQI%3BAA9YpB%2C0BA2RI%2CUAiGI%2CSAGI%2CKAOI%2COAQI%3BAA7YpB%2C8BA0RI%2CUAiGI%2CSAGI%2CKAOI%2COAQI%3BAA5YpB%2CWAyRI%2CUAiGI%2CSAGI%2CKAOI%2COAQI%3BEACI%2CeAAA%3B%3BAAUxB%2CgBAKI%3BAAJJ%2C0BAII%3BAAHJ%2C0BAGI%3BAAFJ%2CWAEI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3B%3BAAIR%2C0BAEI%3BAADJ%2C0BACI%3BEACI%2CcAAA%3B%3BAAIR%2CkBACI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAJR%2CkBAOI%2CiBAAiB%3BEACb%2CaAAA%3B%3BAARR%2CkBAWI%2CiBAAiB%3BEACb%2CeAAA%3BEACA%2CgBAAA%3B%3BAAbR%2CkBAWI%2CiBAAiB%2CSAIb%2CGAAG%3BEACC%2CeAAA%3B%3BAAMZ%2C0BAEI%2CiBAAiB%2CSAAS%3BEACtB%2CgCAAA%3B%3BAAKR%2C8BAEI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAALR%2C8BAQI%2CiBAAiB%2CSAAS%3BEACtB%2CgCAAA%3B%3BAATR%2C8BAYI%3BEACI%2CoBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAAGI%2CYADJ%2CGAAE%2CWACG%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAATZ%2CYAGI%2CGAAE%2CWASE%3BEACI%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CalHjrBkB%2CmBkHirBlB%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAAOR%2CYAAC%2CqBACG%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAHR%2CYAAC%2CqBACG%2CMAII%3BEACI%2CSAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CYAVP%2CqBACG%2CMASK%3BEACG%2CyBAAA%3B%3BAADJ%2CYAVP%2CqBACG%2CMASK%2CMAGG%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CoCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CalH3tBS%2CgBkH2tBT%3BEACA%2CiBAAA%3B%3BAAhBR%2CYAVP%2CqBACG%2CMASK%2CMAGG%2CaAeI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAAxBZ%2CYAVP%2CqBACG%2CMASK%2CMAGG%2CaAyBI%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAApCZ%2CYAVP%2CqBACG%2CMASK%2CMAGG%2CaAoCI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3B%3BAAWxB%2CeAOI%2CiBACI%3BAAPR%2CgBAMI%2CiBACI%3BAANR%2C0BAKI%2CiBACI%3BAALR%2C0BAII%2CiBACI%3BAAJR%2CkBAGI%2CiBACI%3BAAHR%2CWAEI%2CiBACI%3BAAFR%2C8BACI%2CiBACI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3B%3BAAVZ%2CeAOI%2CiBACI%2CWAII%3BAAXZ%2CgBAMI%2CiBACI%2CWAII%3BAAVZ%2C0BAKI%2CiBACI%2CWAII%3BAATZ%2C0BAII%2CiBACI%2CWAII%3BAARZ%2CkBAGI%2CiBACI%2CWAII%3BAAPZ%2CWAEI%2CiBACI%2CWAII%3BAANZ%2C8BACI%2CiBACI%2CWAII%3BEACI%2CiBAAA%3B%3BAAMhB%3BEACI%2CWAAA%3B%3BAADJ%2CSAGI%3BEACI%2C2BAAA%3B%3BAAJR%2CSAOI%2CaAAY%3BEACR%2CeAAA%3B%3BAARR%2CSAOI%2CaAAY%2CqBAGR%3BEACI%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3B%3BAAbZ%2CSAOI%2CaAAY%2CqBAGR%2CSAKI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAMhB%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAANJ%2CaAQI%2CmBACI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAjBZ%2CaAQI%2CmBACI%2CGAUI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CaAtBZ%2CmBACI%2CGAUI%2CGAWK%3BEACG%2CWAAA%3B%3BAA%5C%2FBpB%2CaAQI%2CmBACI%2CGAUI%2CGAeI%2CcACI%2CmBACI%2CsBACI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CalH%5C%2F1BH%2CgBkH%2B1BG%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAhDhC%2CaAQI%2CmBACI%2CGAUI%2CGAeI%2CcACI%2CmBACI%2CsBAeI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAArDhC%2CaAQI%2CmBACI%2CGAUI%2CGAeI%2CcACI%2CmBACI%2CsBAeI%2CoBAII%2CsBACI%3BEACI%2CWAAA%3B%3BAAzDxC%2CaAQI%2CmBACI%2CGAUI%2CGAeI%2CcACI%2CmBACI%2CsBAeI%2CoBAII%2CsBACI%2CiBAGI%2CQAAO%2COAAO%3BEACV%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CalHn3Bd%2CmBkHm3Bc%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAA1E5C%2CaAQI%2CmBACI%2CGAUI%2CGAeI%2CcACI%2CmBACI%2CsBA4CI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAlFhC%2CaAQI%2CmBACI%2CGAUI%2CGAeI%2CcACI%2CmBACI%2CsBA4CI%2CWAII%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAA3FpC%2CaAQI%2CmBACI%2CGAUI%2CGAeI%2CcACI%2CmBACI%2CsBA4CI%2CWAcI%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAjGpC%2CaAQI%2CmBACI%2CGAUI%2CGAeI%2CcACI%2CmBACI%2CsBA4CI%2CWAcI%2CyBAKI%2CgBACI%3BEACI%2CYAAA%3B%3BAAEA%2CaA%5C%2FFxC%2CmBACI%2CGAUI%2CGAeI%2CcACI%2CmBACI%2CsBA4CI%2CWAcI%2CyBAKI%2CgBACI%2CKAGK%3BEACI%2C4BAAA%3BEACD%2CgCAAA%3BEACA%2CsBAAsB%2C4BAAtB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAchD%2C8BAGI%2CcACI%2CmBACI%2CGACI%2CGACI%2CcACI%2CmBACI%2CsBACI%3BAAThC%2CWAEI%2CcACI%2CmBACI%2CGACI%2CGACI%2CcACI%2CmBACI%2CsBACI%3BAARhC%2CkBACI%2CcACI%2CmBACI%2CGACI%2CGACI%2CcACI%2CmBACI%2CsBACI%3BEACI%2CmBAAA%3B%3BAAWpC%2CgBACI%2CYACI%3BEACI%2CYAAA%3B%3BAAKZ%2CeACI%2COAAM%3BEACF%2CQAAA%3B%3BAAIR%2C0BAEI%2CcACI%3BAAFR%2CgBACI%2CcACI%3BEACI%2CkBAAA%3B%3BAAJZ%2C0BAEI%2CcACI%2CGAGI%3BAALZ%2CgBACI%2CcACI%2CGAGI%3BEACI%2CWAAA%3B%3BAAKhB%2C0BACI%2CgBACI%2CmBACI%3BEACI%2CYAAA%3B%3BAAMhB%3BEACI%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CWAAW%3BEACP%2CqBACI%2CoBACA%2CaAFJ%3BEAGG%2C8BAAA%3BEACH%2CoBAAoB%2CcAApB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAIJ%2CWAAW%3BEACV%2CeACO%2C2BACA%2CiCAFP%3B%3BAAID%2CGAAG%2CoBAAqB%2CYAAW%3BEAC%5C%2FB%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3B%3BAAqGJ%2CwBAnG2C%3BEACvC%2CeACI%2COAAM%3BIACF%2CQAAA%3BIACA%2CUAAA%3B%3BEAIR%2CgBACI%2COAAM%3BIACF%2CQAAA%3BIACA%2CUAAA%3B%3BEAIR%2C0BACI%2COAAM%3BIACF%2CQAAA%3BIACA%2CUAAA%3B%3BEAIR%2CkBACI%2COAAM%3BIACF%2CQAAA%3BIACA%2CUAAA%3B%3BEAIR%2C8BACI%2COAAM%3BIACF%2CQAAA%3BIACA%2CUAAA%3B%3BEAIR%2CWACI%2COAAM%3BIACF%2CQAAA%3BIACA%2CUAAA%3B%3BEAIR%2C0BACI%2COAAM%3BIACF%2CQAAA%3BIACA%2CUAAA%3B%3BEAKJ%2CQAAC%3BIACG%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2C6BAAA%3B%3BEAGJ%2CQAAC%3BIACG%2C6BAAA%3BIACA%2C6BAAA%3B%3BEAGJ%2CQAAC%3BIACG%2C6BAAA%3BIACA%2C6BAAA%3B%3BEAGJ%2CQAAC%3BIACG%2C6BAAA%3BIACA%2C6BAAA%3B%3BEAGJ%2CQAAC%3BIACG%2C6BAAA%3BIACA%2C6BAAA%3B%3BEAGJ%2CQAAC%3BIACG%2C4BAAA%3BIACA%2C6BAAA%3B%3BEAGJ%2CQAAC%3BIACG%2C4BAAA%3BIACA%2C6BAAA%3B%3BEAIR%2CgBACI%3BIACI%2C4BAAA%3B%3BEAFR%2CgBACI%2CYAGI%3BIACI%2CYAAA%3B%3B%3BAA0ChB%2CwBApC2C%3BEACvC%2CgBACI%3BIACI%2CaAAA%3BIACA%2C8BAAA%3B%3BEAHR%2CgBACI%2CGAII%3BIACI%2CYAAA%3B%3BEAUQ%2CgCAJhB%2CWACI%2CaACI%2CGACI%2CGACK%2CMACG%3BIACI%2CaAAA%3BIACA%2CoCAAA%3B%3BEAHR%2CgCAJhB%2CWACI%2CaACI%2CGACI%2CGACK%2CMAMG%3BIACI%2C2BAAA%3B%3B%3BAAYhC%3BEACI%3BIACI%2CWAAW%2CaAAX%3B%3BEAGJ%3BIACI%2CWAAW%2CiBAAX%3B%3BEAGJ%3BIACI%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CWAAW%2CaAAX%3B%3BEAGJ%3BIACI%2CWAAW%2CiBAAX%3B%3BEAGJ%3BIACI%2CWAAW%2CaAAX%3B%3B%3BAAIR%2CcACI%2CGAAE%3BEACE%2CeAAA%3BEACA%2CcAAA%3B%3BAAHR%2CcACI%2CGAAE%2CWAIE%3BEACI%2CcAAA%3B%3BAAKZ%3BEACI%2CgBAAgB%2C%2BBAAhB%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAADJ%2CcAGI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CalHpsCqB%2CqBkHosCrB%3B%3BAAPR%2CcAUI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CalH3sCqB%2CqBkH2sCrB%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CIACI%3BEACI%2CWAAA%3B%3BAAIR%2CQACI%3BEAMI%2CkBAAA%3B%3BAAPR%2CQACI%2CGACI%3BEACI%2CeAAA%3BEACA%2CalHjuCiB%2CgBkHiuCjB%3B%3BAAJZ%2CQAUI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAbR%2CQAgBI%3BEACI%2CeAAA%3BEACA%2CalH%5C%2FuCqB%2CgBkH%2BuCrB%3B%3BAAlBR%2CQAqBI%2CYACI%3BEACI%2CyBAAA%3BEACA%2CeAAA%3B%3BAAxBZ%2CQAqBI%2CYAMI%3BEACI%2CyBAAA%3BEACA%2CeAAA%3B%3BAAKZ%2CMACI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CalHnwCqB%2CqBkHmwCrB%3B%3BAAPR%2CMAUI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAfR%2CMAkBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CkBACI%3BEACI%2CmBAAA%3B%3BAAIR%2CWACI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CUACI%3BEAMI%2CeAAA%3B%3BAAPR%2CUACI%2CEACI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAOZ%2CIAAI%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAANJ%2CQAQI%3BEACI%2CWAAA%3B%3BAAIR%2COAAO%2COACH%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CalHx0CqB%2CgBkHw0CrB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAEA%2COATD%2COACH%2CGAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CmDAAhB%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CiBAAiB%2CWACb%3BEACI%2CalH31CqB%2CgBkH21CrB%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CcAAA%3B%3BAADJ%2CKAAK%2CWAGD%2CGACI%3BEACI%2CoBAAA%3B%3BAALZ%2CKAAK%2CWAGD%2CGAKI%3BEACI%2CoBAAA%3B%3BAAQA%2CWAFR%2CoBACI%2CMAAK%2CYACA%2CIAAI%3BEACD%2CSAAA%3BEAEA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CWAXR%2CoBACI%2CMAAK%2CYAUA%3BEACG%2CSAAA%3BEAEA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAMhB%2CYACI%2COAAM%3BEACF%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CYAMI%2CQAAO%3BEACH%2CeAAA%3B%3BAAPR%2CYAMI%2CQAAO%2CMAGH%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKZ%3BEAOI%2CoBAAA%3BEACA%2C6BAAA%3B%3BAARJ%2CKACI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAOR%2COAAO%3BEAiKH%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3B%3BAArKJ%2COAAO%2CQACH%3BEACI%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3B%3BAALR%2COAAO%2CQACH%2CsBAMI%2CQAAO%3BEACH%2C8BAAA%3BEACA%2CgBAAA%3B%3BAATZ%2COAAO%2CQACH%2CsBAMI%2CQAAO%2CMAIH%3BEACI%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3B%3BAAfhB%2COAAO%2CQACH%2CsBAMI%2CQAAO%2CMAIH%2CMAMI%3BEACI%2C0BAAA%3BEACA%2C4BAAA%3B%3BAAnBpB%2COAAO%2CQACH%2CsBAMI%2CQAAO%2CMAgBH%2CMAAK%2CiBACD%2CUAAS%3BEACL%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CalHz8CS%2CqBkHy8CT%3BEACA%2CYAAA%3B%3BAAMA%2COA%5C%2FCb%2CQACH%2CsBAMI%2CQAAO%2CMAsCH%2CcACI%2CKACK%2CYACG%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAnD5B%2COAAO%2CQACH%2CsBAMI%2CQAAO%2CMAkDH%2CkBACI%3BEACI%2CWAAA%3B%3BAA3DpB%2COAAO%2CQACH%2CsBAMI%2CQAAO%2CMAwDH%2CmBACI%2CoBACI%2CiBACI%3BEACI%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAtE5B%2COAAO%2CQACH%2CsBAMI%2CQAAO%2CMAwDH%2CmBACI%2CoBACI%2CiBAQI%2CeACI%3BEACI%2CalH%5C%2F%2BCH%2CgBkH%2B%2BCG%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA9EhC%2COAAO%2CQACH%2CsBAMI%2CQAAO%2CMAwDH%2CmBACI%2CoBACI%2CiBAQI%2CeAQI%3BEACI%2CalHt%5C%2FCH%2CgBkHs%5C%2FCG%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CqCAAA%3BEACA%2C2BAAA%3B%3BAAxFhC%2COAAO%2CQACH%2CsBAMI%2CQAAO%2CMAwDH%2CmBA%2BBI%2CoBAAmB%3BEACf%2C4BAAA%3B%3BAA%5C%2FFpB%2COAAO%2CQACH%2CsBAmGI%3BEACI%2CwBAAA%3B%3BAArGZ%2COAAO%2CQAyGH%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3B%3BAA%5C%2FGR%2COAAO%2CQAyGH%2CuBAQI%2COAAM%3BEACF%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAArHZ%2COAAO%2CQAyGH%2CuBAQI%2COAAM%2CaAMF%3BEACI%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CuCAAA%3BEACA%2CmBAAA%3B%3BAAEA%2COAhIT%2CQAyGH%2CuBAQI%2COAAM%2CaAMF%2CMASK%3BEACG%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2COArIT%2CQAyGH%2CuBAQI%2COAAM%2CaAMF%2CMAcK%3BEACG%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2COA1IT%2CQAyGH%2CuBAQI%2COAAM%2CaAMF%2CMAmBK%3BEACG%2CcAAA%3BEACA%2C0BAAA%3B%3BAA5IpB%2COAAO%2CQAyGH%2CuBAQI%2COAAM%2CaA%2BBF%2CSACI%3BEACI%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3B%3BAAEA%2COAvJb%2CQAyGH%2CuBAQI%2COAAM%2CaA%2BBF%2CSACI%2COAMK%3BEACG%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3B%3BAA1JxB%2COAAO%2CQAuKH%2COAAM%3BEACF%2CaAAA%3B%3BAAxKR%2COAAO%2CQA2KH%3BEACI%2C2BAAA%3B%3BAAIR%3BEAwDI%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAA3DJ%2CiBACI%2CQAAO%3BEAiCH%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAArCR%2CiBACI%2CQAAO%2CSACH%2CSAAQ%3BEACJ%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CalHtmDiB%2CgBkHsmDjB%3B%3BAAlBZ%2CiBACI%2CQAAO%2CSAoBH%3BEACI%2C0BAAA%3BEACA%2CalHxmDiB%2CqBkHwmDjB%3B%3BAAGJ%2CiBAzBJ%2CQAAO%2CSAyBF%3BEACG%2CaAAA%3B%3BAA3BZ%2CiBACI%2CQAAO%2CSA6BH%2CSAAQ%2CIAAI%3BEACR%2CwBAAA%3B%3BAA%5C%2FBZ%2CiBACI%2CQAAO%2CSAsCH%3BEACI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FCZ%2CiBACI%2CQAAO%2CSAiDH%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAUZ%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CmBAII%2CUAAS%3BEACL%2CqDAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CmBAAA%3BEACA%2C2CAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CSAAS%3BEACL%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3B%3BAAIQ%2CSATH%2CaAOL%2CGAAE%2COACG%2CMACI%3BEACG%2CoBAAA%3BEACA%2CwBAAA%3B%3BAAMhB%2CUACI%3BEACI%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAHR%2CUACI%2CUAIK%3BEACG%2C2BAAA%3B%3BAAKZ%2CIACI%2CaAAY%2CaACR%2CuBAEI%2CYAAW%3BEACP%2CwBAAA%3B%3BAALhB%2CIACI%2CaAAY%2CaACR%2CuBAMI%2CQAAO%3BEACH%2CyBAAA%3B%3BAAThB%2CIACI%2CaAAY%2CaAYR%2CQAAO%2CQACH%2CuBACI%2COAAM%3BEACF%2C0BAAA%3BEACA%2CWAAA%3B%3BAAjBpB%2CIACI%2CaAAY%2CaAqBR%3BEACI%2CyBAAA%3B%3BAAvBZ%2CIA2BI%2CcACI%2CYAAW%2COACP%3BEACI%2CwBAAA%3B%3BAA9BhB%2CIAmCI%2COAAM%2CaACF%2CuBACI%2COAAM%2CaACF%2CYACI%2CSACI%3BEACI%2CgBAAgB%2CqDAAhB%3BEACA%2CgCAAA%3BEACA%2C0CAAA%3BEACA%2CwBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAA9C5B%2CIAsDI%2CaACI%2CWACI%3BEACI%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAA7DhB%2CIAkEI%2CoBACI%2CSACI%3BEAKI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAhFhB%2CIAkEI%2CoBACI%2CSACI%2COACI%3BEACI%2CaAAA%3B%3BAAtEpB%2CIAkEI%2CoBACI%2CSAgBI%2COAAM%3BEACF%2CgBAAgB%2C0CAAhB%3BEACA%2CUAAA%3B%3BAArFhB%2CIAkEI%2CoBACI%2CSAqBI%2COAAM%3BEACF%2CgBAAgB%2C2CAAhB%3BEACA%2CWAAA%3B%3BAA1FhB%2CIAkEI%2CoBA4BI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3B%3BAAnGZ%2CIAuGI%2CaACI%3BEACI%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAA5GZ%2CIAuGI%2CaACI%2CkBAMI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CIAfZ%2CaACI%2CkBAMI%2CeAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAgB%2CsCAAhB%3BEACA%2CcAAA%3B%3BAAIA%2CIAxBhB%2CaACI%2CkBAMI%2CeAgBK%2CMACI%3BEACG%2CgBAAgB%2C0CAAhB%3B%3BAAhIxB%2CIAuGI%2CaACI%2CkBA6BI%2CSACI%3BEACI%2CeAAA%3BEACA%2CalH90DU%2CmBkH80DV%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA3IpB%2CIAuGI%2CaACI%2CkBA6BI%2CSASI%2COAAM%2CWACF%2COAAM%3BEACF%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CalH31DM%2CmBkH21DN%3BEACA%2C0BAAA%3BEACA%2CUAAA%3B%3BAAEA%2CIAlDpB%2CaACI%2CkBA6BI%2CSASI%2COAAM%2CWACF%2COAAM%2CUAUD%3BEACG%2CyBAAA%3B%3BAA1J5B%2CIAuGI%2CaACI%2CkBAwDI%2COAAM%3BEACF%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAnKhB%2CIAuGI%2CaACI%2CkBAwDI%2COAAM%2CWAKF%3BEACI%2C2BAAA%3BEACA%2CWAAW%2CYAAX%3B%3BAAvKpB%2CIAuGI%2CaACI%2CkBAwDI%2COAAM%2CWAUF%3BEACI%2CaAAA%3B%3BAA3KpB%2CIAuGI%2CaACI%2CkBAuEI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CalHz3DkB%2CqBkHy3DlB%3B%3BAAtLhB%2CIAuGI%2CaACI%2CkBAuEI%2CoBASI%3BEACI%2CcAAA%3BEACA%2CalH73Dc%2CqBkH63Dd%3B%3BAA1LpB%2CIAgMI%2CcACI%3BEACI%2CUAAA%3B%3BAAlMZ%2CIAsMI%2CQAAO%3BEACH%2CiBAAA%3B%3BAAKI%2CIAFR%2CmBACK%2CMACI%3BEACG%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CIAPR%2CmBACK%2CMAMI%2CUAAU%3BEACP%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CIAZR%2CmBACK%2CMAWI%2CUAAU%3BEACP%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CIAjBR%2CmBACK%2CMAgBI%2CUAAU%3BEACP%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CIAtBR%2CmBACK%2CMAqBI%2CUAAU%3BEACP%2CaAAA%3BEACA%2CcAAA%3B%3BAAlOhB%2CIAuOI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAA7OR%2CIAuOI%2CiBAQI%3BEACI%2CcAAA%3BEACA%2C%2BBAAA%3B%3BAAEA%2CIAZR%2CiBAQI%2CEAIK%3BEACG%2CgBAAA%3B%3BAApPhB%2CIAuOI%2CiBAiBI%3BEAMI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAjQZ%2CIAuOI%2CiBAiBI%2CyBACI%3BEACI%2CiBAAA%3BEACA%2CUAAA%3B%3BAA3PhB%2CIAuOI%2CiBAiBI%2CyBAWI%3BEACI%2CUAAA%3B%3BAAKZ%2CIAAC%2CIAAI%2CWACD%2CaACI%3BEACI%2CcAAA%3BEACA%2CuBAAA%3B%3BAAJZ%2CIAAC%2CIAAI%2CWACD%2CaACI%2CkBAIK%3BEACG%2CeAAA%3B%3BAAhRpB%2CIAsRI%2CqBAAoB%2CUAChB%3BEACI%2CaAAA%3BEACA%2CWAAA%3B%3BAAzRZ%2CIAsRI%2CqBAAoB%2CUAMhB%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CwBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAjSZ%2CIAsRI%2CqBAAoB%2CUAMhB%2CUAOI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3B%3BAAxShB%2CIAsRI%2CqBAAoB%2CUAMhB%2CUAOI%2CSAOI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAjTpB%2CIAsRI%2CqBAAoB%2CUAMhB%2CUAyBI%2CSAAQ%2COACJ%3BEACI%2CmBAAA%3BEACA%2CYAAA%3B%3BAAxTpB%2CIA8TI%2CeAAc%2CaACV%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAnUZ%2CIA8TI%2CeAAc%2CaACV%2CUAMI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3B%3BAA3UhB%2CIA8TI%2CeAAc%2CaACV%2CUAMI%2CSAQI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAArVpB%2CIA8TI%2CeAAc%2CaACV%2CUA0BI%2CSAAQ%2COACJ%3BEACI%2CmBAAA%3B%3BAA3VpB%2CIAiWI%2CuBACI%2CcACI%2CWAAU%3BEACN%2CaAAA%3BEACA%2CsBAAA%3B%3BAAKZ%2CIAAC%2CIAAI%2CuBACD%2CcACI%3BEACI%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAMhB%3BEACI%2CwBAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%2CaACI%2CcACI%2CUAAS%2CaACL%2CGACI%2CGAAE%2COACG%3BEACG%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3B%3BAARxB%2CaAeI%2COAAM%2CaACF%2CUAAS%2CaACL%2CGACI%2CGAAE%2COACG%3BEACG%2C8BAAA%3B%3BAApBxB%2CaA2BI%2CaACI%2COAAM%2CQACF%3BEACI%2CqBAAA%3B%3BAA9BhB%2CaA2BI%2CaACI%2COAAM%2CQACF%2CQAGI%2CQAAO%2CKAAK%3BEACR%2CaAAA%3B%3BAAOpB%2CaACI%2CsCAAqC%3BEACjC%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAHR%2CaAMI%3BEACI%2CaAAA%3BEACA%2CwBAAA%3B%3BAARR%2CaAWI%3BEACI%2CqBAAA%3BEACA%2CSAAA%3B%3BAAIR%2CMAAM%2CYAAY%2CaACd%2CMACI%3BEACI%2CsBAAA%3B%3BAAHZ%2CMAAM%2CYAAY%2CaAOd%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3B%3BAATR%2CMAAM%2CYAAY%2CaAYd%2CQAAO%2CQACH%3BEACI%2CeAAA%3BEACA%2CaAAA%3B%3BAAfZ%2CMAAM%2CYAAY%2CaAmBd%3BEACI%2C4BAAA%3B%3BAAIR%2CqBACI%2CQAAO%3BEACH%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAJR%2CqBAOI%3BEACI%2CyBAAA%3B%3BAARR%2CqBAWI%2CWACI%3BEACI%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAKZ%3BEAgCI%2C6BAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAApCJ%2CmBACI%3BEACI%2C4BAAA%3B%3BAAFR%2CmBAKI%2CeAAc%2CKACV%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAARZ%2CmBAYI%2CUACI%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApBZ%2CmBAYI%2CUACI%2COASI%3BEACI%2CwBAAA%3B%3BAAvBhB%2CmBAYI%2CUAeI%2COAAM%3BEACF%2CmBAAA%3B%3BAAWZ%2CsBACI%3BEACI%2CyBAAA%3B%3BAAKR%2CSACI%3BEACI%2CyBAAA%3B%3BAAFR%2CSACI%2CWAGI%3BEACI%2CeAAA%3BEACA%2C2BAAA%3B%3BAANZ%2CSACI%2CWAQI%2COAAM%3BEACF%2CyBAAA%3B%3BAAVZ%2CSACI%2CWAYI%2COAAM%3BEACF%2CyBAAA%3BEACA%2CgCAAA%3B%3BAAfZ%2CSAmBI%3BEACI%2CkBAAA%3B%3BAApBR%2CSAmBI%2CaAGI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CalHtvEiB%2CgBkHsvEjB%3B%3BAA3BZ%2CSA%2BBI%2CsBACI%2CmBACI%3BEAgCI%2CSAAA%3B%3BAAjEhB%2CSA%2BBI%2CsBACI%2CmBACI%2CYACI%3BEACI%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2C2BAAA%3B%3BAArCpB%2CSA%2BBI%2CsBACI%2CmBACI%2CYACI%2CSAKI%2CSAAQ%3BEACJ%2C%2BBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CalHpwEK%2CqBkHowEL%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FCxB%2CSA%2BBI%2CsBACI%2CmBACI%2CYAkBI%2COAAM%2CIACF%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2CmCAAA%3BEACA%2CalHrxEK%2CgBkHqxEL%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA7DxB%2CSA%2BBI%2CsBACI%2CmBAoCI%2CGAAE%3BEACE%2C0BAAA%3BEACA%2CalHjyEa%2CgBkHiyEb%3B%3BAAtEhB%2CSA%2BBI%2CsBACI%2CmBAyCI%2CoBAAmB%3BEACf%2CWAAA%3B%3BAA1EhB%2CSA%2BBI%2CsBACI%2CmBA6CI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FEhB%2CSA%2BBI%2CsBACI%2CmBAkDI%2CoBACI%2CKAAI%3BEACA%2CalH%5C%2FyES%2CgBkH%2ByET%3B%3BAApFpB%2CSA%2BBI%2CsBACI%2CmBAwDI%3BEACI%2CwBAAA%3B%3BAAzFhB%2CSA%2BBI%2CsBACI%2CmBA4DI%3BEACI%2CwBAAA%3B%3BAA7FhB%2CSA%2BBI%2CsBAkEI%2CWACI%3BEACI%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CalHh0Ea%2CqBkHg0Eb%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAA3GhB%2CSAgHI%2CeACI%3BEACI%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BAArHZ%2CSAyHI%2CKAAI%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3B%3BAAEA%2CSAPJ%2CKAAI%2CkBAOC%3BEACG%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAKZ%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CgBAII%3BEACI%2CkBAAA%3B%3BAALR%2CgBAQI%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAVR%2CgBAQI%2CeAII%3BEACI%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAhBZ%2CgBAQI%2CeAII%2CYAMI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CgBAlBZ%2CeAII%2CYAMI%2CYAQK%3BEACG%2CmBAAA%3B%3BAADJ%2CgBAlBZ%2CeAII%2CYAMI%2CYAQK%2CYAGG%3BEACI%2CWAAA%3B%3BAAKZ%2CgBA3BR%2CeAII%2CYAuBK%2CUAAU%3BEASP%2CkBAAA%3B%3BAATJ%2CgBA3BR%2CeAII%2CYAuBK%2CUAAU%2CMACP%3BEACI%2CeAAA%3B%3BAAFR%2CgBA3BR%2CeAII%2CYAuBK%2CUAAU%2CMAKP%3BEACI%2COAAA%3B%3BAAMR%2CgBAvCR%2CeAII%2CYAmCK%2CUAAU%2CGACP%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAIR%2CgBA%5C%2FCR%2CeAII%2CYA2CK%2CUAAU%2CGACP%3BEACI%2CQAAA%3B%3BAAIA%2CgBArDhB%2CeAII%2CYA2CK%2CUAAU%2CGAKP%2CYACK%2CYACG%3BEACI%2CSAAA%3B%3BAA%5C%2FD5B%2CgBAQI%2CeAII%2CYAyDI%3BEACI%2CsBAAA%3BEACA%2CyBAAA%3B%3BAAvEhB%2CgBAQI%2CeAII%2CYA8DI%3BEACI%2CaAAA%3B%3BAA3EhB%2CgBAQI%2CeAII%2CYAkEI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CalHh8Ea%2CqBkHg8Eb%3B%3BAAEA%2CgBAxFZ%2CeAII%2CYAkEI%2CWAkBK%2CMAAO%3BEACJ%2CWAAW%2CWAAX%3B%3BAAGJ%2CgBA5FZ%2CeAII%2CYAkEI%2CWAsBK%3BEACG%2CWAAW%2CWAAX%3BEACA%2CqBAAA%3BEACA%2CYAAY%2CmEAAZ%3BEACA%2C0BAAA%3B%3BAAGJ%2CgBAnGZ%2CeAII%2CYAkEI%2CWA6BK%2CMAAO%2CMAAI%3BEACR%2CWAAW%2CWAAX%3B%3BAA5GpB%2CgBAQI%2CeAII%2CYAoGI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAApHhB%2CgBAQI%2CeAII%2CYAoGI%2CYAMI%3BEACI%2CUAAA%3BEACA%2COAAA%3B%3BAAxHpB%2CgBAQI%2CeAII%2CYAgHI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAhIhB%2CgBAQI%2CeAII%2CYAgHI%2CaAMI%3BEACI%2CSAAA%3BEACA%2CQAAA%3B%3BAAQA%2CgBApIhB%2CeAiII%2CcACK%2CMACG%2CIACK%2CIAAI%3BEACD%2CaAAA%3B%3BAAHZ%2CgBAlIR%2CeAiII%2CcACK%2CMAOG%2CIAAG%3BEACC%2CcAAA%3B%3BAAOpB%2CmBACI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CalHrgFqB%2CgBkHqgFrB%3B%3BAAPR%2CmBAUK%3BEACG%2CsBAAA%3B%3BAAIR%3BEA%2BGI%2C2BAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3B%3BAA9GQ%2CsBAFR%2CeACI%2CmBACK%2CMACG%3BEACI%2CsBAAA%3B%3BAALpB%2CsBAWI%3BEAgGI%2CiBAAA%3BEACA%2CcAAA%3B%3BAA5GR%2CsBAWI%2CeACI%3BEACI%2CgBAAgB%2CmCAAhB%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2C4BAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CalHriFiB%2CqBkHqiFjB%3B%3BAA3BZ%2CsBAWI%2CeAmBI%3BEACI%2CgBAAgB%2CmCAAhB%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2C4BAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CalHvjFiB%2CqBkHujFjB%3B%3BAAIA%2CsBAtCR%2CeAqCI%2CmBACK%3BEACG%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAtDhB%2CsBAWI%2CeA%2BCI%2CmBAAkB%3BEACd%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FDZ%2CsBAWI%2CeAuDI%2CcACI%3BEACI%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3BEACA%2CwBAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CsBAnER%2CeAuDI%2CcAYK%2CMACG%3BEACI%2COAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAKJ%2CsBArFZ%2CeAuDI%2CcA6BI%2CQACK%3BEACG%2C0BAAA%3B%3BAAjGpB%2CsBAWI%2CeA2FI%3BEACI%2CoBAAA%3BEACA%2CWAAA%3B%3BAAxGZ%2CsBAmHI%2CcACI%3BEACI%2CiBAAA%3B%3BAArHZ%2CsBAyHI%2CGAAE%3BEACE%2CsBAAA%3BEACA%2CgBAAA%3B%3BAA3HR%2CsBA8HI%3BEACI%2CkBAAA%3BEACA%2C2CAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAArIR%2CsBAwII%2CcACI%2CyBAAwB%3BEAGpB%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAA%5C%2FIZ%2CsBAwII%2CcACI%2CyBAAwB%2CMAQpB%3BEACI%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2C2BAAA%3B%3BAApJhB%2CsBAwII%2CcACI%2CyBAAwB%2CMAQpB%2CiBAKI%3BEACI%2CcAAA%3BEACA%2CalHrqFS%2CgBkHqqFT%3BEACA%2CeAAA%3B%3BAAzJpB%2CsBAwII%2CcACI%2CyBAAwB%2CMAoBpB%3BEACI%2CcAAA%3BEACA%2CalH5qFa%2CgBkH4qFb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAlKhB%2CsBAwII%2CcA8BI%3BEACI%2CiBAAA%3B%3BAAvKZ%2CsBAwII%2CcA8BI%2CWAGI%3BEACI%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CalHtrFa%2CqBkHsrFb%3B%3BAA5KhB%2CsBAwII%2CcA8BI%2CWASK%3BEACG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAlLhB%2CsBAwII%2CcA8BI%2CWAeK%2COAAI%3BEACD%2CQAAA%3B%3BAAIR%2CsBAlDJ%2CcAkDK%2CMACG%3BEACI%2CUAAA%3B%3BAA5LhB%2CsBAwII%2CcAwDI%2CWAAU%3BEACN%2CaAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAArMZ%2CsBAwII%2CcAwDI%2CWAAU%2CkBAON%3BEACI%2CSAAA%3B%3BAAxMhB%2CsBAwII%2CcAoEI%2CWACI%3BEACI%2C0BAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CalH9tFa%2CgBkH8tFb%3B%3BAAjNhB%2CsBAsNI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CgBAAgB%2CyCAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEA%2CsBAZJ%2CkBAYK%3BEACG%2CgBAAgB%2C%2BCAAhB%3B%3BAAEA%2CsBAfR%2CkBAYK%2CMAGI%3BEACG%2CUAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CsBArBJ%2CkBAqBK%3BEACG%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CoDAAhB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAArPZ%2CsBAsNI%2CkBAkCI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAEA%2CsBA3CR%2CkBAkCI%2CEASK%3BEACG%2C0BAAA%3B%3BAAlQhB%2CsBAuQI%2CgBACI%3BEACI%2CYAAA%3B%3BAAEA%2CsBAJR%2CgBACI%2CeAGK%3BEACI%2C4BAAA%3BEACD%2CgCAAA%3BEACA%2CsBAAsB%2C4BAAtB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3B%3BAAhRhB%2CsBAuQI%2CgBACI%2CeAWK%3BEAUG%2CYAAA%3B%3BAATA%2CsBAbZ%2CgBACI%2CeAWK%2COACI%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CQAAA%3B%3BAA1RpB%2CsBAkSI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAxSR%2CsBAkSI%2CmBAQK%3BEACG%2CcAAA%3BEACA%2CalHnzFkB%2CmBkHmzFlB%3B%3BAA5SZ%2CsBAkSI%2CmBAaI%3BEACI%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAArTZ%2CsBAyTI%3BEACI%2CYAAA%3B%3BAA1TR%2CsBA6TI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FTR%2CsBA6TI%2CaAII%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3B%3BAAtUZ%2CsBA0UI%2CSACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAnVZ%2CsBA0UI%2CSAYI%2COAAM%3BEACF%2CgBAAgB%2C0CAAhB%3BEACA%2CWAAA%3B%3BAAxVZ%2CsBA0UI%2CSAiBI%2COAAM%3BEACF%2CgBAAgB%2C2CAAhB%3BEACA%2CYAAA%3B%3BAA7VZ%2CsBAiWI%3BEACI%2CaAAA%3B%3BAAlWR%2CsBAqWI%2C0BACI%3BEACI%2CeAAA%3B%3BAAvWZ%2CsBAqWI%2C0BAKI%3BEACI%2CeAAA%3BEACA%2CalHt3FiB%2CqBkHs3FjB%3BEACA%2CgBAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CaAAc%2CqBACV%3BEACI%2CQAAQ%2CeAAR%3B%3BAAIR%2CoBACI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAHR%2CoBAMI%2CcACI%3BEAMI%2CcAAA%3B%3BAAbZ%2CoBAMI%2CcACI%2CUACI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAVhB%2CoBAMI%2CcAUI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAKZ%2CsBAAuB%2CyBAAuB%3BEAC1C%2CmBAAA%3B%3BAAGJ%2CsBAAsB%2CMAAM%2COACxB%2CmBACI%2CmBACK%3BEACG%2CcAAA%3BEACA%2CWAAA%3B%3BAALhB%2CsBAAsB%2CMAAM%2COACxB%2CmBAQI%3BEACI%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAZZ%2CsBAAsB%2CMAAM%2COACxB%2CmBAcI%3BEACI%2C%2BBAAA%3B%3BAAKZ%2CsBACI%3BEACI%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAANR%2CsBASI%2CcACI%3BEACI%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3BEACA%2CwBAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3B%3BAAlBZ%2CsBASI%2CcACI%2CoBAUI%3BEACI%2CeAAA%3BEACA%2CalHv9Fa%2CqBkHu9Fb%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CsBAxBZ%2CcACI%2CoBAUI%2CQAaK%3BEACG%2C0BAAA%3B%3BAAKZ%2CsBA9BJ%2CcA8BK%2CMACG%3BEACI%2COAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CQAAA%3BEAEA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3B%3BAArDhB%2CsBA0DI%3BEAKI%2CWAAA%3B%3BAA%5C%2FDR%2CsBA0DI%2CsBACI%3BEACI%2CWAAA%3B%3BAAOZ%2CsBAAsB%2CcAClB%2CcACI%3BEACI%2CeAAA%3BEACA%2CalHxgGiB%2CqBkHwgGjB%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAASI%2CoBAHZ%2CuBAAsB%2CsBAAsB%2CMAAM%2COAC9C%2CeACI%2CcACK%2CUAAU%3BEACP%2CyBAAA%3B%3BAAQpB%2CkBACI%3BEACI%2CsBAAA%3B%3BAAFR%2CkBAKI%2CsBACI%3BEACI%2CmBAAA%3B%3BAAKZ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAFJ%2CgBAII%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAANR%2CgBASI%3BEACI%2CUAAA%3BEACA%2CiBAAA%3B%3BAAXR%2CgBAcI%3BEACI%2CWAAA%3B%3BAAfR%2CgBAkBI%3BEACI%2CcAAA%3B%3BAAIR%3BEACI%2CiBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3B%3BAAEA%2C2BAAC%3BEACG%2C4BAAA%3BEACC%2CmBAAA%3B%3BAAVT%2C2BAaI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C2BAAC%2CUAAU%3BEACP%2CyBAAA%3B%3BAAGJ%2C2BAAC%2CUAAU%3BEACP%2CgCAAA%3B%3BAA1BR%2C2BA6BI%3BEACI%2CkBAAA%3BEACA%2C2CAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAAjCR%2C2BA6BI%2C0BAMI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAtCZ%2C2BA0CI%3BEACI%2CUAAA%3B%3BAA3CR%2C2BA8CI%3BEACI%2CUAAA%3B%3BAA%5C%2FCR%2C2BAkDI%3BEACI%2CUAAA%3BEACA%2C0BAAA%3B%3BAApDR%2C2BAkDI%2CyBAII%3BEACI%2CeAAA%3BEACA%2CalHloGiB%2CqBkHkoGjB%3B%3BAAxDZ%2C2BA4DI%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3B%3BAA9DR%2C2BA4DI%2CyBAII%3BEACI%2C%2BBAAA%3B%3BAAjEZ%2C2BAqEI%3BEACI%2CgBAAA%3B%3BAAtER%2C2BAyEI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAA3ER%2C2BA8EI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3B%3BAAIR%2C2BAA2B%3BEACvB%2CgCAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2C2BAA2B%3BEACvB%2C8BAAA%3BEACA%2CyBAAA%3B%3BAAFJ%2C2BAA2B%2CeAIvB%3BEACI%2CoBAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CcACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAALR%2CcAQI%3BEACI%2CYAAA%3B%3BAATR%2CcAYI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CqCAAhB%3BEACA%2CmBAAA%3B%3BAAhBR%2CcAmBI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CalH9sGqB%2CgBkH8sGrB%3B%3BAAvBR%2CcA0BI%2CgBACI%3BEACI%2CYAAA%3B%3BAAEA%2CcAJR%2CgBACI%2CeAGK%3BEACG%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CcAZZ%2CgBACI%2CeAUK%2COACI%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3B%3BAA5CpB%2CcAkDI%3BEACI%2CeAAA%3BEACA%2CalHxuGqB%2CqBkHwuGrB%3B%3BAApDR%2CcAuDI%2CSACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAjEZ%2CcAuDI%2CSACI%2COAWI%3BEACI%2CwBAAA%3B%3BAApEhB%2CcAuDI%2CSAiBI%2COAAM%3BEACF%2CgBAAgB%2C0CAAhB%3BEACA%2CWAAA%3B%3BAA1EZ%2CcAuDI%2CSAsBI%2COAAM%3BEACF%2CgBAAgB%2C2CAAhB%3BEACA%2CYAAA%3B%3BAA%5C%2FEZ%2CcAmFI%3BEACI%2COAAA%3BEACA%2CQAAA%3BEACA%2C0BAAA%3B%3BAAtFR%2CcAmFI%2CUAKI%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA9FZ%2CcAmFI%2CUAKI%2COAQI%3BEACI%2CwBAAA%3B%3BAAjGhB%2CcAmFI%2CUAkBI%2COAAM%3BEACF%2CmBAAA%3B%3BAAKZ%3BEA4EI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FEJ%2CgBACI%3BEAeI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAApBR%2CgBACI%2CqBACI%3BEACI%2CsBAAA%3B%3BAAEA%2CgBAJR%2CqBACI%2CIAGK%2CUAAU%3BEACP%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CwBAAA%3BEACA%2CmCAAA%3BEACA%2CwBAAA%3BEACA%2CiCAAA%3B%3BAAZhB%2CgBAuBI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA5BR%2CgBAuBI%2CeAOI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CalHj0GiB%2CqBkHi0GjB%3B%3BAAlCZ%2CgBAuBI%2CeAcI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CalH30GiB%2CgBkH20GjB%3B%3BAAzCZ%2CgBAuBI%2CeAqBI%2CEAAC%3BEACG%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CalHn1GiB%2CqBkHm1GjB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CgBAtCR%2CeAqBI%2CEAAC%2CeAiBI%3BEACG%2CqBAAA%3B%3BAAGJ%2CgBA1CR%2CeAqBI%2CEAAC%2CeAqBI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CgBAAgB%2C4CAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAvEhB%2CgBAiFI%3BEACI%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CgBARJ%2CMAQK%3BEACG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGJ%2CgBAdJ%2CMAcK%3BEACG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAlGZ%2CgBAsGI%3BEACI%2CeAAA%3B%3BAAvGR%2CgBAsGI%2CSAGI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3B%3BAAlHZ%2CgBAsGI%2CSAeI%2COAAM%3BEACF%2CgBAAgB%2C0CAAhB%3BEACA%2COAAA%3B%3BAAvHZ%2CgBAsGI%2CSAoBI%2COAAM%3BEACF%2CgBAAgB%2C2CAAhB%3BEACA%2CQAAA%3B%3BAA5HZ%2CgBAgII%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3B%3BAArIR%2CgBAgII%2CUAOI%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA7IZ%2CgBAgII%2CUAgBI%2COAAM%3BEACF%2CmBAAA%3B%3BAAKZ%3BEACI%2CUAAA%3B%3BAADJ%2CYAGI%2CkBAEK%3BEACG%2CWAAW%2CYAAX%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAXZ%2CYAGI%2CkBAWI%2CSACI%2COAAM%2CWACF%2CKAAI%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAApBpB%2CYAGI%2CkBAWI%2CSACI%2COAAM%2CWAQF%2CWACI%2COAAM%2CWACF%3BEAKI%2C2BAAA%3B%3BAA9B5B%2CYAGI%2CkBAWI%2CSACI%2COAAM%2CWAQF%2CWACI%2COAAM%2CWACF%2CMACI%3BEACI%2CuBAAA%3B%3BAAYhC%3BEACI%2CmBAAA%3BEACA%2CiCAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CYAAC%3BEACG%2C0BAAA%3B%3BAAIR%2CkBACI%3BEACI%2CalHz%2BGqB%2CqBkHy%2BGrB%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAJR%2CkBAOI%3BEACI%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CalHp%5C%2FGqB%2CgBkHo%5C%2FGrB%3B%3BAAVR%2CkBAaI%3BEACI%2C%2BBAAA%3B%3BAAdR%2CkBAiBI%2CcACI%3BEAOI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3B%3BAA5BZ%2CkBAiBI%2CcACI%2CEACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAQJ%2CkBAbR%2CcACI%2CEAYK%3BEACG%2CYAAA%3B%3BAA%5C%2FBhB%2CkBAiBI%2CcAkBI%3BEACI%2CgBAAgB%2CuCAAhB%3B%3BAApCZ%2CkBAiBI%2CcAsBI%3BEACI%2CgBAAgB%2CsCAAhB%3B%3BAAxCZ%2CkBAiBI%2CcA0BI%3BEACI%2CgBAAgB%2CsCAAhB%3B%3BAA5CZ%2CkBAiBI%2CcA8BI%3BEACI%2CgBAAgB%2CwCAAhB%3B%3BAAKZ%2CgBAAgB%3BEACZ%2CwBAAA%3B%3BAAGJ%2CmBAAoB%2CuBAAqB%3BEACrC%2CmBAAA%3B%3BAAGJ%2CMACI%2CuBACI%3BEACI%2CwBAAA%3B%3BAAKZ%2CkBACI%3BEACI%2CqBAAA%3B%3BAAFR%2CkBAKI%3BEACI%2CaAAA%3B%3BAANR%2CkBASI%2CcACI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAlBZ%2CkBASI%2CcACI%2CSAUI%2CKAAI%2CWACA%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CalHpkHS%2CqBkHokHT%3BEACA%2CiBAAA%3B%3BAAzBpB%2CkBASI%2CcACI%2CSAmBI%2CKAAI%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAjChB%2CkBASI%2CcA4BI%3BEACI%2CUAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAzCZ%2CkBA6CI%3BEAEI%2CyBAAA%3BEACA%2CUAAA%3BEACA%2C0BAAA%3B%3BAAKR%2CIAAI%2CcAAc%2CoBACd%3BEACI%2CgBAAA%3B%3BAAIR%2CIAAI%2CcAAc%2CeACd%3BEACI%2CgBAAA%3B%3BAAIR%2CgBAAgB%3BEACZ%2CaAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CUAAA%3B%3BAAGJ%2CoBACI%3BEACI%2CgBAAA%3BEACA%2CuBAAA%3BEAEA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CalH3nHsB%2CmBkH2nHtB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAdR%2CoBACI%2COAeI%3BEACI%2CalHpoHkB%2CmBkHooHlB%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAzBZ%2CoBACI%2COA2BI%3BEACI%2CqBAAA%3B%3BAA7BZ%2CoBAiCI%3BEACI%2CalHrpHsB%2CmBkHqpHtB%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%2CIAAI%2CcACA%3BEACI%2C0BAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CuBAGI%3BEACI%2CeAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CIAAI%2CSACA%3BEACI%2CqBAAA%3B%3BAAFR%2CIAAI%2CSAKA%3BEACI%2CeAAA%3B%3BAAIR%2CIAAI%2CkBACA%3BEACI%2CwBAAA%3BEACA%2CuBAAuB%2CUAAU%2CeAAjC%3BEACA%2CQAAA%3B%3BAAIR%2CgBACI%2CQACI%3BEACI%2CcAAA%3BEACA%2CoBAAA%3B%3BAAGI%2CgBANZ%2CQACI%2CEAIK%2CYACI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAUR%2CqBAFR%2CeAAc%2CUACV%2C0BAA0B%2CQACrB%3BEACG%2CaAAA%3B%3BAAJhB%2CqBACI%2CeAAc%2CUAOV%2CoBACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CalHtvHkB%2CqBkHsvHlB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuCAAA%3BEACA%2CwCAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3B%3BAAIA%2CqBA7BZ%2CeAAc%2CUAOV%2CoBAqBI%2CMAAK%2CYACA%2CQAAS%3BEACN%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAMpB%2CSAAS%2CaAAc%2CgBAAgB%2CGAAG%2CGAAE%2COAAQ%2CIAAC%3BEACjD%2CqCAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3B%3BAAGJ%2CIAAI%2CqBAAqB%2CcACrB%3BEACI%2CgBAAA%3B%3BAAFR%2CIAAI%2CqBAAqB%2CcACrB%2CaAGI%3BEACI%2CeAAA%3B%3BAAKZ%2CmCACI%2CQAAO%3BEACH%2CkBAAA%3B%3BAAIR%2CcAAc%3BEACV%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CcATU%2CSAST%3BEACG%2CuBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%2CcAdU%2CSAcT%3BEACG%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CgBAAA%3B%3BAAIR%2CwBACI%2CYACI%2CeAAc%2CSAAU%3BEACpB%2CYAAA%3B%3BAAEA%2CwBAJR%2CYACI%2CeAAc%2CSAAU%2CQAGnB%3BEACG%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAMhB%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CgBACI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIR%2CIAAI%2CgBACA%2CcACI%3BEACI%2CcAAA%3B%3BAAHZ%2CIAAI%2CgBACA%2CcAKI%3BEACI%2CqBAAA%3B%3BAAPZ%2CIAAI%2CgBAWA%2CaACI%3BEACI%2CcAAA%3B%3BAAKZ%2CMAAM%2CWACF%2CKAAI%3BEACA%2CaAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%2CeACI%3BEACI%2CaAAA%3B%3BAAKR%2CSACK%3BEACG%2CgBAAA%3B%3BAAFR%2CSAKK%2CSAAM%3BEACH%2CkBAAA%3B%3BAANR%2CSASK%2CUACI%3BEACG%2CgBAAA%3B%3BAAUQ%2CmBAJhB%2CeACI%2CUACI%2COACI%2CMACK%3BEACG%2CaAAA%3B%3BAAKJ%2CmBAVhB%2CeACI%2CUACI%2COAOI%2COACK%3BEACG%2CaAAA%3B%3BAAZxB%2CmBACI%2CeACI%2CUAeI%2COAAM%2CWACF%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAApBpB%2CmBACI%2CeACI%2CUAsBI%3BEACI%2CWAAA%3B%3BAAOZ%2CMAAC%3BEACG%2CaAAA%3B%3BAAIR%2CKAAK%3BEACD%2CWAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CWAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CWAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CWAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CWAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CWAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CWAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CWAAA%3B%3BAAGJ%2CsBAAsB%3BEAClB%2C0BAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%2CqBACI%3BEACI%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEACI%2CwBAAA%3B%3BAAGJ%2CYAAY%3BEACR%2CkBAAA%3B%3BAADJ%2CYAAY%2CiBAGR%3BEACI%2C6BAAA%3BEACA%2C0BAAA%3B%3BAAIR%2CsBACI%2CeACI%3BEACI%2C%2BBAAA%3B%3BAAYZ%2CwBAN2C%3BEACvC%3BIACI%2CWAAA%3B%3B%3BAAgCR%2CwBA5B0C%3BEACtC%2COAAO%2CQACH%2CsBACI%2CQAAO%2CMACH%2CmBACI%2CoBACI%2CiBACI%2CqBACI%3BIACI%2CsBAAA%3BIACA%2C2BAAA%3BIACA%2CwBAAA%3B%3BEAUhC%2CkBACI%3BIACI%2CeAAA%3B%3B%3BAAuBZ%2CwBAlB0C%3BEACtC%2CIACI%2COACI%2CWACI%3BIACI%2CqBAAA%3B%3BEAMhB%2CIAAI%2CcACA%3BIACI%2CgBAAA%3B%3B%3BAAkDZ%2CwBA7C2C%3BEACvC%2CIAAI%2CcACA%3BIACI%2CiBAAA%3B%3BEAIR%2CYACI%2CQAAO%2CQACH%2CsBACI%2CQAAO%3BIAEH%2CwBAAA%3B%3BEAMhB%2COAAO%2CQACH%2CsBACI%2CQAAO%2CMACH%2CMAAK%2CiBACD%2CGACI%3BIACI%2C2BAAA%3B%3BEAQxB%2CYAAY%2CaACR%2CMAAK%2CiBACD%3BIACI%2C2BAAA%3B%3BEAHZ%2CYAAY%2CaAOR%2CMAAK%3BIACD%2C2BAAA%3B%3B%3BAAiBZ%2CwBAZ2C%3BEACvC%2CIACI%2COACI%2CWACI%3BIACI%2CqBAAA%3B%3B%3BAAyBpB%2CwBAlB2C%3BEACvC%2CIACI%2CaACI%3BIACI%2CyBAAA%3B%3BEAHZ%2CIAOI%2CiBACI%3BIACI%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2CcAAA%3B%3B%3BAAgBhB%2CwBAV2C%3BEACvC%2CUACI%2CUACK%3BIACG%2CwBAAA%3B%3B%3BAA8BhB%2CwBAxB2C%3BEAGvC%2COAAO%3BIAiBH%2C4BAAA%3B%3BEAjBJ%2COAAO%2CQACH%2CuBACI%2COAAM%3BIACF%2CyBAAA%3BIACA%2CqBAAA%3B%3BEAJZ%2COAAO%2CQAQH%3BIACI%2CmBAAA%3BIACA%2C8BAAA%3B%3BEAVR%2COAAO%2CQAQH%2CsBAII%2CQAAO%3BIACH%2CmBAAA%3B%3B%3BAA2rChB%2CwBAnrC2C%3BEACvC%2CIACI%3BIACI%2CeAAA%3BIACA%2CeAAA%3B%3BEAHR%2CIACI%2CiBAII%3BIACI%2CgBAAA%3B%3BEANZ%2CIAYI%2CQAAO%2CQACH%3BIACI%2CqBAAA%3BIACA%2C0BAAA%3BIACA%2C8BAAA%3B%3BEAhBZ%2CIAYI%2CQAAO%2CQAOH%2CuBACI%2COAAM%2CaACF%2CSACI%3BIACI%2CgBAAA%3B%3BEAvBxB%2CIAYI%2CQAAO%2CQAiBH%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEAhCZ%2CIAoCI%2CaACI%2CkBACI%3BIACI%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CIATZ%2CaACI%2CkBACI%2CeAOK%3BIACG%2CcAAA%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAgB%2CgDAAhB%3BIACA%2CsCAAA%3B%3BEArDpB%2CIAoCI%2CaACI%2CkBAoBI%2CSACI%3BIACI%2CeAAA%3BIACA%2CeAAA%3B%3BEA5DpB%2CIAoCI%2CaACI%2CkBAoBI%2CSAMI%2COAAM%2CWACF%2COAAM%3BIACF%2CYAAA%3B%3BEAjExB%2CIAwEI%2CaACI%2CQACI%2CmBACK%3BIACG%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3BIACA%2C0BAAA%3BIACA%2CgCAAA%3B%3BEAEA%2CIAXhB%2CaACI%2CQACI%2CmBACK%2CMAQI%2CUAAU%3BIACP%2CoBAAA%3B%3BEApFxB%2CIAwEI%2CaACI%2CQACI%2CmBAcK%2CMAAG%3BIACA%2C2BAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3B%3BEAOpB%3BIAuBI%2CeAAA%3B%3BEAvBJ%2CkBACI%2CIAAG%2CaACC%3BIAEI%2CuBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CkBANR%2CIAAG%2CaACC%2CGAKK%3BIACG%2CaAAA%3B%3BEARhB%2CkBACI%2CIAAG%2CaAWC%3BIAEI%2CuBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CkBAhBR%2CIAAG%2CaAWC%2CGAKK%3BIACG%2CaAAA%3B%3BEAlBhB%2CkBAyBI%3BIACI%2CeAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CalHvzIiB%2CgBkHuzIjB%3BIACA%2CaAAA%3BIACA%2C8BAAA%3B%3BEAEA%2CkBARJ%2CGAQK%3BIACG%2CqBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3BIAEA%2CSAAS%2CGAAT%3BIACA%2CSAAA%3BIACA%2CWAAW%2CYAAX%3BIACA%2CmBAAmB%2CYAAnB%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEA%5C%2FCZ%2CkBAmDI%3BIACI%2CeAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CalHj1IiB%2CgBkHi1IjB%3BIACA%2CaAAA%3BIACA%2C8BAAA%3B%3BEAEA%2CkBARJ%2CGAQK%3BIACG%2CqBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3BIAEA%2CSAAS%2CGAAT%3BIACA%2CSAAA%3BIACA%2CWAAW%2CYAAX%3BIACA%2CmBAAmB%2CYAAnB%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAMA%2CkBAFR%2COAAM%2COACF%2CGACK%3BIACG%2CWAAW%2CYAAX%3BIACA%2CmBAAmB%2CYAAnB%3BIACA%2CSAAS%2CGAAT%3B%3BEAKJ%2CkBAVR%2COAAM%2COASF%2CGACK%3BIACG%2CWAAW%2CYAAX%3BIACA%2CmBAAmB%2CYAAnB%3BIACA%2CSAAS%2CGAAT%3B%3BEA1FhB%2CkBA6EI%2COAAM%2COAiBF%3BIACI%2CiCAAA%3B%3BEA%5C%2FFZ%2CkBA6EI%2COAAM%2COAiBF%2CGAGI%2CGACI%3BIACI%2CalH13IK%2CqBkH03IL%3BIACA%2CeAAA%3B%3BEApGpB%2CkBA0GI%2CcACI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3B%3BEAhHZ%2CkBA0GI%2CcACI%2CEAOI%3BIACI%2CiCAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEArHhB%2CkBA0HI%3BIACI%2C%2BBAAA%3B%3BEAIR%2CSACI%2CWACI%2COAAM%3BIACF%2CiBAAA%3B%3BEAHZ%2CSACI%2CWAKI%2COAAM%3BIACF%2CiBAAA%3B%3BEAPZ%2CSACI%2CWASI%2COAAM%3BIACF%2CyBAAA%3B%3BEAXZ%2CSACI%2CWAaI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAhBZ%2CSACI%2CWAkBI%2COAAM%3BIACF%2CeAAA%3B%3BEApBZ%2CSACI%2CWAsBI%2COAAM%3BIACF%2CkCAAA%3B%3BEAxBZ%2CSA4BI%2CoBACI%3BIACI%2CeAAA%3B%3BEA9BZ%2CSAkCI%2CaACI%3BIACI%2CeAAA%3B%3BEApCZ%2CSAwCI%2CuBACI%3BIACI%2CeAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEA9CZ%2CSAwCI%2CuBASI%2CcACI%2CWAAU%3BIACN%2CuBAAA%3B%3BEAnDhB%2CSAwCI%2CuBASI%2CcAKI%3BIACI%2CuBAAA%3B%3BEAvDhB%2CSAwCI%2CuBASI%2CcASI%3BIACI%2CuBAAA%3BIACA%2CSAAA%3B%3BEA5DhB%2CSAwCI%2CuBASI%2CcASI%2CWAII%3BIACI%2CeAAA%3B%3BEA%5C%2FDpB%2CSAwCI%2CuBA4BI%2C0BACI%3BIACI%2CUAAA%3B%3BEAtEhB%2CSAwCI%2CuBAkCI%3BIACI%2CSAAA%3B%3BEA3EZ%2CSA%2BEI%2COAAM%2COAAO%2CsBACT%3BIACI%2CaAAA%3B%3BEAjFZ%2CSA%2BEI%2COAAM%2COAAO%2CsBAKT%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEAtFZ%2CSA0FI%2COAAM%2COACF%2CeACI%3BIACI%2CYAAA%3BIACA%2CmBAAA%3B%3BEA9FhB%2CSA0FI%2COAAM%2COACF%2CeACI%2CcAII%3BIACI%2CYAAA%3BIACA%2C2CAAA%3B%3BEAlGpB%2CSAwGI%2CQACI%3BIAKI%2C6BAAA%3B%3BEA9GZ%2CSAwGI%2CQACI%2CaACI%3BIACI%2C2BAAA%3B%3BEA3GhB%2CSAkHI%2CcACI%3BIACI%2CaAAA%3B%3BEApHZ%2CSAwHI%2C0BAAyB%2CsBACrB%2CGAAE%3BIACE%2CYAAA%3BIACA%2CmBAAA%3B%3BEA3HZ%2CSAwHI%2C0BAAyB%2CsBACrB%2CGAAE%2CaAIE%3BIACI%2CYAAA%3BIACA%2C2CAAA%3B%3BEA%5C%2FHhB%2CSAwHI%2C0BAAyB%2CsBACrB%2CGAAE%2CaAIE%2CmBAII%3BIACI%2CeAAA%3B%3BEAUR%2CMAHN%2CwBACF%2CWACI%2CEACK%2CUAAU%3BIACP%2CiBAAA%3B%3BEAMhB%3BIACI%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CyBAAyB%3BIACrB%2CmBAAA%3B%3BEAGJ%2CyBAAyB%3BIACrB%2CmBAAA%3B%3BEADJ%2CyBAAyB%2C2BAGrB%3BIACI%2CmBAAA%3B%3BEAIR%3BIACI%2C4BAAA%3BIACA%2CQAAA%3B%3BEAGJ%2COAAO%3BIAgCH%2C4BAAA%3BIACA%2CyBAAA%3B%3BEAjCJ%2COAAO%2CQACH%3BIACI%2CsBAAA%3BIACA%2CqBAAA%3B%3BEAHR%2COAAO%2CQACH%2CuBAII%2COAAM%2CaACF%3BIAKI%2C2BAAA%3BIACA%2CaAAA%3B%3BEALA%2COAPT%2CQACH%2CuBAII%2COAAM%2CaACF%2CMACK%3BIACG%2C2BAAA%3B%3BEARpB%2COAAO%2CQACH%2CuBAII%2COAAM%2CaAUF%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3B%3BEAnBhB%2COAAO%2CQACH%2CuBAII%2COAAM%2CaAiBF%2CSACI%2COACI%3BIACI%2CwBAAA%3B%3BEAzBxB%2COAAO%2CQAmCH%3BIACI%2CgBAAA%3BIACA%2CQAAA%3BIACA%2CeAAA%3B%3BEAEA%2COAxCD%2CQAmCH%2CYAKK%3BIACG%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAgB%2CmCAAhB%3BIACA%2CqCAAA%3BIACA%2CwCAAA%3BIACA%2CiBAAA%3BIACA%2CSAAS%2CEAAT%3B%3BEAhDZ%2COAAO%2CQAoDH%3BIACI%2CkBAAA%3B%3BEArDR%2COAAO%2CQAoDH%2CsBAGI%2CQAAO%2CMACH%2CMACI%2CeACI%3BIACI%2CsBAAA%3BIACA%2C6BAAA%3BIACA%2CuBAAA%3B%3BEAQxB%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CsBAIK%3BIACG%2CsBAAA%3B%3BEAIR%2CMACI%2CQAAO%2CQACH%2CuBACI%2COAAM%3BIAEF%2CgBAAA%3BIAEA%2CyBAAA%3BIACA%2CUAAA%3BIACA%2C2BAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CQAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BEAfhB%2CMAoBI%2CsCAAqC%3BIACjC%2CoBAAA%3B%3BEAMA%2CiBADJ%2CQAAO%2CSACF%3BIACG%2CgBAAgB%2C0CAAhB%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CcAAA%3BIACA%2CSAAS%2CEAAT%3B%3BEAKZ%2CYACI%2COAAM%3BIACF%2C2BAAA%3BIACA%2C8BAAA%3BIACA%2CalHzrJiB%2CgBkHyrJjB%3BIACA%2CyBAAA%3B%3BEAIR%2CMAAM%3BIACF%2CgBAAA%3BIACA%2CyBAAA%3B%3BEAGJ%2CmBACI%2CeAAc%2CKACV%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2C2BAAA%3B%3BEAKZ%2CgBACI%2CeACI%3BIACI%2CWAAA%3BIACA%2CcAAA%3B%3BEAJZ%2CgBACI%2CeACI%2CYAII%3BIACI%2CeAAA%3B%3BEAEA%2CgBARZ%2CeACI%2CYAII%2CYAGK%3BIACG%2CmBAAA%3B%3BEADJ%2CgBARZ%2CeACI%2CYAII%2CYAGK%2CYAGG%3BIACI%2CWAAA%3B%3BEAbxB%2CgBACI%2CeACI%2CYAgBI%3BIACI%2CeAAA%3BIACA%2CoBAAA%3BIACA%2C8BAAA%3BIACA%2COAAA%3B%3BEAEA%2CgBAvBZ%2CeACI%2CYAgBI%2CWAMK%3BIACG%2C8BAAA%3B%3BEAIR%2CgBA5BR%2CeACI%2CYA2BK%2CUAAU%3BIACP%2CgBAAA%3B%3BEAGJ%2CgBAhCR%2CeACI%2CYA%2BBK%2CUAAU%2CGACP%3BIACI%2COAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3B%3BEAtCpB%2CgBACI%2CeACI%2CYAwCI%3BIAKI%2CiBAAA%3B%3BEA%5C%2FChB%2CgBACI%2CeACI%2CYAwCI%2CaACI%3BIACI%2CSAAA%3B%3BEA5CpB%2CgBACI%2CeACI%2CYAgDI%3BIAMI%2CkBAAA%3B%3BEAxDhB%2CgBACI%2CeACI%2CYAgDI%2CYACI%3BIACI%2CUAAA%3BIACA%2COAAA%3B%3BEASpB%2CoBACI%2CcACI%3BIACI%2CeAAA%3BIACA%2CalHhxJa%2CgBkHgxJb%3B%3BEAJZ%2CoBACI%2CcAMI%2CUACI%3BIACI%2CeAAA%3B%3BEAMhB%3BIACI%2CmBAAA%3B%3BEADJ%2CgBAGI%3BIACI%2CWAAA%3BIACA%2CeAAA%3BIACA%2CoBAAA%3BIACA%2CQAAA%3BIACA%2CuBAAA%3BIACA%2C2CAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3B%3BEAXR%2CgBAGI%2CeAUI%3BIACI%2CeAAA%3B%3BEAEA%2CgBAbR%2CeAUI%2CGAGK%3BIACG%2CgBAAgB%2C4CAAhB%3BIACA%2CSAAS%2CEAAT%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAvBhB%2CgBAGI%2CeAwBI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEA7BZ%2CgBAGI%2CeA6BI%2CEAAC%3BIACG%2CaAAA%3B%3BEAjCZ%2CgBAqCI%3BIASI%2CeAAA%3B%3BEAPI%2CgBAFR%2CqBACI%2CIACK%3BIACG%2CkBAAA%3BIACA%2CoBAAA%3B%3BEAzChB%2CgBAiDI%2CSACI%3BIACI%2CkBAAA%3BIACA%2C4BAAA%3BIACA%2CwBAAA%3B%3BEArDZ%2CgBAyDI%3BIAKI%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3B%3BEAhER%2CgBAyDI%2CUACI%3BIACI%2CmBAAA%3B%3BEA3DZ%2CgBAmEI%3BIACI%2CUAAA%3B%3BEApER%2CgBAmEI%2CMAGI%3BIACI%2CkBAAA%3BIACA%2CYAAY%2CkEAAiE%2C6HAA7E%3BIACA%2CkCAAA%3BIACA%2CwBAAA%3B%3BEA1EZ%2CgBAmEI%2CMAUI%3BIACI%2CwBAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAY%2CkEAAiE%2C6HAA7E%3BIACA%2CkCAAA%3BIACA%2CWAAA%3B%3BEAnFZ%2CgBAmEI%2CMAUI%2CoBAQI%3BIACI%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2CWAAA%3B%3BEAMhB%2CsBACI%3BIACI%2CyBAAA%3B%3BEAFR%2CsBAKI%2CcACI%2CWAAU%3BIACN%2CWAAA%3B%3BEAPZ%2CsBAKI%2CcAKI%2CyBAAwB%2CMACpB%3BIAKI%2C0BAAA%3BIACA%2C2BAAA%3B%3BEAjBhB%2CsBAKI%2CcAKI%2CyBAAwB%2CMACpB%2CiBACI%3BIACI%2CeAAA%3B%3BEAbpB%2CsBAKI%2CcAgBI%2CWACI%3BIACI%2CalH74JS%2CqBkH64JT%3BIACA%2C0BAAA%3B%3BEAxBhB%2CsBA6BI%2CSACI%2COAAM%3BIACF%2COAAA%3B%3BEA%5C%2FBZ%2CsBA6BI%2CSAKI%2COAAM%3BIACF%2CQAAA%3B%3BEAnCZ%2CsBAuCI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAzCR%2CsBA4CI%2C0BACI%3BIACI%2CalHp6Ja%2CqBkHo6Jb%3B%3BEA9CZ%2CsBAkDI%2CcACI%3BIACI%2CcAAA%3B%3BEApDZ%2CsBAwDI%3BIAqBI%2CgBAAA%3B%3BEA7ER%2CsBAwDI%2CeACI%2CcACI%3BIACI%2CyBAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CsBAdR%2CeACI%2CcAaK%2CMACG%3BIACI%2C0BAAA%3B%3BEAxEpB%2CsBAgFI%2CaACI%3BIACI%2CalH38Ja%2CgBkH28Jb%3B%3BEAlFZ%2CsBAsFI%3BIACI%2CoBAAA%3B%3BEAIR%2CgBACI%3BIACI%2CWAAA%3B%3BEAFR%2CgBAKI%3BIACI%2CWAAA%3B%3BEAIR%2CoBACI%2CuBACI%3BIACI%2CcAAA%3B%3BEAKZ%2CsBAAsB%2CMAAM%2COACxB%2CmBACI%3BIACI%2CiBAAA%3B%3BEAKZ%2CsBACI%2CcACI%3BIACI%2CyBAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CsBAbJ%2CcAaK%2CMACG%3BIACI%2C0BAAA%3B%3BEAMhB%3BIAuBI%2CeAAA%3BIACA%2CiCAAA%3B%3BEAxBJ%2C2BACI%3BIACI%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEANR%2C2BACI%2CyBAOI%3BIACI%2CeAAA%3B%3BEATZ%2C2BAaI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAfR%2C2BAkBI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAMJ%2C2BAAC%2CUAAU%3BIACP%2CmBAAA%3B%3BEAGJ%2C2BAAC%2CUAAU%3BIAKP%2CmBAAA%3B%3BEALJ%2C2BAAC%2CUAAU%2CGACP%3BIACI%2CiBAAA%3B%3BEAhCZ%2C2BAsCI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAxCR%2C2BA2CI%3BIACI%2CeAAA%3B%3BEA5CR%2C2BA%2BCI%3BIACI%2C%2BBAAA%3B%3BEAhDR%2C2BAmDI%3BIACI%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2C2BAAC%2CYACG%3BIACI%2CiBAAA%3B%3BEA3DZ%2C2BA%2BDI%3BIACI%2CiBAAA%3B%3BEAIR%2C2BAA2B%3BIAQvB%2CoBAAA%3BIACA%2CmBAAA%3B%3BEATJ%2C2BAA2B%2CeACvB%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CoBAAA%3B%3BEAOR%2C2BAA2B%2CcACvB%3BIACI%2CQAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAIR%2CcACI%2CSACI%2COAAM%3BIACF%2COAAA%3B%3BEAHZ%2CcACI%2CSAKI%2COAAM%3BIACF%2CQAAA%3B%3BEAPZ%2CcAWI%3BIACI%2CUAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAIR%2CYACI%2CkBACK%3BIACG%2CsBAAA%3BIACA%2CoBAAA%3B%3BEAJZ%2CYACI%2CkBAMI%2CSACI%2COAAM%2CWACF%3BIACI%2CWAAA%3B%3BEAVpB%2CYACI%2CkBAMI%2CSACI%2COAAM%2CWACF%2CWAGI%2COAAM%2CWACF%2CMACI%3BIACI%2CeAAA%3B%3BEAfhC%2CYACI%2CkBAMI%2CSACI%2COAAM%2CWAaF%2CKAAI%3BIACA%2CyBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3BEAxBpB%2CYACI%2CkBAMI%2CSACI%2COAAM%2CWAmBF%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAKZ%2CYAjCJ%2CkBAiCK%3BIACG%2CwBAAA%3B%3BEAKZ%3BIACI%2C%2BBAAA%3B%3BEAGJ%2COAAO%3BIACH%2CoBAAA%3B%3BEAGJ%2CUAAU%2CIAAI%2CkBAAkB%2COAAO%2CUAAU%3BIAC7C%2CyBAAA%3BIACA%2C6BAAA%3BIACA%2C8BAAA%3B%3BEAGJ%2CaACI%2CSACI%3BIACI%2CwBAAA%3BIACA%2CkBAAA%3B%3BEAKZ%2CsBAAuB%2CyBAAuB%3BIAC1C%2C4BAAA%3BIACA%2C6BAAA%3BIACA%2CsBAAA%3B%3BEAHJ%2CsBAAuB%2CyBAAuB%2CsBAK1C%3BIACI%2CsBAAA%3B%3BEANR%2CsBAAuB%2CyBAAuB%2CsBAS1C%3BIACI%2C0BAAA%3B%3BEAIR%2CqBACI%3BIACI%2CsBAAA%3B%3BEAIR%2CgBAAgB%3BIACZ%2CwBAAA%3B%3BEAGJ%2CgBAAgB%3BIACZ%2CyBAAA%3B%3BEADJ%2CgBAAgB%2COAGZ%3BIACI%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CalH3sKiB%2CgBkH2sKjB%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3BEARR%2CgBAAgB%2COAGZ%2CcAOI%3BIACI%2CcAAA%3B%3BEAXZ%2CgBAAgB%2COAGZ%2CcAWI%2CKAAI%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2C0BAAA%3BIACA%2CalHvtKa%2CgBkHutKb%3B%3BEAlBZ%2CgBAAgB%2COAsBZ%3BIACI%2CmBAAA%3BIACA%2CcAAA%3B%3BEAKI%2CgBA7BI%2COA2BZ%2CWACI%2CEACK%2CUAAU%3BIACP%2CgBAAA%3B%3BEAMhB%2CYACI%2CcACI%2CYAAW%2COACP%3BIAEI%2CiBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAThB%2CYACI%2CcACI%2CYAAW%2COAUP%3BIACI%2CwBAAA%3B%3BEAMhB%2CYACI%2CQAAO%2CQACH%2CuBACI%2COAAM%2CaACF%3BIACI%2CUAAA%3BIACA%2CkBAAA%3B%3BEAOpB%2CWAAW%2COACP%3BIACI%2CyBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CQAAA%3B%3BEAIR%2CMAAM%2COAAO%2CsBACT%2CeACI%3BIACI%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3B%3BEALZ%2CMAAM%2COAAO%2CsBAST%3BIACI%2CiBAAA%3B%3BEAIR%2CyBAAyB%2CsBACrB%2CGAAE%3BIACE%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAMA%2CqBADJ%2CaACK%3BIACG%2CwBAAA%3B%3BEAHZ%2CqBAOI%2CWACI%3BIAKI%2C2BAAA%3BIACA%2C2BAAA%3B%3BEAdZ%2CqBAOI%2CWACI%2CiBACI%3BIACI%2C2BAAA%3B%3BEAShB%2CUACI%2CUACI%3BIACI%2CWAAA%3B%3BEAKZ%2CIAAI%2CSACA%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAIR%2CqBAAqB%2CeACjB%2C4BACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2CeAAA%3B%3BEALhB%2CqBAAqB%2CeACjB%2C4BACI%2CmBAMI%2CYACI%2CSACI%3BIACI%2CWAAA%3B%3BEAOxB%2CgBAAiB%2CeAAe%2CYAAY%2CYAAW%2CYAAa%3BIAChE%2CsBAAA%3B%3BEAEJ%2CsBAAuB%2CuBAAsB%2CSAAS%2CQAAS%3BIAC3D%2C0BAAA%3B%3B%3BAAmRR%2CwBA%5C%2FQ0C%3BEACtC%2CMACI%2CQAAO%2CQACH%2CuBACI%2COAAM%3BIACF%2C2BAAA%3BIACA%2CsBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3B%3BEAPhB%2CMACI%2CQAAO%2CQAUH%2CMACI%3BIACI%2CsBAAA%3B%3BEAOhB%2CgBACI%2CQAAO%3BIACH%2C%2BBAAA%3B%3BEAIR%2CIACI%2CQAAO%2CQACH%2CuBACI%2COAAM%2CaACF%2CSACI%3BIACI%2CgBAAA%3B%3BEANxB%2CIACI%2CQAAO%2CQAWH%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEAfZ%2CIAmBI%2CUACI%2CWACI%3BIACI%2CaAAA%3B%3BEAMhB%2CeACI%2CUACI%2CcACI%3BIACI%2CaAAA%3B%3BEAJhB%2CeACI%2CUACI%2CcACI%2CgBAGI%2CYACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAQxB%2CoBACI%3BIACI%2CiBAAA%3B%3BEAFR%2CoBACI%2COAGI%3BIACI%2CiBAAA%3B%3BEAKZ%3BIACI%2CqBAAA%3B%3BEAGJ%3BIACI%2CoBAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2C6BAII%3BIACI%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAIR%2CSACI%3BIACI%2CiBAAA%3B%3BEAIR%2CkBACI%3BIACI%2CUAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2C0BAAA%3B%3BEANR%2CkBASI%3BIACI%2CcAAA%3B%3BEAVR%2CkBASI%2CWAGI%3BIACI%2C2BAAA%3B%3BEAbZ%2CkBASI%2CWAOI%3BIACI%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2CalHj%2BKa%2CgBkHi%2BKb%3B%3BEAKJ%2CkBADJ%2CGACK%3BIACG%2CwBAAA%3B%3BEAIR%2CkBAAC%3BIACG%2CwBAAA%3B%3BEA9BR%2CkBAiCI%2CcACI%3BIAYI%2CqBAAA%3BIACA%2CaAAA%3B%3BEA%5C%2FCZ%2CkBAiCI%2CcACI%2CSACI%2CKAAI%3BIACA%2C0BAAA%3B%3BEApChB%2CkBAiCI%2CcACI%2CSAKI%2CKAAI%2CWACA%3BIACI%2CiBAAA%3BIACA%2CeAAA%3B%3BEAYZ%2CSADJ%2CKAAI%2CkBACC%3BIACG%2CaAAA%3B%3BEAKZ%2CIAAI%3BIAOA%2CaAAA%3B%3BEAPJ%2CIAAI%2CkBACA%3BIACI%2CwBAAA%3BIACA%2CuBAAuB%2CUAAU%2CeAAjC%3BIACA%2CQAAA%3B%3BEAMR%2CsBAAsB%2CcAClB%2CcACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAKZ%2CsBACI%2CcACI%2CoBACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAMhB%2COAAO%3BIAuDH%2C%2BBAAA%3B%3BEAvDJ%2COAAO%2CQACH%2CuBACI%2COAAM%2CaACF%3BIACI%2CkBAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3B%3BEAbhB%2COAAO%2CQACH%2CuBACI%2COAAM%2CaAcF%2CSACI%3BIACI%2CyBAAA%3BIACA%2CuBAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2C6BAAA%3BIACA%2C4BAAA%3BIACA%2CiBAAA%3B%3BEAEA%2COA%5C%2FBb%2CQACH%2CuBACI%2COAAM%2CaAcF%2CSACI%2COAcK%3BIACG%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CalHlkLH%2CYkHkkLG%3BIACA%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2C0BAAA%3BIACA%2CqBAAA%3B%3BEAhDxB%2COAAO%2CQAyDH%3BIACI%2CeAAA%3B%3BEAIR%2CMAAM%2CYAAY%2CcAAe%2CeAAa%3BIAC1C%2C6BAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEAGJ%2CcACI%3BIACI%2CwBAAA%3B%3B%3BAAuCZ%2CwBAjC0C%3BEACtC%2CIACI%2CQAAO%2CQACH%3BIACI%2CqBAAA%3BIACA%2C0BAAA%3BIACA%2C8BAAA%3B%3BEALZ%2CIACI%2CQAAO%2CQACH%2CsBAKI%2CQAAO%3BIACH%2C8BAAA%3BIACA%2CgBAAA%3B%3BEAThB%2CIACI%2CQAAO%2CQAYH%3BIACI%2CqBAAA%3B%3BEAdZ%2CIACI%2CQAAO%2CQAYH%2CuBAGI%2COAAM%2CaACF%2CSACI%3BIACI%2CgBAAA%3B%3B%3BAAa5B%2CYAAY%3BEA%2BBR%2CuBAAA%3B%3BAA1BgB%2CYALR%2CaACR%2CUAAS%2CaACL%2CGACK%2CKAAE%2COAAO%2CUACL%2CIACI%3BEACG%2CQAAA%3BEACA%2CkBAAA%3B%3BAAPxB%2CYAAY%2CaAcR%2CsBACI%2CaAAY%2CQACR%3BEACI%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAgB%2CqDAAhB%3BEACA%2CqBAAA%3B%3BAApBhB%2CYAAY%2CaAyBR%2CuBACI%2CQAAO%3BEACH%2CwBAAA%3B%3BAAOZ%2CaACI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIR%2COAAO%3BEACH%2CYAAA%3B%3BAAGJ%2CaACI%2CcACI%2CUAAS%2CaACL%2CGACI%2CGAAE%2COACG%3BEACG%2CeAAA%3B%3BAANxB%2CaAaI%2CaAAY%2CaACR%2CUAAS%3BEACL%2CkBAAA%3B%3BAAKZ%2CkBACI%2CoBACI%2CWACI%2CeACI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAANpB%2CkBAYI%3BEACI%2CWAAA%3B%3BAAbR%2CkBAYI%2COAGI%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C2CAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2CkBAII%3BEACI%2CWAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CkBAGI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAALR%2CkBAGI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAAVpB%2CkBAGI%2CWAYI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAnBZ%2CkBAGI%2CWAYI%2CaAMI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3B%3BAAvBhB%2CkBAGI%2CWAYI%2CaAMI%2CGAII%3BEACI%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CkBA%5C%2FBhB%2CWAYI%2CaAMI%2CGAII%2CGASK%2CUAAU%3BEACP%2CeAAA%3B%3BAAnCxB%2CkBAGI%2CWAYI%2CaAMI%2CGAII%2CGAaI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CalH1yLK%2CgBkH0yLL%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAA9CxB%2CkBAGI%2CWAYI%2CaAMI%2CGAII%2CGAaI%2CKAUI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CkBApDxB%2CWAYI%2CaAMI%2CGAII%2CGAaI%2CKAUI%2CEAOK%3BEACG%2C0BAAA%3B%3BAAxDhC%2CkBAGI%2CWAYI%2CaAMI%2CGAII%2CGAoCI%2CKAAI%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAEA%2CkBApEpB%2CWAYI%2CaAMI%2CGAII%2CGAoCI%2CKAAI%2CSAUC%3BEACG%2CSAAS%2COAAT%3BEACA%2CalHxzLD%2CakHwzLC%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAA3E5B%2CkBAGI%2CWAYI%2CaAMI%2CGAII%2CGAsDI%3BEACI%2CaAAA%3B%3BAAhFxB%2CkBAGI%2CWAYI%2CaAMI%2CGAII%2CGA0DI%2COACI%3BEACI%2CWAAA%3B%3BAAIR%2CkBAtFhB%2CWAYI%2CaAMI%2CGAII%2CGAgEK%2CMACG%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CalHr2LC%2CgBkHq2LD%3B%3BAAdR%2CkBAtFhB%2CWAYI%2CaAMI%2CGAII%2CGAgEK%2CMACG%2CaAeI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CalH12LH%2CgBkH02LG%3BEACA%2CaAAA%3B%3BAApBZ%2CkBAtFhB%2CWAYI%2CaAMI%2CGAII%2CGAgEK%2CMACG%2CaAsBI%3BEACI%2CiBAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FBZ%2CkBAtFhB%2CWAYI%2CaAMI%2CGAII%2CGAgEK%2CMACG%2CaAiCI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAArCZ%2CkBAtFhB%2CWAYI%2CaAMI%2CGAII%2CGAgEK%2CMACG%2CaAuCI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CkBA3I5B%2CWAYI%2CaAMI%2CGAII%2CGAgEK%2CMACG%2CaAuCI%2CEAaK%3BEACG%2CqBAAA%3B%3BAA%5C%2FIpC%2CkBAGI%2CWAqJI%2CgBACI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA5JhB%2CkBAGI%2CWAqJI%2CgBACI%2CaAKI%3BEACI%2CmBAAA%3B%3BAAIA%2CkBAhKhB%2CWAqJI%2CgBACI%2CaASI%2CaACK%3BEACG%2CWAAA%3B%3BAApKxB%2CkBAGI%2CWAqJI%2CgBACI%2CaASI%2CaAKI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAzKxB%2CkBAGI%2CWAqJI%2CgBACI%2CaAoBI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FKpB%2CkBAGI%2CWAqJI%2CgBACI%2CaAyBI%3BEACI%2CaAAA%3B%3BAAnLpB%2CkBAGI%2CWAqLI%3BEACI%2CgBAAA%3B%3BAAzLZ%2CkBAGI%2CWAqLI%2CiBAGI%3BEACI%2CalH17La%2CgBkH07Lb%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CkBAjMZ%2CWAqLI%2CiBAGI%2CGASK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CmDAAhB%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CSAAA%3B%3BAAGJ%2CkBA5MZ%2CWAqLI%2CiBAGI%2CGAoBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CoDAAhB%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CUAAA%3B%3BAAvNpB%2CkBAGI%2CWAqLI%2CiBAmCI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAA9NhB%2CkBAGI%2CWAqLI%2CiBAmCI%2CGAKI%3BEACI%2CqBAAA%3B%3BAAEA%2CkBAhOhB%2CWAqLI%2CiBAmCI%2CGAKI%2CGAGK%3BEACG%2CYAAA%3B%3BAApOxB%2CkBAGI%2CWAqLI%2CiBAiDI%3BEACI%2CqBAAA%3B%3BAA1OhB%2CkBAGI%2CWAqLI%2CiBAiDI%2CSAGI%3BEACI%2CalH3%2BLS%2CgBkH2%2BLT%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAjPpB%2CkBAGI%2CWAqLI%2CiBAiDI%2CSAGI%2CGAOI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CkBAxPhB%2CWAqLI%2CiBAiDI%2CSAGI%2CGAeK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3B%3BAAlQxB%2CkBAGI%2CWAqLI%2CiBAiDI%2CSA6BI%3BEACI%2CalHrgMS%2CgBkHqgMT%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAOpB%3BEACI%2CmBAAA%3B%3BAAGJ%2CWACI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CWACI%2COAKI%3BEACI%2CalH5hMiB%2CgBkH4hMjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAZZ%2CWAgBI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAApBR%2CWAgBI%2CQAMI%3BEACI%2CalH5iMiB%2CgBkH4iMjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA9BZ%2CWAgBI%2CQAMI%2CEAUI%3BEACI%2CalHtjMa%2CgBkHsjMb%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAApChB%2CWAgBI%2CQAMI%2CEAiBI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAzChB%2CWA8CI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAlDR%2CWA8CI%2CQAMI%3BEACI%2CalH1kMiB%2CgBkH0kMjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA5DZ%2CWA8CI%2CQAMI%2CEAUI%3BEACI%2CalHplMa%2CgBkHolMb%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAAlEhB%2CWA8CI%2CQAMI%2CEAiBI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAvEhB%2CWA4EI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAhFR%2CWA4EI%2CQAMI%3BEACI%2CalHxmMiB%2CgBkHwmMjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA1FZ%2CWA4EI%2CQAMI%2CEAUI%3BEACI%2CalHlnMa%2CgBkHknMb%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAAhGhB%2CWA4EI%2CQAMI%2CEAiBI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAArGhB%2CWA0GI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAA9GR%2CWA0GI%2CQAMI%3BEACI%2CalHtoMiB%2CgBkHsoMjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAxHZ%2CWA0GI%2CQAMI%2CEAUI%3BEACI%2CalHhpMa%2CgBkHgpMb%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAA9HhB%2CWA0GI%2CQAMI%2CEAiBI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAnIhB%2CWAwII%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAA5IR%2CWAwII%2CQAMI%3BEACI%2CalHpqMiB%2CgBkHoqMjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAtJZ%2CWAwII%2CQAMI%2CEAUI%3BEACI%2CalH9qMa%2CgBkH8qMb%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAA5JhB%2CWAwII%2CQAMI%2CEAiBI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAjKhB%2CWAsKI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAA1KR%2CWAsKI%2CQAMI%3BEACI%2CalHlsMiB%2CgBkHksMjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAApLZ%2CWAsKI%2CQAMI%2CEAUI%3BEACI%2CalH5sMa%2CgBkH4sMb%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAA1LhB%2CWAsKI%2CQAMI%2CEAiBI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FLhB%2CWAoMI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAxMR%2CWAoMI%2CQAMI%3BEACI%2CalHhuMiB%2CgBkHguMjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAlNZ%2CWAoMI%2CQAMI%2CEAUI%3BEACI%2CalH1uMa%2CgBkH0uMb%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAAxNhB%2CWAoMI%2CQAMI%2CEAiBI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAA7NhB%2CWAkOI%3BEACI%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAtOR%2CWAkOI%2CQAMI%3BEACI%2CalH9vMiB%2CgBkH8vMjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAhPZ%2CWAkOI%2CQAMI%2CEAUI%3BEACI%2CalHxwMa%2CgBkHwwMb%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAAtPhB%2CWAkOI%2CQAMI%2CEAiBI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAMhB%3BEACI%2CaAAA%3B%3BAAGJ%2CqBACI%2CaAAY%3BEACR%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAIR%2CcAAc%3BEACV%2CeAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CcAAc%3BEACV%2CqBAAA%3B%3BAAGJ%2CwBACI%2CYACI%2CeAAc%3BEACV%2CYAAA%3B%3BAAHZ%2CwBACI%2CYAKI%2CeAAc%2CyBAA0B%3BEACpC%2CYAAA%3B%3BAAIA%2CwBAVR%2CYASI%2CeAAc%2CwBAAyB%2CQAClC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAArBhB%2CwBA0BI%2CIAAG%2CWAAW%3BEACV%2CiBAAA%3B%3BAAOI%2CWAFR%2CMAAK%2CYACA%2CQAAS%2CQACL%3BEACG%2C0BAAA%3B%3BAAOJ%2CWAFR%2CMAAK%2CYAAY%2CSACZ%2CQAAS%2CQACL%3BEACG%2CmBAAA%3B%3BAAMhB%2CIAAI%2CqBACA%2CSAAQ%2CMAAM%3BEACV%2CmBAAA%3B%3BAAIA%2CIANJ%2CqBAKA%2CUACK%3BEACG%2CmBAAA%3B%3BAAKZ%2CiBAAiB%2CWACb%3BEACI%2CkBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAIA%2CIADA%2CcACC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CsBAAA%3B%3BAA6XR%2CwBAzX0C%3BEACtC%2COAAO%2CQACH%2CsBACI%2CQAAO%2CMACH%2CmBACI%2CoBACI%3BIACI%2CoBAAA%3B%3BEANxB%2COAAO%2CQACH%2CsBACI%2CQAAO%2CMACH%2CmBACI%2CoBACI%2CiBAGI%3BIACI%2C0BAAA%3BIACA%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3B%3BEAZ5B%2COAAO%2CQACH%2CsBACI%2CQAAO%2CMACH%2CmBACI%2CoBACI%2CiBAGI%2CqBAMI%3BIACI%2CsBAAA%3BIACA%2C2BAAA%3BIACA%2CyBAAA%3BIACA%2CoBAAA%3BIACA%2CwBAAA%3B%3BEAUhC%3BIAgJI%2CmBAAA%3B%3BEAhJJ%2CYACI%2CoBACI%3BIACI%2CiBAAA%3B%3BEAHZ%2CYACI%2CoBAKI%3BIACI%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CalHj8Ma%2CgBkHi8Mb%3BIACA%2CSAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CYAbR%2CoBAKI%2CGAQK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CgBAAgB%2CmDAAhB%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3BIACA%2CWAAW%2CqBAAX%3B%3BEAtBhB%2CYACI%2CoBAyBI%2CiBACI%3BIACI%2CaAAA%3BIACA%2CYAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3B%3BEA%5C%2FBhB%2CYACI%2CoBAyBI%2CiBACI%2CqBAMI%3BIACI%2CeAAA%3BIACA%2CalH39MK%2CgBkH29ML%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEAvCpB%2CYACI%2CoBAyBI%2CiBACI%2CqBAeI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CoBAAA%3B%3BEA9CpB%2CYACI%2CoBAyBI%2CiBACI%2CqBAeI%2CKAMI%3BIACI%2CmCAAA%3BIACA%2CgCAAA%3BIACA%2C2BAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CalH%5C%2F%2BMC%2CgBkH%2B%2BMD%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3B%3BEA7DxB%2CYACI%2CoBAyBI%2CiBACI%2CqBAeI%2CKAsBI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3BIACA%2C%2BBAAA%3B%3BEApExB%2CYACI%2CoBAyBI%2CiBACI%2CqBAeI%2CKAsBI%2CiBAMI%3BIACI%2CalH%5C%2F%5C%2FMH%2CgBkH%2B%5C%2FMG%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3BEA3E5B%2CYACI%2CoBAyBI%2CiBACI%2CqBAeI%2CKAsBI%2CiBAcI%2CGACI%3BIACI%2CalHxgNP%2CgBkHwgNO%3BIACA%2CeAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CuBAAA%3B%3BEApFhC%2CYACI%2CoBAyBI%2CiBACI%2CqBAeI%2CKAsBI%2CiBAwBI%2CSACI%3BIACI%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2C%2BBAAA%3BIACA%2CgCAAA%3B%3BEA%5C%2FFhC%2CYACI%2CoBAyBI%2CiBACI%2CqBAeI%2CKAsBI%2CiBAwBI%2CSACI%2CcAQI%3BIACI%2CeAAA%3B%3BEAlGpC%2CYACI%2CoBAyBI%2CiBACI%2CqBAeI%2CKAsBI%2CiBAwBI%2CSAcI%3BIACI%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CwBAAA%3B%3BEA3GhC%2CYACI%2CoBAyBI%2CiBACI%2CqBAeI%2CKAsBI%2CiBAwBI%2CSAcI%2CeAOI%3BIACI%2CeAAA%3B%3BEASpB%2CYAtHZ%2CoBAyBI%2CiBA4FI%2CqBAAoB%2CeACf%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CgBAAgB%2CoDAAhB%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CYAjIZ%2CoBAyBI%2CiBA4FI%2CqBAAoB%2CeAYf%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CaAAA%3BIACA%2CgBAAgB%2CoDAAhB%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CoBAAA%3B%3BEA1IpB%2CYAkJI%3BIACI%2CuBAAA%3B%3BEAKR%3BIACI%2CkCAAA%3B%3BEADJ%2CkBAGI%3BIACI%2CalHplNiB%2CgBkHolNjB%3B%3BEAIR%2CSAAS%2CKACL%2CmBACI%3BIACI%2C8BAAA%3B%3BEAKZ%2CeACI%2CcACI%3BIACI%2C8BAAA%3B%3BEAKZ%2CeACI%2CcACI%2CmBACI%2CGACI%3BIACI%2CsBAAA%3B%3BEAOpB%2CgBACI%2CcACI%2CmBACI%2CGACI%3BIACI%2CsBAAA%3B%3BEAOpB%2C0BACI%2CcACI%2CmBACI%2CGACI%3BIACI%2CsBAAA%3B%3BEAOpB%2CkBACI%2CcACI%2CmBACI%2CGACI%3BIACI%2CsBAAA%3B%3BEAOpB%2C8BACI%2CcACI%2CmBACI%2CGACI%3BIACI%2CsBAAA%3B%3BEAOpB%2CWACI%2CcACI%2CmBACI%2CGACI%3BIACI%2CsBAAA%3B%3BEAOpB%3BIACI%2C6BAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CGAAG%2CWAAW%3BIACV%2C6BAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3B%3BEAGJ%2C%2BBACI%3BIACI%2CyBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CsBACI%3BIACI%2CyBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CcACI%3BIACI%2CyBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CkBACI%2CIAAG%2CWAAW%3BIACV%2CyBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CkBACI%2CIAAG%2CWAAW%3BIACV%2CyBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CKAAK%2CSAAS%2CMACV%3BIACI%2C4BAAA%3B%3BEAIR%2CyBACI%3BIACI%2C4BAAA%3BIACA%2C%2BBAAA%3B%3BEAHR%2CyBAMI%2CEAAC%3BIACG%2CkCAAA%3B%3BEAIR%2CIACI%2CWACI%3BIASI%2CqBAAA%3BIACA%2CqBAAA%3BIACA%2CqBAAA%3B%3BEAbZ%2CIACI%2CWACI%2CWACI%3BIACI%2CgCAAA%3B%3BEAJhB%2CIACI%2CWACI%2CWACI%2CYAGI%2CGAAE%3BIACE%2CiBAAA%3B%3BEAPpB%2CIAiBI%2CWACI%2CYACI%2CUACI%3BIACI%2C4BAAA%3B%3BEAOpB%2CkBACI%3BIACI%2CaAAA%3B%3B%3BAAKZ%3BEACI%2CaAAA%3B%3BAAGJ%2CYAAY%2CaACR%2CQAAO%2CQACH%3BEACI%2CmBAAA%3B%3BAAHZ%2CYAAY%2CaAOR%2CiBACI%2CWACI%3BEACI%2CoBAAA%3B%3BAAMhB%3BEACI%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CsBACI%3BEACI%2CyBAAA%3B%3BAAIR%2CSACI%3BEACI%2CyBAAA%3B%3BAAIR%2CgBACI%2CWACI%3BEACI%2CqBAAA%3B%3BAAKZ%2CqBACI%2CWACI%3BEACI%2CeAAA%3BEACA%2CaAAA%3B%3BAAKZ%2CaACI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CalHn1NyB%2CgBkHm1NzB%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEACI%2CalHn2NyB%2CgBkHm2NzB%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEACI%2CalHn3NyB%2CgBkHm3NzB%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CeACI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3B%3BAAIR%3BEACI%2CeAAA%3B%3BAAGJ%3BEA4FI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA7FJ%2CkBACI%3BEASI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAbR%2CkBACI%2CiBACI%3BEACI%2C6BAAA%3B%3BAAHZ%2CkBACI%2CiBACI%2CYAGI%3BEACI%2CWAAA%3B%3BAANhB%2CkBACI%2CiBAcI%2CSAAQ%3BEACJ%2C6BAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CkBApBJ%2CiBAoBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CuDAAhB%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAA9BZ%2CkBACI%2CiBAgCI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAnCZ%2CkBACI%2CiBAgCI%2CSAII%3BEACI%2CgBAAgB%2C2DAAhB%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CalHl8Na%2CgBkHk8Nb%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAA5ChB%2CkBACI%2CiBAgCI%2CSAcI%3BEACI%2CeAAA%3BEACA%2CalHz8Na%2CgBkHy8Nb%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAnDhB%2CkBACI%2CiBAgCI%2CSAqBI%3BEACI%2CeAAA%3BEACA%2CalHh9Na%2CgBkHg9Nb%3BEACA%2CiBAAA%3B%3BAAzDhB%2CkBA8DI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAhER%2CkBA8DI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAAQA%2CkBAfhB%2CWAYI%2CaACI%2CGACI%2CGACK%2CMACG%3BEACI%2CaAAA%3BEACA%2C%2BBAAA%3B%3BAAHR%2CkBAfhB%2CWAYI%2CaACI%2CGACI%2CGACK%2CMAMG%3BEACI%2C2BAAA%3B%3BAApF5B%2CkBA%2BFI%3BEACI%2CaAAA%3B%3BAAhGR%2CkBAmGI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAA1GR%2CkBAmGI%2CmBASI%3BEACI%2CWAAA%3B%3BAA7GZ%2CkBAiHI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CalH7gOqB%2CgBkH6gOrB%3BEACA%2CcAAA%3BEACA%2CgBAAgB%2C2CAAhB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAA5HR%2CkBAiHI%2COAaI%3BEACI%2CalHvhOiB%2CgBkHuhOjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAjIZ%2CkBAiHI%2COAaI%2CEAKI%3BEACI%2CalHzhOa%2CqBkHyhOb%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAxIhB%2CkBA6II%3BEAeI%2CgCAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAhKR%2CkBA6II%2CkBACI%3BEACI%2CkBAAA%3B%3BAA%5C%2FIZ%2CkBA6II%2CkBACI%2CYAGI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAApJhB%2CkBA6II%2CkBAqBI%3BEAYI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAZA%2CkBAtBR%2CkBAqBI%2CUACK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CuDAAhB%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAA3KhB%2CkBA6II%2CkBAqBI%2CUAeI%3BEACI%2CgBAAgB%2CyDAAhB%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CalH9kOa%2CgBkH8kOb%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAzLhB%2CkBA6II%2CkBAqBI%2CUA0BI%3BEACI%2CeAAA%3BEACA%2CalHtlOa%2CgBkHslOb%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAhMhB%2CkBA6II%2CkBAuDI%3BEACI%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAvMZ%2CkBA6II%2CkBAuDI%2CUAKI%3BEACI%2CeAAA%3BEACA%2CalHnmOa%2CgBkHmmOb%3BEACA%2CiBAAA%3B%3BAA5MhB%2CkBA6II%2CkBAuDI%2CUAWI%3BEACI%2CoBAAA%3B%3BAAhNhB%2CkBA6II%2CkBAuDI%2CUAWI%2CGAGI%3BEACI%2CeAAA%3BEACA%2CalH5mOS%2CgBkH4mOT%3BEACA%2CiBAAA%3B%3BAArNpB%2CkBA2NI%3BEAWI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAA1OR%2CkBA2NI%2CkBACI%3BEACI%2CkBAAA%3B%3BAA7NZ%2CkBA2NI%2CkBACI%2CYAGI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAlOhB%2CkBA2NI%2CkBAiBI%3BEACI%2CkBAAA%3B%3BAA7OZ%2CkBA2NI%2CkBAiBI%2CUAGI%3BEACI%2CeAAA%3BEACA%2CalHzoOa%2CgBkHyoOb%3BEACA%2CiBAAA%3B%3BAAlPhB%2CkBA2NI%2CkBAiBI%2CUAGI%2CEAKI%3BEACI%2CeAAA%3BEACA%2CalH9oOS%2CgBkH8oOT%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAgB%2C2DAAhB%3BEACA%2CoBAAA%3B%3BAA3PpB%2CkBAiQI%2CiBAAgB%3BEACZ%2CiBAAA%3B%3BAAlQR%2CkBAqQI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CkBAZJ%2CUAYK%3BEACG%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CkBAtBJ%2CUAsBK%3BEACG%2CgBAAgB%2CkDAAhB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAnSZ%2CkBAqQI%2CUAiCI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAzSZ%2CkBAqQI%2CUAiCI%2CkBAKI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3B%3BAA9SpB%2CkBAqQI%2CUAiCI%2CkBAKI%2CeAMI%3BEACI%2CeAAA%3BEACA%2CalH3sOS%2CgBkH2sOT%3BEACA%2CmBAAA%3B%3BAApTpB%2CkBAqQI%2CUAiCI%2CkBAKI%2CeAMI%2CEAKI%3BEACI%2CeAAA%3BEACA%2CalHhtOK%2CgBkHgtOL%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA7TxB%2CkBAqQI%2CUAiCI%2CkBAKI%2CeAMI%2CEAeI%2CEAAC%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAApUxB%2CkBAqQI%2CUAiCI%2CkBAKI%2CeA6BI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CalHnuOS%2CgBkHmuOT%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CkBA1EhB%2CUAiCI%2CkBAKI%2CeA6BI%2CGAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3B%3BAAvVxB%2CkBAqQI%2CUAiCI%2CkBAKI%2CeA6BI%2CGAkBI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FVxB%2CkBAqQI%2CUAgGI%3BEACI%2CaAAA%3B%3BAAtWZ%2CkBAqQI%2CUAgGI%2CSAGI%3BEACI%2CcAAA%3B%3BAAzWhB%2CkBAqQI%2CUAgGI%2CSAGI%2CKAGI%3BEACI%2CWAAA%3B%3BAA5WpB%2CkBAqQI%2CUAgGI%2CSAGI%2CKAOI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CalH5wOS%2CgBkH4wOT%3BEACA%2CcAAA%3B%3BAArXpB%2CkBAqQI%2CUAgGI%2CSAGI%2CKAOI%2COAQI%3BEACI%2CeAAA%3B%3BAAQxB%3BEAmCI%2CmBAAA%3B%3BAAnCJ%2CqBACI%2CiBACI%3BEACI%2C6BAAA%3B%3BAAHZ%2CqBACI%2CiBACI%2CYAGI%3BEACI%2CWAAA%3B%3BAANhB%2CqBACI%2CiBASI%2CSAAQ%3BEACJ%2C6BAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAbZ%2CqBACI%2CiBAeI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAlBZ%2CqBAsBI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAxBR%2CqBAsBI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAA7BpB%2CqBAqCI%3BEACI%2CaAAA%3B%3BAAtCR%2CqBAyCI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAhDR%2CqBAyCI%2CmBASI%3BEACI%2CWAAA%3B%3BAAnDZ%2CqBAuDI%3BEACI%2CkBAAA%3BEACA%2CalHj1OqB%2CgBkHi1OrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FDR%2CqBAuDI%2COAUI%3BEACI%2CalH11OiB%2CgBkH01OjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAtEZ%2CqBAuDI%2COAkBI%3BEACI%2CeAAA%3BEACA%2CalHn2OiB%2CgBkHm2OjB%3B%3BAA3EZ%2CqBAuDI%2COAuBI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CalHz2OiB%2CgBkHy2OjB%3BEACA%2CgBAAA%3B%3BAAlFZ%2CqBAuDI%2COA8BI%3BEACI%2CalH92OiB%2CgBkH82OjB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAxFZ%2CqBA4FI%3BEACI%2CkBAAA%3BEACA%2CalHt3OqB%2CgBkHs3OrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAApGR%2CqBA4FI%2CUAUI%3BEACI%2CalH%5C%2F3OiB%2CgBkH%2B3OjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA5GZ%2CqBAgHI%3BEACI%2CkBAAA%3BEACA%2CalH14OqB%2CgBkH04OrB%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAxHR%2CqBAgHI%2CUAUI%3BEACI%2CalHn5OiB%2CgBkHm5OjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAhIZ%2CqBAoII%3BEACI%2CkBAAA%3BEACA%2CalH95OqB%2CgBkH85OrB%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAA5IR%2CqBAoII%2CUAUI%3BEACI%2CalHv6OiB%2CgBkHu6OjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAApJZ%2CqBAwJI%3BEACI%2CkBAAA%3BEACA%2CalHl7OqB%2CgBkHk7OrB%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAhKR%2CqBAwJI%2CUAUI%3BEACI%2CalH37OiB%2CgBkH27OjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAxKZ%2CqBA4KI%3BEAWI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAA3LR%2CqBA4KI%2CkBACI%3BEACI%2CkBAAA%3B%3BAA9KZ%2CqBA4KI%2CkBACI%2CYAGI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAnLhB%2CqBA4KI%2CkBAiBI%3BEACI%2CkBAAA%3B%3BAA9LZ%2CqBAkMI%3BEAKI%2CgCAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAA3MR%2CqBAkMI%2CkBAWI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FMZ%2CqBAkMI%2CkBAgBI%3BEACI%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAArNZ%2CqBAyNI%2CiBAAgB%3BEACZ%2CiBAAA%3B%3BAAIR%3BEAoBI%2CmBAAA%3B%3BAApBJ%2CeACI%2CiBACI%3BEACI%2C6BAAA%3B%3BAAHZ%2CeAOI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAATR%2CeAOI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAAdpB%2CeAsBI%3BEACI%2CaAAA%3B%3BAAvBR%2CeA0BI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAjCR%2CeA0BI%2CmBASI%3BEACI%2CWAAA%3B%3BAApCZ%2CeAwCI%2CaACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA9CZ%2CeAwCI%2CaACI%2CGAOI%3BEACI%2CalHviPa%2CgBkHuiPb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAtDhB%2CeA2DI%3BEACI%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAA%5C%2FDR%2CeAkEI%3BEACI%2CUAAA%3BEACA%2CeAAA%3B%3BAApER%2CeAkEI%2CWAII%3BEACI%2CUAAA%3B%3BAAvEZ%2CeA2EI%3BEACI%2CUAAA%3BEACA%2CeAAA%3B%3BAA7ER%2CeA2EI%2CYAII%3BEACI%2CUAAA%3B%3BAAhFZ%2CeAoFI%3BEACI%2CoBAAA%3B%3BAArFR%2CeAwFI%3BEACI%2CkBAAA%3B%3BAAzFR%2CeAwFI%2CWAGI%2CGACI%3BEACI%2CalHnlPa%2CgBkHmlPb%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAhGhB%2CeAqGI%2CcACI%3BEACI%2CgBAAA%3B%3BAAvGZ%2CeAqGI%2CcAKI%2CWACI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA9GhB%2CeAqGI%2CcAaI%3BEACI%2CeAAA%3B%3BAAnHZ%2CeAqGI%2CcAiBI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAKZ%3BEAcI%2CmBAAA%3B%3BAAdJ%2CkBACI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAHR%2CkBACI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAARpB%2CkBAgBI%3BEACI%2CaAAA%3B%3BAAjBR%2CkBAoBI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAA3BR%2CkBAoBI%2CmBASI%3BEACI%2CWAAA%3B%3BAA9BZ%2CkBAkCI%2CaACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAxCZ%2CkBAkCI%2CaACI%2CGAOI%3BEACI%2CalH%5C%2FpPa%2CgBkH%2BpPb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAhDhB%2CkBAqDI%3BEACI%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAzDR%2CkBA4DI%3BEACI%2CUAAA%3BEACA%2CeAAA%3B%3BAA9DR%2CkBA4DI%2CWAII%3BEACI%2CUAAA%3B%3BAAjEZ%2CkBAqEI%3BEACI%2CUAAA%3BEACA%2CeAAA%3B%3BAAvER%2CkBAqEI%2CYAII%3BEACI%2CUAAA%3B%3BAA1EZ%2CkBA8EI%3BEACI%2CoBAAA%3B%3BAA%5C%2FER%2CkBAkFI%3BEACI%2CkBAAA%3B%3BAAnFR%2CkBAkFI%2CWAGI%2CGACI%3BEACI%2CalH3sPa%2CgBkH2sPb%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAA1FhB%2CkBA%2BFI%2CcACI%3BEACI%2CgBAAA%3B%3BAAjGZ%2CkBA%2BFI%2CcAKI%2CWACI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAxGhB%2CkBA%2BFI%2CcAaI%3BEACI%2CeAAA%3B%3BAA7GZ%2CkBA%2BFI%2CcAiBI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAKZ%3BEA0JK%2CmBAAA%3B%3BAA1JL%2CqBACI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAHR%2CqBACI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAARpB%2CqBAcI%3BEACI%2CaAAA%3B%3BAAfR%2CqBAkBI%2CmBACI%3BEACI%2CWAAA%3B%3BAApBZ%2CqBAwBI%2CiBACI%2CSAAQ%3BEACJ%2C6BAAA%3BEACA%2CkBAAA%3B%3BAA3BZ%2CqBAwBI%2CiBACI%2CSAAQ%2CgBAIJ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CalH9wPa%2CgBkH8wPb%3BEACA%2CiBAAA%3B%3BAAIR%2CqBAfJ%2CiBAeK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CuDAAhB%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAhDZ%2CqBAwBI%2CiBA2BI%2CSACI%3BEACI%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CalHpyPa%2CgBkHoyPb%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAA3DhB%2CqBAwBI%2CiBA2BI%2CSAWI%3BEACI%2CeAAA%3BEACA%2CalH5yPa%2CgBkH4yPb%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAnEhB%2CqBAwEI%2CkBACI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAA3EZ%2CqBAwEI%2CkBACI%2CUAII%3BEACI%2CeAAA%3BEACA%2CalH3zPa%2CgBkH2zPb%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAjFhB%2CqBAwEI%2CkBACI%2CUAWI%2CEACI%3BEACI%2CeAAA%3BEACA%2CalHn0PS%2CgBkHm0PT%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3B%3BAA3FpB%2CqBAwEI%2CkBAwBI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAtGZ%2CqBAwEI%2CkBAwBI%2CUAQI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CalHv1Pa%2CgBkHu1Pb%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAA7GhB%2CqBAwEI%2CkBAwBI%2CUAgBI%3BEACI%2CeAAA%3BEACA%2CalH91Pa%2CgBkH81Pb%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAArHhB%2CqBAwEI%2CkBAwBI%2CUAgBI%2CEAOI%3BEACI%2CeAAA%3BEACA%2CalHr2PS%2CgBkHq2PT%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3B%3BAA7HpB%2CqBAmII%2CkBACI%3BEACI%2CkBAAA%3B%3BAArIZ%2CqBAmII%2CkBACI%2CUAGI%3BEACI%2CeAAA%3BEACA%2CalHr3Pa%2CgBkHq3Pb%3BEACA%2CiBAAA%3B%3BAA1IhB%2CqBAmII%2CkBACI%2CUAGI%2CEAKI%3BEACI%2CeAAA%3BEACA%2CalH13PS%2CgBkH03PT%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAgB%2C2DAAhB%3BEACA%2CoBAAA%3B%3BAAnJpB%2CqBA4JI%3BEAsBI%2CkBAAA%3B%3BAAlLR%2CqBA4JI%2CKACI%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAA%5C%2FJZ%2CqBA4JI%2CKACI%2CSAII%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CalHh5Pa%2CgBkHg5Pb%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAAvKhB%2CqBA4JI%2CKACI%2CSAaI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CalHz5Pa%2CgBkHy5Pb%3BEACA%2CcAAA%3B%3BAA9KhB%2CqBA4JI%2CKAwBI%3BEACI%2CUAAA%3B%3BAArLZ%2CqBA4JI%2CKA4BI%2CGACI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CalHx6Pa%2CgBkHw6Pb%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAjMhB%2CqBAsMI%2COACI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAzMZ%2CqBAsMI%2COACI%2CUAII%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CalH17Pa%2CgBkH07Pb%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAhNhB%2CqBAqNI%3BEACI%2CkBAAA%3B%3BAAtNR%2CqBAyNI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAA5NR%2CqBAyNI%2CaAKI%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CalH%5C%2F8PiB%2CqBkH%2B8PjB%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAzOZ%2CqBA6OI%3BEAUI%2CmBAAA%3B%3BAAvPR%2CqBA6OI%2CgBACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CalH79PiB%2CgBkH69PjB%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAApPZ%2CqBA6OI%2CgBAYI%2CaACI%3BEACI%2CmBAAA%3B%3BAA3PhB%2CqBA6OI%2CgBAkBI%3BEACI%2CqBAAA%3B%3BAAhQZ%2CqBAoQI%3BEACI%2CaAAA%3B%3BAArQR%2CqBAoQI%2CgBAGI%2CGACI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CalHv%5C%2FPa%2CgBkHu%5C%2FPb%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CcAAA%3B%3BAA9QhB%2CqBAmRI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAvRR%2CqBAmRI%2CqBAMI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CalHxgQiB%2CgBkHwgQjB%3BEACA%2CoBAAA%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CcAAA%3B%3BAA%5C%2FRZ%2CqBAmRI%2CqBAeI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CalHjhQiB%2CgBkHihQjB%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAAvSZ%2CqBAmRI%2CqBAeI%2CGAOI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CalHxhQa%2CgBkHwhQb%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FShB%2CqBAoTI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAvTR%2CqBA0TI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAA5TR%2CqBA%2BTI%2CcACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEAEA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C%2BBAAA%3B%3BAA5UZ%2CqBA%2BTI%2CcACI%2CeAcI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAAjVhB%2CqBA%2BTI%2CcAsBI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAAxVZ%2CqBA4VI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAnWZ%2CqBAuWI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CqBAZJ%2CUAYK%3BEACG%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CqBAtBJ%2CUAsBK%3BEACG%2CgBAAgB%2CkDAAhB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAArYZ%2CqBAuWI%2CUAiCI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAA3YZ%2CqBAuWI%2CUAiCI%2CkBAKI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAhZpB%2CqBAuWI%2CUAiCI%2CkBAKI%2CeAMI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CalHloQS%2CgBkHkoQT%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAnDhB%2CUAiCI%2CkBAKI%2CeAMI%2CGAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3B%3BAAlaxB%2CqBAuWI%2CUAiCI%2CkBAKI%2CeAMI%2CGAkBI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAA1axB%2CqBAuWI%2CUAiCI%2CkBAuCI%3BEACI%2CiBAAA%3B%3BAAMhB%2CqBACI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAHR%2CqBACI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAARpB%2CqBAcI%3BEACI%2CaAAA%3B%3BAAfR%2CqBAkBI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAzBR%2CqBAkBI%2CmBASI%3BEACI%2CWAAA%3B%3BAA5BZ%2CqBAgCI%2CiBACI%2CSAAQ%3BEACJ%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAnCZ%2CqBAgCI%2CiBAMI%2CSACI%3BEACI%2CeAAA%3BEACA%2CalH3sQa%2CgBkH2sQb%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAA5ChB%2CqBAiDI%2CkBACI%2CUACI%3BEACI%2CgBAAgB%2CyDAAhB%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CalH1tQa%2CgBkH0tQb%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAA3DhB%2CqBAgEI%3BEAeI%2CkBAAA%3B%3BAA%5C%2FER%2CqBAgEI%2CKACI%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAnEZ%2CqBAgEI%2CKACI%2CSAII%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CalH1uQa%2CgBkH0uQb%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAA3EhB%2CqBAkFI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAArFR%2CqBAkFI%2CaAKI%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CalH9vQiB%2CqBkH8vQjB%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAlGZ%2CqBAsGI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAzGR%2CqBA4GI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAA9GR%2CqBAiHI%2CcACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEAEA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C%2BBAAA%3B%3BAA9HZ%2CqBAiHI%2CcACI%2CeAcI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAAnIhB%2CqBAiHI%2CcAsBI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAA1IZ%2CqBA8II%2CgBACI%3BEACI%2CqBAAA%3B%3BAAhJZ%2CqBAoJI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAA3JZ%2CqBA%2BJI%2CaACI%3BEAYI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CalHh1QiB%2CgBkHg1QjB%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAfA%2CqBAFR%2CaACI%2CGACK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3B%3BAAzKhB%2CqBA%2BJI%2CaACI%2CGAkBI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAvLhB%2CqBA4LI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CqBAZJ%2CUAYK%3BEACG%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CqBAtBJ%2CUAsBK%3BEACG%2CgBAAgB%2CkDAAhB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAA1NZ%2CqBA4LI%2CUAiCI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAhOZ%2CqBA4LI%2CUAiCI%2CkBAKI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3B%3BAArOpB%2CqBA4LI%2CUAiCI%2CkBAKI%2CeAMI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CalH74QS%2CgBkH64QT%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAnDhB%2CUAiCI%2CkBAKI%2CeAMI%2CGAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3B%3BAAvPxB%2CqBA4LI%2CUAiCI%2CkBAKI%2CeAMI%2CGAkBI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FPxB%2CqBA4LI%2CUAiCI%2CkBAuCI%3BEACI%2CiBAAA%3B%3BAAMhB%2C0BACI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAHR%2C0BACI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAARpB%2C0BAcI%3BEACI%2CaAAA%3B%3BAAfR%2C0BAkBI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAzBR%2C0BAkBI%2CmBASI%3BEACI%2CWAAA%3B%3BAA5BZ%2C0BAgCI%3BEAeI%2CkBAAA%3B%3BAA%5C%2FCR%2C0BAgCI%2CKACI%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAnCZ%2C0BAgCI%2CKACI%2CSAII%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CalHr9Qa%2CgBkHq9Qb%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAA3ChB%2C0BAgCI%2CKAiBI%3BEACI%2CUAAA%3B%3BAAlDZ%2C0BAsDI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAzDR%2C0BAsDI%2CaAKI%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CalH7%2BQiB%2CqBkH6%2BQjB%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAtEZ%2C0BA0EI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA7ER%2C0BAgFI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAlFR%2C0BAqFI%2CcACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEAEA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C%2BBAAA%3B%3BAAlGZ%2C0BAqFI%2CcACI%2CeAcI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAAvGhB%2C0BA4GI%2CgBACI%3BEACI%2CqBAAA%3B%3BAA9GZ%2C0BAkHI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CcACI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAHR%2CcACI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAARpB%2CcAcI%3BEACI%2CaAAA%3B%3BAAfR%2CcAkBI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAzBR%2CcAkBI%2CmBASI%3BEACI%2CWAAA%3B%3BAA5BZ%2CcAgCI%3BEAeI%2CkBAAA%3B%3BAA%5C%2FCR%2CcAgCI%2CKACI%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAnCZ%2CcAgCI%2CKACI%2CSAII%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CalHnlRa%2CgBkHmlRb%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAA3ChB%2CcAgCI%2CKAiBI%3BEACI%2CUAAA%3B%3BAAlDZ%2CcAsDI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAzDR%2CcAsDI%2CaAKI%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CalH3mRiB%2CqBkH2mRjB%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAtEZ%2CcA0EI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA7ER%2CcAgFI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAlFR%2CcAqFI%2CcACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEAEA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C%2BBAAA%3B%3BAAlGZ%2CcAqFI%2CcACI%2CeAcI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAAvGhB%2CcA4GI%2CgBACI%3BEACI%2CqBAAA%3B%3BAA9GZ%2CcAkHI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%3BEA4GI%2CyBAAA%3B%3BAA5GJ%2CkBACI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAHR%2CkBAMI%3BEACI%2CaAAA%3B%3BAAPR%2CkBAUI%2CmBACI%3BEACI%2CWAAA%3B%3BAAZZ%2CkBAgBI%3BEAyFI%2CkBAAA%3B%3BAAzGR%2CkBAgBI%2CiBACI%2CSACI%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAApBhB%2CkBAgBI%2CiBACI%2CSAMI%3BEACI%2C2BAAA%3B%3BAAxBhB%2CkBAgBI%2CiBACI%2CSAUI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CalH1sRa%2CgBkH0sRb%3B%3BAAjChB%2CkBAgBI%2CiBACI%2CSAmBI%3BEACI%2CwBAAA%3B%3BAArChB%2CkBAgBI%2CiBACI%2CSAuBI%3BEACI%2CkBAAA%3B%3BAAzChB%2CkBAgBI%2CiBACI%2CSA2BI%3BEACI%2CmBAAA%3B%3BAA7ChB%2CkBAgBI%2CiBACI%2CSA2BI%2CiBAGI%3BEACI%2CaAAA%3B%3BAAhDpB%2CkBAgBI%2CiBACI%2CSAmCI%2CiBAAgB%3BEACZ%2CalH9tRa%2CgBkH8tRb%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAvDhB%2CkBAgBI%2CiBACI%2CSAyCI%2CiBAAgB%3BEACZ%2CeAAA%3BEACA%2CalHruRa%2CgBkHquRb%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAA9DhB%2CkBAgBI%2CiBAkDI%2CSAAQ%2CgBACJ%3BEACI%2CkBAAA%3B%3BAApEhB%2CkBAgBI%2CiBAkDI%2CSAAQ%2CgBACJ%2CiBAGI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CalHpvRS%2CgBkHovRT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAA9EpB%2CkBAgBI%2CiBAkDI%2CSAAQ%2CgBAgBJ%3BEACI%2CalH5vRa%2CgBkH4vRb%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAtFhB%2CkBAgBI%2CiBAkDI%2CSAAQ%2CgBAuBJ%3BEACI%2CalHnwRa%2CgBkHmwRb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAA9FhB%2CkBAgBI%2CiBAkDI%2CSAAQ%2CgBA%2BBJ%3BEACI%2CalH3wRa%2CgBkH2wRb%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAArGhB%2CkBA8GI%2CSAAQ%3BEACJ%2C4BAAA%3B%3BAAIR%2CYACI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAHR%2CYACI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAARpB%2CYAcI%3BEACI%2CaAAA%3B%3BAAfR%2CYAkBI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAzBR%2CYAkBI%2CmBASI%3BEACI%2CWAAA%3B%3BAA5BZ%2CYAgCI%3BEAeI%2CkBAAA%3B%3BAA%5C%2FCR%2CYAgCI%2CKACI%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAnCZ%2CYAgCI%2CKACI%2CSAII%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CalHp0Ra%2CgBkHo0Rb%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAA3ChB%2CYAgCI%2CKAiBI%3BEACI%2CUAAA%3B%3BAAlDZ%2CYAsDI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAzDR%2CYAsDI%2CaAKI%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CalH51RiB%2CqBkH41RjB%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAtEZ%2CYA0EI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA7ER%2CYAgFI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAlFR%2CYAqFI%2CcACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEAEA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C%2BBAAA%3B%3BAAlGZ%2CYAqFI%2CcACI%2CeAcI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAAvGhB%2CYA4GI%2CgBACI%3BEACI%2CqBAAA%3B%3BAA9GZ%2CYAkHI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CcACI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAHR%2CcACI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAARpB%2CcAcI%3BEACI%2CaAAA%3B%3BAAfR%2CcAkBI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAzBR%2CcAkBI%2CmBASI%3BEACI%2CWAAA%3B%3BAA5BZ%2CcAgCI%3BEAeI%2CkBAAA%3B%3BAA%5C%2FCR%2CcAgCI%2CKACI%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAnCZ%2CcAgCI%2CKACI%2CSAII%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CalHl8Ra%2CgBkHk8Rb%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAA3ChB%2CcAgCI%2CKAiBI%3BEACI%2CUAAA%3B%3BAAlDZ%2CcAsDI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAzDR%2CcAsDI%2CaAKI%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CalH19RiB%2CqBkH09RjB%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAtEZ%2CcA0EI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA7ER%2CcAgFI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAlFR%2CcAqFI%2CcACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEAEA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C%2BBAAA%3B%3BAAlGZ%2CcAqFI%2CcACI%2CeAcI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAAvGhB%2CcA4GI%2CgBACI%3BEACI%2CqBAAA%3B%3BAA9GZ%2CcAkHI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CqBACI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAHR%2CqBACI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAARpB%2CqBAcI%3BEACI%2CaAAA%3B%3BAAfR%2CqBAkBI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAzBR%2CqBAkBI%2CmBASI%3BEACI%2CWAAA%3B%3BAA5BZ%2CqBAgCI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAnCR%2CqBAsCI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAxCR%2CqBA2CI%2CcACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEAEA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C%2BBAAA%3B%3BAAxDZ%2CqBA2CI%2CcAgBI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAA9DZ%2CqBAkEI%2CgBAEI%2CcACI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAA3EhB%2CqBAkEI%2CgBAEI%2CcACI%2CmBAQI%3BEACI%2CcAAA%3BEACA%2CalHvmSS%2CgBkHumST%3B%3BAA%5C%2FEpB%2CqBAkEI%2CgBAEI%2CcAeI%3BEACI%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CalH3mSa%2CqBkH2mSb%3B%3BAAtFhB%2CqBAkEI%2CgBAEI%2CcAqBI%2CyBAAwB%3BEACpB%2CWAAA%3B%3BAA1FhB%2CqBAkEI%2CgBA4BI%3BEACI%2CkBAAA%3B%3BAA%5C%2FFZ%2CqBAmGI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAvGR%2CqBAmGI%2CYAMI%3BEACI%2CeAAA%3BEACA%2CalHnoSiB%2CgBkHmoSjB%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAA9GZ%2CqBAmGI%2CYAcI%3BEACI%2CiBAAA%3B%3BAAlHZ%2CqBAmGI%2CYAcI%2CEAGI%3BEACI%2CeAAA%3BEACA%2CalH9oSa%2CgBkH8oSb%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAxHhB%2CqBA6HI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAjIR%2CqBA6HI%2CaAMI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAKZ%2CoBACI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAHR%2CoBACI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAARpB%2CoBAcI%3BEACI%2CaAAA%3B%3BAAfR%2CoBAkBI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAzBR%2CoBAkBI%2CmBASI%3BEACI%2CWAAA%3B%3BAA5BZ%2CoBAgCI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAnCR%2CoBAsCI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAxCR%2CoBA2CI%2CcACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEAEA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C%2BBAAA%3B%3BAAxDZ%2CoBA2CI%2CcACI%2CeAcI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAA7DhB%2CoBA2CI%2CcAsBI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAApEZ%2CoBAwEI%3BEA6BI%2CmBAAA%3B%3BAArGR%2CoBAwEI%2CgBACI%3BEACI%2CqBAAA%3B%3BAA1EZ%2CoBAwEI%2CgBACI%2CcAGI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAlFhB%2CoBAwEI%2CgBACI%2CcAGI%2CmBAQI%3BEACI%2CcAAA%3BEACA%2CalH3vSS%2CgBkH2vST%3B%3BAAtFpB%2CoBAwEI%2CgBACI%2CcAiBI%3BEACI%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CalH%5C%2FvSa%2CqBkH%2BvSb%3B%3BAA7FhB%2CoBAwEI%2CgBACI%2CcAuBI%2CyBAAwB%3BEACpB%2CWAAA%3B%3BAAjGhB%2CoBAwEI%2CgBA%2BBI%3BEACI%2CkBAAA%3B%3BAAxGZ%2CoBA4GI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAnHZ%2CoBAuHI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA3HR%2CoBAuHI%2CYAMI%3BEACI%2CeAAA%3BEACA%2CalHpySiB%2CgBkHoySjB%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAlIZ%2CoBAuHI%2CYAcI%3BEACI%2CiBAAA%3B%3BAAtIZ%2CoBAuHI%2CYAcI%2CEAGI%3BEACI%2CeAAA%3BEACA%2CalH%5C%2FySa%2CgBkH%2BySb%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA5IhB%2CoBAiJI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAArJR%2CoBAiJI%2CaAMI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAKZ%2CqBACI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAHR%2CqBACI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAARpB%2CqBAcI%3BEACI%2CaAAA%3B%3BAAfR%2CqBAkBI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAzBR%2CqBAkBI%2CmBASI%3BEACI%2CWAAA%3B%3BAA5BZ%2CqBAgCI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAnCR%2CqBAsCI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAxCR%2CqBA2CI%2CcACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEAEA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C%2BBAAA%3B%3BAAxDZ%2CqBA2CI%2CcACI%2CeAcI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAA7DhB%2CqBA2CI%2CcAsBI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAApEZ%2CqBAwEI%3BEA6BI%2CmBAAA%3B%3BAArGR%2CqBAwEI%2CgBACI%3BEACI%2CqBAAA%3B%3BAA1EZ%2CqBAwEI%2CgBACI%2CcAGI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAlFhB%2CqBAwEI%2CgBACI%2CcAGI%2CmBAQI%3BEACI%2CcAAA%3BEACA%2CalH55SS%2CgBkH45ST%3B%3BAAtFpB%2CqBAwEI%2CgBACI%2CcAiBI%3BEACI%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CalHh6Sa%2CqBkHg6Sb%3B%3BAA7FhB%2CqBAwEI%2CgBACI%2CcAuBI%2CyBAAwB%3BEACpB%2CWAAA%3B%3BAAjGhB%2CqBAwEI%2CgBA%2BBI%3BEACI%2CkBAAA%3B%3BAAxGZ%2CqBA4GI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAnHZ%2CqBAuHI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA3HR%2CqBAuHI%2CYAMI%3BEACI%2CeAAA%3BEACA%2CalHr8SiB%2CgBkHq8SjB%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAlIZ%2CqBAuHI%2CYAcI%3BEACI%2CiBAAA%3B%3BAAtIZ%2CqBAuHI%2CYAcI%2CEAGI%3BEACI%2CeAAA%3BEACA%2CalHh9Sa%2CgBkHg9Sb%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA5IhB%2CqBAiJI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAArJR%2CqBAiJI%2CaAMI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAKZ%3BEAWI%2CmBAAA%3B%3BAAXJ%2CUACI%2CWACI%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAALpB%2CUAaI%3BEACI%2CaAAA%3B%3BAAdR%2CUAiBI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAxBR%2CUAiBI%2CmBASI%3BEACI%2CWAAA%3B%3BAA3BZ%2CUA%2BBI%3BEACI%2CkBAAA%3BEACA%2CalHxgTqB%2CgBkHwgTrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAvCR%2CUA%2BBI%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CalHnhTiB%2CgBkHmhTjB%3BEACA%2CgBAAA%3B%3BAA7CZ%2CUA%2BBI%2CUAiBI%3BEACI%2CalHxhTiB%2CgBkHwhTjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAtDZ%2CUA0DI%3BEACI%2CkBAAA%3BEACA%2CalHniTqB%2CgBkHmiTrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAlER%2CUA0DI%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CalH9iTiB%2CgBkH8iTjB%3BEACA%2CgBAAA%3B%3BAAxEZ%2CUA0DI%2CUAiBI%3BEACI%2CalHnjTiB%2CgBkHmjTjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAjFZ%2CUAqFI%3BEACI%2CkBAAA%3BEACA%2CalH9jTqB%2CgBkH8jTrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAA7FR%2CUAqFI%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CalHzkTiB%2CgBkHykTjB%3BEACA%2CgBAAA%3B%3BAAnGZ%2CUAqFI%2CUAiBI%3BEACI%2CalH9kTiB%2CgBkH8kTjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA5GZ%2CUAgHI%3BEACI%2CkBAAA%3BEACA%2CalHzlTqB%2CgBkHylTrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAxHR%2CUAgHI%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CalHpmTiB%2CgBkHomTjB%3BEACA%2CgBAAA%3B%3BAA9HZ%2CUAgHI%2CUAiBI%3BEACI%2CalHzmTiB%2CgBkHymTjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAvIZ%2CUA2II%3BEACI%2CkBAAA%3BEACA%2CalHpnTqB%2CgBkHonTrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3B%3BAAnJR%2CUA2II%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CalH%5C%2FnTiB%2CgBkH%2BnTjB%3BEACA%2CgBAAA%3B%3BAAzJZ%2CUA2II%2CUAiBI%3BEACI%2CalHpoTiB%2CgBkHooTjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAlKZ%2CUAsKI%3BEACI%2CkBAAA%3BEACA%2CalH%5C%2FoTqB%2CgBkH%2BoTrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3B%3BAA9KR%2CUAsKI%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CalH1pTiB%2CgBkH0pTjB%3BEACA%2CgBAAA%3B%3BAApLZ%2CUAsKI%2CUAiBI%3BEACI%2CalH%5C%2FpTiB%2CgBkH%2BpTjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA7LZ%2CUAiMI%3BEACI%2CkBAAA%3BEACA%2CalH1qTqB%2CgBkH0qTrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3B%3BAAzMR%2CUAiMI%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CalHrrTiB%2CgBkHqrTjB%3BEACA%2CgBAAA%3B%3BAA%5C%2FMZ%2CUAiMI%2CUAiBI%3BEACI%2CalH1rTiB%2CgBkH0rTjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAxNZ%2CUA4NI%2CgBACI%2CaACI%3BEACI%2CmBAAA%3B%3BAA%5C%2FNhB%2CUA4NI%2CgBACI%2CaAKI%2CKAAI%3BEACA%2CmBAAA%3B%3BAAnOhB%2CUAwOI%3BEACI%2CmBAAA%3B%3BAAIR%2CkBACI%2CWACI%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAALpB%2CkBAWI%3BEACI%2CaAAA%3B%3BAAZR%2CkBAeI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAtBR%2CkBAeI%2CmBASI%3BEACI%2CWAAA%3B%3BAAzBZ%2CkBA6BI%3BEAeI%2CkBAAA%3B%3BAA5CR%2CkBA6BI%2CKACI%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAhCZ%2CkBA6BI%2CKACI%2CSAII%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CalHzvTa%2CgBkHyvTb%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAAxChB%2CkBA6BI%2CKAiBI%3BEACI%2CUAAA%3B%3BAA%5C%2FCZ%2CkBAmDI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAtDR%2CkBAmDI%2CaAKI%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CalHjxTiB%2CqBkHixTjB%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAnEZ%2CkBAuEI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA1ER%2CkBA6EI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FER%2CkBAkFI%2CcACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEAEA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C%2BBAAA%3B%3BAA%5C%2FFZ%2CkBAkFI%2CcACI%2CeAcI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAApGhB%2CkBAyGI%2CgBACI%3BEACI%2CqBAAA%3B%3BAA3GZ%2CkBA%2BGI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CoBACI%2CWACI%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAALpB%2CoBAWI%3BEACI%2CaAAA%3B%3BAAZR%2CoBAeI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAtBR%2CoBAeI%2CmBASI%3BEACI%2CWAAA%3B%3BAAzBZ%2CoBA6BI%3BEAeI%2CkBAAA%3B%3BAA5CR%2CoBA6BI%2CKACI%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAhCZ%2CoBA6BI%2CKACI%2CSAII%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CalHp3Ta%2CgBkHo3Tb%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAAxChB%2CoBA6BI%2CKAiBI%3BEACI%2CUAAA%3B%3BAA%5C%2FCZ%2CoBAmDI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAtDR%2CoBAmDI%2CaAKI%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CalH54TiB%2CqBkH44TjB%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAnEZ%2CoBAuEI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA1ER%2CoBA6EI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FER%2CoBAkFI%2CcACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEAEA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C%2BBAAA%3B%3BAA%5C%2FFZ%2CoBAkFI%2CcACI%2CeAcI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAApGhB%2CoBAyGI%2CgBACI%3BEACI%2CqBAAA%3B%3BAA3GZ%2CoBA%2BGI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CiBAII%3BEACI%2CaAAA%3B%3BAALR%2CiBAQI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAfR%2CiBAQI%2CmBASI%3BEACI%2CWAAA%3B%3BAAlBZ%2CiBAsBI%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAA3BR%2CiBAsBI%2CiBAOI%3BEAKI%2C4BAAA%3B%3BAAlCZ%2CiBAsBI%2CiBAOI%2CYACI%3BEACI%2CWAAA%3B%3BAA%5C%2FBhB%2CiBAsBI%2CiBAeI%2CSAAQ%3BEACJ%2CgBAAA%3BEACA%2CkCAAA%3B%3BAAvCZ%2CiBAsBI%2CiBAeI%2CSAAQ%2CgBAIJ%2CGACI%3BEACI%2CeAAA%3BEACA%2CalHt%5C%2FTS%2CgBkHs%5C%2FTT%3BEACA%2CiBAAA%3B%3BAA7CpB%2CiBAsBI%2CiBA4BI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAApDZ%2CiBAsBI%2CiBA4BI%2CSAII%3BEACI%2CgBAAgB%2CyDAAhB%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CalHrgUa%2CgBkHqgUb%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAA9DhB%2CiBAsBI%2CiBA4BI%2CSAeI%3BEACI%2CeAAA%3BEACA%2CalH7gUa%2CgBkH6gUb%3BEACA%2CiBAAA%3B%3BAApEhB%2CiBAyEI%2COAAM%2CWACF%3BEACI%2CalHrhUiB%2CgBkHqhUjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA9EZ%2CiBAkFI%3BEACI%2CkBAAA%3BEACA%2CalH9hUqB%2CgBkH8hUrB%3BEACA%2CgBAAgB%2C2CAAhB%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CiBAPJ%2COAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAKZ%3BEAmBI%2CmBAAA%3B%3BAAnBJ%2CaACI%3BEACI%2CaAAA%3B%3BAAFR%2CaAKI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAZR%2CaAKI%2CmBASI%3BEACI%2CWAAA%3B%3BAAfZ%2CaAqBI%3BEACI%2CkBAAA%3BEACA%2CalHxkUqB%2CgBkHwkUrB%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA7BR%2CaAqBI%2COAUI%3BEACI%2CeAAA%3BEACA%2CalHllUiB%2CgBkHklUjB%3B%3BAAjCZ%2CaAqBI%2COAeI%3BEACI%2CeAAA%3BEACA%2CalHvlUiB%2CgBkHulUjB%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAzCZ%2CaAqBI%2COAuBI%3BEACI%2CalH9lUiB%2CgBkH8lUjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAhDZ%2CaAoDI%3BEACI%2CkBAAA%3BEACA%2CalHvmUqB%2CgBkHumUrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAA5DR%2CaAoDI%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CalHlnUiB%2CgBkHknUjB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAnEZ%2CaAoDI%2CUAkBI%3BEACI%2CalHxnUiB%2CgBkHwnUjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA3EZ%2CaAoDI%2CUA0BI%3BEAMI%2CgBAAA%3B%3BAApFZ%2CaAoDI%2CUA0BI%2CGACI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAAjFhB%2CaAoDI%2CUA0BI%2CGAQI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAA1FhB%2CaA%2BFI%3BEACI%2CkBAAA%3BEACA%2CalHlpUqB%2CgBkHkpUrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAvGR%2CaA%2BFI%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CalH7pUiB%2CgBkH6pUjB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA9GZ%2CaA%2BFI%2CUAkBI%3BEACI%2CalHnqUiB%2CgBkHmqUjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAtHZ%2CaA%2BFI%2CUA0BI%3BEAMI%2CgBAAA%3B%3BAA%5C%2FHZ%2CaA%2BFI%2CUA0BI%2CGACI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAA5HhB%2CaA%2BFI%2CUA0BI%2CGAQI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAArIhB%2CaA0II%3BEACI%2CkBAAA%3BEACA%2CalH7rUqB%2CgBkH6rUrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAlJR%2CaA0II%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CalHxsUiB%2CgBkHwsUjB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAzJZ%2CaA0II%2CUAkBI%3BEACI%2CalH9sUiB%2CgBkH8sUjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAjKZ%2CaA0II%2CUA0BI%3BEAMI%2CgBAAA%3B%3BAA1KZ%2CaA0II%2CUA0BI%2CGACI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAAvKhB%2CaA0II%2CUA0BI%2CGAQI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAhLhB%2CaAqLI%3BEACI%2CkBAAA%3BEACA%2CalHxuUqB%2CgBkHwuUrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAA7LR%2CaAqLI%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CalHnvUiB%2CgBkHmvUjB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAApMZ%2CaAqLI%2CUAkBI%3BEACI%2CalHzvUiB%2CgBkHyvUjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA5MZ%2CaAqLI%2CUA0BI%3BEAMI%2CgBAAA%3B%3BAArNZ%2CaAqLI%2CUA0BI%2CGACI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAAlNhB%2CaAqLI%2CUA0BI%2CGAQI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAA3NhB%2CaAgOI%3BEACI%2CkBAAA%3BEACA%2CalHnxUqB%2CgBkHmxUrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAxOR%2CaAgOI%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CalH9xUiB%2CgBkH8xUjB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FOZ%2CaAgOI%2CUAkBI%3BEACI%2CalHpyUiB%2CgBkHoyUjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAvPZ%2CaAgOI%2CUA0BI%3BEAMI%2CgBAAA%3B%3BAAhQZ%2CaAgOI%2CUA0BI%2CGACI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAA7PhB%2CaAgOI%2CUA0BI%2CGAQI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAtQhB%2CaA2QI%3BEACI%2CkBAAA%3BEACA%2CalH9zUqB%2CgBkH8zUrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAnRR%2CaA2QI%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CalHz0UiB%2CgBkHy0UjB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA1RZ%2CaA2QI%2CUAkBI%3BEACI%2CalH%5C%2F0UiB%2CgBkH%2B0UjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAlSZ%2CaA2QI%2CUA0BI%3BEAMI%2CgBAAA%3B%3BAA3SZ%2CaA2QI%2CUA0BI%2CGACI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAAxShB%2CaA2QI%2CUA0BI%2CGAQI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAjThB%2CaAsTI%3BEACI%2CkBAAA%3BEACA%2CalHz2UqB%2CgBkHy2UrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAA9TR%2CaAsTI%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CalHp3UiB%2CgBkHo3UjB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAArUZ%2CaAsTI%2CUAkBI%3BEACI%2CalH13UiB%2CgBkH03UjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA7UZ%2CaAsTI%2CUA0BI%3BEAMI%2CgBAAA%3B%3BAAtVZ%2CaAsTI%2CUA0BI%2CGACI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAAnVhB%2CaAsTI%2CUA0BI%2CGAQI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAMhB%2CwBACI%2CgBAAe%3BEACX%2CkCAAA%3B%3BAAFR%2CwBAKI%3BEACI%2CaAAA%3B%3BAANR%2CwBASI%2CmBACI%3BEACI%2CWAAA%3B%3BAAXZ%2CwBAeI%3BEAEI%2CiCAAA%3B%3BAAjBR%2CwBAeI%2CoBAII%3BEASI%2C4BAAA%3B%3BAA5BZ%2CwBAeI%2CoBAII%2CkBACI%3BEACI%2CalHx6Ua%2CgBkHw6Ub%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAzBhB%2CwBAeI%2CoBAII%2CkBAWI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAjChB%2CwBAeI%2CoBAII%2CkBAWI%2CaAKI%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CalH37US%2CqBkH27UT%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAA9CpB%2CwBAeI%2CoBAII%2CkBA%2BBI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAArDhB%2CwBAeI%2CoBAII%2CkBA%2BBI%2CsBAKI%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CalH98US%2CqBkH88UT%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAhEpB%2CwBAeI%2CoBAII%2CkBAiDI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAvEhB%2CwBAeI%2CoBAII%2CkBAuDI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAA5EhB%2CwBAeI%2CoBAII%2CkBA4DI%2CcACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEAEA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C%2BBAAA%3B%3BAA5FpB%2CwBAeI%2CoBAII%2CkBA4DI%2CcACI%2CeAcI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAAjGxB%2CwBAeI%2CoBAII%2CkBAmFI%2CgBACI%3BEACI%2CqBAAA%3B%3BAAMJ%2CwBA%5C%2FFZ%2CoBAII%2CkBAyFI%2CGAEK%3BEACG%2CYAAA%3B%3BAA%5C%2FGpB%2CwBAqHI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CWACI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAARR%2CWACI%2CmBASI%3BEACI%2CWAAA%3B%3BAAKZ%2C2BACI%3BEACI%2CaAAA%3B%3BAAFR%2C2BAKI%3BEACI%2CaAAA%3B%3BAANR%2C2BASI%3BEACI%2CaAAA%3B%3BAAVR%2C2BAaI%2CSACI%2COACI%3BEACI%2CaAAA%3B%3BAAMhB%2C0BACI%3BEACI%2CaAAA%3B%3BAAFR%2C0BAKI%3BEACI%2CaAAA%3B%3BAANR%2C0BASI%3BEACI%2CaAAA%3B%3BAAVR%2C0BAaI%2CSACI%2COACI%3BEACI%2CaAAA%3B%3BAAMhB%2C6BACI%3BEACI%2CaAAA%3B%3BAAFR%2C6BAKI%3BEACI%2CaAAA%3B%3BAANR%2C6BASI%3BEACI%2CaAAA%3B%3BAAVR%2C6BAaI%2CSACI%2COACI%3BEACI%2CaAAA%3B%3BAAMhB%2CsBACI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAAHR%2CsBACI%2CGAII%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAKZ%3BEACI%2CiBAAA%3B%3BAAGJ%2CWACI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAAHR%2CWACI%2CGAII%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAPZ%2CWAWI%3BEAOI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAApBR%2CWAWI%2CGACI%3BEACI%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3B%3BAASZ%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAHJ%2CkBAKI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CalHtpVqB%2CgBkHspVrB%3BEACA%2CgBAAA%3B%3BAAIR%3BEAEI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BAAPJ%2CeASI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAhBR%2CeAmBI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CeAAC%2CMACG%3BEACI%2CgBAAgB%2CUAAhB%3BEACA%2CmBAAmB%2CUAAnB%3BEACA%2CWAAW%2CUAAX%3B%3BAAKZ%2CoBACI%2CGACI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAKZ%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBAAqB%3BEACjB%2C8BAAA%3B%3BAAOY%2CoBAHZ%2COAAM%2COACF%2CeACI%2CcACK%2CUAAU%3BEACP%2C0BAAA%3B%3BAAOpB%3BEACI%2CkBAAA%3B%3BAADJ%2CgBAGI%3BEACI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAwBR%2CwBAnB2C%3BEACvC%2CkBAAmB%2COAAM%3BIACrB%2CQAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CgBACI%3BIACI%2CaAAA%3BIACA%2C8BAAA%3B%3BEAHR%2CgBACI%2CGAII%3BIACI%2CYAAA%3B%3B%3BAAehB%2CwBAR0C%3BEACtC%2CkBACI%3BIACI%2CcAAA%3B%3B%3BAAYZ%2CwBAP0C%3BEACtC%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3B%3BAAiBR%2CwBAb2C%3BEACvC%2CkBACI%3BIACI%2CiBAAA%3B%3B%3BAAUZ%2CiBACI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAHR%2CiBAMI%2CoBAEI%3BEACI%2CalH1xVsB%2CqBkH0xVtB%3BEACA%2CeAAA%3B%3BAAVZ%2CiBAcI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAjBR%2CiBAcI%2CGAKI%3BEACI%2CmBAAA%3B%3BAApBZ%2CiBAcI%2CGAKI%2CGAGI%3BEACI%2C0BAAA%3BEACA%2CalHzyVkB%2CqBkHyyVlB%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAA3BhB%2CiBAgCI%3BEACI%2CcAAA%3B%3BAAIR%3BEACI%2CUAAA%3BEACA%2CalH3zV0B%2CmBkH2zV1B%3B%3BAAFJ%2CUAII%3BEACI%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAARR%2CUAWI%3BEAcI%2CeAAA%3B%3BAAZI%2CUAFR%2CEACK%2CYACI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAMR%2CUAhBJ%2CEAgBK%3BEACG%2CgBAAA%3B%3BAAKZ%2CcACI%3BEACI%2CqBAAA%3B%3BAAIR%2CiBACI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAA6IR%2CmBAzIsC%3BEAClC%2CiBACI%2CoBACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAKZ%3BIACI%2C%2BBAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CsBAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2C6BAAA%3BIACA%2CyBAAA%3B%3BEAEA%2CiBAPJ%2CoBAOK%2CUAAU%3BIACP%2C2BAAA%3B%3BEAXZ%2CiBAGI%2CoBAWI%3BIACI%2CaAAA%3BIACA%2C8BAAA%3B%3BEAEA%2CiBAfR%2CoBAWI%2CGAIK%3BIACG%2CqBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3BIAEA%2CSAAS%2CGAAT%3BIACA%2CSAAA%3BIACA%2CWAAW%2CYAAX%3BIACA%2CmBAAmB%2CYAAnB%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAhChB%2CiBAqCI%3BIACI%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CoBAAA%3B%3BEAxCR%2CiBA2CI%3BIAKI%2CaAAA%3B%3BEAhDR%2CiBA2CI%2CGACI%3BIACI%2CiBAAA%3B%3BEA7CZ%2CiBAmDI%2CoBAAmB%2COACf%3BIACI%2CcAAA%3BIACA%2CsBAAA%3B%3BEAIA%2CiBAPR%2CoBAAmB%2COAMf%2CGACK%3BIACG%2CWAAW%2CYAAX%3BIACA%2CmBAAmB%2CYAAnB%3BIACA%2CSAAS%2CGAAT%3B%3BEAMhB%3BIAOI%2CwBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CwBAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3B%3BEAVI%2CkBADJ%2CGACK%3BIACG%2CwBAAA%3B%3BEAHZ%2CkBAcI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CQAAA%3BIACA%2CuBAAA%3B%3BEAIR%2CkBAAkB%2CmBACd%3BIACI%2CuBAAA%3B%3BEAIR%2CcACI%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAIR%3BIAeI%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAjBJ%2CUACI%3BIACI%2C6BAAA%3B%3BEAFR%2CUAKI%3BIACI%2C0BAAA%3B%3BEANR%2CUASI%3BIAEI%2CsBAAA%3BIACA%2CeAAA%3B%3BEAQR%2CiBAAkB%3BIACd%2CyBAAA%3B%3B%3BAAwIR%2CmBApIqC%3BEACjC%2CiBACI%2CoBACI%3BIACI%2CeAAA%3B%3BEAKZ%3BIACI%2C%2BBAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CsBAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CgCAAA%3BIACA%2CyBAAA%3B%3BEAEA%2CiBAPJ%2CoBAOK%2CUAAU%3BIACP%2CmBAAA%3B%3BEAXZ%2CiBAGI%2CoBAWI%3BIACI%2CaAAA%3BIACA%2C8BAAA%3B%3BEAEA%2CiBAfR%2CoBAWI%2CGAIK%3BIACG%2CqBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3BIAEA%2CSAAS%2CGAAT%3BIACA%2CSAAA%3BIACA%2CWAAW%2CYAAX%3BIACA%2CmBAAmB%2CYAAnB%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAhChB%2CiBAqCI%3BIACI%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CoBAAA%3B%3BEAxCR%2CiBA2CI%3BIAKI%2CaAAA%3B%3BEAhDR%2CiBA2CI%2CGACI%3BIACI%2CoBAAA%3B%3BEA7CZ%2CiBAmDI%2CoBAAmB%2COACf%3BIACI%2CcAAA%3BIACA%2CsBAAA%3B%3BEAIA%2CiBAPR%2CoBAAmB%2COAMf%2CGACK%3BIACG%2CWAAW%2CYAAX%3BIACA%2CmBAAmB%2CYAAnB%3BIACA%2CSAAS%2CGAAT%3B%3BEAMhB%3BIAOI%2C2BAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CwBAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3B%3BEAVI%2CkBADJ%2CGACK%3BIACG%2CwBAAA%3B%3BEAHZ%2CkBAcI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CQAAA%3BIACA%2CuBAAA%3B%3BEAIR%2CkBAAkB%2CmBACd%3BIACI%2CuBAAA%3B%3BEAIR%2CcACI%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAIR%3BIAeI%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAjBJ%2CUACI%3BIACI%2C6BAAA%3B%3BEAFR%2CUAKI%3BIACI%2C0BAAA%3B%3BEANR%2CUASI%3BIAEI%2CsBAAA%3BIACA%2CeAAA%3B%3B%3BAASZ%2CIACI%2CaACI%2CkBACI%3BEACI%2CaAAA%3B%3BAAJhB%2CIACI%2CaACI%2CkBAKK%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAKZ%2CIAAC%2CIAAI%2CuBACD%2CaACI%2CkBACI%3BEACI%2CaAAA%3B%3BAAWpB%2CsBAAsB%2CSAAS%2CQAE3B%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BAAVR%2CsBAAsB%2CSAAS%2CQAE3B%2CmBAUK%3BEAEG%2CqBAAA%3BEAGA%2CcAAA%3BEACA%2CalHzqWiB%2CgBkHyqWjB%3B%3BAAEA%2CsBApBU%2CSAAS%2CQAE3B%2CmBAUK%2CIAQI%3BEACG%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CsBAzBU%2CSAAS%2CQAE3B%2CmBAUK%2CIAaI%3BEACG%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CsBA9BU%2CSAAS%2CQAE3B%2CmBAUK%2CIAkBI%3BEACG%2CcAAA%3BEACA%2C0BAAA%3B%3BAAhChB%2CsBAAsB%2CSAAS%2CQAqC3B%2CSAAQ%2CKACJ%3BEACI%2CgBAAA%3B%3BAAvCZ%2CsBAAsB%2CSAAS%2CQA2C3B%3BEAqDI%2CYAAA%3BEACA%2CWAAA%3B%3BAAjGR%2CsBAAsB%2CSAAS%2CQA2C3B%2CsBACI%3BEA%2BCI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAA7FZ%2CsBAAsB%2CSAAS%2CQA2C3B%2CsBACI%2CmBACK%3BEAYG%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAjEhB%2CsBAAsB%2CSAAS%2CQA2C3B%2CsBACI%2CmBACK%2CUACG%3BEACI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAaJ%2CsBAnEM%2CSAAS%2CQA2C3B%2CsBACI%2CmBACK%2CUAsBI%3BEACG%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CalHptWK%2CYkHotWL%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsBArFM%2CSAAS%2CQA2C3B%2CsBACI%2CmBACK%2CUAwCI%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAAvFpB%2CsBAAsB%2CSAAS%2CQA2C3B%2CsBAwDK%3BEACG%2CiBAAA%3B%3BAApGZ%2CsBAAsB%2CSAAS%2CQA2C3B%2CsBA4DI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAzGZ%2CsBAAsB%2CSAAS%2CQA2C3B%2CsBA4DI%2CiBAIK%2CSAAM%3BEACH%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FGhB%2CsBAAsB%2CSAAS%2CQAoH3B%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA3HR%2CsBAAsB%2CSAAS%2CQAoH3B%2CcASI%2CQAAO%3BEACH%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CsBArIU%2CSAAS%2CQAoH3B%2CcASI%2CQAAO%2CWAQF%3BEACG%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CalHtxWS%2CYkHsxWT%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2COAAT%3B%3BAAGJ%2CsBAvJU%2CSAAS%2CQAoH3B%2CcASI%2CQAAO%2CWA0BF%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAAzJhB%2CsBAAsB%2CSAAS%2CQAoH3B%2CcAyCI%2CyBACI%3BEACI%2CiBAAA%3BEACA%2COAAA%3B%3BAAhKhB%2CsBAAsB%2CSAAS%2CQAoH3B%2CcAyCI%2CyBAMI%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAArKhB%2CsBAAsB%2CSAAS%2CQAoH3B%2CcAqDI%3BEACI%2CiBAAA%3BEAEA%2CWAAA%3BEACA%2CWAAA%3BEAGA%2CSAAA%3B%3BAAhLZ%2CsBAAsB%2CSAAS%2CQAoH3B%2CcAqDI%2CWASI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApLhB%2CsBAAsB%2CSAAS%2CQAoH3B%2CcAoEI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAA9LZ%2CsBAAsB%2CSAAS%2CQAoH3B%2CcA6EI%2CyBAAwB%3BEACpB%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA1MZ%2CsBAAsB%2CSAAS%2CQAoH3B%2CcA6EI%2CyBAAwB%2CMAWpB%3BEACI%2CaAAA%3B%3BAAIR%2CsBAjNc%2CSAAS%2CQAoH3B%2CcA6FK%2CMACG%3BEACI%2CkBAAA%3BEACA%2CMAAA%3B%3BAApNhB%2CsBAAsB%2CSAAS%2CQAyN3B%2CQAAO%3BEAEH%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CalHv3WqB%2CgBkHu3WrB%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CsBA1Oc%2CSAAS%2CQAyN3B%2CQAAO%2CQAiBF%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CsBAhPc%2CSAAS%2CQAyN3B%2CQAAO%2CQAuBF%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CsBAtPc%2CSAAS%2CQAyN3B%2CQAAO%2CQA6BF%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAKJ%2CsBAjQc%2CSAAS%2CQAgQ3B%2CiBAAgB%2CKACX%3BEACG%2CaAAA%3B%3BAAlQZ%2CsBAAsB%2CSAAS%2CQAsQ3B%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAxQR%2CsBAAsB%2CSAAS%2CQA2Q3B%2CiBACI%3BEACI%2CiBAAA%3B%3BAA7QZ%2CsBAAsB%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAArRZ%2CsBAAsB%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBAKI%3BEACI%2CsBAAA%3B%3BAAxRhB%2CsBAAsB%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBAKI%2CyBAGI%3BEACI%2CWAAA%3B%3BAA3RpB%2CsBAAsB%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBAaI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAzShB%2CsBAAsB%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBA0BI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FShB%2CsBAAsB%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBAgCI%3BEACI%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAvThB%2CsBAAsB%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBAwCI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2C4BAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEAEA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEA%2CsBA5UM%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBAwCI%2CoBAkBK%3BEACG%2CaAAA%3B%3BAA7UpB%2CsBAAsB%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBAwCI%2CoBAsBI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGI%2CsBAxVF%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBAwCI%2CoBAsBI%2CmBAOI%2CEACK%3BEACG%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CalHn%2BWD%2CakHm%2BWC%3B%3BAA3V5B%2CsBAAsB%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBAwCI%2CoBAsCI%3BEACI%2CcAAA%3B%3BAAjWpB%2CsBAAsB%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBAwCI%2CoBAsCI%2CiBAGI%3BEACI%2CWAAA%3BEAEA%2CmBAAA%3BEAMA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEAEA%2CeAAA%3BEAGA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CalH5gXM%2CmBkH4gXN%3BEACA%2C0BAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEAEA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CsBArYF%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBAwCI%2CoBAsCI%2CiBAGI%2COAkCK%3BEACG%2CYAAA%3BEACA%2CaAAA%3B%3BAAMhB%2CsBA7YU%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBA2HK%3BEACG%2CeAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3B%3BAANJ%2CsBA7YU%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBA2HK%2CMAQG%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAVR%2CsBA7YU%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBA2HK%2CMAQG%2CEAII%3BEACI%2CgBAAgB%2CWAAW%2CYAA3B%3BEACA%2CmBAAmB%2CWAAW%2CYAA9B%3BEACA%2CcAAc%2CWAAW%2CYAAzB%3BEACA%2CeAAe%2CWAAW%2CYAA1B%3BEACA%2CWAAW%2CWAAW%2CYAAtB%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAtBZ%2CsBA7YU%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBA2HK%2CMA0BG%3BEACI%2CWAAA%3B%3BAAxapB%2CsBAAsB%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBA0JI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CalHhkXc%2CmBkHgkXd%3B%3BAAEA%2CsBAjbM%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBA0JI%2CmBAKK%3BEACG%2C0BAAA%3B%3BAAlbpB%2CsBAAsB%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBAoKI%3BEAEI%2CgBAAA%3BEAEA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CalHllXa%2CqBkHklXb%3BEACA%2CeAAA%3B%3BAA%5C%2FbhB%2CsBAAsB%2CSAAS%2CQAoc3B%3BEA%2BCI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApfR%2CsBAAsB%2CSAAS%2CQAoc3B%2CgBACI%3BEA0CI%2CkBAAA%3BEACA%2CsBAAA%3B%3BAA1CA%2CsBAtcU%2CSAAS%2CQAoc3B%2CgBACI%2CeACK%3BEACI%2C4BAAA%3BEACD%2CgCAAA%3BEACA%2CsBAAsB%2C0BAAtB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CuBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAjdhB%2CsBAAsB%2CSAAS%2CQAoc3B%2CgBACI%2CeAeK%3BEAYG%2CcAAA%3BEACA%2CgBAAA%3B%3BAAZA%2CsBArdM%2CSAAS%2CQAoc3B%2CgBACI%2CeAeK%2COACI%3BEACI%2C4BAAA%3BEACD%2CgCAAA%3BEACA%2CsBAAsB%2C4BAAtB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAA7dpB%2CsBAAsB%2CSAAS%2CQAoc3B%2CgBACI%2CeAeK%2COAeG%3BEACI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA3epB%2CsBAAsB%2CSAAS%2CQAuf3B%2CMAAK%2CQAAQ%2CaAAa%2CaACtB%3BEACI%2CQAAQ%2CeAAR%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3B%3BAA5fZ%2CsBAAsB%2CSAAS%2CQAuf3B%2CMAAK%2CQAAQ%2CaAAa%2CaAQtB%3BEACI%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAvgBZ%2CsBAAsB%2CSAAS%2CQAuf3B%2CMAAK%2CQAAQ%2CaAAa%2CaAQtB%2CoBAUI%3BEAaI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CalHhrXa%2CgBkHgrXb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAjiBhB%2CsBAAsB%2CSAAS%2CQAsiB3B%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3B%3BAA1iBR%2CsBAAsB%2CSAAS%2CQA8iB3B%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAnjBR%2CsBAAsB%2CSAAS%2CQAsjB3B%3BEACI%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA3jBR%2CsBAAsB%2CSAAS%2CQA8jB3B%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAvkBR%2CsBAAsB%2CSAAS%2CQA0kB3B%3BEAiBI%2CkBAAA%3B%3BAA3lBR%2CsBAAsB%2CSAAS%2CQA0kB3B%2CyBACI%3BEAYI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAxlBZ%2CsBAAsB%2CSAAS%2CQA0kB3B%2CyBACI%2CgBACI%3BEACI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAplBhB%2CsBAAsB%2CSAAS%2CQA0kB3B%2CyBAmBI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAWR%2CmBANoC%3BEAMpC%2CsBA3mBkB%2CSAAS%2CQAsmBvB%2CsBAAsB%3BIAClB%2CcAAA%3B%3B%3BAAwBR%2CmBApBoC%3BEAoBpC%2CsBA%5C%2FnBkB%2CSAAS%2CQA4mBvB%2CUAAS%2CKAAM%2CmBAAmB%2CoBAAoB%2CiBAAiB%3BIACnE%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CuBAAA%3BIACA%2CcAAA%3BIACA%2CoBAAA%3BIACA%2CalHzwXkB%2CmBkHywXlB%3BIACA%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3B%3BAAYR%2CmBARqC%3BEAQrC%2CsBAvoBkB%2CSAAS%2CQAgoBvB%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3B%3BAAnoBZ%2CsBAAsB%2CSAAS%2CQAuoB3B%2CoBACI%2CiBACI%3BEACI%2CwBAAA%3BEACA%2C8BAAA%3B%3BAA3oBhB%2CsBAAsB%2CSAAS%2CQAgpB3B%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAnpBR%2CsBAAsB%2CSAAS%2CQAgpB3B%2CsBAKI%3BEACI%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAvpBZ%2CsBAAsB%2CSAAS%2CQA2pB3B%3BEACI%2CgBAAA%3B%3BAA5pBR%2CsBAAsB%2CSAAS%2CQA2pB3B%2CqCAEI%3BEACI%2CaAAA%3B%3BAA9pBZ%2CsBAAsB%2CSAAS%2CQAkqB3B%3BEACI%2CgBAAA%3BEACA%2C2CAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAzqBR%2CsBAAsB%2CSAAS%2CQA4qB3B%2COAAM%2CSACF%2CEAAC%3BEACG%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAjrBZ%2CsBAAsB%2CSAAS%2CQAqrB3B%2CEAAC%3BEACG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CalHl1XsB%2CmBkHk1XtB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAApsBR%2CsBAAsB%2CSAAS%2CQAusB3B%2CSAAQ%2CQAAQ%2CqBACZ%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAA3sBZ%2CsBAAsB%2CSAAS%2CQA%2BsB3B%2CWAAU%3BEACN%2CWAAA%3BEAEA%2CaAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAArtBR%2CsBAAsB%2CSAAS%2CQAwtB3B%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAA1tBR%2CsBAAsB%2CSAAS%2CQA6tB3B%2CKAAI%2CgBAAgB%2CkBAAkB%2CIAAI%3BEACtC%2CsBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CcACI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAAJR%2CcAOI%3BEAGI%2CoBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CsBACI%2CuBAAsB%2CSAAS%2CQAC3B%2CiBAAiB%3BEACb%2CmBAAA%3B%3BAAHZ%2CsBACI%2CuBAAsB%2CSAAS%2CQAK3B%3BEACI%2CYAAA%3B%3BAAPZ%2CsBACI%2CuBAAsB%2CSAAS%2CQAS3B%2CEAAC%3BEACG%2C0BAAA%3BEACA%2CmBAAA%3B%3BAAZZ%2CsBAgBI%2CUAAS%2CKACL%2CmBACI%2CoBACI%2CiBACI%3BEACI%2CmBAAA%3B%3BAAQxB%2CcACI%3BEACI%2CYAAA%3B%3BAAFR%2CcAKI%2CeACI%2CcACI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAmGhB%2CgBA7FiC%3BEAIjB%2CsBAHU%2CcAClB%2CmBACK%2CIAAI%2CQACA%2CIAAI%2CSACD%3BIACI%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CsBAjBc%2CcAClB%2CmBAgBK%3BIACG%2CmBAAA%3BIACA%2C4CAAA%3BIACA%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAxBZ%2CsBAAsB%2CcA4BlB%3BIACI%2CmBAAA%3BIACA%2C4CAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAjCR%2CsBAAsB%2CcAoClB%3BIACI%2CoBAAA%3B%3BEArCR%2CsBAAsB%2CcAwClB%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BIACI%2CcAAA%3B%3BEADJ%2CqBAGI%2CiBAAiB%3BIACb%2CqBAAA%3BIACA%2CsBAAA%3B%3BEALR%2CqBAGI%2CiBAAiB%2CqBAIZ%3BIACG%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CqBATR%2CiBAAiB%2CqBAIZ%2CUAKI%3BIACG%2CeAAA%3B%3BEAbhB%2CqBAkBI%3BIACI%2CqBAAA%3B%3BEAOI%2CcAFR%2CuBAAsB%2CcAClB%2CoBACK%3BIACG%2CmBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAXhB%2CcAgBI%3BIACI%2CUAAA%3BIACA%2CSAAA%3B%3B%3BAAeZ%2CQAV0B%2CwBAAuB%3BEAC7C%2CsBAAsB%2CSAAS%2CQAC3B%2CgBACI%3BIACI%2CWAAA%3B%3B%3BAA2ChB%2CQArCyB%3BEACrB%2CsBAAsB%2CSAAS%2CQAC3B%3BIACI%2CaAAA%3B%3BEAFR%2CsBAAsB%2CSAAS%2CQAK3B%2CMAAK%2CQAAQ%2CaAAa%2CaACtB%3BIACI%2CUAAA%3B%3BEAPZ%2CsBAAsB%2CSAAS%2CQAW3B%2CUAAS%2CKACL%2CmBACI%2CoBACI%2CiBACI%3BIACI%2CsBAAA%3BIACA%2C0BAAA%3B%3BEAjBxB%2CsBAAsB%2CSAAS%2CQAwB3B%2CoBACI%2CiBACI%3BIACI%2C2BAAA%3BIACA%2C8BAAA%3B%3B%3BAA0BpB%2CwBAlB0C%3BEACtC%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBACI%3BIACI%2CeAAA%3B%3BEAJhB%2CsBAAsB%2CSAAS%2CQAS3B%2CgBACI%3BIACI%2CYAAA%3B%3B%3BAAyBhB%2CwBAnByC%3BEACrC%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBACI%3BIACI%2CcAAA%3BIACA%2CqBAAA%3B%3BEALhB%2CsBAAsB%2CSAAS%2CQAU3B%2CgBACI%3BIACI%2CYAAA%3B%3B%3BAA6ChB%2CwBAvC0C%3BEACtC%2CsBAAsB%2CSAAS%2CQAC3B%3BIACI%2CgBAAA%3B%3BEAFR%2CsBAAsB%2CSAAS%2CQAK3B%2CkBACI%2CcACI%2CyBACI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAXpB%2CsBAAsB%2CSAAS%2CQAiB3B%2CUAAS%2CKACL%2CmBACI%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAvBhB%2CsBAAsB%2CSAAS%2CQAiB3B%2CUAAS%2CKACL%2CmBAQI%2CoBACI%2CiBACI%3BIACI%2CoBAAA%3B%3B%3BAAkB5B%2CwBATyC%2CuBAAsB%3BEAC3D%2CsBAAsB%2CSAAS%2CQAC3B%2CWAAU%3BIACN%2CeAAA%3BIACA%2CuBAAA%3B%3B%3BAAcZ%2CQATyB%3BEACrB%2CsBAAsB%2CSAAS%2CQAC3B%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3B%3BAA6CZ%2CQAxCyB%3BEACrB%2CsBACI%2CUAAS%3BIACL%2CUAAA%3B%3BEAFR%2CsBAKI%2CeACI%3BIACI%2CaAAA%3BIACA%2C4BAAA%3BIACA%2CgBAAA%3B%3BEATZ%2CsBAaI%2CUAAS%2CKACL%2CmBACI%2CoBACI%2CiBACI%3BIACI%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2C0BAAA%3B%3BEApBxB%2CsBA2BI%3BIACI%2CoBAAA%3B%3BEA5BR%2CsBA%2BBI%2CcACI%3BIACI%2CSAAA%3B%3B%3BAAwQhB%2CmBAlQqC%3BEACjC%2CsBACI%2CiBAAiB%3BIACb%2CmBAAA%3B%3BEAIR%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%3BIACI%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEALZ%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAKI%3BIACI%2CsBAAA%3B%3BEARhB%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAKI%2CyBAGI%3BIACI%2CWAAA%3B%3BEAXpB%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAaI%3BIACI%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2C0BAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CcAAA%3B%3BEAxBhB%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAyBI%3BIACI%2CeAAA%3B%3BEA5BhB%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBA6BI%3BIACI%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3B%3BEApChB%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAqCI%3BIACI%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3BIACA%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2C4BAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CsBAvDM%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAqCI%2CoBAgBK%3BIACG%2CaAAA%3B%3BEAxDpB%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAqCI%2CoBAoBI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAGI%2CsBAnEF%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAqCI%2CoBAoBI%2CmBAOI%2CEACK%3BIACG%2CcAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CalHtwYL%2CakHswYK%3B%3BEAtE5B%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAqCI%2CoBAoCI%3BIACI%2CcAAA%3B%3BEA5EpB%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAqCI%2CoBAoCI%2CiBAGI%3BIACI%2CWAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CalHnyYE%2CmBkHmyYF%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEAEA%2CsBA%5C%2FFF%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAqCI%2CoBAoCI%2CiBAGI%2COAiBK%3BIACG%2CYAAA%3BIACA%2CaAAA%3B%3BEAMhB%2CsBAvGU%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAqGK%3BIACG%2CeAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CyBAAA%3B%3BEANJ%2CsBAvGU%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAqGK%2CMAQG%3BIACI%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAVR%2CsBAvGU%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAqGK%2CMAQG%2CEAII%3BIACI%2CgBAAgB%2CWAAW%2CYAA3B%3BIACA%2CmBAAmB%2CWAAW%2CYAA9B%3BIACA%2CcAAc%2CWAAW%2CYAAzB%3BIACA%2CeAAe%2CWAAW%2CYAA1B%3BIACA%2CWAAW%2CWAAW%2CYAAtB%3BIACA%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3B%3BEAtBZ%2CsBAvGU%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAqGK%2CMA0BG%3BIACI%2CWAAA%3B%3BEAlIpB%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAoII%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CalHl1YU%2CmBkHk1YV%3B%3BEAEA%2CsBA3IM%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAoII%2CmBAKK%3BIACG%2C0BAAA%3B%3BEA5IpB%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBA8II%3BIACI%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CsBAAA%3B%3BEAOJ%2CsBA3JU%2CSAAS%2CQAyJ3B%2CgBACI%2CeACK%3BIACG%2C4BAAA%3BIACA%2CgCAAA%3BIACA%2CsBAAsB%2C0BAAtB%3BIACA%2CSAAS%2CEAAT%3BIACA%2CYAAA%3B%3BEAIA%2CsBApKM%2CSAAS%2CQAyJ3B%2CgBACI%2CeASK%2COACI%3BIACG%2C4BAAA%3BIACA%2CgCAAA%3BIACA%2CsBAAsB%2C4BAAtB%3BIACA%2CSAAS%2CEAAT%3BIACA%2CYAAA%3B%3BEAzKpB%2CsBAAsB%2CSAAS%2CQA%2BK3B%3BIACI%2CkBAAA%3B%3BEAhLR%2CsBAAsB%2CSAAS%2CQA%2BK3B%2CcAGI%2CyBAAwB%3BIACpB%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAtLZ%2CsBAAsB%2CSAAS%2CQA%2BK3B%2CcAGI%2CyBAAwB%2CMAMpB%3BIACI%2CaAAA%3B%3BEAIR%2CsBA7Lc%2CSAAS%2CQA%2BK3B%2CcAcK%2CMACG%3BIACI%2CkBAAA%3BIACA%2CMAAA%3B%3BEAhMhB%2CsBAAsB%2CSAAS%2CQAqM3B%2CMAAK%2CQAAQ%2CaAAa%2CaACtB%3BIACI%2CQAAQ%2CeAAR%3BIACA%2CYAAA%3B%3BEAxMZ%2CsBAAsB%2CSAAS%2CQAqM3B%2CMAAK%2CQAAQ%2CaAAa%2CaAMtB%3BIACI%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3B%3BEAnNZ%2CsBAAsB%2CSAAS%2CQAqM3B%2CMAAK%2CQAAQ%2CaAAa%2CaAMtB%2CoBAUI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CalHx6YS%2CgBkHw6YT%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2C2BAAA%3BIACA%2C8BAAA%3B%3BEAjOhB%2CsBAAsB%2CSAAS%2CQAsO3B%3BIACI%2CkBAAA%3B%3BEAvOR%2CsBAAsB%2CSAAS%2CQA0O3B%3BIACI%2CcAAA%3B%3BEAIR%2CcACI%2CeACI%2CcACI%3BIACI%2CgBAAA%3B%3B%3BAAuBpB%2CmBAfqC%3BEACjC%2CcACI%2CeACI%3BIACI%2CSAAA%3B%3BEAHZ%2CcACI%2CeAKI%3BIACI%2C0BAAA%3B%3B%3BAAQZ%2CKAAC%3BEACG%2CgBAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAKJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CeACI%3BEACI%2CeAAA%3B%3BAAKR%2CQAAQ%3BEAYJ%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAZA%2CQADI%2CiBACH%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CQANI%2CiBAMH%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAATR%2CQAAQ%2CiBAgBJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAAlBR%2CQAAQ%2CiBAqBJ%3BEAGI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAEA%2CQA7BA%2CiBAqBJ%2CEAQK%3BEAEG%2CaAAA%3B%3BAA%5C%2FBZ%2CQAAQ%2CiBAmCJ%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAArCR%2CQAAQ%2CiBAwCJ%3BEAGI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3B%3BAAEA%2CQA%5C%2FCA%2CiBAwCJ%2CEAOK%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CQApDA%2CiBAwCJ%2CEAYK%3BEAKG%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CQA7DA%2CiBAwCJ%2CEAqBK%3BEACG%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CQAlEA%2CiBAwCJ%2CEA0BK%2CIAAI%3BEACD%2C0BAAA%3B%3BAAnEZ%2CQAAQ%2CiBAuEJ%3BEACI%2CwBAAwC%2C6CAAxC%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CalH3jZsB%2CmBkH2jZtB%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAe%2CEAAf%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2C2EAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CQApGA%2CiBAuEJ%2COA6BK%3BEACG%2CyBAAA%3B%3BAAGJ%2CQAxGA%2CiBAuEJ%2COAiCK%3BEACG%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAIA%2CQA%5C%2FGJ%2CiBAuEJ%2COAuCK%2CIAAI%2CYACA%3BEACG%2C%2BBAAA%3B%3BAAMhB%2CQAAQ%3BEACJ%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAEA%2CQALI%2CiBAKH%3BEACG%2CSAAS%2CEAAT%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAZR%2CQAAQ%2CiBAeJ%3BEACI%2CaAAA%3B%3BAAhBR%2CQAAQ%2CiBAmBJ%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CalH5nZsB%2CmBkH4nZtB%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3B%3BAA1BR%2CQAAQ%2CiBAmBJ%2CgBASI%3BEACI%2CalHxoZiB%2CgBkHwoZjB%3BEACA%2CgBAAA%3B%3BAA9BZ%2CQAAQ%2CiBAkCJ%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAxCR%2CQAAQ%2CiBA2CJ%2CgBAAe%3BEACX%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAEA%2CQAjDA%2CiBA2CJ%2CgBAAe%2COAMV%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3B%3BAA9DZ%2CQAAQ%2CiBA2CJ%2CgBAAe%2COAsBX%3BEACI%2CalH1qZiB%2CqBkH0qZjB%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAxEZ%2CQAAQ%2CiBA2CJ%2CgBAAe%2COAgCX%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CalH9rZkB%2CmBkH8rZlB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CQAzGJ%2CiBA2CJ%2CgBAAe%2COA6DX%2CeACK%3BEACG%2CaAAA%3B%3BAAMhB%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CmBAKI%3BEACI%2CalH9tZqB%2CqBkH8tZrB%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAZR%2CmBAeI%3BEACI%2CgBAAgB%2CsDAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAArBR%2CmBAeI%2CaAQI%3BEACI%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAA%5C%2FBZ%2CmBAmCI%3BEACI%2CgBAAgB%2CyDAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAxCR%2CmBAmCI%2CaAOI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAKZ%2CIAAI%2CoBACA%2CoBACI%3BEACI%2CYAAA%3B%3BAAHZ%2CIAAI%2CoBAOA%3BEACI%2CYAAA%3B%3BAAIR%3BEACI%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEAEA%2CUAAA%3B%3BAAGJ%3BEACI%2COAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CiBACI%3BEACI%2CgBAAA%3B%3BAAIR%3BEACI%2C6BAAA%3B%3BAADJ%2CiBAGI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAALR%2CiBAQI%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CiBAJJ%2CeAIK%3BEACG%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CalH7zZa%2CYkH6zZb%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CiBArBR%2CeAoBK%2CMACI%3BEACG%2CcAAA%3B%3BAA9BhB%2CiBAQI%2CeA0BK%3BEACG%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA1CZ%2CiBA8CI%3BEACI%2CaAAA%3B%3BAA%5C%2FCR%2CiBAkDI%3BEACI%2CYAAA%3B%3BAAIR%2CcACI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAWR%2CmBAPoC%3BEAChC%3BIACI%2CgBAAA%3B%3B%3BAAWR%2CwBANyC%3BEACrC%3BIACI%2CaAAA%3B%3B%3BAA2LR%2CmBAvLqC%3BEACjC%2CQAAQ%3BIACJ%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAEA%2CQALI%2CiBAKH%3BIACG%2CSAAS%2CEAAT%3BIACA%2C6BAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAZR%2CQAAQ%2CiBAeJ%3BIACI%2CaAAA%3B%3BEAhBR%2CQAAQ%2CiBAmBJ%3BIACI%2CeAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CalHr5ZkB%2CmBkHq5ZlB%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CwBAAA%3B%3BEA1BR%2CQAAQ%2CiBAmBJ%2CgBASI%3BIACI%2CalHj6Za%2CgBkHi6Zb%3BIACA%2CgBAAA%3B%3BEA9BZ%2CQAAQ%2CiBAkCJ%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAxCR%2CQAAQ%2CiBA2CJ%2CgBAAe%3BIACX%2CkBAAA%3B%3BEAEA%2CQA9CA%2CiBA2CJ%2CgBAAe%2COAGV%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CWAAW%2CaAAX%3BIACA%2CmBAAmB%2CaAAnB%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3B%3BEAzDZ%2CQAAQ%2CiBA2CJ%2CgBAAe%2COAiBX%3BIACI%2CalH97Za%2CqBkH87Zb%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEAnEZ%2CQAAQ%2CiBA2CJ%2CgBAAe%2COA2BX%3BIACI%2CeAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CalHl9Zc%2CmBkHk9Zd%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEAIA%2CQApGJ%2CiBA2CJ%2CgBAAe%2COAwDX%2CeACK%3BIACG%2CaAAA%3B%3BEArGhB%2CQAAQ%2CiBA0GJ%3BIACI%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAIR%3BIACI%2CWAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2CmBAKI%3BIACI%2CalHx%5C%2FZiB%2CqBkHw%5C%2FZjB%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAZR%2CmBAeI%3BIACI%2CgBAAgB%2CsDAAhB%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEArBR%2CmBAeI%2CaAQI%3BIACI%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CwBAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3B%3BEA%5C%2FBZ%2CmBAmCI%3BIACI%2CgBAAgB%2CyDAAhB%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3B%3BEAxCR%2CmBAmCI%2CaAOI%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CwBAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3B%3BEAKZ%2CIAAI%2CoBACA%2CoBACI%3BIACI%2CYAAA%3B%3BEAHZ%2CIAAI%2CoBAOA%3BIACI%2CYAAA%3B%3B%3BAAsBZ%2CmBAhBoC%3BEAChC%3BIACI%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3B%3BAAOR%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2C2BAAA%3B%3BAAJJ%2CaAOI%3BEAYI%2CSAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAArBR%2CaAOI%2CwBACI%3BEACI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAhBZ%2CaAOI%2CwBAgBI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAAzBZ%2CaAOI%2CwBAqBI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CaA5BR%2CwBAqBI%2CEAOK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAArChB%2CaAOI%2CwBAkCI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CaAxCR%2CwBAkCI%2COAMK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CaA5CR%2CwBAkCI%2COAUK%3BEACG%2CSAAS%2CGAAT%3B%3BAApDhB%2CaAyDI%2CSACI%3BEACI%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3B%3BAAlEZ%2CaAsEI%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAzER%2CaA4EI%2CQACI%3BEACI%2CaAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAnFZ%2CaA4EI%2CQAUI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CalHhqaiB%2CqBkHgqajB%3BEACA%2C2BAAA%3BEACA%2CgCAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CaArBR%2CQAUI%2CsBAWK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CgBAAgB%2CiDAAhB%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAxGhB%2CaA4EI%2CQAgCI%3BEACI%2CmBAAA%3B%3BAAKI%2CaAtCZ%2CQAoCI%2CqBAAoB%2COAChB%2CsBACK%3BEACG%2CWAAW%2CaAAX%3BEACA%2CUAAA%3B%3BAApHpB%2CaA4EI%2CQAoCI%2CqBAAoB%2COAQhB%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAA1HhB%2CaA4EI%2CQAkDI%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAAjIZ%2CaA4EI%2CQAkDI%2CwBAKI%3BEACI%2CkBAAA%3B%3BAAEA%2CaA1DZ%2CQAkDI%2CwBAKI%2COAGK%3BEACG%2CQAAA%3BEACA%2CkBAAA%3B%3BAAxIpB%2CaA4EI%2CQAkDI%2CwBAcI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA9IhB%2CaA4EI%2CQAkDI%2CwBAcI%2CGAII%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CalHvtaU%2CmBkHutaV%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CaA3EhB%2CQAkDI%2CwBAcI%2CGAII%2CEAOK%3BEACG%2CeAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAA1JxB%2CaAkKI%2CcACI%3BEACI%2CyBAAA%3BEACA%2C2EAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FKZ%2CaAmLI%3BEACI%2CaAAA%3B%3BAApLR%2CaAuLI%3BEACI%2CSAAA%3BEACA%2C2BAAA%3B%3BAAzLR%2CaA4LI%3BEACI%2C6BAAA%3BEACA%2CoBAAA%3B%3BAA9LR%2CaAiMI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CaAbJ%2CsBAaK%3BEACG%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CalHnxaa%2CYkHmxab%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CaAhCJ%2CsBAgCK%3BEACG%2CcAAA%3B%3BAAMA%2CaAFR%2CQACK%2CwBACI%3BEACG%2CSAAS%2COAAT%3B%3BAAkBhB%2CmBAXoC%3BEAChC%2CaACI%2CQAAQ%3BIACJ%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAuGZ%2CmBAhGqC%3BEAEjC%3BIACI%2CaAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2C2BAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3B%3BEANJ%2CaASI%2CQACI%3BIACI%2CaAAA%3B%3BEAXZ%2CaASI%2CQAKI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CalHr1aa%2CqBkHq1ab%3BIACA%2C2BAAA%3BIACA%2CgCAAA%3BIACA%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAEA%2CaAhBR%2CQAKI%2CsBAWK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CgBAAgB%2CiDAAhB%3BIACA%2CUAAA%3BIACA%2CYAAA%3B%3BEAhChB%2CaASI%2CQA2BI%3BIACI%2CmBAAA%3B%3BEAKI%2CaAjCZ%2CQA%2BBI%2CqBAAoB%2COAChB%2CsBACK%3BIACG%2CWAAW%2CaAAX%3BIACA%2CUAAA%3B%3BEA5CpB%2CaASI%2CQA%2BBI%2CqBAAoB%2COAQhB%3BIACI%2CcAAA%3BIACA%2CyBAAA%3B%3BEAlDhB%2CaASI%2CQA6CI%3BIACI%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CaAAA%3B%3BEAzDZ%2CaASI%2CQA6CI%2CwBAKI%3BIACI%2CkBAAA%3B%3BEAEA%2CaArDZ%2CQA6CI%2CwBAKI%2COAGK%3BIACG%2CQAAA%3BIACA%2CkBAAA%3B%3BEAhEpB%2CaASI%2CQA6CI%2CwBAcI%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAtEhB%2CaASI%2CQA6CI%2CwBAcI%2CGAII%3BIACI%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CalH54aM%2CmBkH44aN%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CaAtEhB%2CQA6CI%2CwBAcI%2CGAII%2CEAOK%3BIACG%2CeAAA%3BIACA%2CcAAA%3BIACA%2CyBAAA%3B%3B%3BAAY5B%2C2BACI%3BEAkBI%2CgBAAA%3B%3BAAnBR%2C2BACI%2CYACI%2CQAAO%3BEACH%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEA%2C2BARR%2CYACI%2CQAAO%2COAOF%2CIAAI%3BEACD%2CmBAAA%3B%3BAAVhB%2C2BACI%2CYAaI%2CYAAW%3BEACP%2CkBAAA%3BEACA%2CWAAA%3B%3BAAOJ%2C2BADJ%2CQAAO%2CKACF%2CIAAI%3BEACD%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C2BAZJ%2CQAAO%2CKAYF%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA3CZ%2C2BA%2BCI%2CSAAQ%3BEACJ%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAvDR%2C2BA%2BCI%2CSAAQ%2CMAUJ%3BEACI%2CcAAA%3B%3BAAEA%2C2BAbR%2CSAAQ%2CMAUJ%2CEAGK%3BEACG%2CcAAA%3B%3BAAGJ%2C2BAjBR%2CSAAQ%2CMAUJ%2CEAOK%3BEACG%2CcAAA%3B%3BAAMA%2C2BAxBZ%2CSAAQ%2CMAsBH%2CIACI%2CYACI%3BEACG%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CalHv%2BaK%2CYkHu%2BaL%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAzFpB%2C2BA%2BFI%2CSAAQ%3BEACJ%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIQ%2C2BAZZ%2CSAAQ%2CQAUH%2CIACI%2CYACI%3BEACG%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CalH3gbK%2CYkH2gbL%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA7HpB%2C2BAmII%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3B%3BAAvIR%2C2BAmII%2CUAMK%3BEACG%2CsBAAA%3B%3BAA1IZ%2C2BAmII%2CUAUK%3BEACG%2CgBAAA%3B%3BAA9IZ%2C2BAmJI%2CQAAO%3BEACH%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CalH%5C%2FjbqB%2CgBkH%2BjbrB%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2C2BAdJ%2CQAAO%2CQAcF%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C2BApBJ%2CQAAO%2CQAoBF%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C2BA1BJ%2CQAAO%2CQA0BF%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAWZ%2CwBAN0C%3BEACtC%2CqBAAsB%3BIAClB%2CsBAAA%3B%3B%3BAAYR%2CwBAR0C%3BEACtC%2C2BACI%2CmBAAmB%3BIACf%2CiBAAA%3B%3B%3BAAWZ%2CwBANyC%3BEACrC%2CqBAAsB%2CmBAAmB%2CSAAQ%2CMAAM%2CMAAO%3BIAC1D%2CqBAAA%3B%3B%3BAAaR%2CwBAT0C%2CwBAAuB%3BEAC7D%2C2BACI%2CgBAAgB%3BIACZ%2CWAAA%3B%3B%3BAAMZ%2C2BACI%2CsBACI%3BEAEI%2CWAAA%3B%3BAAJZ%2C2BACI%2CsBAMI%2CSAAQ%3BEACJ%2CqBAAA%3BEACA%2CcAAA%3B%3BAATZ%2C2BACI%2CsBAMI%2CSAAQ%2CMAIJ%2CQAAO%3BEACH%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CalHnoba%2CqBkHmobb%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAEA%2C2BAtBZ%2CsBAMI%2CSAAQ%2CMAIJ%2CQAAO%2CWAYF%3BEAQG%2CSAAS%2CEAAT%3BEACA%2CSAAS%2COAAT%3BEACA%2CalHzobO%2CakHyobP%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C2BAvCZ%2CsBAMI%2CSAAQ%2CMAIJ%2CQAAO%2CWA6BF%3BEAEG%2CqBAAA%3B%3BAA1CpB%2C2BACI%2CsBA8CI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAApDZ%2C2BACI%2CsBA8CI%2CmBAOI%2CGAAE%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CalH1qbc%2CmBkH0qbd%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAA3DhB%2C2BACI%2CsBA8CI%2CmBAeI%2CoBAAmB%3BEACf%2CWAAA%3BEACA%2CmBAAA%3B%3BAAhEhB%2C2BACI%2CsBA8CI%2CmBAoBI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA1EhB%2C2BACI%2CsBA8CI%2CmBAoBI%2CoBASI%2CKAAI%3BEAIA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAlFpB%2C2BACI%2CsBA8CI%2CmBAuCI%3BEAGI%2CgBAAA%3BEACA%2CUAAA%3B%3BAA1FhB%2C2BACI%2CsBA8CI%2CmBA8CI%3BEAII%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAnGhB%2C2BACI%2CsBA8CI%2CmBA8CI%2CYAQI%2COAAM%3BEAIF%2CWAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAA3GpB%2C2BACI%2CsBA8CI%2CmBA8CI%2CYAQI%2COAAM%2CIAQF%3BEAYI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CalHxvbK%2CgBkHwvbL%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2C2BApIpB%2CsBA8CI%2CmBA8CI%2CYAQI%2COAAM%2CIAQF%2CMAwBK%3BEAGG%2CaAAA%3BEACA%2CgBAAA%3B%3BAAzI5B%2C2BACI%2CsBA8CI%2CmBA8CI%2CYAQI%2COAAM%2CIAwCF%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAvJxB%2C2BACI%2CsBA8CI%2CmBA8CI%2CYAQI%2COAAM%2CIAqDF%2CKAAI%3BEAEA%2CoBAAA%3B%3BAA5JxB%2C2BACI%2CsBA8CI%2CmBA8CI%2CYAmEI%3BEAKI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAxKpB%2C2BACI%2CsBA8CI%2CmBA8CI%2CYAmEI%2CSAUI%2CSAAQ%3BEACJ%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CalH7ybK%2CgBkH6ybL%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEA%2C2BA3LpB%2CsBA8CI%2CmBA8CI%2CYAmEI%2CSAUI%2CSAAQ%2COAkBH%3BEACG%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C2BAhMpB%2CsBA8CI%2CmBA8CI%2CYAmEI%2CSAUI%2CSAAQ%2COAuBH%3BAACD%2C2BAjMpB%2CsBA8CI%2CmBA8CI%2CYAmEI%2CSAUI%2CSAAQ%2COAwBH%3BEACG%2CaAAA%3BEACA%2CYAAA%3B%3BAApM5B%2C2BACI%2CsBA8CI%2CmBA8CI%2CYAmEI%2CSAwCI%3BEAgBI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CalHv1bK%2CgBkHu1bL%3BEACA%2CwBAAwB%2C8CAAxB%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2C2BAvOpB%2CsBA8CI%2CmBA8CI%2CYAmEI%2CSAwCI%2CSAgCK%3BEACG%2CwBAAwB%2C8CAAxB%3B%3BAAGJ%2C2BA3OpB%2CsBA8CI%2CmBA8CI%2CYAmEI%2CSAwCI%2CSAoCK%3BEAGG%2CYAAA%3BEACA%2CaAAA%3B%3BAAhP5B%2C2BACI%2CsBA8CI%2CmBAuMI%2CSAAQ%2CMAAM%3BEACV%2CWAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA3PhB%2C2BACI%2CsBA8CI%2CmBAuMI%2CSAAQ%2CMAAM%2CMAOV%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAOZ%2C2BADJ%2CkBACK%3BEACG%2C2EAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAKJ%2C2BADJ%2CiBAAgB%2CKACX%3BEACG%2CaAAA%3B%3BAA1RZ%2C2BA8RI%2CiBACI%3BEACI%2CiBAAA%3B%3BAAhSZ%2C2BAqSI%3BEAiDI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAvVR%2C2BAqSI%2CgBACI%3BEA0CI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAA5CA%2C2BAFR%2CgBACI%2CeACK%3BEACE%2C4BAAA%3BEACC%2CgCAAA%3BEACA%2CsBAAsB%2C0BAAtB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CuBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAlThB%2C2BAqSI%2CgBACI%2CeAeK%3BEAYG%2CcAAA%3BEACA%2CgBAAA%3B%3BAAZA%2C2BAjBZ%2CgBACI%2CeAeK%2COACI%3BEACG%2C4BAAA%3BEACA%2CgCAAA%3BEACA%2CsBAAsB%2C4BAAtB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAA9TpB%2C2BAqSI%2CgBACI%2CeAeK%2COAeG%3BEACI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA5UpB%2C2BA0VI%3BEAKI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAxWR%2C2BA0VI%2CeAgBI%3BEAQI%2CalHz%2BbiB%2CgBkHy%2BbjB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAxXZ%2C2BA0VI%2CeAiCI%3BEAKI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAApYZ%2C2BA0VI%2CeAiCI%2CeAWI%3BEAKI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEA%2C2BAtDZ%2CeAiCI%2CeAWI%2CMAUK%3BEAGG%2CaAAA%3BEACA%2CgBAAA%3B%3BAApZpB%2C2BA0VI%2CeA%2BDI%3BEAKI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAjaZ%2C2BA0VI%2CeA%2BDI%2CcAUI%3BEASI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CalHrica%2CqBkHqicb%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAEA%2C2BA3FZ%2CeA%2BDI%2CcAUI%2CMAkBK%3BEAIG%2CeAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C2BApGZ%2CeA%2BDI%2CcAUI%2CMA2BK%3BEAMG%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAxcpB%2C2BA0VI%2CeAmHI%3BEAQI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGI%2C2BApIZ%2CeAmHI%2CUAgBI%2CKACK%3BEAIG%2CaAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAApepB%2C2BA0VI%2CeA%2BII%2CSAAQ%3BEAMJ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGI%2C2BA5JZ%2CeA%2BII%2CSAAQ%2CQAYJ%2CKACK%3BEAIG%2CaAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAA5fpB%2C2BA0VI%2CeAuKI%3BEACI%2CsBAAA%3BEACA%2C4BAAA%3B%3BAAngBZ%2C2BAugBI%2CmBACI%3BEACI%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAA7gBZ%2C2BAugBI%2CmBACI%2CoBAOI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAlhBhB%2C2BAugBI%2CmBACI%2CoBAOI%2CWAKI%2CiBACK%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEA%2C2BAlBpB%2CmBACI%2CoBAOI%2CWAKI%2CiBACK%2COAII%3BEACG%2CgBAAA%3B%3BAA1hB5B%2C2BAugBI%2CmBACI%2CoBAwBI%3BEACI%2CiBAAA%3B%3BAAjiBhB%2C2BAugBI%2CmBACI%2CoBAwBI%2CMAGI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAtiBpB%2C2BAugBI%2CmBACI%2CoBAkCI%2CeACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA9iBpB%2C2BAugBI%2CmBACI%2CoBA0CI%3BEACI%2CmBAAA%3B%3BAAnjBhB%2C2BAugBI%2CmBAgDI%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAzjBZ%2C2BAugBI%2CmBAqDI%2CSAAQ%3BEACJ%2CcAAA%3B%3BAA7jBZ%2C2BAugBI%2CmBAyDI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAlkBZ%2C2BAugBI%2CmBA8DI%3BEACI%2CkBAAA%3B%3BAAtkBZ%2C2BA0kBI%2CoBACI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FkBZ%2C2BA0kBI%2CoBACI%2CWAMI%2CiBACK%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEA%2C2BAZhB%2CoBACI%2CWAMI%2CiBACK%2COAII%3BEACG%2CgBAAA%3B%3BAAvlBxB%2C2BA0kBI%2CoBACI%2CWAMI%2CiBAUI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA9lBpB%2C2BAomBI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAtmBR%2C2BA0mBI%3BEACI%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3B%3BAA%5C%2FmBR%2C2BAknBI%3BEACI%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3B%3BAAIR%2CqBAAqB%2CeACjB%2C4BACI%2CSAAQ%3BEACJ%2CiBAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAPZ%2CqBAAqB%2CeACjB%2C4BACI%2CSAAQ%2CMAOJ%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3B%3BAAIA%2CqBAjBK%2CeACjB%2C4BACI%2CSAAQ%2CMAcJ%2CkBACK%3BEACG%2CaAAA%3B%3BAAlBpB%2CqBAAqB%2CeACjB%2C4BACI%2CSAAQ%2CMAoBJ%2CQAAO%3BEACH%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAEA%2CqBAhCK%2CeACjB%2C4BACI%2CSAAQ%2CMAoBJ%2CQAAO%2CWAUF%3BEACG%2CaAAA%3B%3BAAGJ%2CqBApCK%2CeACjB%2C4BACI%2CSAAQ%2CMAoBJ%2CQAAO%2CWAcF%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CsBAAsB%2CmDAAtB%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CqBAhDC%2CeACjB%2C4BACI%2CSAAQ%2CMAoBJ%2CQAAO%2CWAyBF%2CMACI%3BEACG%2CsBAAsB%2CyDAAtB%3B%3BAAjDxB%2CqBAAqB%2CeACjB%2C4BAsDI%3BEAOI%2CWAAA%3B%3BAANA%2CqBAxDS%2CeACjB%2C4BAsDI%2COACK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAA3DhB%2CqBAAqB%2CeACjB%2C4BAgEI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAvEZ%2CqBAAqB%2CeACjB%2C4BAyEI%2C4BACI%3BEACI%2CkBAAA%3B%3BAA5EhB%2CqBAAqB%2CeACjB%2C4BA%2BEI%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CqBApFS%2CeACjB%2C4BA%2BEI%2CqBAIK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CsBAAsB%2CgDAAtB%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CqBAhGK%2CeACjB%2C4BA%2BEI%2CqBAeK%2CMACI%3BEACG%2CsBAAsB%2CsDAAtB%3B%3BAAjGpB%2CqBAAqB%2CeACjB%2C4BAqGI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAA5GZ%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBACI%2CoBAAmB%3BEACf%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAnHhB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAOI%2CGAAE%3BEACE%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CalHp2cc%2CmBkHo2cd%3BEACA%2CgBAAA%3B%3BAA1HhB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAcI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAhIhB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAoBI%3BEACI%2CUAAA%3B%3BAApIhB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAoBI%2CYAGI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAzIpB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAoBI%2CYAGI%2CSAKI%3BEACI%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CalHx4cK%2CgBkHw4cL%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAzJxB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAoBI%2CYAGI%2CSAKI%2CSAgBI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CqBA%5C%2FJP%2CeACjB%2C4BA8GI%2CmBAoBI%2CYAGI%2CSAKI%2CSAgBI%2CKAIK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CsBAAsB%2CqDAAtB%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CqBA%5C%2FKH%2CeACjB%2C4BA8GI%2CmBAoBI%2CYAGI%2CSAKI%2CSAoCK%3BEACG%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAjL5B%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAoBI%2CYAmDI%2COAAM%3BEACF%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAEA%2CqBAhMC%2CeACjB%2C4BA8GI%2CmBAoBI%2CYAmDI%2COAAM%2CIAUD%3BEACG%2CSAAS%2CWAAT%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAtMxB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAoBI%2CYAmDI%2COAAM%2CIAmBF%3BEACI%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CalH97cK%2CgBkH87cL%3B%3BAA7MxB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAoBI%2CYAmDI%2COAAM%2CIA0BF%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3B%3BAApNxB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAoBI%2CYAmDI%2COAAM%2CIAiCF%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3BEACA%2CalHj9cK%2CgBkHi9cL%3B%3BAAhOxB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAoBI%2CYAmDI%2COAAM%2CIA6CF%2CKAAI%3BEACA%2C2BAAA%3B%3BAApOxB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAoBI%2CYAmDI%2COAAM%2CIAiDF%2CKAAI%3BEACA%2C2BAAA%3B%3BAAxOxB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAoBI%2CYAmDI%2COAAM%2CIAqDF%2CKAAI%3BEACA%2CoCAAA%3BEACA%2CcAAA%3B%3BAA7OxB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAmII%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CalH9%2Bca%2CgBkH8%2Bcb%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CqBAtQK%2CeACjB%2C4BA8GI%2CmBAmII%2C0BAoBK%3BEACG%2CmBAAA%3B%3BAAvQpB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBA4JI%2CkBACI%3BEACI%2CgBAAA%3B%3BAA7QpB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAkKI%3BEAqCI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAxThB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAkKI%2CqBACI%3BEA6BI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAnTpB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAkKI%2CqBACI%2CcACI%3BEACI%2CaAAA%3B%3BAApRxB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAkKI%2CqBACI%2CcAKI%3BEACI%2CaAAA%3B%3BAAxRxB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAkKI%2CqBACI%2CcASI%3BEACI%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CalH3gdM%2CmBkH2gdN%3B%3BAAEA%2CqBAlSH%2CeACjB%2C4BA8GI%2CmBAkKI%2CqBACI%2CcASI%2CEAOK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CqBAxSH%2CeACjB%2C4BA8GI%2CmBAkKI%2CqBACI%2CcASI%2CEAaK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA3S5B%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAkKI%2CqBAyCI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAhUpB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAqNI%2CgBACI%3BEACI%2CYAAA%3B%3BAAEA%2CqBAxUC%2CeACjB%2C4BA8GI%2CmBAqNI%2CgBACI%2CeAGK%3BEACG%2C4BAAA%3BEACA%2CgCAAA%3BEACA%2CsBAAsB%2C%2BCAAtB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3B%3BAAIA%2CqBAjVH%2CeACjB%2C4BA8GI%2CmBAqNI%2CgBACI%2CeAWK%2COACI%3BEACG%2C4BAAA%3BEACA%2CgCAAA%3BEACA%2CsBAAsB%2CiDAAtB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3B%3BAAtV5B%2CqBAAqB%2CeACjB%2C4BA6VI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAlWZ%2CqBAAqB%2CeACjB%2C4BA6VI%2CeAMI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAzWhB%2CqBAAqB%2CeACjB%2C4BA6VI%2CeAMI%2CeAOI%3BEACI%2CSAAA%3BEACA%2C2CAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CalHpmdS%2CgBkHomdT%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAIA%2CqBA1XC%2CeACjB%2C4BA6VI%2CeAMI%2CeAqBI%2CMAAK%2CWACA%3BEACG%2CcAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CalHhndK%2CgBkHgndL%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAjYxB%2CqBAAqB%2CeACjB%2C4BA6VI%2CeAwCI%3BEACI%2CaAAA%3B%3BAAvYhB%2CqBAAqB%2CeACjB%2C4BA6VI%2CeA4CI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAA9YhB%2CqBAAqB%2CeACjB%2C4BA6VI%2CeA4CI%2CcAMI%3BEACI%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3B%3BAAtZpB%2CqBAAqB%2CeACjB%2C4BA0ZI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CalHhpdkB%2CmBkHgpdlB%3B%3BAAraZ%2CqBAAqB%2CeACjB%2C4BA0ZI%2CeAYI%3BEACI%2CSAAA%3B%3BAAxahB%2CqBAAqB%2CeACjB%2C4BA2aI%3BEACI%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAhbZ%2CqBAAqB%2CeACjB%2C4BA2aI%2CgBAMI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAtbhB%2CqBAAqB%2CeACjB%2C4BAybI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA5bZ%2CqBAAqB%2CeACjB%2C4BA8bI%3BEACI%2CmBAAA%3B%3BAAhcZ%2CqBAAqB%2CeACjB%2C4BAkcI%3BEACI%2CalHrrdiB%2CgBkHqrdjB%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAvcZ%2CqBAAqB%2CeACjB%2C4BAycI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CalH%5C%2FrdiB%2CgBkH%2BrdjB%3B%3BAA9cZ%2CqBAAqB%2CeACjB%2C4BAgdI%2CaACI%3BEACI%2CalHpsda%2CgBkHosdb%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3B%3BAAEA%2CqBA1dK%2CeACjB%2C4BAgdI%2CaACI%2C4BAQK%3BEACG%2COAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CqBAreK%2CeACjB%2C4BAgdI%2CaACI%2C4BAmBK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAY%2C0EAAZ%3B%3BAA5epB%2CqBAAqB%2CeACjB%2C4BAgdI%2CaACI%2C4BA6BI%3BAA%5C%2FehB%2CqBAAqB%2CeACjB%2C4BAgdI%2CaACI%2C4BA8BI%3BEACI%2CalH5tdU%2CmBkH4tdV%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAnfpB%2CqBAAqB%2CeACjB%2C4BAufI%2CaACI%3BEACI%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CalH%5C%2Fuda%2CgBkH%2Budb%3BEACA%2CgBAAA%3B%3BAA%5C%2FfhB%2CqBAAqB%2CeACjB%2C4BAufI%2CaAUI%3BEACI%2CaAAA%3B%3BAAngBhB%2CqBAAqB%2CeACjB%2C4BAsgBI%2CSACI%3BEACI%2CcAAA%3B%3BAAzgBhB%2CqBAAqB%2CeACjB%2C4BAsgBI%2CSACI%2CuBAGK%3BEACG%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CqBAhhBC%2CeACjB%2C4BAsgBI%2CSACI%2CuBAGK%2CIAKI%3BEACG%2CcAAA%3B%3BAAjhBxB%2CqBAAqB%2CeACjB%2C4BAshBI%3BEACI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkDAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA5hBZ%2CqBAAqB%2CeACjB%2C4BAshBI%2CmBAOI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CalHpxda%2CgBkHoxdb%3B%3BAAniBhB%2CqBAAqB%2CeACjB%2C4BAsiBI%3BEACI%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAA5iBZ%2CqBAAqB%2CeACjB%2C4BA8iBI%3BEACI%2CeAAA%3B%3BAAhjBZ%2CqBAAqB%2CeAqjBjB%2CgBACI%2C4BACI%2CSACI%2CuBACK%3BEACG%2CgBAAA%3B%3BAASxB%2CqBACI%2CSAAQ%3BEACJ%2CcAAA%3B%3BAAoHR%2CwBAhHyC%3BEACrC%2CqBACI%2CSAAQ%3BIACJ%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3BEAIR%2CqBAAqB%2CeACjB%2CSAAQ%3BIAQJ%2CsBAAA%3BIACA%2CmBAAA%3B%3BEAPI%2CqBAHS%2CeACjB%2CSAAQ%2CMACJ%2CQAAO%2CWACF%3BIACG%2CWAAA%3BIACA%2CYAAA%3B%3BEASR%2CqBAda%2CeAajB%2CqBACK%3BIACG%2CWAAA%3BIACA%2CYAAA%3B%3BEAhBZ%2CqBAAqB%2CeAoBjB%2CmBACI%2CGAAE%3BIACE%2CeAAA%3BIACA%2CiBAAA%3B%3BEAvBZ%2CqBAAqB%2CeAoBjB%2CmBAMI%2CoBACI%2CKAAI%3BIACA%2CeAAA%3B%3BEA5BhB%2CqBAAqB%2CeAoBjB%2CmBAYI%3BIACI%2CeAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3B%3BEAnCZ%2CqBAAqB%2CeAoBjB%2CmBAkBI%2CYACI%2CSACI%3BIACI%2CeAAA%3BIACA%2CYAAA%3B%3BEA1CpB%2CqBAAqB%2CeAgDjB%2CmBACI%3BIACI%2CsBAAA%3B%3BEAlDZ%2CqBAAqB%2CeAsDjB%3BIACI%2CmBAAA%3B%3BEAvDR%2CqBAAqB%2CeA0DjB%2CsBACI%3BIACI%2CeAAA%3B%3BEA5DZ%2CqBAAqB%2CeAgEjB%2CeACI%2CcACI%3BIACI%2CeAAA%3B%3BEAnEhB%2CqBAAqB%2CeAgEjB%2CeAOI%2CeACI%3BIACI%2CeAAA%3BIACA%2CqBAAA%3B%3BEAIA%2CqBA9EK%2CeAgEjB%2CeAOI%2CeAMI%2CMAAK%2CWACA%3BIACG%2C0BAAA%3B%3BEA%5C%2FEpB%2CqBAAqB%2CeAqFjB%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAvFR%2CqBAAqB%2CeA0FjB%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEA5FR%2CqBAAqB%2CeA%2BFjB%2CaACI%3BIACI%2CeAAA%3B%3B%3BAAuBhB%2CwBAjByC%3BEACrC%3BIACI%2CiBAAA%3BIACA%2C0BAAA%3B%3BEAGI%2CmBADH%2CIACI%3BIACG%2CkBAAA%3B%3BEAGJ%2CmBALH%2CIAKI%3BIACG%2CmBAAA%3B%3B%3BAA2BhB%2CQArB0B%2CwBAAuB%3BEAC7C%2CeACI%3BIACI%2CWAAA%3B%3BEAIR%2CqBACI%2CmBACI%2CYACI%3BIAGI%2CUAAA%3BIACA%2CaAAA%3B%3B%3BAAgBpB%2CQATyB%3BEACrB%2CqBAAqB%2CeACjB%2CSAAQ%3BIACJ%2CkBAAA%3B%3B%3BAA6BZ%2CwBAvB0C%3BEACtC%2CqBAAqB%2CeACjB%2C4BACI%3BIAaI%2CkBAAA%3B%3BEAfZ%2CqBAAqB%2CeACjB%2C4BACI%2CmBACI%3BIACI%2CgBAAA%3B%3BEAJhB%2CqBAAqB%2CeACjB%2C4BACI%2CmBAKI%2CYACI%2CSACI%3BIACI%2CgBAAA%3B%3B%3BAAsB5B%2CwBAV0C%2CwBAAsB%3BEAC5D%2CqBAAqB%2CeACjB%2C4BACI%3BIACI%2CcAAA%3B%3B%3BAAgFhB%2CwBA1EiD%3BEAC7C%2CqBAAqB%2CeACjB%2C4BACI%2CmBACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEALhB%2CqBAAqB%2CeACjB%2C4BAQI%2CmBACI%3BIACI%2CeAAA%3BIACA%2CkBAAA%3B%3BEAZhB%2CqBAAqB%2CeACjB%2C4BAQI%2CmBAMI%2CYACI%2CSACI%3BIACI%2CeAAA%3BIACA%2CeAAA%3B%3BEAnBxB%2CqBAAqB%2CeACjB%2C4BAQI%2CmBAeI%3BIACI%2CaAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEA5BhB%2CqBAAqB%2CeACjB%2C4BA%2BBI%2CeACI%3BIACI%2CuBAAA%3B%3BEAlChB%2CqBAAqB%2CeACjB%2C4BAqCI%3BIACI%2CgBAAA%3BIACA%2CwBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEA3CZ%2CqBAAqB%2CeACjB%2C4BA6CI%3BIACI%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAKZ%2C2BACI%3BIACI%2CYAAA%3B%3BEAFR%2C2BACI%2CmBAGI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEANZ%2C2BAUI%3BIACI%2CkBAAA%3B%3BEAXR%2C2BAUI%2CiBAGI%3BIACI%2CWAAA%3B%3B%3BAAoBhB%2CwBAdiD%3BEAC7C%2CqBAAqB%2CeACjB%2C4BACI%3BIACI%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3B%3BAAKhB%2CGAAG%3BEACC%2CwBAAA%3B%3BAAsDJ%2CgBApDiC%3BEAC7B%2C2BACI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAHR%2C2BAMI%3BIAWI%2CYAAA%3B%3BEAjBR%2C2BAMI%2CmBACI%2CoBACI%3BIACI%2CmBAAA%3B%3BEAThB%2C2BAMI%2CmBAOI%3BIACI%2CcAAA%3B%3BEAdZ%2C2BAoBI%2CYACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAxBZ%2C2BA4BI%2CoBACI%2CWACI%3BIACI%2CeAAA%3B%3BEA%5C%2FBhB%2C2BA4BI%2CoBACI%2CWACI%2CiBAGI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAnCpB%2C2BAyCI%2CSAAQ%3BIACJ%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAAQZ%2CmBACI%2CkBACI%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAAJZ%2CmBACI%2CkBAMI%3BEACI%2CmBAAA%3B%3BAARZ%2CmBACI%2CkBAUI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAbZ%2CmBACI%2CkBAeI%2COAAM%3BEACF%2CgBAAA%3B%3BAAjBZ%2CmBACI%2CkBAmBI%2CWACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA1BhB%2CmBACI%2CkBAmBI%2CWACI%2CGAOI%3BEACI%2CalHtqeS%2CgBkHsqeT%3BEACA%2C0BAAA%3BEACA%2CoCAAA%3BEACA%2C8BAAA%3B%3BAAhCpB%2CmBACI%2CkBAmBI%2CWACI%2CGAcI%3BEACI%2CalH7qeS%2CgBkH6qeT%3BEACA%2C0BAAA%3BEACA%2CoCAAA%3B%3BAA4CpB%2CwBArCyC%3BEACrC%2CmBACI%2CkBACI%2CiBACI%2CqBACI%2CKACI%3BIACI%2CmCAAA%3BIACA%2CgCAAA%3BIACA%2C2BAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CalHnseC%2CgBkHmseD%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3B%3BEAlBxB%2CmBACI%2CkBACI%2CiBACI%2CqBACI%2CKACI%2CEAeI%3BIACI%2CalH5seH%2CgBkH4seG%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3B%3BAAsDhC%2CwBA5CyC%3BEACrC%2CmBACI%2CkBACI%2CiBACI%2CqBACI%2CKACI%3BIACI%2CmCAAA%3BIACA%2CgCAAA%3BIACA%2C2BAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CalHxueC%2CgBkHwueD%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3B%3BEAlBxB%2CmBACI%2CkBACI%2CiBACI%2CqBACI%2CKACI%2CEAeI%3BIACI%2CalHjveH%2CgBkHiveG%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAS5B%2CaACI%3BIACI%2CYAAA%3BIACA%2CSAAA%3B%3B%3BAAmBZ%2CwBAdyC%3BEACrC%2CmBACI%2CkBACI%3BIACI%2C2BAAA%3BIACA%2CYAAA%3B%3B%3BAAShB%3BEACI%2C2BAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CgBAAiB%2CKAAI%3BEAEjB%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3B%3BAAEJ%2CYAAa%2CKAAK%3BEACd%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CwBACI%3BEACI%2C2BAAA%3BEACA%2CWAAA%3B%3BAAHR%2CwBACI%2CoBAGI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAPZ%2CwBAUI%3BEACI%2CyBAAA%3B%3BAAXR%2CwBAUI%2CcAEI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAfZ%2CwBAUI%2CcAEI%2CeAII%3BEACI%2CaAAa%2CgBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FBhB%2CwBAUI%2CcAwBI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAxCZ%2CwBAUI%2CcAwBI%2CoBAOI%3BEACI%2C%2BBAAA%3B%3BAA1ChB%2CwBAUI%2CcAwBI%2CoBAOI%2CuBAEI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAA7CpB%2CwBAUI%2CcAuCI%2CyBAAyB%3BEACrB%2CaAAA%3BEACA%2COAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAArDZ%2CwBAUI%2CcA6CI%2CWAAU%3BEACN%2CuBAAA%3B%3BAAxDZ%2CwBAUI%2CcAgDI%2CmBACI%3BEACI%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAzEhB%2CwBAUI%2CcAkEI%2CsBACI%2CiBACK%2CSAAM%3BEACH%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAtFpB%2CwBAUI%2CcAkEI%2CsBACI%2CiBAWI%2COAAM%2COAAO%2COAAO%3BEAChB%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA5FpB%2CwBAUI%2CcAkEI%2CsBACI%2CiBAWI%2COAAM%2COAAO%2COAAO%2CQAKhB%3BEACI%2CeAAA%3B%3BAA9FxB%2CwBAUI%2CcAkEI%2CsBAsBI%2CiBAAiB%2CqBACZ%2CUAAO%3BEACJ%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAACA%2CwBAvGhB%2CcAkEI%2CsBAsBI%2CiBAAiB%2CqBACZ%2CUAAO%2CWAcH%3BEACG%2CoBAAA%3B%3BAAlHxB%2CwBAUI%2CcA6GI%2CWACI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGR%2CwBAvHJ%2CcAuHK%2CMACG%2CsBACI%2CiBACI%2COAAM%2COAAO%2COAAO%3BEAChB%2CcAAA%3B%3BAAJhB%2CwBAvHJ%2CcAuHK%2CMACG%2CsBAMI%2CiBAAiB%2CqBACZ%2CUAAO%3BEACJ%2CcAAA%3B%3BAA1IxB%2CwBAgJI%3BEACI%2CgBAAgB%2C8BAAhB%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAACA%2CwBANJ%2CYAMK%3BEACG%2CaAAA%3B%3BAAvJZ%2CwBA0JI%3BEACI%2CgBAAgB%2C6BAAhB%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAACA%2CwBANJ%2CYAMK%3BEACG%2CaAAA%3B%3BAAIZ%2CgBAAiB%2CaAAa%3BEAC1B%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAa%2CkBAAb%3BEACA%2CkBAAA%3B%3BAAEJ%2CgBAAiB%2CWAAW%3BEACxB%2C0BAAA%3B%3BAAEJ%3BAACC%3BEAAgB%2CsBAAA%3B%3BAACjB%3BEAAK%2CuBAAA%3B%3BAACL%2CKAAK%2CQAAQ%2CaAAa%2CaAAc%2CoBAAoB%3BEAAa%2CmBAAA%3B%3BAACzE%3BEACA%2CqBAAA%3B%3BAAEA%2CsBAAuB%3BEACnB%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmCAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CMAAM%3BEACF%2CaAAA%3B%3BAAEJ%2CWAAW%2CcAAe%3BEAC1B%2CaAAA%3B%3BAAEA%2CeAAgB%2CmBAAmB%2COAAM%3BEAAa%2CWAAA%3B%3BAACtD%2CWAAW%2CcAAe%3BEAC1B%2CqBAAA%3B%3BAAEA%2CIAAI%3BEACJ%2C0BAAA%3B%3BAAEA%3BEACQ%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAER%2CwBAAyB%3BEACjB%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAOR%2CwBAL0C%3BEACrC%2CsBAAuB%3BIACpB%2CqBAAA%3B%3B%3BAAGR%2CsBAAuB%3BEACnB%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CwBAAyB%2CuBAAuB%3BEAC5C%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEH%2CsBAAuB%3BEACpB%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3BEACJ%2CsBAAA%3B%3BAAEC%3BEAAgB%2CsBAAA%3B%3BAACR%2CIAAI%3BAAAiB%2CIAAI%2CeAAgB%3BEAAM%2CkCAAA%3B%3BAACxD%3BAAAqB%2CEAAE%3BEACnB%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACA%2CgBAAA%3B%3BAAEA%2CKAAK%2CQAAQ%2CaAAa%2CaAAc%2CoBAAoB%3BEAC5D%2CWAAA%3B%3BAAEA%2CKAAK%2CQAAQ%2CaAAa%2CaAAc%2CoBAAoB%2CaAAY%3BEACxE%2CWAAA%3B%3BAAkDA%2CwBAhD0C%3BEAE1C%2CsBAAuB%3BIAClB%2CiBAAA%3BIACA%2CcAAA%3BIACA%2C2BAAA%3B%3BEAEL%2CsBAAuB%3BIACf%2CqBAAA%3BIACA%2CcAAA%3B%3BEAGR%2CeAAe%2CYAAa%2COAAM%3BIAClC%2C4BAAA%3BIACA%2C0BAAA%3BIACA%2CmBAAA%3BIAAgC%2CuBAAA%3BIAChC%2CyBAAA%3BIACY%2C8BAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3B%3BEAGZ%2CeAAgB%3BIAChB%2CgBAAA%3B%3BEAEA%2CeAAgB%2CcAAc%3BIAC1B%2C4BAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CqBAAA%3BIACA%2C0BAAA%3B%3BEAEJ%2CeAAe%2CYAAa%2COAAM%3BIAC9B%2CgBAAA%3BIACA%2C2BAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2C2BAAA%3B%3BEAEJ%2CeAAe%2CYAAa%2CQAAO%3BIACnC%2CiBAAA%3B%3BEAEA%2CmBAAoB%2CiBAAiB%3BIACjC%2CWAAA%3B%3B%3BAASJ%2CwBANyC%3BEACzC%2CYAAa%3BIACb%2CqBAAA%3B%3B%3BAAIA%3BAAAG%3BAAAS%3BEACR%2CsBAAA%3B%3BAAEJ%3BEACI%2CgCAAA%3BEACA%2C8BAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CwBAAA%3B%3BAAEJ%3BEACI%2CgCAAA%3BEACA%2C8BAAA%3B%3BAAEJ%3BEACI%2C6BAAA%3BEACA%2C0BAAA%3B%3BAAEJ%3BEACI%2C8BAAA%3BEACA%2CwCAAA%3B%3BAAEJ%2CMAAM%3BEACF%2CUAAA%3BEACA%2C6BAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqIAAA%3B%3BAAMJ%2CsBAAsB%2CSAAS%2CQAAS%2CUAAS%2CKAAM%2CmBAAmB%2CoBAAoB%2CmBAAmB%2CEAAC%3BEAC9G%2CgBAAgB%2C8CAAhB%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CsBAAuB%2CQAAQ%2CWAAW%3BEACtC%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CeAAgB%2CuBAAuB%3BEACnC%2CWAAA%3B%3BAAGJ%2CsBAAuB%2CWAAW%2CYAAY%2CUAAS%3BEACnD%2CeAAA%3BEACA%2COAAO%2CkBAAP%3B%3BAAGJ%2CQAAQ%2CuBAAwB%2COAAM%3BEAClC%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CQAAQ%2CuBAAwB%2COAAM%2CqBAAuB%2CeAAe%2CWAAW%3BEACnF%2CcAAA%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CqBAAb%3B%3BAAER%3BEACI%2CaAAa%2CqBAAqB%2CuBAAlC%3B%3BAlHtrfJ%2CgBAAiB%3BEACb%2CaAAA%3B%3BAAGJ%2CuBAAwB%2CsBAAsB%3BEAC1C%2CUAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%2CwBAAyB%2CcAAc%3BEACnC%2CYAAA%3B%3BAAGJ%2CwBAAyB%2CcAAc%2CiBAAiB%3BEACpD%2CUAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CYAAA%3B%3BAAGJ%2CwBAAyB%2CUAAS%2COAAO%3BEACrC%2CaAAA%3B%3BAAGJ%2CwBAAyB%2CUAAS%2COAAO%3BEACrC%2CWAAA%3B%3BAAGJ%2CQAAQ%2CoBAAqB%3BEACzB%2CeAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CUAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2CUAAU%3BEACvC%2CSAAA%3B%3BAAGJ%2C8BAA%2BB%2CMAAK%2CYAAY%2CIAAI%3BAACpD%2C8BAA%2BB%2CMAAK%2CYAAY%3BEAC5C%2CUAAA%3B%3BAAGJ%2C6BAA8B%2CMAAK%2CYAAY%2CIAAI%3BAACnD%2C6BAA8B%2CMAAK%2CYAAY%3BEAC3C%2CUAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2CUAAU%2COAAO%3BEAC9C%2CcAAA%3B%3BAAGJ%2C6BAA8B%2CMAAK%2CYAAY%2CIAAI%2CUAAW%3BAAC9D%2C6BAA8B%2CMAAK%2CYAAY%2CQAAS%3BEACpD%2CkBAAA%3B%3BAAGJ%2C8BAA%2BB%3BEAC3B%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CWAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CYAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CmBAAA%3B%3BAAGJ%2CKAAK%2CUAAW%2CMAAK%2CKAAK%2CQAAS%3BEAC%5C%2FB%2CcAAA%3B%3BAAEJ%2CKAAK%2CUAAW%2CMAAK%2CKAAK%2CQAAS%2COAAM%2COAAO%3BEAC5C%2CwBAAA%3B%3BAAGJ%2CKAAK%2CUAAW%2CMAAK%2CKAAK%2CQAAS%3BAACnC%2CKAAK%2CUAAW%2CMAAK%2CKAAK%2CQAAS%3BEAC%5C%2FB%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CKAAK%2CUAAW%2CMAAK%2CKAAK%2CQAAS%2CEAAC%3BAACpC%2CKAAK%2CUAAW%2CMAAK%2CKAAK%2CQAAS%2COAAM%3BEACrC%2CcAAA%3B%3BAAGJ%2CKAAK%2CUAAW%2CMAAK%2CKAAK%2CQAAS%2CEAAC%3BAACpC%2CKAAK%2CUAAW%2CMAAK%2CKAAK%2CQAAS%2COAAM%3BEACrC%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CKAAK%2CUAAW%2CMAAK%2CKAAK%2CQAAS%3BEAC%5C%2FB%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CYAAY%3BEACR%2CYAAA%3B%3BAAGJ%2COAAO%3BEACH%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2COAAO%2CQAAQ%3BEACX%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CYAAY%2CqBAAsB%3BEAC9B%2CSAAA%3B%3BAAGJ%2CYAAY%2CqBAAsB%3BEAC9B%2CgBAAA%3B%3BAAGJ%2CKAAM%2CiBAAiB%2CSAAS%3BEAC5B%2CwBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%2CgBAAiB%2CWAAW%3BEACxB%2CcAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%2CgCAAiC%3BEAC7B%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CaAhL0B%2CmBAgL1B%3BEACA%2CiBAAA%3B%3BAAGJ%2CgCAAiC%3BEAC7B%2CcAAA%3B%3BAAGJ%2CgCAAiC%2COAAO%2CMAAM%3BEAC1C%2CgBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CeAAA%3BEACA%2CaA9L0B%2CmBA8L1B%3BEACA%2CiBAAA%3B%3BAAGJ%2CoBAAqB%2CGAAE%3BEACnB%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CcAAA%3BEACA%2CaAjN0B%2CmBAiN1B%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C2CAA4C%3BEACxC%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2C2CAA4C%2CWAAW%3BEACnD%2CeAAA%3BEACA%2CaA%5C%2FN0B%2CmBA%2BN1B%3BEACA%2CiBAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CaAvO0B%2CmBAuO1B%3BEACA%2CiBAAA%3B%3BAAGJ%2CYAAa%2CGAAG%3BEACZ%2CeAAA%3BEACA%2CaA7O0B%2CmBA6O1B%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CaAlP0B%2CmBAkP1B%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CQAAS%2CMAAM%3BEACX%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAAS%2COAAO%3BEACZ%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CMAAM%2CQAAS%2CKAAI%3BEACf%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAtQ0B%2CmBAsQ1B%3B%3BAAGJ%2CQAAS%2COAAO%3BEACZ%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaA7Q0B%2CmBA6Q1B%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CkBAAmB%2CoBAAoB%2CWAAW%2CeAAe%3BEAC7D%2C6BAAA%3B%3BAAGJ%2CuBAAwB%2CIAAG%2CwBAAyB%3BEAChD%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CyBAA0B%2CQAAO%3BEAC7B%2CaAAA%3B%3BAAGJ%2CyBAA0B%2CsBAAsB%3BEAC5C%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAA0B%2CsBAAsB%3BEAC5C%2CgCAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CyBAA0B%2CkBAAkB%2CsBAAsB%2CiBAAiB%2CSAAQ%3BEACvF%2CyBAAA%3BEACA%2CaArT0B%2CmBAqT1B%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CyBAA0B%2CaAAa%2CWAAU%3BEAC7C%2CyBAAA%3BEACA%2CaA%5C%2FT0B%2CmBA%2BT1B%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CyBAA0B%2CsBAAsB%2CYAAY%2CQAAO%3BAACnE%2CWAAY%2CQAAO%3BEACf%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CyBAA0B%2CsBAAsB%3BAAChD%3BEACI%2CSAAA%3B%3BAAGJ%2CqBAAsB%2CUAAS%3BEAC3B%2CgBAAA%3B%3BAAGJ%2CyBAA0B%2CsBAAsB%2CWAAW%3BAAC3D%2CyBAA0B%2CsBAAsB%2CWAAW%2CeAAe%3BEACtE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CaAhW0B%2CmBAgW1B%3B%3BAAGJ%2CyBAA0B%2CsBAAsB%3BEAC5C%2CgBAAA%3B%3BAAGJ%2CyBAA0B%2CsBAAsB%3BEAC5C%2CaAAA%3B%3BAAGJ%2CyBAA0B%2CsBAAsB%2CQAAO%2CMAAO%3BEAC1D%2CmBAAA%3BEACA%2CaA7W0B%2CmBA6W1B%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CyBAA0B%2CsBAAsB%2CSAAO%3BEACnD%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CyBAA0B%2CsBAAsB%2CgBAAgB%3BEAC5D%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CaAlY0B%2CmBAkY1B%3BEACA%2CgCAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CuBAAwB%2CIAAG%2CwBAAyB%3BEAChD%2CcAAA%3B%3BAAGJ%2CMAAM%2CQAAS%3BEACX%2CaAlZ0B%2CmBAkZ1B%3BEACA%2CeAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%3BEACrC%2CaAvZ0B%2CmBAuZ1B%3BEACA%2CeAAA%3B%3BAAGJ%2CQAAS%2CMAAM%3BEACX%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CaA9Z0B%2CmBA8Z1B%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAAS%3BEACL%2CaAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CeAAA%3B%3BAAGJ%2CSAAS%2CKAAM%2CmBAAmB%2CoBAAoB%2CiBAAiB%3BEACnE%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CaAvb0B%2CmBAub1B%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAlc0B%2CmBAkc1B%3B%3BAAGJ%2CoBAAqB%2CaAAa%3BEAC9B%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CoBAAqB%3BAACrB%2CoBAAqB%3BEACjB%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CaAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CwBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CiCAAA%3B%3BAAGJ%2CoBAAqB%2CaAAY%2CQAAS%3BEACtC%2CiBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CWAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CWAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CWAAU%3BEAC3B%2CSAAS%2COAAT%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CeAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CQAAO%3BEACxB%2CUAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CUAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CaAjiB0B%2CmBAiiB1B%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CgBAAgB%2C%2BBAAhB%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CoBAAqB%2CaAAa%3BEAC9B%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CaAjjB0B%2CmBAijB1B%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CEAAE%3BEACE%2CeAAA%3B%3BAAGJ%2CSAAU%3BAACV%2CUAAW%3BEACP%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BAACA%3BEACI%2CgBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CaAAc%3BAACd%2CaAAc%3BAACd%2CaAAc%3BEACV%2CYAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CSAAA%3BEACA%2CaA9mB0B%2CmBA8mB1B%3BEACA%2CeAAA%3B%3BAAGJ%2CaAAc%3BAACd%2CaAAc%3BAACd%2CaAAc%3BEACV%2CYAAA%3B%3BAAGJ%2CaAAc%3BAACd%2CaAAc%3BEACV%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CgBAAgB%2CgCAAhB%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CWAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CSAAA%3BEACA%2CaA9oB0B%2CmBA8oB1B%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CgBAAgB%2CmCAAhB%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CaA7pB0B%2CmBA6pB1B%3BEACA%2CeAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CSAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CaAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CeAAA%3B%3BAAGJ%2CsCAAuC%2CsBAAsB%2C4BAA4B%2C2BAA2B%2CGAAG%3BEACnH%2CeAAA%3BEACA%2CaAjrB0B%2CmBAirB1B%3B%3BAAGJ%2CsCAAuC%2CsBAAsB%2C4BAA4B%2C2BAA2B%2CGAAG%3BEACnH%2CaArrB0B%2CmBAqrB1B%3B%3BAAGJ%2CEAAE%2CWAAY%3BEACV%2CWAAA%3B%3BAAGJ%2CEAAE%2CWAAY%3BEACV%2CWAAA%3B%3BAAGJ%2CEAAE%2CUAAW%3BEACT%2CWAAA%3B%3BAAGJ%2CoBAAqB%2CaAAY%3BEAC7B%2CkBAAA%3B%3BAAGJ%2CQAAS%3BEACL%2CgBAAA%3B%3BAAGJ%2CMAAM%2CuBAAwB%2CMAAM%2CGAAG%2CEAAE%3BAACzC%2CeAAgB%2CMAAM%2CGAAG%2CEAAE%3BEACvB%2CgBAAA%3B%3BAAGJ%2CuBAAwB%2CSAAQ%2COAAQ%2CEAAC%3BEACrC%2CaAltB0B%2CmBAktB1B%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAztB0B%2CmBAytB1B%3B%3BAAGJ%2CuBAAwB%2CSAAQ%2COAAQ%3BEACpC%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CQAAQ%2COAAQ%2CKAAI%3BEAChB%2CeAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CcAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CgCAAiC%2COAAO%3BAACxC%2CgCAAiC%2COAAO%3BEACpC%2CcAAA%3B%3BAAGJ%2CYAAa%2CYAAY%2CQAAO%2COAAO%2CIAAI%3BEACvC%2CgBAAA%3B%3BAAGJ%2CyBAA0B%2CsBAAsB%2CgBAAgB%3BEAC5D%2CwBAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CyBAA0B%2CsBAAsB%2CYAAY%2CQAAO%3BEAC%5C%2FD%2CSAAA%3B%3BAAGJ%2CMAAM%2CQAAS%2COAAM%3BEACjB%2CeAAA%3B%3BAAGJ%2CcAAc%3BEACV%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C8BAA%2BB%2CEAAC%3BEAC5B%2CaAlxB0B%2CmBAkxB1B%3BEACA%2CeAAA%3B%3BAAGJ%2C8BAA%2BB%3BEAC3B%2CgBAAA%3BEACA%2CaAxxB0B%2CmBAwxB1B%3BEACA%2CeAAA%3B%3BAAGJ%2C8BAA%2BB%3BEAC3B%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CaAhyB0B%2CmBAgyB1B%3BEACA%2CeAAA%3B%3BAAGJ%2C8BAA%2BB%2CKAAI%3BEAC%5C%2FB%2CaAryB0B%2CmBAqyB1B%3BEACA%2CeAAA%3B%3BAAGJ%2CcAAc%2CsBAAuB%2CKAAK%3BEACtC%2CcAAA%3B%3BAAGJ%2CcAAc%2CsBAAuB%2CKAAK%2CEAAC%3BEACvC%2CcAAA%3B%3BAAGJ%2C4BAA6B%2CQAAO%2CSAAS%3BEACzC%2CWAAA%3B%3BAAGJ%2CoBAAqB%2CMAAK%2CYAAY%2CYAAY%2CcAAc%3BEAC5D%2CYAAA%3B%3BAAGJ%2CKAAK%2CQAAS%2CUAAU%2CSAAO%3BEAC3B%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CaA5zB0B%2CmBA4zB1B%3BEACA%2CeAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%3BEACxB%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%2CaAAY%3BEAC5C%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%2CaAAY%2CMAAO%3BEACnD%2CqBAAA%3BEACA%2CaAt1B0B%2CmBAs1B1B%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%2CaAAY%2CMAAO%2COAAM%3BEACzD%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAgB%2C8CAAhB%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%2CaAAY%2CMAAO%2COAAM%3BEACzD%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CgBAAgB%2C8CAAhB%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%2CeAAc%3BEAC9C%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%2CeAAc%2CQAAS%3BEACvD%2CaAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%3BEAChC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%2CSAAS%2COAAM%3BEAC%5C%2FC%2CkBAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%2CSAAS%3BEACzC%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%2CSAAS%2COAAM%3BEAC%5C%2FC%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%2CSAAS%2COAAO%3BEAChD%2CcAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CaAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CyBAA0B%2CQAAO%3BEAC7B%2C0BAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CyBAA0B%3BAAC1B%2CyBAA0B%3BEACtB%2CcAAA%3B%3BAAGJ%2CyBAA0B%3BAAC1B%2CyBAA0B%3BEACtB%2CsBAAA%3B%3BAAIJ%2CyBAA0B%2CwBAAwB%3BAAClD%2CyBAA0B%2CyBAAyB%3BEAC%5C%2FC%2CWAAA%3B%3BAAGJ%2CSAAS%2CQAAQ%2COAAO%2COAAO%3BEAC3B%2CqBAAA%3B%3BAAGJ%2CuBAAwB%2COAAM%2COAAO%3BEACjC%2CgBAAA%3B%3BAAGJ%2CyBAA0B%2CaAAa%3BEACnC%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CkBAAmB%2CkBAAkB%2CsBAAsB%2CiBAAiB%2CSAAQ%3BEAChF%2CcAAA%3B%3BAAGJ%2CyBAA0B%2CaAAa%2CWAAU%3BEAC7C%2CcAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CcAAA%3B%3BAAGJ%2CyBAA0B%2CkBAAkB%2CsBAAsB%2CiBAAiB%2CqBAAqB%3BEACpG%2CcAAA%3B%3BAAGJ%2CqBAAsB%2CwBAAwB%2CmBAAmB%3BEAC7D%2CcAAA%3B%3BAAGJ%2CqBAAsB%2CwBAAwB%2CmBAAmB%3BEAC7D%2CcAAA%3B%3BAAGJ%2CGAAG%2CWAAY%2CYAAY%3BEACvB%2CYAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CgBAAiB%2CKAAI%3BEACjB%2C0BAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CUAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CeAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CcAAc%3BEACV%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CWAAA%3B%3BAAGJ%2CMAAO%2COAAM%3BEACT%2CmBAAA%3B%3BAAGJ%2CMAAO%2CQAAO%3BEACV%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CaA1gC0B%2CmBA0gC1B%3BEACA%2CeAAA%3B%3BAAGJ%2CgCAAiC%2COAAO%3BAACxC%2CgCAAiC%2COAAO%3BEACpC%2CcAAA%3BEACA%2CaAjhC0B%2CmBAihC1B%3BEACA%2CeAAA%3B%3BAAGJ%2CkBAAmB%2COAAM%2COAAO%3BEAC5B%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CUAAA%3B%3BAAGJ%2C0BAA2B%2CQAAO%3BEAC9B%2CqBAAA%3BEACA%2CaAAA%3B%3BAAKJ%2CqBAAsB%3BEAClB%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CWAAW%2CeAAe%3BEAC%5C%2FD%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CWAAW%2CeAAe%3BEAC%5C%2FD%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CSAAS%2CKAAM%2CmBAAmB%3BEAC9B%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAlkCyB%2CqBAkkCzB%3BEACA%2CeAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CMAAM%2CSAAU%2CEAAC%3BEACb%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CCAAC%3BEACG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CaAlmC0B%2CmBAkmC1B%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAKJ%2CuBAAwB%2CKAAI%2CiBAAiB%3BEACzC%2CaAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CuBAAA%3BEACA%2CuBAAA%3B%3BAAOJ%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CIAAI%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaA%5C%2FoC0B%2CmBA%2BoC1B%3B%3BAAGJ%2CEAAE%3BEACE%2CiBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CaAhqC0B%2CmBAgqC1B%3B%3BAAGJ%2C%2BBAAgC%2CMAAM%3BEAClC%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CaAtqC0B%2CmBAsqC1B%3B%3BAAGJ%2CkBAAmB%3BEACf%2CcAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%2CqBAAsB%2CaAAa%3BEAC%5C%2FB%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C8BAA%2BB%3BEAC3B%2CSAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%3BEAC7B%2CYAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CyBAAA%3B%3BAAQJ%2CqBAAsB%2CaAAa%2CqBAAqB%2CeAAe%2CmBAAmB%3BEACtF%2CeAAA%3B%3BAAKJ%2CkBAAmB%2CcAAc%2COAAO%2CMAAM%3BEAC1C%2C2BAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CgBAAiB%2CgBAAgB%3BEAC7B%2CiBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CgBAAA%3B%3BAAGJ%2CkBAAmB%2CcAAc%2CoBAAoB%3BEACjD%2C2BAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBAAiB%2CWAAY%3BEACzB%2CWAAA%3B%3BAAGJ%3BEACI%2CaA3vCyB%2CgBA2vCzB%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CiBAAiB%2CWAAY%3BEACzB%2CaAhwCyB%2CqBAgwCzB%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CYAAY%2CaAAc%2CWAAW%3BEACjC%2CSAAA%3B%3BAAKJ%2CeAAe%2CYAAa%2CQAAO%3BEAC%5C%2FB%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CeAAA%3B%3BAAGJ%2CkBAAmB%2CUAAU%2CSAAM%3BEAC%5C%2FB%2CgBAAA%3B%3BAAGJ%2CsBAAuB%3BEACnB%2CmBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CCAAC%3BEACG%2CeAAA%3B%3BAAGJ%2CsBAAuB%3BEACnB%2CgBAAA%3B%3BAAGJ%2CUAAW%2CWAAW%3BEAClB%2CoBAAA%3B%3BAAGJ%2COAAO%2CQAAS%2CsBAAsB%3BEAClC%2CgBAAA%3B%3BAAGJ%2CkBAAmB%2CMAAK%3BEACpB%2CsBAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3BEACA%2CiBAAA%3B%3BAAKJ%2COAAO%2CQAAS%3BEACZ%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CSAAQ%2CKAAK%2CSAAU%3BEAC5D%2CmBAAA%3B%3BAAGJ%2CYAAY%2CqBAAsB%3BEAC9B%2CmBAAA%3B%3BAAGJ%2CYAAY%2CqBAAsB%3BEAC9B%2CmBAAA%3B%3BAAGJ%2CQAAS%2CqBAAqB%2CGAAE%2CaAAc%2CsBAAsB%2CQAAO%3BEACvE%2CWAAA%3B%3BAAGJ%2CmBAAoB%2CMAAM%3BEACtB%2CgBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CUAAA%3B%3BAAGJ%2CuBAAwB%2CMAAK%2CYAAY%2CsBAAsB%3BEAC3D%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CuBAAwB%2CaAAa%3BEACjC%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBAAwB%3BEACpB%2CSAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CuBAAwB%2CaAAa%3BEACjC%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsBAAuB%3BEACnB%2CiBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsBAAuB%2CQAAO%3BEAC1B%2CeAAA%3B%3BAAGJ%3BAACA%2CIAAI%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%2CaAn4C0B%2CmBAm4C1B%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CEAAE%2CKAAK%2CQAAS%3BEACZ%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CEAAE%2CKAAM%3BEACJ%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CeAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CMAAO%2CQAAO%3BEACV%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CMAAO%2CEAAC%2COAAO%3BEACX%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CEAAE%2CKAAK%3BEACH%2CmBAAA%3B%3BAAGJ%2CMAAO%3BEACH%2CYAAA%3B%3BAAGJ%2CMAAO%2CEAAC%2CKAAK%3BEACT%2CWAAA%3B%3BAAGJ%2CMAAO%2CEAAC%2CKAAK%3BEACT%2CWAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CaAAA%3B%3BAAGJ%2CeAAgB%2CEAAC%3BEACb%2CaAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CWAAA%3B%3BAAGJ%2CeAAgB%2COAAO%3BEACnB%2CWAAA%3B%3BAAGJ%2CeAAgB%2COAAM%3BEAClB%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CeAAgB%2CkBAAkB%3BEAC9B%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CeAAgB%2CkBAAiB%3BEAC7B%2CaAAA%3B%3BAAGJ%3BEACI%2CUAAA%3B%3BAAGJ%2CQAAQ%2CiBAAkB%2CgBAAe%3BEACrC%2CUAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CQAAO%3BEAC5C%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CQAAO%2CWAAW%3BEACvD%2CcAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CQAAO%2CWAAW%2CMAAM%3BEAC7D%2CcAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CQAAO%2CWAAW%3BEACvD%2CSAAS%2COAAT%3BEACA%2CaAjgDuB%2CaAigDvB%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CCAAC%2COAAO%2COAAO%3BEACX%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CQAAO%2CWAAW%3BEACvD%2CSAAS%2CEAAT%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAlhDuB%2CaAkhDvB%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CeAAgB%2CGAAE%2CQAAQ%2CQAAQ%2CKAAM%2CGAAE%2CUAAU%3BEAChD%2CaAAA%3B%3BAAGJ%2CeAAgB%2CGAAE%2CQAAQ%2CQAAQ%2CKAAM%2CGAAE%2CUAAU%3BEAChD%2CaAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C0BAA2B%2C8BAA8B%2CcAAc%2CGAAE%2CUAAU%3BEAC%5C%2FE%2CaAAA%3B%3BAAGJ%2CkBAAmB%2CgBAAgB%2CsBAAsB%2CcAAc%3BEACnE%2CWAAA%3B%3BAAGJ%2CqBAAsB%2CwBAAwB%2CuBAAuB%3BEACjE%2CgBAAA%3B%3BAAGJ%2CgCAAiC%2COAAO%2CGAAE%2CIAAI%3BEAC1C%2CaAAA%3B%3BAAGJ%2C4BAA6B%2CEAAC%2COAAO%3BEACjC%2CaAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CaAtkD0B%2CmBAskD1B%3BEACA%2CeAAA%3B%3BAAGJ%2CsCAAuC%2CsBAAsB%2C4BAA4B%2C2BAA2B%2CGAAE%2CUAAU%2CGAAI%3BEAChI%2CaAAA%3B%3BAAGJ%2CsCAAuC%2CsBAAsB%2C4BAA4B%2C2BAA2B%2CGAAG%2CeAAe%3BEAClI%2CcAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CsCAAuC%2COAAM%2CYAAY%3BEACrD%2CeAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%2CQAAQ%3BEACJ%2C6BAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2CUAAU%2C%2BBAA%2BB%2CGAAG%3BEACzE%2C4BAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAsB%2CIAAG%3BEACrB%2CWAAA%3B%3BAAGJ%2CcAAe%2COAAM%3BEACjB%2CUAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BEACT%2CaAAA%3B%3BAAGJ%2CoBAAoB%2CoBAAqB%2CSAAS%2CQAAO%3BEACrD%2CsBAAA%3BEACA%2C%2BBAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CoBAAqB%2CSAAS%2CQAAO%2CKAAM%3BEACvC%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoBAAoB%2CoBAAqB%2CSAAS%2CQAAO%2CKAAM%2CkBAAkB%3BEAC7E%2CcAAA%3B%3BAAGJ%2CoBAAqB%2CSAAS%2CQAAO%2CKAAM%2CkBAAkB%3BEACzD%2CgBAAA%3B%3BAAGJ%2CoBAAoB%2CoBAAqB%2CiBAAiB%2CQAAO%2CQAAQ%3BEACrE%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoBAAoB%2CoBAAqB%2CiBAAiB%3BEACtD%2CyBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQAAQ%2CiBAAkB%2CgBAAgB%3BEACtC%2CWAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CWAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CaAjtD0B%2CmBAitD1B%3BEACA%2CeAAA%3B%3BAAGJ%2CMAAO%3BEACH%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CsBAAuB%3BEACnB%2CeAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CMAAM%2CsBAAuB%3BEACzB%2CcAAA%3B%3BAAGJ%2CMAAM%2CsBAAuB%2CGAAG%3BEAC5B%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CMAAM%2CsBAAuB%2CGAAG%2CGAAE%3BEAC9B%2C8BAAA%3B%3BAAGJ%2CsBAAuB%2CMAAM%3BAAC7B%2CsBAAuB%2CMAAM%3BEACzB%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CsBAAuB%2CMAAM%2CEAAC%3BEAC1B%2CeAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CiBAAiB%2C4BAA4B%3BEACjF%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaA3vD0B%2CmBA2vD1B%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2CMAAK%2CeAAe%2CQAAS%2CQAAK%3BEAC1F%2CcAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CwBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C4BAA6B%2C%2BBAA%2BB%2CiBAAiB%2COAAO%2CyBAAyB%3BEACzG%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C4BAA6B%2C%2BBAA%2BB%2CiBAAiB%2COAAO%2CyBAAyB%2CiBAAiB%2CEAAC%2COAAO%3BEAClI%2CaAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CuBAAuB%2CQAAQ%2COAAQ%3BEACnC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CuBAAwB%3BAACxB%2C2BAA4B%3BEACxB%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBAAuB%2CQAAQ%2COAAQ%2CGAAG%3BEACtC%2CWAAA%3B%3BAAGJ%2CuBAAuB%2CQAAQ%2COAAQ%2CGAAE%2CKAAK%2CQAAS%3BEACnD%2CcAAA%3B%3BAAGJ%2C4BAA4B%2CQAAS%2CMAAK%2CMAAO%2CKAAI%2CQAAS%2CQAAO%3BEACjE%2CaAAA%3B%3BAAGJ%2C4BAA4B%2CQAAS%2CiCAAiC%2CKAAI%2CSAAU%2CGAAG%3BEACnF%2CaAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2C4BAA4B%2CQAAS%2CMAAK%2CMAAO%2CKAAI%3BEACjD%2CaAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2C2BAA2B%2CqBAAsB%2CmBAAmB%2CYAAY%2COAAM%3BEAClF%2CaAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%2CuCAAuC%3BEACzD%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2CuCAAuC%2CUAAS%3BEAClE%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2CuCAAuC%3BEACzD%2CUAAA%3B%3BAAGJ%2CqBAAsB%2CuCAAuC%2CsBAAsB%3BEAC%5C%2FE%2CgBAAA%3B%3BAAGJ%2CEAAE%2CQAAQ%2CQAAQ%2CKAAM%2CGAAE%2CUAAU%3BEAChC%2CaAAA%3B%3BAAGJ%2CEAAE%2CaAAc%2CIAAG%2CUAAU%2CGAAI%3BEAC7B%2CaAAA%3B%3BAAGJ%2C2BAA2B%2CqBAAsB%2CmBAAmB%2CYAAY%2COAAM%3BEAClF%2CWAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3B%3BAAGJ%2C2BAA2B%2CqBAAsB%2CSAAQ%3BEACrD%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C2BAA2B%2CqBAAsB%2CUAAU%2CSAAO%3BAAClE%2C2BAA2B%2CqBAAsB%2CUAAU%2CUAAQ%2CSAAO%3BEACtE%2CSAAA%3B%3BAAGJ%2C2BAA2B%2CqBAAsB%2CmBAAmB%2CYAAY%2COAAM%2CIAAK%2CMAAK%2CMAAO%3BEACnG%2CeAAA%3B%3BAAGJ%2C2BAA2B%2CqBAAsB%2CmBAAmB%3BEAChE%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2CQAAS%2CSAAQ%3BEACzC%2CaAAA%3B%3BAAGJ%2CEAAE%2CcAAe%2CGAAE%3BEACf%2CaAAA%3B%3BAAGJ%2CWAAY%2CMAAK%2CYAAY%2CQAAS%2CQAAK%3BEACvC%2CeAAA%3B%3BAAGJ%2CWAAY%2CMAAK%2CYAAY%2CSAAS%2CQAAS%2CQAAK%3BEAChD%2CmBAAA%3B%3BAAGJ%2CwBAAyB%2CiBAAiB%2CQAAO%3BEAC7C%2CcAAA%3B%3BAAyCJ%2CwBAtC0C%3BEACtC%2C2BAA2B%2CqBAAsB%2CmBAAmB%2CYAAY%3BIAC5E%2CWAAA%3BIACA%2CcAAA%3B%3BEAGJ%2C2BAA2B%2CqBAAsB%2CmBAAmB%3BIAChE%2CSAAA%3B%3BEAGJ%2C2BAA2B%2CqBAAsB%2CSAAQ%3BIACrD%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2C2BAA2B%2CqBAAsB%2CmBAAmB%3BIAChE%2CUAAA%3B%3BEAGJ%2C2BAA2B%2CqBAAsB%2CmBAAmB%2COAAM%3BIACtE%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2C2BAA2B%2CqBAAsB%2CmBAAmB%2COAAM%2CIAAK%3BIAC3E%2CkBAAA%3B%3BEAGJ%2C2BAA2B%2CqBAAsB%2CmBAAmB%2CYAAY%2COAAM%3BIAClF%2CYAAA%3B%3BEAGJ%2C2BAA2B%2CqBAAsB%3BIAC7C%2CWAAA%3B%3B%3BAAUR%2CwBAN2C%3BEACvC%2CiBAAkB%3BIACd%2CWAAA%3B%3B%3BAAiFR%2CQA7E0B%3BEACtB%2CsBAAuB%2COAAO%3BIAC1B%2CgBAAA%3BIACA%2CeAAA%3BIACA%2C0BAAA%3BIACA%2CmBAAA%3BIACA%2CaA57DqB%2CqBA47DrB%3B%3BEAIJ%2CMAAM%3BIACF%2CWAAA%3B%3BEAKJ%2CQAAS%2CaAAa%2CQAAO%3BIACzB%2CcAAA%3B%3BEAGJ%2CMAAM%3BIACF%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2C2BAAA%3BIACA%2CMAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CsBAAuB%3BIACnB%2C4BAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CsBAAuB%3BIACnB%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CMAAM%2CsBAAuB%2CGAAG%3BIAC5B%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CUAAW%2CGAAG%2CSAAS%2CaAAY%3BIAC%5C%2FB%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoBAAoB%2CoBAAqB%3BIACrC%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CoBAAoB%2CoBAAqB%2CiBAAiB%2CQAAO%2CQAAQ%3BIACrE%2C2BAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CoBAAoB%2CoBAAqB%2CkBAAkB%2CEAAC%3BIACxD%2CcAAA%3B%3BEAEJ%2CQAAQ%2CiBAAkB%2CgBAAgB%3BIACtC%2CUAAA%3B%3B%3BAAIR%2CeAAgB%2CcAAc%2CUAAU%3BEACpC%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CeAAgB%2CUAAS%2CKAAM%2CmBAAmB%2CyBAAyB%3BEACvE%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CaAAA%3B%3BAAGJ%2CyBAA0B%3BAAC1B%2CyBAA0B%3BEACtB%2CyBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CSAAS%2CQAAQ%2COAAO%2COAAO%3BEAC3B%2CqBAAA%3B%3BAAGJ%2CuBAAwB%2COAAM%2COAAO%3BEACjC%2CgBAAA%3B%3BAAGJ%2CyBAA0B%2CaAAa%3BEACnC%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAAsB%3BAACtB%2CyBAA0B%2CaAAa%2CWAAU%3BAACjD%2CyBAA0B%2CkBAAkB%2CsBAAsB%2CiBAAiB%2CSAAQ%3BEACvF%2CcAAA%3B%3BAAGJ%2CyBAA0B%2CkBAAkB%2CsBAAsB%2CiBAAiB%2CqBAAqB%3BEACpG%2CcAAA%3B%3BAAGJ%2CGAAG%2CWAAY%2CYAAY%3BEACvB%2CYAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CUAAW%2CWAAW%3BEAClB%2CoBAAA%3B%3BAAGJ%3BEACI%2CUAAA%3B%3BAAGJ%2CQAAQ%2CiBAAkB%2CgBAAe%3BEACrC%2CUAAA%3BEACA%2CoBAAA%3B%3BAA4BJ%2CwBAzB0C%2CuBAAuB%3BEAC7D%2CQAAQ%2CiBAAkB%2CgBAAe%3BIACrC%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CQAAQ%2CiBAAkB%3BIACtB%2CYAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CQAAQ%2CiBAAkB%2CgBAAe%2COAAQ%3BIAC7C%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CQAAQ%2CiBAAkB%2CgBAAe%2COAAQ%3BIAC7C%2CcAAA%3BIACA%2CgBAAA%3B%3B%3BAAqBR%2CwBAjB2C%2CwBAAuB%3BEAC9D%2CQAAQ%2CiBAAkB%2CgBAAe%3BIACrC%2CUAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CQAAQ%2CiBAAkB%2CgBAAe%2COAAQ%3BIAC7C%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CQAAQ%2CiBAAkB%2CgBAAe%2COAAQ%3BIAC7C%2CUAAA%3B%3B%3BAAIR%2CuBAAwB%2CEAAC%3BAACzB%2CaAAc%3BAACd%2CoBAAqB%3BAACrB%2CMAAM%2CIAAI%3BEACN%2CaAAA%3B%3BAAGJ%2CqBAAsB%2C%2BBAA%2BB%2CGAAE%2CIAAI%2CMAAM%3BEAC7D%2CkBAAA%3B%3BAAGJ%2CyBAA0B%3BAAC1B%2CyBAA0B%2CyBAAyB%2CUAAU%3BEACzD%2CaAAA%3B%3BAAEJ%2CqBAAsB%2CWAAW%2CaAAa%2CGAAE%2CMAAO%2CGAAE%2CKAAK%3BEAC1D%2CwBAAA%3B%3BAAEJ%2CyBAA0B%3BEACtB%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CoBAAqB%2CQAAO%3BEACxB%2CWAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BAACA%3BEACI%2CWAAA%3B%3BAAGJ%2CuBAAwB%2CMAAK%3BEACzB%2CiBAAA%3B%3BAAGJ%2CyBAA0B%2CsBAAsB%2CgBAAgB%3BEAC5D%2CUAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CoBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAACA%2CoBAAoB%3BAACpB%2CoBAAoB%3BAACpB%2CoBAAoB%3BAACpB%2CsBAAuB%2CeAAc%3BAACrC%2CcAAc%3BAACd%2CcAAc%3BAACd%2CcAAc%3BEACV%2CmBAAA%3B%3BAAGJ%2CgCAAiC%2COAAO%3BAACxC%2CgCAAiC%2COAAO%3BEACpC%2CgBAAA%3B%3BAAGJ%2CKAAK%2COAAO%2CQAAQ%3BEAChB%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CsBAAuB%2CwBAAwB%3BAAC%5C%2FC%2CyBAAyB%2CsBAAuB%2CcAAc%2CyBAAwB%3BAACtF%2CyBAAyB%2CsBAAuB%2CUAAS%2CKAAM%2CmBAAmB%2CoBAAoB%3BAACtG%2CyBAAyB%2CsBAAuB%2CSAAQ%3BAACxD%2C6CAA8C%3BAAC9C%2C4BAA6B%2CmBAAmB%3BEAC5C%2CaAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CWAAA%3B%3BAAGJ%2CQAAS%2COAAO%3BAAChB%2CMAAM%2CQAAS%2CKAAI%3BEACf%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2CSAAQ%2CUAAU%2CSAAU%3BAAClD%2CQAAQ%2CUAAU%3BEACd%2CgBAAA%3B%3BAAGJ%2CSAAS%2CKAAM%2CeAAe%2CEAAC%3BEAC3B%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAAe%2CEAAC%3BEACZ%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CaAhuEyB%2CqBAguEzB%3B%3BAAGJ%2CyBAAyB%2CsBAAuB%3BEAC5C%2CaAAA%3B%3BAAGJ%2CyBAAyB%2CsBAAuB%3BEAC5C%2CiBAAA%3B%3BAAGJ%2CyBAAyB%2CsBAAuB%2CqBAAoB%2CiBAAkB%2CQAAO%3BEACzF%2CcAAA%3B%3BAAGJ%2CyBAAyB%2CsBAAuB%2CUAAS%2CKAAM%2CmBAAmB%3BAAClF%2CyBAAyB%2CsBAAuB%2CUAAS%2CKAAM%2CmBAAmB%3BAAClF%2CyDAAyD%2CsBAAuB%2CUAAS%2CKAAM%2CmBAAmB%3BAAClH%2CyDAAyD%2CsBAAuB%2CUAAS%2CKAAM%2CmBAAmB%3BEAC9G%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAnvE0B%2CmBAmvE1B%3B%3BAAGJ%2CyBAAyB%2CsBAAuB%3BAAChD%2CyBAAyB%2CsBAAuB%2CeAAe%2CEAAC%3BEAC5D%2CeAAA%3B%3BAAGJ%2CuBAAwB%2COAAM%2COAAO%2COAAO%3BAAC5C%2CuBAAwB%2COAAM%2COAAO%2COAAO%3BAAC5C%2CuBAAwB%2COAAM%3BAAC9B%3BAACA%2CsBAAsB%2CyDAA0D%3BAAChF%2CqBAAqB%2CqCAAsC%3BAAC3D%2CqBAAqB%2CqCAAsC%3BAAC3D%2CqBAAqB%2CqCAAsC%2CSAAQ%2CKAAK%3BAACxE%2CqBAAqB%2CqCAAsC%3BAAC3D%2CqBAAqB%2C8BAA%2BB%3BAACpD%2CqBAAqB%2C8BAA%2BB%3BAACpD%2CqBAAqB%2C8BAA%2BB%2CSAAQ%2CKAAK%3BAACjE%2CqBAAqB%2C8BAA%2BB%3BAACpD%2CqBAAqB%2CgCAAiC%2CmBAAmB%3BAACzE%2CqBAAqB%2CgCAAiC%2CmBAAmB%2CIAAG%3BAAC5E%2CqBAAqB%2CgCAAiC%2CSAAQ%2CKAAK%3BAACnE%2CqBAAqB%2CyBAA0B%3BAAC%5C%2FC%2CqBAAqB%2CyBAA0B%3BAAC%5C%2FC%2CqBAAqB%2CyBAA0B%2CSAAQ%2CKAAK%3BAAC5D%2CqBAAqB%2CyBAA0B%3BAAC%5C%2FC%2CyBAA0B%2CwBAAwB%3BAAClD%2CyCAAyC%2CsBAAuB%3BAAChE%2CyBAAyB%2CsBAAuB%2CwBAAwB%3BAACxE%2CyBAAyB%2CsBAAuB%2CwBAAwB%3BAACxE%2CyBAAyB%2CsBAAuB%2CwBAAwB%3BAACxE%2CyBAAyB%2CsBAAuB%2CwBAAwB%3BAACxE%2CyDAA0D%3BAAC1D%2CyDAA0D%2CSAAQ%2CQAAQ%3BAAC1E%2CyDAA0D%2CSAAQ%3BAAClE%2CiDAAkD%2COAAM%3BAACxD%2CGAAG%2CYAAa%2CGAAE%2CIAAI%2CKAAK%2CUAAU%3BEACjC%2CaAAA%3B%3BAAGJ%3BAACA%3BAACA%2CqBAAqB%2CqCAAsC%2COAAM%3BAACjE%2CqBAAqB%2CqCAAsC%3BAAC3D%2CqBAAqB%2C8BAA%2BB%2COAAM%3BAAC1D%2CqBAAqB%2C8BAA%2BB%3BAACpD%2CqBAAqB%2CgCAAiC%2CmBAAmB%2COAAM%3BAAC%5C%2FE%2CqBAAqB%2CgCAAiC%2CmBAAmB%3BAACzE%2CqBAAqB%2CyBAA0B%2COAAM%3BAACrD%2CqBAAqB%2CyBAA0B%3BEAC3C%2CaAAA%3B%3BAAGJ%2CyBAAyB%2CsBAAuB%3BEAC5C%2CeAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CyBAAyB%2CsBAAuB%2CGAAE%2CKAAK%2CQAAQ%3BEAC3D%2CUAAA%3B%3BAAGJ%2CyDAA0D%3BEACtD%2CcAAA%3B%3BAAGJ%2CyDAA0D%3BEACtD%2CSAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CeAAgB%2CEAAC%3BEACb%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CQAAO%2CWAAW%3BEACvD%2CoBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsCAAuC%2C0CAA0C%3BEAC7E%2CcAAA%3B%3BAAGJ%2CsCAAuC%2CsBAAsB%2C4BAA4B%2C2BAA2B%2CGAAG%3BEACnH%2CeAAA%3B%3BAAGJ%2CkBAAmB%2CgBAAgB%2CsBAAsB%2CcAAc%3BAACvE%2CkBAAmB%2CgBAAgB%2CsBAAsB%2CcAAc%3BEACnE%2CWAAA%3B%3BAAGJ%2C4BAA6B%2CEAAC%2COAAO%3BEACjC%2CcAAA%3B%3BAAGJ%2CmBAAoB%2CiBAAiB%3BEACjC%2CwBAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CmBAAoB%2CiBAAiB%2CKAAK%2CUAAS%2CKAAM%2CmBAAmB%2CoBAAoB%2CiBAAiB%3BEAC7G%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%2CQAAQ%2CQAAQ%2CqBAAsB%3BEAClC%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CSAAS%2CaAAc%2CGAAE%2COAAO%2CUAAW%3BEACvC%2CqCAAA%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CSAAS%2CaAAc%2CGAAE%2COAAO%2CUAAU%2CMAAO%3BEAC7C%2C8BAAA%3BEACA%2CUAAA%3BEACA%2C%2BBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2COAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CsBAAuB%2CIAAG%2CuBAAwB%3BEAC9C%2CcAAA%3B%3BAASJ%2CQAN0B%2CuBAAsB%3BEAC5C%2CUAAW%3BIACP%2CaAAA%3B%3B%3BAAIR%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CmBAAA%3B%3BAAGJ%2COAAO%3BEACH%2CYAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CMAAK%2CKAAM%2CKAAI%2CKAAM%2CsBAAsB%2CcAAc%3BEAC1E%2CoBAAA%3B%3BAAGJ%2CEAAE%3BEACE%2CeAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CSAAQ%2CKAAK%2CSAAU%2CMAAK%2CKAAK%2CQAAQ%3BEAC9E%2CcAAA%3B%3BAAGJ%2CQAAQ%2CKAAK%2CMAAO%3BEAChB%2CgBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAA2B%3BEACvB%2CgBAAA%3B%3BAAGJ%2COAAO%2CSAAS%2CMAAM%2CYAAY%3BEAC9B%2CaAAA%3B%3BAAGJ%3BAACA%2CkBAAmB%3BAACnB%3BAACA%2CiBAAkB%3BAAClB%3BAACA%2CeAAgB%3BAAChB%3BAACA%2C0BAA2B%3BEACvB%2CyBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CQAAS%3BEACL%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaAz9EyB%2CqBAy9EzB%3BEAEA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAh%5C%2FEyB%2CqBAg%5C%2FEzB%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CCAAC%3BEACG%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CkBAAmB%3BAACnB%2CqBAAsB%3BAACtB%2C0BAA2B%3BAAC3B%2CqBAAsB%3BAACtB%2CcAAe%3BAACf%2CoBAAqB%3BAACrB%2CwBAAyB%2CoBAAoB%2CkBAAkB%3BEAC3D%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C0BAA2B%2CoBAAoB%2CiBAAiB%3BEAC5D%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CaA%5C%2FgF0B%2CmBA%2BgF1B%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CcAAe%2CeAAe%2CcAAc%3BAAC5C%2CaAAc%2CyBAAwB%3BAACtC%2CSAAS%2CKAAM%2CmBAAmB%3BAAClC%2CSAAS%2CKAAM%2CmBAAmB%3BEAC9B%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CaAAc%2CyBAAwB%3BEAClC%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2C6BAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CUAAU%3BAACV%2CUAAU%2CkBAAmB%2CWAAW%2CKAAI%2CgBAAgB%2CkBAAkB%2CIAAI%3BAAClF%3BAACA%2CaAAc%3BAACd%2CaAAc%2CWAAW%3BAACzB%2CaAAc%3BEACV%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CUAAU%2CkBAAmB%2CWAAW%2CKAAI%2CgBAAgB%2CkBAAkB%2CIAAI%3BAAClF%2CaAAc%3BEACV%2CiBAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CWAAW%2CeAAe%3BEAC%5C%2FD%2CeAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CcAAc%2CSAAU%2CcAAc%2CYAAY%3BEAC9C%2CcAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CkBAAA%3B%3BAAGJ%2CcAAc%3BEACV%2CUAAA%3B%3BAAGJ%2CwBAAyB%2CYAAY%2CeAAc%2CwBAAyB%2CQAAK%3BEAC7E%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CIAAI%2CcAAc%3BEACd%2CqBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CsBAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CiBAAiB%2CyBAAyB%2C8BAA8B%2CsBAAsB%3BEAClI%2CkBAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2CiBAAiB%2CuBAAuB%2CgBAAgB%2CsBAAsB%2COAAM%2CQAAS%2CSAAM%3BEAC3J%2CcAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CiBAAiB%3BEACrD%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CIAAI%2C4BAA4B%3BEAC5B%2CmBAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%3BEACpC%2CeAAA%3BEACA%2CaAppF0B%2CmBAopF1B%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAADJ%2CoCAEI%3BEACI%2CaAAA%3B%3BAAIR%2CEAAE%3BEACE%2CgBAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CiBAAiB%2CmBAAmB%2CwBAAwB%2CaAAa%3BEAC7G%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaA5qF0B%2CmBA4qF1B%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%3BEACxD%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2CoBAAmB%3BEAC3E%2CaAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2C4BAA4B%2C0BAAyB%2CwBAAyB%2CkCAAkC%3BEACxK%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2C4BAA4B%2C0BAAyB%2CmBAAoB%2C2BAA2B%2CGAAE%2COAAQ%3BEACtK%2CeAAA%3B%3BAAGJ%2C4BAA6B%2C2BAA2B%2COAAM%2COAAQ%3BAACtE%2C4BAA6B%2C2BAA2B%2COAAM%2COAAQ%3BEAClE%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CiBAAiB%3BAACzD%2C4BAA6B%2CWAAW%2CiBAAiB%2CwBAAwB%2CGAAG%2CuBAAsB%3BAAC1G%2C4BAA6B%2CWAAW%2CoBAAoB%2CiBAAiB%2CuBAAuB%2CgBAAgB%3BAACpH%2C4BAA6B%2CWAAW%2CiBAAiB%2CyBAAyB%2C8BAA8B%3BEAC5G%2CyBAAA%3B%3BAAGJ%2C4BAA4B%2CmCAAoC%3BEAC5D%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2C4BAA4B%2CmCAAoC%2CKAAI%3BEAChE%2CaAAA%3B%3BAAGJ%2C4BAA6B%3BEACzB%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CiBAAiB%2CwBAAwB%2CGAAG%2CuBAAsB%3BEACtG%2CyBAAA%3BEACA%2CmCAAA%3B%3BAAGJ%2C8BAA%2BB%2CMAAK%2CYAAY%2CQAAS%2CQAAK%3BAAC9D%2C4BAA6B%2CWAAW%2CiBAAiB%2C0BAA0B%2CMAAM%2COAAM%2COAAQ%2CUAAS%2CQAAS%2CSAAM%3BAAC%5C%2FH%2C4BAA6B%2CWAAW%2CiBAAiB%2CwBAAwB%2CGAAG%2CuBAAsB%2CcAAc%3BAACxH%2C4BAA6B%2CWAAW%2CoBAAoB%2C4BAA4B%2C0BAA0B%2CuBAAuB%2C8BAA6B%2CQAAS%2CgCAA6B%3BAAC5M%2C4BAA6B%2CWAAW%2CoBAAoB%2C4BAA4B%2C0BAA0B%2CuBAAuB%2C8BAA6B%2CMAAO%2CgCAA6B%3BAAC1M%2C4BAA6B%2CWAAW%2CoBAAoB%2C4BAA4B%2C0BAA0B%2CuBAAuB%2C8BAA6B%2CMAAO%2CgCAA6B%3BAAC1M%2C4BAA6B%2CWAAW%2CiBAAiB%2CyBAAyB%2C8BAA8B%2CsBAAsB%2COAAO%2CSAAM%2CMAAM%3BAACzJ%2C4BAA6B%2CWAAW%2CiBAAiB%2CyBAAyB%2C8BAA8B%2CsBAAsB%2COAAM%2CQAAS%2CSAAM%3BEACvJ%2CcAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2CiBAAiB%2CyBAAyB%2CkCAAiC%2CQAAS%2CSAAM%3BAACtJ%2C4BAA6B%2CWAAW%2CoBAAoB%2CiBAAiB%2CyBAAyB%2CkCAAiC%2CMAAO%2CSAAM%3BEAChJ%2CcAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CiBAAiB%3BEACrD%2CgBAAA%3B%3BAAGJ%2CeAAe%3BEACX%2CUAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CiBAAiB%2CyBAAyB%2C8BAA8B%2C%2BBAA%2BB%2CSAAM%2CQAAS%3BEAC1J%2CqBAAA%3BEACA%2CmCAAA%3B%3BAAGJ%2C4BAA6B%2COAAM%3BEAC%5C%2FB%2CaAAA%3B%3BAAGJ%2CIAAK%2CaAAY%2CaAAc%2CWAAW%3BAAC1C%2CIAAK%2COAAO%2CWAAW%3BEACnB%2CSAAA%3B%3BAAGJ%2CYAAY%3BEACR%2CaAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%3BEAC7B%2CuBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2COAAO%2CeAAe%2CKAAI%2CaAAa%3BEACpE%2CkBAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2CuBAAuB%3BEACpD%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2CgBAAgB%2CcAAc%3BEAC3D%2CaAnyF0B%2CmBAmyF1B%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CmBAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2COAAM%3BEACnC%2CeAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2C6BAA6B%3BAAC9D%2CsBAAuB%2CyBAAuB%3BEAC1C%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CgBAAiB%2CUAAU%3BEACvB%2CwCAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2CKAAI%3BEACpC%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2COAAM%3BEACnC%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBAAsB%2C4BAA4B%3BEAC9C%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CcAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%2CqBAAsB%3BAACtB%3BEACI%2CuBAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%2CsBAAuB%3BEACnB%2CYAAA%3B%3BAAGJ%2CiBAAkB%2COAAM%2CaAAc%3BAACtC%2CiBAAkB%2COAAM%2CaAAc%3BAACtC%2CiBAAkB%2COAAM%2CaAAc%3BEAClC%2CgBAAA%3B%3BAAGJ%2CkBAAmB%2CoBAAoB%2CWAAW%2CeAAe%3BEAC7D%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CGAAG%2CwBAAyB%3BEACxB%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CaAAa%2CiBAAkB%2CUAAU%3BEACrC%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CSAAS%2CaAAc%2CGAAE%2COAAO%2CMAAM%3BEAClC%2CSAAA%3B%3BAAGJ%2CqBAAsB%2CgBAAe%3BAACrC%2CqBAAsB%2CWAAW%2COAAM%2CoBAAqB%2CQAAO%2CMAAM%3BEACrE%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBAAsB%2CaAAY%2CaAAc%2CQAAO%2CQAAS%2CsBAAsB%2CQAAO%2CMAAO%2CMAAK%3BEACrG%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2COAAA%3B%3BAAGJ%2CsBAAuB%2CQAAO%2CMAAM%3BEAChC%2CiBAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2CuBAAuB%3BEACpD%2CiBAAA%3B%3BAAGJ%2CqBAAsB%2CKAAI%2CgBAAgB%2CkBAAkB%2CIAAI%3BEAC5D%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBAAsB%2CWAAU%2CkBAAmB%3BAACnD%2CUAAU%2CkBAAmB%3BEACzB%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2CsBAAsB%3BEACtD%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CYAAa%2COAAM%2CQAAS%2CqBAAqB%3BEAC7C%2CkCAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEAEA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CQAAS%2COAAO%3BAAChB%2CIAAI%3BEACA%2CgBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CcAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CUAAA%3BEACA%2COAAO%2CkBAAP%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2C2BAA4B%3BEACxB%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CsBAAuB%2C0BAA0B%3BEAC7C%2CSAAA%3B%3BAAGJ%2CoBAAoB%2CaAAc%3BEAC9B%2CcAAA%3B%3BAAGJ%2COAAO%2CMAAM%2CmBAAmB%3BEAC5B%2CUAAA%3B%3BAAGJ%2CqBAAsB%2CWAAU%2CkBAAmB%2CWAAW%2CKAAI%2CgBAAgB%2CkBAAkB%2CIAAI%3BEACpG%2CWAAA%3B%3BAAGJ%2CsBAAuB%2CcAAc%2CmBAAkB%2CUAAW%2CWAAW%3BEACzE%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAkB%2CQAAO%2CSAAS%3BEAC9B%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%3BAACzC%2CkBAAmB%2CoBAAoB%3BEACnC%2CWAAA%3B%3BAAGJ%2CIAAI%2CgBAAgB%2CkBAAkB%2CIAAI%3BEACtC%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2COAAM%3BAACvC%2CqBAAsB%2CWAAW%2COAAM%2CoBAAqB%2CQAAO%2CMAAM%3BEACrE%2CmBAAA%3B%3BAAGJ%2CoBAAqB%2CcAAc%2CoBAAmB%2COAAQ%2COAAM%3BEAChE%2CmBAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2COAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CIAAI%2CIAAI%2CuBAAwB%2CcAAc%3BEAC1C%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CoBAAqB%3BAACrB%3BEACI%2CcAAA%3B%3BAAGJ%2CmBAAoB%3BAACpB%2CqBAAsB%2CqBAAqB%2CaAAa%3BAACxD%2CqBAAsB%2CaAAa%3BEAC%5C%2FB%2C0BAAA%3B%3BAAGJ%2CqBAAsB%2CqBAAqB%2CaAAa%3BEACpD%2CUAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CyBAA0B%2CcAAc%3BEACpC%2CcAAA%3B%3BAAGJ%2CqBAAsB%2CuBAAuB%2CcAAc%2CWAAU%3BEACjE%2CsBAAA%3B%3BAAGJ%2CqBAAsB%2CuBAAuB%2CWAAU%2CkBAAmB%3BAAC1E%2CqBAAsB%2CuBAAuB%2CKAAI%2CgBAAgB%2CkBAAkB%2CIAAI%3BEACnF%2CWAAA%3B%3BAAGJ%2CiBAAiB%2COAAQ%3BEACrB%2CaAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C4BAA6B%3BEACzB%2CgBAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CiBAAiB%2CmBAAmB%2CwBAAuB%2CIAAI%3BEACnG%2CgBAAA%3B%3BAAGJ%2C4BAA6B%2CeAAe%2CeAAe%3BEACvD%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C4BAA6B%2CeAAe%2CeAAe%2CcAAa%3BEACpE%2CcAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2CWAAW%2COAAO%3BEAC1E%2CiBAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CiBAAiB%2CmBAAmB%2CwBAAwB%2CaAAa%3BEAC7G%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2CoBAAoB%3BEAC5E%2CeAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2C4BAA4B%2C0BAAyB%2CwBAAyB%2CkCAAkC%3BEACxK%2CeAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2C4BAA4B%2C0BAAyB%2CwBAAyB%2CkCAAkC%2CyBAAwB%3BEAChM%2CmBAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2CoBAAoB%2C4BAA4B%3BEACxG%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2CoBAAoB%2C4BAA4B%2CoCAAoC%3BEAC5I%2CcAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2C4BAA4B%2CuBAAuB%2COAAM%3BEACjH%2CUAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CgBAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CUAAA%3B%3BAAGJ%2CuBAAwB%2CKAAI%2CgBAAgB%2CkBAAkB%2CIAAI%3BEAC9D%2CWAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CuBAAwB%2CsBAAsB%2CmBAAmB%2CWAAW%2CeAAe%3BEACvF%2CkBAAA%3B%3BAAGJ%2CSAAS%2CKAAM%2CmBAAmB%3BEAC9B%2CgBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CSAAA%3B%3BAAGJ%2CqBAAsB%2CSAAQ%3BEAC1B%2CcAAA%3B%3BAAGJ%2CiBAAkB%2CGAAE%2CKAAK%2CQAAQ%2CaAAa%2CUAAU%2CGAAI%2COAAM%3BAAClE%2CkBAAmB%2CGAAE%2CKAAK%2CQAAQ%2CaAAa%2CYAAa%2COAAM%3BAAClE%2CyCAA0C%2CSAAQ%3BAAClD%2CIAAI%2CyCAA0C%2COAAM%3BAACpD%2CGAAG%2CuBAAwB%3BEACvB%2CaAAA%3B%3BAAGJ%2CGAAG%2CwBAAyB%3BEACxB%2C8BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CUAAU%2CkBAAmB%3BEACzB%2CWAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CUAAU%2CkBAAmB%2CWAAW%2CKAAI%2CgBAAgB%2CkBAAkB%2CIAAI%3BEAC9E%2CcAAA%3B%3BAAGJ%2CoBAAqB%2CQAAO%3BEACxB%2CcAAA%3B%3BAAGJ%2C4BAA6B%2CaAAa%3BEACtC%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CcAAA%3B%3BAAGJ%2C4BAA6B%2CaAAa%3BEACtC%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C4BAA6B%2CaAAa%2CkBAAkB%2CcAAc%3BEACtE%2CgBAAA%3BEACA%2CaAlsGyB%2CqBAksGzB%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C4BAA6B%2CaAAa%2CkBAAkB%3BEACxD%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2C4BAA6B%2CaAAa%3BEACtC%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2C4BAA6B%2CaAAa%2CeAAe%3BEACrD%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CaAAc%2CcAAa%3BAAC3B%2CaAAc%2CcAAa%3BAAC3B%2CYAAa%2CcAAa%3BAAC1B%2CYAAa%2CcAAa%3BAAC1B%2CYAAa%2CcAAa%3BAAC1B%2CYAAa%2CcAAa%3BEACtB%2CUAAA%3B%3BAAGJ%2C4BAA6B%2CaAAa%2CeAAe%2CUAAU%3BEAC%5C%2FD%2CkBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2CgBAAgB%3BAAC5E%2C4BAA6B%2CWAAW%2CoBAAoB%2CsBAAsB%3BAAClF%2C4BAA6B%2CWAAW%2CoBAAoB%2CSAAS%2COAAO%3BEACxE%2CUAAA%3B%3BAAGJ%2CkBAAmB%2CgBAAgB%2CoBAAoB%3BAACvD%2CiBAAkB%2CgBAAgB%2CoBAAoB%3BAACtD%2CeAAgB%2CgBAAgB%2CoBAAoB%3BAACpD%2C0BAA2B%2CgBAAgB%2CoBAAoB%3BEAC3D%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CwBAAyB%2CyBAAyB%3BEAC9C%2CWAAA%3B%3BAAGJ%2CUAAU%3BEACN%2CaAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2CmBAAmB%3BEAChD%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CCAAC%3BEACG%2CgBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CcAAA%3B%3BAAGJ%2CUAAU%2CkBAAmB%3BEACzB%2CqBAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CwBAAA%3BEACA%2CiCAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CeAAgB%2CmBAAmB%2CyBAAwB%3BEACvD%2CiBAAA%3BEACA%2C2BAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CeAAe%3BEACX%2CkBAAA%3B%3BAAGJ%2CoBAAqB%2CWAAU%2CkBAAmB%3BEAC9C%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CoBAAoB%2CoBAAqB%2CkBAAkB%2CEAAC%3BEACxD%2CcAAA%3B%3BAAGJ%2CoBAAqB%2CGAAE%3BEACnB%2CaAAA%3B%3BAAGJ%2CoBAAoB%3BEAChB%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CMAAM%2COAAQ%2CeAAe%2CcAAc%2CoBAAmB%3BAAC9D%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%2CcAAc%2CoBAAmB%3BAACnF%2CoBAAqB%2CcAAc%2CoBAAmB%2COAAQ%3BEAC1D%2CaAAA%3B%3BAAIJ%2CeAAgB%2CkBAAiB%3BEAC7B%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2CQAAS%3BAACrC%2CqBAAsB%2COAAM%2COAAQ%3BEAChC%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2CQAAS%2CSAAS%2COAAO%3BAACrD%2CqBAAsB%2COAAM%2COAAQ%2CSAAS%2COAAO%3BEAChD%2CiBAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2CQAAS%2CSAAS%2COAAM%3BAACpD%2CqBAAsB%2COAAM%2COAAQ%2CSAAS%2COAAM%3BEAC%5C%2FC%2CUAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2CQAAS%2CcAAc%3BAACnD%2CqBAAsB%2COAAM%2COAAQ%2CcAAc%3BEAC9C%2CcAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%2CMAAK%2CQAAQ%3BEAC7C%2CWAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%3BEAChC%2CUAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2CQAAS%2CSAAQ%2CQAAQ%3BAACrD%2CqBAAsB%2COAAM%2COAAQ%2CSAAQ%2CQAAQ%3BEAChD%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CMAAM%2CQAAS%2CWAAU%3BAACzB%2CMAAM%2COAAQ%2CWAAU%3BEACpB%2CuBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2CQAAS%2CaAAY%2CMAAO%3BAACxD%2CqBAAsB%2COAAM%2COAAQ%2CaAAY%2CMAAO%3BEACnD%2C0BAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CaAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CWAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CWAAA%3B%3BAAGJ%2CgBAAiB%2CKAAI%3BEACjB%2CaAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAAiB%2CKAAI%2CiBAAkB%3BEACnC%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2C4BAA4B%2CmBAAoB%3BEAC5C%2CiBAAA%3B%3BAAGJ%2CUAAW%2CGAAG%2CSAAS%2CaAAY%3BEAC%5C%2FB%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CWAAA%3B%3BAAGJ%2C0BAA2B%2CKAAI%3BEAC3B%2CeAAA%3B%3BAAGJ%2C0BAA2B%2CgBAAgB%2CcAAc%3BEACrD%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CeAAgB%2CcAAc%2CmBAAmB%3BEAC7C%2CmBAAA%3B%3BAAIJ%2C0BAA2B%2CgBAAgB%2CmBAAmB%2CyBAAwB%3BEAClF%2CwBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAA2B%2CSAAS%3BEAChC%2CmBAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CuBAAA%3B%3BAAGJ%2CMAAM%2CcAAc%3BEAChB%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CGAAG%2CwBAAyB%2C0BAA0B%3BEAClD%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2C4BAAA%3BEACA%2COAAA%3B%3BAAGJ%2CiCAAkC%2CIAAG%2CwBAAyB%3BEAC1D%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CiCAAkC%2CIAAG%2CwBAAyB%2CMAAM%3BEAChE%2CWAAA%3B%3BAAGJ%2CWAAY%2CMAAK%2CYAAY%3BAAC7B%2CWAAY%2CMAAK%2CYAAY%2CIAAI%3BEAC7B%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CGAAG%2CwBAAyB%2C0BAA0B%2CMAAK%3BEACvD%2CaAAA%3B%3BAAGJ%2CWAAY%2CMAAK%2CYAAY%2CQAAS%3BEAClC%2CmBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CyBAA0B%2CSAAS%2CSAAS%3BEACxC%2CYAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CaAAA%3B%3BAAiMJ%2CwBA9L0C%3BEACtC%2CyBAA0B%3BIACtB%2C6BAAA%3BIACA%2CoBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CSAAS%2CKAAM%2CmBAAmB%2CoBAAoB%2CiBAAiB%3BIACnE%2C0BAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CaA7hHsB%2CmBA6hHtB%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CYAAA%3BIACA%2C2BAAA%3BIACA%2C8BAAA%3B%3BEAGJ%2CKAAK%2CQAAQ%2CaAAa%2CaAAc%2CoBAAoB%3BIACxD%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CaAhjHsB%2CmBAgjHtB%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2C2BAAA%3BIACA%2C8BAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CKAAK%2CQAAQ%2CaAAa%2CaAAc%2CoBAAoB%3BIACxD%2CyBAAA%3BIACA%2C8BAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CKAAK%2CQAAQ%2CaAAa%2CaAAc%2CoBAAoB%2CaAAY%3BIACpE%2CmBAAA%3B%3BEAGJ%2CkBAAmB%3BEACnB%2CkBAAmB%3BEACnB%2CUAAW%3BEACX%2CiBAAkB%3BEAClB%2CWAAY%3BEACZ%2CkBAAmB%3BEACnB%2CqBAAsB%3BEACtB%2CaAAc%3BEACd%2C0BAA2B%3BEAC3B%2CqBAAsB%3BEACtB%2CcAAe%3BEACf%2CeAAgB%3BEAChB%2CoBAAqB%3BIACjB%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3B%3BEAGJ%2CkBAAmB%2CmBAAmB%3BEACtC%2CqBAAsB%2CmBAAmB%3BEACzC%2CkBAAmB%2CmBAAmB%3BEACtC%2CUAAW%2CmBAAmB%3BEAC9B%2CiBAAkB%2CmBAAmB%3BEACrC%2CWAAY%2CmBAAmB%3BEAC%5C%2FB%2CkBAAmB%2CmBAAmB%3BEACtC%2CqBAAsB%2CmBAAmB%3BEACzC%2CaAAc%2CmBAAmB%3BEACjC%2C0BAA2B%2CmBAAmB%3BEAC9C%2CqBAAsB%2CmBAAmB%3BEACzC%2CkBAAmB%2CmBAAmB%3BEACtC%2CcAAe%2CmBAAmB%3BEAClC%2CeAAgB%2CmBAAmB%3BEACnC%2CoBAAqB%2CmBAAmB%3BEACxC%2CwBAAyB%2CmBAAmB%3BIACxC%2CWAAA%3B%3BEAGJ%2CkBAAmB%3BEACnB%2CqBAAsB%3BEACtB%2CkBAAmB%3BEACnB%2CUAAW%3BEACX%2CiBAAkB%3BEAClB%2CkBAAmB%3BEACnB%2CqBAAsB%3BEACtB%2CaAAc%3BEACd%2C0BAA2B%3BEAC3B%2CqBAAsB%3BEACtB%2CkBAAmB%3BEACnB%2CcAAe%3BEACf%2CeAAgB%3BEAChB%2CoBAAqB%3BEACrB%2CwBAAyB%3BIACrB%2CaAAA%3B%3BEAGJ%2CaAAc%3BEACd%2CaAAc%3BIACV%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CSAAS%2CKAAM%2CeAAe%2CEAAC%3BIAC3B%2CWAAA%3BIACA%2CaAAA%3BIACA%2C8BAAA%3B%3BEAEJ%2CaAAc%2CWAAW%2CEAAC%2CWAAY%3BIAClC%2CqBAAA%3B%3BEAEJ%2CSAAS%2CKAAM%2CeAAe%2CEAAC%3BIAC3B%2CwBAAA%3B%3BEAEJ%2CYAAY%2CaAAc%2CWAAW%3BIACjC%2CcAAA%3B%3BEAGJ%2CqBAAsB%3BEACtB%2CkBAAmB%3BEACnB%2CkBAAmB%3BEACnB%3BEACA%2CeAAgB%3BEAChB%2CqBAAsB%3BEACtB%2C0BAA2B%3BEAC3B%2CqBAAsB%3BEACtB%2CkBAAmB%3BEACnB%2CcAAe%3BEACf%2CeAAgB%3BIACZ%2C0BAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CkBAAmB%3BEACnB%2CqBAAsB%3BEACtB%2CkBAAmB%3BEACnB%2CiBAAkB%3BEAClB%2CeAAgB%3BEAChB%2CeAAgB%3BEAChB%2C0BAA2B%3BEAC3B%2CqBAAsB%3BEACtB%2CcAAe%3BEACf%2CoBAAqB%3BEACrB%2CwBAAyB%2CoBAAoB%2CkBAAkB%3BIAC3D%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%2CcAAa%2CUAAU%3BIACrE%2CeAAA%3B%3BEAGJ%2CkBAAmB%2CgBAAgB%3BEACnC%2CqBAAsB%2CgBAAgB%3BEACtC%2CkBAAmB%2CgBAAgB%3BEACnC%2CiBAAkB%2CgBAAgB%3BEAClC%2CeAAgB%2CgBAAgB%3BEAChC%2C0BAA2B%2CgBAAgB%3BEAC3C%2CqBAAsB%2CgBAAgB%3BEACtC%2CcAAe%2CgBAAgB%3BEAC%5C%2FB%2CoBAAqB%2CgBAAgB%3BEACrC%2CwBAAyB%2CoBAAoB%2CkBAAkB%2CgBAAgB%3BIAC3E%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%2CSAAQ%2CKAAK%2CSAAU%2COAAO%3BIACnE%2CYAAA%3BIACA%2CiBAAA%3B%3B%3BAAoBR%2CwBAhB2C%3BEACvC%2CqBAAsB%2CmBAAmB%2CWAAW%2CeAAe%3BIAC%5C%2FD%2CeAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CSAAS%2CKAAM%2CmBAAmB%3BIAC9B%2CeAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BAAUR%2CwBAN2C%2CwBAAuB%3BEAC9D%2CgBAAiB%3BIACb%2CiBAAA%3B%3B%3BAAUR%2CQAN2B%3BEACvB%2CUAAW%2CWAAW%3BIAClB%2CkBAAA%3B%3B%3BAAUR%2CwBAN2C%3BEACvC%2CGAAG%2CwBAAyB%3BIACxB%2CUAAA%3B%3B%3BAA%2BDR%2CwBA3D2C%3BEACvC%2CgBAAiB%2CKAAI%3BIACjB%2CSAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CgBAAiB%2CKAAI%2CiBAAiB%3BIAClC%2CSAAA%3B%3BEAGJ%2CqBAAsB%2CSAAQ%2CUAAU%2CSAAU%3BIAC9C%2CgBAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%3BIACrC%2CoBAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%2CGAAE%3BIACvC%2CgBAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%3BIACrC%2CWAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3BIACA%2C2BAAA%3BIACA%2CWAAA%3BIACA%2C8BAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%2CyBAAyB%3BIAC9D%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%2CiBAAkB%2CcAAc%2CyBAAyB%3BIACrD%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CSAAS%2CKAAM%2CmBAAmB%3BIAC9B%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CSAAS%2CKAAM%2CmBAAmB%2CoBAAoB%2CiBAAiB%3BIACnE%2CSAAA%3B%3B%3BAAIR%2CeAAgB%2CEAAC%3BEACb%2CkBAAA%3B%3BAAUJ%2CwBAP0C%2CuBAAsB%3BEAC5D%2CUAAU%3BIACN%2CeAAA%3BIACA%2CuBAAA%3B%3B%3BAA8CR%2CwBA1C0C%3BEACtC%2CKAAK%2CcAAe%3BIAChB%2CcAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CeAAA%3B%3BEAGJ%2CYAAa%3BIACT%2CcAAA%3B%3BEAGJ%2CEAAE%3BIACE%2CkBAAA%3B%3BEAGJ%2CoBAAqB%3BIACjB%2CmBAAA%3B%3BEAGJ%2CoBAAqB%2CQAAQ%3BIACzB%2C0BAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%2COAAO%2CQAAS%2CsBAAsB%2CQAAO%2CMAAO%2CMAAK%3BIACrD%2CcAAA%3B%3BEAGJ%2CiBAAkB%2CQAAO%2CSAAS%3BIAC9B%2CeAAA%3B%3BEAGJ%2CGAAG%2CwBAAyB%3BIACxB%2CUAAA%3B%3B%3BAAIR%2CKAAM%2CiBAAiB%2CSAAS%2COAAM%3BEAClC%2CaAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAwGJ%2CwBArG0C%3BEACtC%2CqBAAsB%2CiBAAiB%2CKAAI%2CiBAAiB%3BIACxD%2CWAAA%3BIACA%2CYAAA%3BIACA%2CwBAAA%3BIACA%2CmBAAA%3BIACA%2CMAAA%3B%3BEAGJ%2CgBAAiB%2CKAAI%2CiBAAkB%3BIACnC%2CgBAAA%3B%3BEAGJ%2CgBAAiB%3BIACb%2CaAAA%3B%3BEAGJ%2CoBAAqB%2CWAAW%2CKAAI%3BIAChC%2CmBAAA%3B%3BEAGJ%2CeAAgB%2CMAAK%2CUAAW%2CMAAK%2CKAAM%3BIACvC%2CUAAA%3B%3BEAGJ%2CKAAK%2CcAAe%2CMAAM%2CKAAI%3BIAC1B%2CeAAA%3B%3BEAGJ%2CKAAK%2CcAAe%2CiBAAiB%2CiBAAc%3BIAC%5C%2FC%2CSAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CKAAK%2CcAAe%2CcAAc%3BIAC9B%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CoBAAqB%2CMAAK%2CcAAe%2CKAAI%3BIACzC%2CsBAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CoBAAA%3B%3BEAGJ%2C4BAA6B%2CSAAS%2CQAAO%3BIACzC%2CoBAAA%3B%3BEAGJ%2CYAAY%3BIACR%2CUAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CYAAY%2CYAAY%2CcAAe%3BIACnC%2CYAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2C0BAA2B%3BIACvB%2CiBAAA%3B%3BEAGJ%2C0BAA2B%2CqBAAqB%2CcAAc%3BEAC9D%2C0BAA2B%2CqBAAqB%2CeAAe%2CcAAc%3BIACzE%2CcAAA%3BIACA%2C6BAAA%3BIACA%2CSAAA%3B%3BEAGJ%2C0BAA2B%3BIACvB%2CUAAA%3B%3BEAGJ%2C0BAA2B%2CgBAAgB%2CcAAc%3BIACrD%2CeAAA%3B%3BEAGJ%2C0BAA2B%2CcAAc%3BIACrC%2CcAAA%3B%3BEAGJ%2C0BAA2B%2CqBAAqB%2CcAAc%2CWAAW%3BIACrE%2CeAAA%3B%3BEAGJ%2C0BAA2B%2CSAAS%3BIAChC%2CeAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CYAAa%3BIACT%2CkBAAA%3B%3B%3BAA2BR%2CwBAvB0C%2CuBAAsB%3BEAE5D%2CMAAM%2COAAQ%2CeAAe%2CcAAc%2CoBAAmB%3BEAC9D%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%2CcAAc%2CoBAAmB%3BEACnF%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%2CcAAc%2CoBAAmB%3BEACpF%2CoBAAqB%2CcAAc%2CoBAAmB%2CQAAS%3BIAC3D%2CaAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%2CcAAc%2CoBAAmB%3BEAC9D%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%2CcAAc%2CoBAAmB%3BEACnF%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%2CcAAc%2CoBAAmB%3BEACpF%2CoBAAqB%2CcAAc%2CoBAAmB%2COAAQ%3BIAC1D%2CyBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CkBAAmB%2CgBAAgB%2CoBAAoB%3BEACvD%2CiBAAkB%2CgBAAgB%2CoBAAoB%3BIAClD%2CgBAAA%3B%3B%3BAAwTR%2CQApT0B%3BEACtB%2CqBAAsB%2CiBAAiB%2CKAAI%2CiBAAiB%3BIACxD%2CYAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CkBAAmB%3BIACf%2CcAAA%3B%3BEAGJ%2CMAAM%3BIACF%2CwBAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CUAAW%3BEACX%2CEAAE%2CcAAc%3BIACZ%2CaAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%2CKAAK%2CQAAQ%2CaAAa%2CaAAc%3BIACpC%2CUAAA%3B%3BEAGJ%2CMAAM%3BIACF%2CWAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CqBAAsB%2CaAAa%3BIAC%5C%2FB%2CWAAA%3B%3BEAGJ%2CqBAAsB%2CWAAW%2CUAAU%3BIACvC%2CWAAA%3B%3BEAGJ%2CYAAa%2CuBAAsB%3BIAC%5C%2FB%2CaAAA%3B%3BEAGJ%2CSAAS%2CKAAM%2CmBAAmB%2CoBAAoB%2CiBAAiB%3BIACnE%2CsBAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CkBAAmB%2CUAAU%2CSAAO%2CQAAQ%3BIACxC%2CsBAAA%3B%3BEAGJ%2CqBAAsB%2CQAAO%2CQAAS%2CYAAW%3BIAC7C%2CgBAAgB%2CyCAAhB%3B%3BEAGJ%2CqBAAsB%2CkBAAkB%2CQAAO%2CSAAS%3BIACpD%2CgBAAgB%2CgDAAhB%3B%3BEAGJ%2CqBAAsB%2CQAAO%2CQAAS%2CuBAAuB%2COAAM%2CaAAc%2CMAAK%3BIAClF%2CgBAAgB%2CiDAAhB%3B%3BEAGJ%2CkBAAmB%2CMAAK%3BIACpB%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2CkBAAmB%2CMAAK%3BIACpB%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CqBAAsB%3BIAClB%2CYAAA%3B%3BEAGJ%2CqBAAsB%2CQAAO%2CQAAS%3BIAClC%2CSAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CqBAAsB%2CUAAS%2CaAAa%3BIACxC%2CeAAA%3B%3BEAGJ%2CqBAAsB%3BIAClB%2CcAAA%3B%3BEAGJ%2CqBAAsB%2CQAAO%2CQAAS%2CsBAAsB%3BEAC5D%2CqBAAsB%2CaAAa%3BIAC%5C%2FB%2CyBAAA%3BIACA%2CiBAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CuBAAwB%2COAAM%2COAAO%3BIACjC%2CWAAA%3B%3BEAGJ%2CUAAW%2CWAAW%3BIAClB%2CUAAA%3B%3BEAGJ%2CsBAAuB%3BIACnB%2CaAAA%3B%3BEAGJ%2CQAAS%2COAAM%3BIACX%2CWAAA%3B%3BEAGJ%2CsBAAuB%2CMAAK%2CSAAS%3BIACjC%2CyBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CeAAe%2CYAAa%2COAAM%3BIAC9B%2CeAAA%3BIACA%2CaAAa%2CmBAAb%3BIACA%2CmBAAA%3BIACA%2CmCAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CqBAAsB%2CWAAW%2CQAAO%2CUAAW%3BIAC%5C%2FC%2CgBAAgB%2C6DAAhB%3B%3BEAGJ%2CqBAAsB%2CUAAS%2CaAAa%2CKAAM%3BIAC9C%2CgBAAgB%2C%2BDAAhB%3B%3BEAGJ%2CqBAAsB%2CUAAS%2CaAAa%2CKAAM%2CoBAAmB%3BIACjE%2CgBAAgB%2C%2BDAAhB%3B%3BEAKJ%2CqBAAsB%2CUAAS%2CaAAa%2CKAAM%3BIAC9C%2CgBAAgB%2CgDAAhB%3B%3BEAKJ%2CEAAE%2CIAAI%2CKAAK%3BEACX%2CEAAE%2CIAAI%2CMAAM%3BIACR%2CaAAA%3B%3BEAGJ%2CqBAAsB%2COAAM%3BIACxB%2CiBAAA%3B%3BEAGJ%2CqBAAsB%2COAAM%2CQAAS%2CaAAY%2CMAAM%3BIACnD%2CWAAA%3B%3BEAGJ%2CqBAAsB%2CiBAAiB%2CKAAI%2CiBAAiB%3BIACxD%2CYAAA%3B%3BEAGJ%3BEACA%2CqBAAsB%3BIAClB%2CWAAA%3B%3BEAGJ%2CiBAAkB%2CeAAc%3BIAC5B%2CcAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CyBAA0B%3BEAC1B%2CyBAA0B%3BIACtB%2CsBAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CyBAA0B%3BIACtB%2CWAAA%3B%3BEAGJ%3BIACI%2CWAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CqBAAsB%2COAAM%3BIACxB%2CcAAA%3B%3BEAGJ%2CeAAgB%2CaAAY%3BIACxB%2CgBAAA%3B%3BEAGJ%2CcAAe%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAAoB%2CQAAM%3BIACvE%2CcAAA%3B%3BEAGJ%2CKAAK%2COAAO%2CQAAQ%3BIAChB%2CSAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CKAAK%2CUAAW%2CMAAK%2CKAAK%3BIACtB%2CwBAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CKAAK%2CUAAW%2CMAAK%2CKAAK%2CQAAS%3BIAC%5C%2FB%2C8BAAA%3BIACA%2C6BAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CKAAK%2CcAAe%2CiBAAiB%3BIACjC%2CaAAA%3B%3BEAGJ%2CeAAgB%2CMAAK%2CUAAW%2CMAAK%2CKAAM%3BIACvC%2CMAAA%3B%3BEAGJ%2CoBAAqB%3BIACjB%2CcAAA%3B%3BEAGJ%2CKAAK%2CUAAW%2CMAAK%2CKAAK%2CQAAS%3BIAC%5C%2FB%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CqBAAsB%2CMAAK%2CSAAS%3BIAChC%2CcAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CSAAS%2CKAAM%2CWAAW%2CEAAC%3BIACvB%2CWAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CsBAAuB%2CIAAG%2CuBAAwB%3BEAClD%2CyBAAyB%2CsBAAuB%2CwBAAwB%2CWAAU%3BEAClF%2CyBAAyB%2CsBAAuB%2CwBAAwB%2CWAAU%3BEAClF%2CyBAAyB%2CsBAAuB%2CwBAAwB%2CWAAU%3BEAClF%2CyBAAyB%2CsBAAuB%2CwBAAwB%2CWAAU%3BEAClF%2CEAAE%2CKAAK%2CQAAQ%2CaAAa%2CUAAU%3BIAClC%2CaAAA%3B%3BEAGJ%2CyBAAyB%2CsBAAuB%2CGAAE%2CKAAK%2CQAAQ%3BIAC3D%2COAAO%2CmBAAP%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%2CSAAQ%2CUAAU%2CSAAU%3BIACjE%2CUAAA%3B%3BEAGJ%2CmBAAoB%2CiBAAiB%3BIACjC%2C2BAAA%3BIACA%2C8BAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3B%3BAAiBR%2CwBAb0C%2CuBAAsB%3BEAC5D%2C4BAA6B%3BIACzB%2CcAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2COAAO%2CmBAAP%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2CmBAAA%3B%3B%3BAAkCR%2CwBA9B0C%3BEACtC%2CeAAgB%2CeAAc%2CoBAAqB%3BIAC%5C%2FC%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CoBAAmB%3BEACzC%2CqBAAsB%2CcAAa%2CMAAO%2CoBAAmB%3BEAC7D%2CqBAAsB%2CqBAAqB%2CcAAa%2CMAAO%2CoBAAmB%3BEAClF%2CqBAAsB%2CqBAAqB%2CeAAe%2CcAAa%2CMAAO%2CoBAAmB%3BIAC7F%2CaAAA%3B%3BEAGJ%2CqBAAsB%2CoBAAmB%3BIACrC%2CaAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2CcAAc%2CmBAAmB%3BIACjE%2CiBAAA%3B%3BEAGJ%2CqBAAsB%2CoBAAmB%3BIACrC%2C6BAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CoBAAqB%2CWAAU%2CkBAAmB%3BIAC9C%2CkBAAA%3B%3B%3BAAgCR%2CwBA5B0C%3BEACtC%2CuBAAuB%2CQAAQ%2COAAQ%3BIACnC%2CsBAAA%3B%3BEAGJ%2CuBAAwB%3BIACpB%2CcAAA%3B%3BEAGJ%2CGAAG%2CwBAAyB%3BIACxB%2CWAAA%3B%3BEAGJ%2CqBAAsB%3BEACtB%2CqBAAsB%2CSAAQ%3BIAC1B%2CsBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CIAAI%3BIACA%2CUAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3B%3BAAgFR%2CwBA5E0C%3BEACtC%2CeAAgB%2CmBAAmB%2CyBAAwB%3BIACvD%2CgBAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CgBAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%2CcAAa%3BIACtC%2CgBAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%2CWAAW%2CeAAe%3BIAC%5C%2FD%2CeAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CYAAa%3BIACT%2CkBAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%2CGAAE%3BEAC3C%2CqBAAsB%2CSAAQ%2CUAAU%2CSAAU%3BIAC9C%2CgBAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%3BIACrC%2CoBAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%3BIACrC%2CWAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3BIACA%2C2BAAA%3BIACA%2CWAAA%3BIACA%2C8BAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%2CyBAAyB%3BIAC9D%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2C2CAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2C0BAA2B%3BIACvB%2CYAAA%3B%3BEAGJ%2C0BAA2B%3BIACvB%2CcAAA%3BIACA%2CmBAAA%3B%3B%3BAAoDR%2CQAhD0B%3BEACtB%3BIACI%2CgBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%2CqBAAsB%3BIAClB%2CeAAA%3B%3BEAGJ%2CwBAAyB%2CYAAY%3BIACjC%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%2CWAAY%2CMAAK%2CYAAY%3BEAC7B%2CWAAY%2CMAAK%2CYAAY%2CQAAS%2CQAAK%3BEAC3C%2CWAAY%2CMAAK%2CYAAY%2CIAAI%3BIAC7B%2CYAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CGAAG%2CwBAAyB%2C0BAA0B%3BIAClD%2CsBAAA%3BIACA%2CYAAA%3BIACA%2C4BAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CiCAAkC%2CIAAG%2CwBAAyB%3BIAC1D%2CwBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CiCAAkC%2CIAAG%2CwBAAyB%2CMAAM%3BIAChE%2CWAAA%3B%3B%3BAAaR%2CwBAT0C%3BEAEtC%2CqBAAsB%2CmBAAmB%2CWAAW%2CeAAe%3BEACnE%2CSAAS%2CKAAM%2CmBAAmB%3BIAC9B%2CcAAA%3BIACA%2CqBAAA%3B%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAaJ%2CwBAV0C%3BEACtC%3BIACI%2CaAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3B%3BAAIR%2CqBAAsB%2COAAM%2CQAAS%2CaAAY%2CMAAM%3BEACnD%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2CQAAS%2CmBAAmB%3BEACpD%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CqBAAsB%2CUAAS%2CKAAM%2CmBAAmB%3BEACpD%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CaAtgJ0B%2CmBAsgJ1B%3B%3BAAGJ%2CqBAAsB%2CsBAAsB%2CmBAAmB%2CWAAW%2CeAAe%3BAACzF%2CqBAAsB%2CUAAS%2CKAAM%2CmBAAmB%3BEACpD%2CeAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2CQAAS%2CSAAQ%2CQAAQ%3BAACrD%2CqBAAsB%2COAAM%2COAAQ%2CSAAQ%2CQAAQ%3BEAChD%2CgBAAA%3B%3BAAGJ%2CMAAM%2COAAQ%2CWAAU%3BAACxB%2CqBAAsB%2COAAM%2CQAAS%2CWAAU%3BEAC3C%2CsBAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%2CaAAY%2CMAAO%3BEACnD%2CeAAA%3B%3BAAGJ%2CqBAAsB%2CiBAAiB%2CeAAe%3BEAClD%2CeAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CaApiJyB%2CqBAoiJzB%3BEACA%2CiBAAA%3B%3BAAsCJ%2CwBAnC0C%3BEAEtC%2CqBAAsB%3BEACtB%2CqBAAsB%2CSAAQ%3BIAC1B%2CsBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%2CSAAQ%2CUAAU%3BIACvD%2CeAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%3BIACrC%2CiBAAA%3B%3BEAGJ%3BEACA%2CqBAAsB%2CmBAAmB%3BIACrC%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%2CoBAAmB%3BIACxD%2CgBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CqBAAsB%2CWAAW%3BIAC7B%2CeAAA%3B%3BEAGJ%2CiBAAkB%3BIACd%2CQAAA%3B%3B%3BAAIR%2CqBAAsB%2CiBAAiB%2CeAAe%3BEAClD%2CeAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CaA%5C%2FkJyB%2CqBA%2BkJzB%3BEACA%2CiBAAA%3B%3BAAGJ%2CiBAAkB%2CqBAAoB%2CQAAS%3BEAC3C%2CWAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%2CUAAW%2CGAAG%2CSAAS%2CaAAY%3BEAC%5C%2FB%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C2BAA2B%2CqBAAqB%2CeAAgB%3BEAC5D%2CKAAK%2CgBAAL%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C2BAA2B%2CqBAAqB%2CeAAgB%3BEAC5D%2CKAAK%2CgBAAL%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C2BAA2B%2CqBAAqB%2CeAAgB%2C6BAA4B%2C8BAA%2BB%3BEACvH%2CKAAK%2CgBAAL%3BEACA%2CYAAA%3B%3BAAKJ%2C2BAA2B%2CqBAAqB%2CeAAgB%2CsBAAsB%3BEAClF%2CgBAAA%3B%3BAAGJ%2CsBAAuB%2CEAAC%3BEACpB%2C0BAAA%3BEACA%2CmBAAA%3B%3BAAoDJ%2CQAjD0B%3BEACtB%2CsBAAuB%2CQAAO%3BIAC1B%2CsBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CsBAAuB%3BIACnB%2CeAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CsBAAuB%2CUAAS%3BIAC5B%2CUAAA%3B%3BEAGJ%2CsBAAuB%2CUAAS%2CcAAe%3BIAC3C%2CSAAA%3B%3BEAGJ%2CsBAAuB%2CeAAe%3BIAClC%2CaAAA%3BIACA%2COAAO%2CqBAAP%3BIACA%2CgBAAA%3B%3BEAGJ%2CsBAAuB%2CUAAS%2CKAAM%2CmBAAmB%2CoBAAoB%2CiBAAiB%3BIAC1F%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CsBAAuB%3BIACnB%2CSAAA%3B%3BEAGJ%2CsBAAuB%2CcAAc%3BIACjC%2CSAAA%3B%3BEAGJ%2CgBAAiB%3BIACb%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3B%3BAAIR%2CqBAAsB%2CWAAW%2COAAM%3BEACnC%2CUAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2COAAM%2CmBAAoB%3BEACvD%2CWAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2COAAM%2CmBAAoB%2CmBAAmB%3BEAC1E%2CWAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CWAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%3BEACtC%2CUAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%3BEACxF%2CaAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%3BEAC9F%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%3BEAC7G%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BEAC3H%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CmBAAkB%3BEAC7I%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BEAC3H%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BEAC%5C%2FI%2CsBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BEAC3H%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%3BEACjJ%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CMAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CyBAAwB%3BEACzK%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%3BEAC3J%2CaAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%2CkBAAmB%3BEAC9K%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%2CkBAAmB%2CeAAe%3BEAC7L%2CeAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%3BEACjJ%2CoBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%3BEACjJ%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CyBAAyB%2CuBAAuB%3BEAC%5C%2FL%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAa%2CMAAO%2CsBAAsB%3BEACvJ%2C2BAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BAAC%5C%2FH%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAa%2CMAAO%3BEACjI%2CwBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BEAC%5C%2FI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CQAAO%3BEACtJ%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CsBAAsB%2CiBAAiB%2COAAM%3BEAC5L%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CmBAAmB%2CmBAAmB%2CQAAO%3BEACxK%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CmBAAmB%2CmBAAmB%2CQAAO%2CWAAW%3BEACnL%2CSAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2CcAAa%3BEAC7C%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2CcAAa%2CQAAS%3BAAC1D%2CqBAAsB%2CcAAc%2CcAAa%2COAAQ%3BEACrD%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%3BEAChC%2CUAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CUAAA%3B%3BAAGJ%2CYAAa%2CaAAa%3BEACtB%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CYAAa%2CaAAa%2CkBAAkB%3BEACxC%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CYAAa%2CaAAa%2CkBAAkB%3BEACxC%2C6BAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CYAAa%2CaAAa%2CkBAAkB%2CSAAS%3BEACjD%2CaAx7JyB%2CgBAw7JzB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CYAAa%2CaAAa%2CkBAAkB%2CSAAS%3BEACjD%2CaAn8JyB%2CgBAm8JzB%3BEACA%2CcAAA%3B%3BAAGJ%2CYAAa%2CaAAa%2CkBAAkB%2CSAAS%2CGAAG%3BEACpD%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CYAAa%2CaAAa%2CkBAAkB%2CeAAe%3BEACvD%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CYAAa%2CaAAa%2CkBAAkB%3BEACxC%2CcAAA%3B%3BAAGJ%2CYAAa%2CaAAa%2CkBAAkB%2CoBAAoB%3BEAC5D%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CqBAAsB%2CaAAa%2CQAAO%3BEACtC%2CUAAA%3B%3BAAGJ%2CqBAAsB%2CaAAY%3BEAC9B%2CMAAA%3B%3BAAGJ%2CqBAAsB%2CiBAAiB%3BEACnC%2CUAAA%3B%3BAAGJ%2CYAAY%2CaAAc%2CWAAW%3BEACjC%2CSAAA%3B%3BAAIJ%2CiBAAkB%2CQAAO%2CSAAS%3BEAC9B%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CiBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BEACvC%2CUAAA%3B%3BAAEJ%2CUAAW%2CUAAU%2CSAAQ%3BEACzB%2CaAAA%3B%3BAAmYJ%2CwBAjY2C%3BEACvC%2CqBAAsB%2CWAAW%2COAAM%3BIACnC%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%2CkBAAmB%2CeAAe%3BIAC7L%2CeAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BIAC%5C%2FI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CYAAa%2CaAAa%3BIACtB%2CkBAAA%3BIACA%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CYAAa%2CaAAa%2CkBAAkB%3BIACxC%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CYAAa%2CaAAa%2CkBAAkB%3BIACxC%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CWAAW%2COAAM%3BIACnC%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CqBAAsB%2CWAAW%2COAAM%2CmBAAoB%3BIACvD%2CmBAAA%3B%3BEAGJ%2CqBAAsB%3BIAClB%2CYAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2CcAAa%3BIAC7C%2CaAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2CcAAa%3BIAC7C%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2CcAAa%2COAAQ%3BIACrD%2CiBAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CoBAAqB%2CeAAe%2CcAAc%3BEAClD%2CoBAAqB%3BIACjB%2CiBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%3BIACxF%2CaAAA%3BIACA%2C8BAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%3BIAC9F%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2C8BAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%3BIAC7G%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BIAC3H%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CmBAAkB%3BIAC7I%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BIAC3H%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BIAC%5C%2FI%2CsBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BIAC3H%2CWAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%3BIACjJ%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CMAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CyBAAwB%3BIACzK%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%3BIAC3J%2CaAAA%3BIACA%2CWAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%2CkBAAmB%3BIAC9K%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CuBAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%2CkBAAmB%2CeAAe%3BIAC7L%2CeAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%3BIACjJ%2CoBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%3BIACjJ%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CyBAAyB%2CuBAAuB%3BIAC%5C%2FL%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAa%2CMAAO%2CsBAAsB%3BIACvJ%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BEAC%5C%2FH%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAa%2CMAAO%3BIACjI%2CwBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BIAC%5C%2FI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CwBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CQAAO%3BIACtJ%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CsBAAsB%2CiBAAiB%2COAAM%3BIAC5L%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CwBAAA%3BIACA%2CeAAA%3BIACA%2CaAAa%2CmBAAb%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CmBAAmB%2CmBAAmB%2CQAAO%3BIACxK%2CSAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CmBAAmB%2CmBAAmB%2CQAAO%2CWAAW%3BIACnL%2CSAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CsBAAsB%3BIACrK%2CaAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CsBAAsB%3BIACrK%2CoBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CYAAa%3BIACT%2CUAAA%3B%3BEAGJ%2CYAAa%2CaAAa%3BIACtB%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CYAAa%2CaAAa%2CkBAAkB%3BIACxC%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CYAAa%2CaAAa%2CkBAAkB%3BIACxC%2C6BAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CYAAa%2CaAAa%2CkBAAkB%2CSAAS%3BIACjD%2CaA5zKqB%2CgBA4zKrB%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CYAAa%2CaAAa%2CkBAAkB%2CSAAS%3BIACjD%2CaAx0KqB%2CgBAw0KrB%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CYAAa%2CaAAa%2CkBAAkB%2CSAAS%2CGAAG%3BIACpD%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CYAAa%2CaAAa%2CkBAAkB%2CeAAe%3BIACvD%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3B%3BEAGJ%2CYAAa%2CaAAa%2CkBAAkB%3BIACxC%2CcAAA%3B%3BEAGJ%2CYAAa%2CaAAa%2CkBAAkB%2CoBAAoB%3BIAC5D%2CcAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CqBAAsB%2CaAAa%2CQAAO%3BIACtC%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CaAAY%3BIAC9B%2CMAAA%3B%3BEAGJ%2CqBAAsB%2CiBAAiB%3BIACnC%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CWAAW%2COAAM%3BIACnC%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%3BIAC7G%2COAAO%2CmBAAP%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAAgBR%2CwBAZ2C%3BEACvC%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%3BIAC7G%2COAAO%2CmBAAP%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BIAC%5C%2FI%2CuBAAA%3B%3B%3BAAgBR%2CwBAZ2C%3BEACvC%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%3BIAC7G%2COAAO%2CmBAAP%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BIAC%5C%2FI%2CuBAAA%3B%3B%3BAAYR%2CwBAR0C%3BEACtC%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%3BIAC7G%2COAAO%2CmBAAP%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAAsCR%2CwBAlC0C%3BEACtC%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%3BIACjJ%2CeAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%2CkBAAmB%2CeAAe%3BIAC7L%2CeAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BEACnJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CsBAAsB%2CiBAAiB%2COAAM%3BIAC5L%2CeAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CYAAa%2CkBAAkB%2CSAAS%3BIACpC%2CeAAA%3B%3BEAGJ%2CYAAa%2CaAAa%2CkBAAkB%2CSAAS%2CGAAG%3BIACpD%2CgBAAA%3B%3BEAGJ%2CYAAa%2CaAAa%2CkBAAkB%2CeAAe%3BIACvD%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAcR%2CwBAV2C%3BEACvC%2CqBAAsB%2CWAAW%2COAAM%2CmBAAoB%2CmBAAkB%3BIACzE%2CaAAA%3B%3BEAGJ%2CqBAAsB%2CWAAW%2COAAM%2CmBAAoB%2CmBAAkB%3BIACzE%2CcAAA%3B%3B%3BAAcR%2CwBAV2C%3BEACvC%2CqBAAsB%2CWAAW%2COAAM%2CmBAAoB%2CmBAAkB%3BIACzE%2CcAAA%3B%3BEAGJ%2CqBAAsB%2CWAAW%2COAAM%2CmBAAoB%2CmBAAkB%3BIACzE%2CaAAA%3B%3B%3BAAIR%2CkBACI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CaAl9K0B%2CqBAk9K1B%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAPR%2CkBAUI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CaA79KsB%2CmBA69KtB%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAhBR%2CkBAmBI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CaAp%2BK0B%2CqBAo%2BK1B%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAzBR%2CkBA4BI%3BAA5BJ%2CkBA6BI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CaAh%5C%2FKsB%2CmBAg%5C%2FKtB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAlCR%2CkBAqCI%2CGACI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CaAz%5C%2FKkB%2CmBAy%5C%2FKlB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA3CZ%2CkBAgDI%3BEACI%2CiBAAA%3B%3BAAIR%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CmBAAA%3B%3BAAVJ%2CqBAYI%3BAAXJ%2C2CAWI%3BAAVJ%2CQAUI%3BAATJ%2CuBASI%3BAARJ%2CwBAQI%3BAAPJ%2CoBAOI%3BAANJ%2CYAMI%3BAALJ%2CoBAKI%3BAAJJ%2CoBAII%3BAAHJ%2CyBAGI%3BEACI%2CmBAAA%3B%3BAAbR%2CqBAgBI%2CGAAE%3BAAfN%2C2CAeI%2CGAAE%3BAAdN%2CQAcI%2CGAAE%3BAAbN%2CuBAaI%2CGAAE%3BAAZN%2CwBAYI%2CGAAE%3BAAXN%2CoBAWI%2CGAAE%3BAAVN%2CYAUI%2CGAAE%3BAATN%2CoBASI%2CGAAE%3BAARN%2CoBAQI%2CGAAE%3BAAPN%2CyBAOI%2CGAAE%3BEAEE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CaA1hLsB%2CmBA0hLtB%3B%3BAAEA%2CqBAPJ%2CGAAE%2CWAOG%3BAAAD%2C2CAPJ%2CGAAE%2CWAOG%3BAAAD%2CQAPJ%2CGAAE%2CWAOG%3BAAAD%2CuBAPJ%2CGAAE%2CWAOG%3BAAAD%2CwBAPJ%2CGAAE%2CWAOG%3BAAAD%2CoBAPJ%2CGAAE%2CWAOG%3BAAAD%2CYAPJ%2CGAAE%2CWAOG%3BAAAD%2CoBAPJ%2CGAAE%2CWAOG%3BAAAD%2CoBAPJ%2CGAAE%2CWAOG%3BAAAD%2CyBAPJ%2CGAAE%2CWAOG%3BEACG%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3B%3BAA3BZ%2CqBAgBI%2CGAAE%2CWAcE%3BAA7BR%2C2CAeI%2CGAAE%2CWAcE%3BAA5BR%2CQAcI%2CGAAE%2CWAcE%3BAA3BR%2CuBAaI%2CGAAE%2CWAcE%3BAA1BR%2CwBAYI%2CGAAE%2CWAcE%3BAAzBR%2CoBAWI%2CGAAE%2CWAcE%3BAAxBR%2CYAUI%2CGAAE%2CWAcE%3BAAvBR%2CoBASI%2CGAAE%2CWAcE%3BAAtBR%2CoBAQI%2CGAAE%2CWAcE%3BAArBR%2CyBAOI%2CGAAE%2CWAcE%3BEACI%2CaApiLkB%2CmBAoiLlB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAlCZ%2CqBAsCI%3BAArCJ%2C2CAqCI%3BAApCJ%2CQAoCI%3BAAnCJ%2CuBAmCI%3BAAlCJ%2CwBAkCI%3BAAjCJ%2CoBAiCI%3BAAhCJ%2CYAgCI%3BAA%5C%2FBJ%2CoBA%2BBI%3BAA9BJ%2CoBA8BI%3BAA7BJ%2CyBA6BI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaA9iLsB%2CmBA8iLtB%3B%3BAAzCR%2CqBA4CI%3BAA3CJ%2C2CA2CI%3BAA1CJ%2CQA0CI%3BAAzCJ%2CuBAyCI%3BAAxCJ%2CwBAwCI%3BAAvCJ%2CoBAuCI%3BAAtCJ%2CYAsCI%3BAArCJ%2CoBAqCI%3BAApCJ%2CoBAoCI%3BAAnCJ%2CyBAmCI%3BEACI%2CcAAA%3BEACA%2CaAnjLsB%2CmBAmjLtB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAjDR%2CqBAoDI%2CQAAO%2CKACH%3BAApDR%2C2CAmDI%2CQAAO%2CKACH%3BAAnDR%2CQAkDI%2CQAAO%2CKACH%3BAAlDR%2CuBAiDI%2CQAAO%2CKACH%3BAAjDR%2CwBAgDI%2CQAAO%2CKACH%3BAAhDR%2CoBA%2BCI%2CQAAO%2CKACH%3BAA%5C%2FCR%2CYA8CI%2CQAAO%2CKACH%3BAA9CR%2CoBA6CI%2CQAAO%2CKACH%3BAA7CR%2CoBA4CI%2CQAAO%2CKACH%3BAA5CR%2CyBA2CI%2CQAAO%2CKACH%3BEACI%2CeAAA%3B%3BAAKZ%2CqBAUI%2CWACI%2CGACI%3BAAXZ%2C2CASI%2CWACI%2CGACI%3BAAVZ%2CQAQI%2CWACI%2CGACI%3BAATZ%2CuBAOI%2CWACI%2CGACI%3BAARZ%2CwBAMI%2CWACI%2CGACI%3BAAPZ%2CoBAKI%2CWACI%2CGACI%3BAANZ%2CYAII%2CWACI%2CGACI%3BAALZ%2CoBAGI%2CWACI%2CGACI%3BAAJZ%2CoBAEI%2CWACI%2CGACI%3BAAHZ%2CyBACI%2CWACI%2CGACI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CaA%5C%2FkLc%2CmBA%2BkLd%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAjBhB%2CqBAuBI%2CMAAK%3BAAtBT%2C2CAsBI%2CMAAK%3BAArBT%2CQAqBI%2CMAAK%3BAApBT%2CuBAoBI%2CMAAK%3BAAnBT%2CwBAmBI%2CMAAK%3BAAlBT%2CoBAkBI%2CMAAK%3BAAjBT%2CYAiBI%2CMAAK%3BAAhBT%2CoBAgBI%2CMAAK%3BAAfT%2CoBAeI%2CMAAK%3BAAdT%2CyBAcI%2CMAAK%3BEACD%2CaAxlLsB%2CmBAwlLtB%3B%3BAAxBR%2CqBAuBI%2CMAAK%2CWAGD%2CGACI%3BAA1BZ%2C2CAsBI%2CMAAK%2CWAGD%2CGACI%3BAAzBZ%2CQAqBI%2CMAAK%2CWAGD%2CGACI%3BAAxBZ%2CuBAoBI%2CMAAK%2CWAGD%2CGACI%3BAAvBZ%2CwBAmBI%2CMAAK%2CWAGD%2CGACI%3BAAtBZ%2CoBAkBI%2CMAAK%2CWAGD%2CGACI%3BAArBZ%2CYAiBI%2CMAAK%2CWAGD%2CGACI%3BAApBZ%2CoBAgBI%2CMAAK%2CWAGD%2CGACI%3BAAnBZ%2CoBAeI%2CMAAK%2CWAGD%2CGACI%3BAAlBZ%2CyBAcI%2CMAAK%2CWAGD%2CGACI%3BEACI%2CoBAAA%3BEACA%2CeAAA%3B%3BAA7BhB%2CqBAuBI%2CMAAK%2CWAGD%2CGAMI%3BAA%5C%2FBZ%2C2CAsBI%2CMAAK%2CWAGD%2CGAMI%3BAA9BZ%2CQAqBI%2CMAAK%2CWAGD%2CGAMI%3BAA7BZ%2CuBAoBI%2CMAAK%2CWAGD%2CGAMI%3BAA5BZ%2CwBAmBI%2CMAAK%2CWAGD%2CGAMI%3BAA3BZ%2CoBAkBI%2CMAAK%2CWAGD%2CGAMI%3BAA1BZ%2CYAiBI%2CMAAK%2CWAGD%2CGAMI%3BAAzBZ%2CoBAgBI%2CMAAK%2CWAGD%2CGAMI%3BAAxBZ%2CoBAeI%2CMAAK%2CWAGD%2CGAMI%3BAAvBZ%2CyBAcI%2CMAAK%2CWAGD%2CGAMI%3BEACI%2CoBAAA%3BEACA%2CeAAA%3B%3BAAuChB%2CwBAjC0C%3BEAEtC%2CqBAUI%2CMAAK%3BEATT%2C2CASI%2CMAAK%3BEART%2CQAQI%2CMAAK%3BEAPT%2CuBAOI%2CMAAK%3BEANT%2CwBAMI%2CMAAK%3BEALT%2CoBAKI%2CMAAK%3BEAJT%2CYAII%2CMAAK%3BEAHT%2CoBAGI%2CMAAK%3BEAFT%2CoBAEI%2CMAAK%3BEADT%2CyBACI%2CMAAK%3BIACD%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CaAvnLkB%2CmBAunLlB%3B%3BEAbR%2CqBAUI%2CMAAK%2CWAKD%2CGACI%3BEAfZ%2C2CASI%2CMAAK%2CWAKD%2CGACI%3BEAdZ%2CQAQI%2CMAAK%2CWAKD%2CGACI%3BEAbZ%2CuBAOI%2CMAAK%2CWAKD%2CGACI%3BEAZZ%2CwBAMI%2CMAAK%2CWAKD%2CGACI%3BEAXZ%2CoBAKI%2CMAAK%2CWAKD%2CGACI%3BEAVZ%2CYAII%2CMAAK%2CWAKD%2CGACI%3BEATZ%2CoBAGI%2CMAAK%2CWAKD%2CGACI%3BEARZ%2CoBAEI%2CMAAK%2CWAKD%2CGACI%3BEAPZ%2CyBACI%2CMAAK%2CWAKD%2CGACI%3BIACI%2CqBAAA%3BIACA%2CqBAAA%3B%3BEAlBhB%2CqBAUI%2CMAAK%2CWAKD%2CGAMI%3BEApBZ%2C2CASI%2CMAAK%2CWAKD%2CGAMI%3BEAnBZ%2CQAQI%2CMAAK%2CWAKD%2CGAMI%3BEAlBZ%2CuBAOI%2CMAAK%2CWAKD%2CGAMI%3BEAjBZ%2CwBAMI%2CMAAK%2CWAKD%2CGAMI%3BEAhBZ%2CoBAKI%2CMAAK%2CWAKD%2CGAMI%3BEAfZ%2CYAII%2CMAAK%2CWAKD%2CGAMI%3BEAdZ%2CoBAGI%2CMAAK%2CWAKD%2CGAMI%3BEAbZ%2CoBAEI%2CMAAK%2CWAKD%2CGAMI%3BEAZZ%2CyBACI%2CMAAK%2CWAKD%2CGAMI%3BIACI%2CqBAAA%3BIACA%2CqBAAA%3B%3B%3BAAQpB%2CqBAUI%2CaACI%3BAAVR%2C2CASI%2CaACI%3BAATR%2CQAQI%2CaACI%3BAARR%2CuBAOI%2CaACI%3BAAPR%2CwBAMI%2CaACI%3BAANR%2CoBAKI%2CaACI%3BAALR%2CYAII%2CaACI%3BAAJR%2CoBAGI%2CaACI%3BAAHR%2CoBAEI%2CaACI%3BAAFR%2CyBACI%2CaACI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CaAzpLkB%2CmBAypLlB%3B%3BAAhBZ%2CqBAUI%2CaASI%2CGACI%3BAAnBZ%2C2CASI%2CaASI%2CGACI%3BAAlBZ%2CQAQI%2CaASI%2CGACI%3BAAjBZ%2CuBAOI%2CaASI%2CGACI%3BAAhBZ%2CwBAMI%2CaASI%2CGACI%3BAAfZ%2CoBAKI%2CaASI%2CGACI%3BAAdZ%2CYAII%2CaASI%2CGACI%3BAAbZ%2CoBAGI%2CaASI%2CGACI%3BAAZZ%2CoBAEI%2CaASI%2CGACI%3BAAXZ%2CyBACI%2CaASI%2CGACI%3BEACI%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CaAhqLc%2CmBAgqLd%3BEACA%2CSAAA%3B%3BAAxBhB%2CqBAUI%2CaAkBI%3BAA3BR%2C2CASI%2CaAkBI%3BAA1BR%2CQAQI%2CaAkBI%3BAAzBR%2CuBAOI%2CaAkBI%3BAAxBR%2CwBAMI%2CaAkBI%3BAAvBR%2CoBAKI%2CaAkBI%3BAAtBR%2CYAII%2CaAkBI%3BAArBR%2CoBAGI%2CaAkBI%3BAApBR%2CoBAEI%2CaAkBI%3BAAnBR%2CyBACI%2CaAkBI%3BEACI%2CeAAA%3BEACA%2CaAvqLkB%2CmBAuqLlB%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAASX%2CwBAJ0C%3BEACvC%2CQAAS%2CWAAW%3BIAChB%2C2BAAA%3B%3B%3B%3BAiE17KR%3BEACI%2CcAAA%3BEACA%2CajE%5C%2FPyB%2C4BiE%2BPzB%3BEACA%2CiCAAA%3BEACA%2C4BAA4B%2CMAA5B%3BEACA%2C%2BBAA%2BB%2CMAA%5C%2FB%3BEACA%2CuBAAuB%2CSAAvB%3B%3BAAGJ%2CKACI%3BEACI%2CWAAA%3B%3BAAIR%2CSACI%3BEACI%2C2BAAA%3BEACA%2C4BAAA%3B%3BAAHR%2CSAMI%3BEACI%2C0BAAA%3BEACA%2CUAAA%3B%3BAARR%2CSAWI%2CQAAO%3BEACH%2CmBAAA%3B%3BAAIR%2CeACI%3BEACI%2CWAAA%3B%3BAAIR%3BEACI%2CmBAAA%3BEACA%2CaAAA%3B%3BAAIA%2CSAAC%3BEACG%2CuBAAA%3B%3BAADJ%2CSAAC%2CaAGG%3BEACI%2CgBAAA%3B%3BAAKZ%3BEACI%2C4BAAA%3BEAEA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CkBAMI%3BEACI%2CUAAA%3BEACA%2CUAAA%3B%3BAARR%2CkBAWI%3BEACI%2CUAAA%3BEACA%2CcAAA%3B%3BAAbR%2CkBAWI%2CcAII%3BEACI%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CkBAbJ%2CcAaK%3BEACG%2CyBAAA%3B%3BAADJ%2CkBAbJ%2CcAaK%2CMAGG%3BEACI%2CgBAAgB%2CWAAW%2CYAA3B%3BEACA%2CmBAAmB%2CWAAW%2CYAA9B%3BEACA%2CcAAc%2CWAAW%2CYAAzB%3BEACA%2CeAAe%2CWAAW%2CYAA1B%3BEACA%2CWAAW%2CWAAW%2CYAAtB%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAArChB%2CkBAWI%2CcA8BI%3BEACI%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C4CAAA%3B%3BAA9CZ%2CkBAkDI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAKI%2CkBAFR%2CcACI%2CKACK%3BEAEG%2CajE5Wa%2CgBiE4Wb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAzEhB%2CkBAuDI%2CcAsBI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FEZ%2CkBAuDI%2CcA2BI%3BEAEI%2CajE%5C%2FXkB%2CmBiE%2BXlB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAAGI%2CkBAzCZ%2CcA2BI%2CSAaI%2CKACK%3BEACG%2CYAAA%3B%3BAAGJ%2CkBA7CZ%2CcA2BI%2CSAaI%2CKAKK%3BEACG%2CcAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2CkBA7CZ%2CcA2BI%2CSAaI%2CKAKK%2CWAIG%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CkBAzDpB%2CcA2BI%2CSAaI%2CKAKK%2CWAIG%2CEAQK%3BEACG%2CyBAAA%3BEACA%2C0BAAA%3B%3BAAlH5B%2CkBA0HI%3BEAEI%2CajE7aqB%2CgBiE6arB%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CkBAPJ%2CGAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAgB%2C%2BCAAhB%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3BAA1IZ%2CkBA0HI%2CGAmBI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CCAAC%3BEACG%2CaAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CgBAMI%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAARR%2CgBAMI%2CSAII%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEAEA%2CajErdiB%2CqBiEqdjB%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CoBAAA%3B%3BAAhBZ%2CgBAMI%2CSAaI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEAEA%2CajE5dkB%2CmBiE4dlB%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAA3BZ%2CgBAMI%2CSAaI%2CEAUI%3BEACI%2CiBAAA%3B%3BAA9BhB%2CgBAmCI%3BEACI%2CkBAAA%3B%3BAAEA%2CgBAHJ%2CQAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAIR%2CgBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2C2DAAhB%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CeAII%3BEACI%2CiBAAA%3B%3BAALR%2CeAQI%2CcACI%3BEACI%2CkBAAA%3B%3BAAVZ%2CeAQI%2CcACI%2CMAGI%3BEACI%2CWAAA%3B%3BAAbhB%2CeAQI%2CcACI%2CMAOI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2C%2BBAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3BEAEA%2CajEniBa%2CqBiEmiBb%3B%3BAA5BhB%2CeAQI%2CcACI%2CMAOI%2CSAcI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAMR%2CeA%5C%2FBR%2CcA8BI%2CQACK%2COACG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAHR%2CeA%5C%2FBR%2CcA8BI%2CQACK%2COACG%2CMAII%3BEACI%2C2DAAA%3BEACA%2CwDAAA%3BEACA%2CmDAAA%3BEACA%2CmBAAA%3B%3BAAQxB%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAANJ%2CaAQI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAXR%2CaAQI%2CSAKI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEAEA%2CajEjlBiB%2CqBiEilBjB%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CoBAAA%3B%3BAApBZ%2CaAQI%2CSAeI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEAEA%2CajExlBkB%2CmBiEwlBlB%3B%3BAA5BZ%2CaAgCI%3BEACI%2CWAAA%3B%3BAAjCR%2CaAoCI%3BEACI%2CkBAAA%3B%3BAArCR%2CaAoCI%2CMAGI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAzCZ%2CaAoCI%2CMAQI%3BEACI%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CaAhBJ%2CMAgBK%2CMACG%3BEACI%2CgBAAA%3B%3BAAFR%2CaAhBJ%2CMAgBK%2CMACG%2CEAGI%3BEACI%2CgBAAgB%2CWAAW%2CYAA3B%3BEACA%2CmBAAmB%2CWAAW%2CYAA9B%3BEACA%2CcAAc%2CWAAW%2CYAAzB%3BEACA%2CeAAe%2CWAAW%2CYAA1B%3BEACA%2CWAAW%2CWAAW%2CYAAtB%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAlEpB%2CaAwEI%3BEAEI%2CajEzoBqB%2CqBiEyoBrB%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CsBAAA%3B%3BAAEA%2CaAbJ%2CSAaK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAAKZ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAANJ%2CeAQI%3BEACI%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CeALJ%2CaAKK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3B%3BAApBZ%2CeAQI%2CaAeI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CajE5rBiB%2CqBiE4rBjB%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FBZ%2CeAQI%2CaA0BI%3BEACI%2CgCAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CaAAA%3B%3BAA1CZ%2CeAQI%2CaAqCI%2CKAAI%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CeA9CR%2CaAqCI%2CKAAI%2CaASC%3BEACG%2CaAAA%3B%3BAAvDhB%2CeAQI%2CaAqCI%2CKAAI%2CaAaA%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEAEA%2CajEhuBc%2CmBiEguBd%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAvEhB%2CeA4EI%3BEACI%2CaAAA%3B%3BAA7ER%2CeAgFI%3BEAmBI%2CWAAA%3B%3BAAjBI%2CeAFR%2CmBACI%2COACK%3BEACG%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEAEA%2CajErvBc%2CmBiEqvBd%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAMR%2CeArBJ%2CmBAqBK%3BEACG%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAALJ%2CeArBJ%2CmBAqBK%2CMAOG%3BEACI%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAVR%2CeArBJ%2CmBAqBK%2CMAaG%3BEACI%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CoCAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEAEA%2CajE%5C%2FxBa%2CqBiE%2BxBb%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CoCAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CeAzDR%2CmBAwDI%2CyBACK%3BEACG%2CSAAA%3B%3BAA1IhB%2CeA%2BII%3BEACI%2CsBAAA%3B%3BAAhJR%2CeA%2BII%2CcAGI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CajExzBkB%2CmBiEwzBlB%3BEACA%2CgBAAA%3B%3BAA3JZ%2CeA%2BII%2CcAeI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEAEA%2CajEn0BiB%2CqBiEm0BjB%3BEACA%2CeAAA%3B%3BAAnKZ%2CeAuKI%2CQACI%3BEACI%2CeAAA%3BEAEA%2CajE50BiB%2CqBiE40BjB%3BEACA%2CoBAAA%3B%3BAA5KZ%2CeAuKI%2CQACI%2CGAMI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CeAbZ%2CQACI%2CGAMI%2CKAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CUAAA%3B%3BAA1LpB%2CeAgMI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAnMR%2CeAgMI%2CSAKI%3BEACI%2CeAAA%3B%3BAAtMZ%2CeA0MI%3BEACI%2CmBAAA%3B%3BAAGJ%2CeAAC%3BEACG%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAFJ%2CeAAC%2CWAIG%3BEACI%2CmBAAA%3B%3BAAKI%2CeAVX%2CWAQG%2CaACI%2COACK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CeAjBH%2CWAiBI%3BEACG%2CaAAA%3B%3BAAKI%2CeAvBX%2CWAqBG%2CQACI%2CKACK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAzBhB%2CeAAC%2CWA8BG%3BEACI%2CaAAA%3B%3BAA%5C%2FBR%2CeAAC%2CWAkCG%2CWAAU%3BEACN%2CWAAA%3B%3BAAnCR%2CeAAC%2CWAsCG%3BEACI%2CYAAA%3B%3BAAvCR%2CeAAC%2CWA0CG%2CsBACI%3BEACI%2CWAAA%3B%3BAA5CZ%2CeAAC%2CWA0CG%2CsBACI%2CiBAGI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEAEA%2CajEv6BU%2CmBiEu6BV%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CeA%5C%2FDf%2CWA0CG%2CsBACI%2CiBAGI%2COAiBK%3BEACG%2CaAAA%3B%3BAAhEpB%2CeAAC%2CWA0CG%2CsBA2BI%3BEACI%2CaAAA%3B%3BAAtEZ%2CeAAC%2CWA0EG%3BEACI%2CQAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CeADH%2CUACI%3BEACG%2CaAAA%3B%3BAAKI%2CeAPX%2CUAKG%2CQACI%2CKACK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAThB%2CeAAC%2CUAcG%3BEACI%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAApBR%2CeAAC%2CUAuBG%3BEACI%2CmBAAA%3BEACA%2CaAAA%3B%3BAAzBR%2CeAAC%2CUAuBG%2CSAII%3BEACI%2CqBAAA%3B%3BAA5BZ%2CeAAC%2CUAuBG%2CSAQI%3BEACI%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAArCZ%2CeAAC%2CUAuBG%2CSAQI%2CKAQI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CeA9Cf%2CUAuBG%2CSAQI%2CKAQI%2CEAOK%3BEACG%2CqBAAA%3B%3BAA%5C%2FCpB%2CeAAC%2CUAqDG%3BEACI%2CmBAAA%3B%3BAAtDR%2CeAAC%2CUAqDG%2CQAGI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAA5DZ%2CeAAC%2CUAgEG%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeApEP%2CUAgEG%2CEAIK%3BEACG%2CgBAAA%3B%3BAADJ%2CeApEP%2CUAgEG%2CEAIK%2CMAGG%3BEACI%2CgBAAgB%2CWAAW%2CYAA3B%3BEACA%2CmBAAmB%2CWAAW%2CYAA9B%3BEACA%2CcAAc%2CWAAW%2CYAAzB%3BEACA%2CeAAe%2CWAAW%2CYAA1B%3BEACA%2CWAAW%2CWAAW%2CYAAtB%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FWpB%2CeAqXI%3BEACI%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAzXR%2CeAqXI%2CSAMI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C%2BCAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3B%3BAAlYZ%2CeAqXI%2CSAMI%2COASI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CajE%5C%2FiCa%2CgBiE%2BiCb%3B%3BAAGJ%2CeAzBR%2CSAMI%2COAmBK%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3B%3BAAGJ%2CeA%5C%2FBR%2CSAMI%2COAyBK%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAvZhB%2CeAqXI%2CSAsCI%3BEACI%2CWAAA%3B%3BAAEA%2CeAzCR%2CSAsCI%2CUAGK%3BEACG%2CaAAA%3B%3BAA%5C%2FZhB%2CeAqXI%2CSA8CI%3BEACI%2CYAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CeAlDR%2CSA8CI%2CUAIK%3BEACG%2CaAAA%3B%3BAAxahB%2CeA6aI%3BEACI%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAvbR%2CeA6aI%2CoBAYI%3BEACI%2CaAAA%3B%3BAA1bZ%2CeA6aI%2CoBAgBI%3BEACI%2CWAAA%3B%3BAA9bZ%2CeA6aI%2CoBAgBI%2CiBAGI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEAEA%2CajE3mCc%2CmBiE2mCd%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeArCZ%2CoBAgBI%2CiBAGI%2COAkBK%3BEACG%2CaAAA%3B%3BAAOpB%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAFJ%2CeAII%3BEACI%2CWAAA%3B%3BAALR%2CeAQI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAAdR%2CeAQI%2CcAQI%2CSACI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEAEA%2CajEhpCa%2CqBiEgpCb%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CeArBZ%2CcAQI%2CSACI%2CEAYK%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CeA3BZ%2CcAQI%2CSACI%2CEAkBK%3BEACG%2CmBAAA%3B%3BAAEA%2CeA9BhB%2CcAQI%2CSACI%2CEAkBK%2CSAGI%3BEACG%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAzCxB%2CeAQI%2CcAuCI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAlDZ%2CeAQI%2CcAuCI%2CaAKI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3B%3BAAMhB%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3B%3BAALJ%2CUAOI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAEA%2CUALJ%2CQAKK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3B%3BAAnBZ%2CUAOI%2CQAeI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CajEjtCiB%2CqBiEitCjB%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA9BZ%2CUAOI%2CQAeI%2CGAUI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEAEA%2CajExtCc%2CmBiEwtCd%3BEACA%2CmBAAA%3B%3BAAEA%2CUAhCZ%2CQAeI%2CGAUI%2CKAOK%3BEACG%2CaAAA%3B%3BAAxCpB%2CUAOI%2CQAsCI%2CKAAI%3BEACA%2CgCAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CaAAA%3B%3BAArDZ%2CUAOI%2CQAiDI%3BEACI%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA7DZ%2CUAOI%2CQAiDI%2CcAOI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEAEA%2CajEzvCc%2CmBiEyvCd%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAA5EhB%2CUAiFI%3BEACI%2CqBAAA%3BEACA%2CYAAA%3B%3BAAnFR%2CUAiFI%2CcAII%3BEACI%2CqBAAA%3B%3BAAtFZ%2CUA0FI%3BEACI%2CmBAAA%3BEACA%2CUAAA%3B%3BAA5FR%2CUA%2BFI%3BEAEI%2CajExxCqB%2CqBiEwxCrB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAApGR%2CUA%2BFI%2CGAOI%3BEACI%2CcAAA%3B%3BAAvGZ%2CUA2GI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAA9GR%2CUA2GI%2CYAKI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEAEA%2CajExyCkB%2CmBiEwyClB%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAxHZ%2CUA2GI%2CYAgBI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEAEA%2CajEnzCkB%2CmBiEmzClB%3B%3BAA%5C%2FHZ%2CUAmII%3BEACI%2CwBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CeAMI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAATR%2CeAYI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEAEA%2CajE70CsB%2CmBiE60CtB%3BEACA%2CSAAA%3B%3BAAlBR%2CeAYI%2CEAQI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEAEA%2CajEv1CkB%2CmBiEu1ClB%3B%3BAAIR%2CeAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAgB%2C2DAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAxCR%2CeA2CI%2CcACI%2CUACI%3BEACI%2CWAAA%3B%3BAAMhB%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEAEA%2CajE53CyB%2CgBiE43CzB%3B%3BAANJ%2CgBAQI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C%2BBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CgBANJ%2CEAMK%3BEACG%2CYAAA%3B%3BAAMZ%3BEACI%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3B%3BAALJ%2CYAOI%3BEACI%2CkBAAA%3B%3BAARR%2CYAOI%2CkBAGI%3BEACI%2CWAAA%3B%3BAAXZ%2CYAOI%2CkBAOI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CSAAA%3B%3BAArBZ%2CYAOI%2CkBAOI%2CSASI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CajE%5C%2F5Cc%2CmBiE%2B5Cd%3BEACA%2CiBAAA%3B%3BAA3BhB%2CYAOI%2CkBAOI%2CSAgBI%3BEACI%2CgBAAA%3BEAEA%2CajEt6Cc%2CmBiEs6Cd%3B%3BAAjChB%2CYAOI%2CkBAOI%2CSAsBI%2COAAM%2CWACF%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAxCpB%2CYAOI%2CkBAOI%2CSAsBI%2COAAM%2CWACF%2CWAKI%2COAAM%3BEACF%2CUAAA%3B%3BAA3CxB%2CYAOI%2CkBAOI%2CSAsBI%2COAAM%2CWACF%2CWAKI%2COAAM%2CWAGF%3BEACI%2CWAAA%3B%3BAA9C5B%2CYAOI%2CkBAOI%2CSAsBI%2COAAM%2CWACF%2CWAKI%2COAAM%2CWAGF%2CMAGI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAEA%2CYA%5C%2FC5B%2CkBAOI%2CSAsBI%2COAAM%2CWACF%2CWAKI%2COAAM%2CWAGF%2CMAGI%2CMAMK%3BEACG%2CaAAA%3BEACA%2CgBAAA%3B%3BAAxDpC%2CYAOI%2CkBAOI%2CSAsBI%2COAAM%2CWA2BF%3BEACI%2CUAAA%3B%3BAAhEpB%2CYAOI%2CkBAOI%2CSAsBI%2COAAM%2CWA2BF%2CSAGI%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3B%3BAAQxB%2CMAAM%2CWAAY%2COAAO%2CSAAQ%3BEAC7B%2CaAAA%3B%3BAAGJ%2CYACI%3BEACI%2C0BAAA%3B%3BAAEA%2CYAHJ%2COAGK%3BEACG%2CmBAAA%3B%3BAADJ%2CYAHJ%2COAGK%2CQAGG%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEAEA%2CajE3%2BCc%2CmBiE2%2BCd%3BEACA%2CgBAAA%3B%3BAAZR%2CYAHJ%2COAGK%2CQAGG%2CqBAWI%3BEACI%2CWAAA%3BEAEA%2CajEj%5C%2FCU%2CmBiEi%5C%2FCV%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAnBZ%2CYAHJ%2COAGK%2CQAGG%2CqBAmBI%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAxBZ%2CYAHJ%2COAGK%2CQAGG%2CqBAmBI%2CiBAII%3BEACI%2CkBAAA%3B%3BAA3BhB%2CYAHJ%2COAGK%2CQAGG%2CqBAmBI%2CiBAII%2CEAGI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAS5B%2CkBACI%3BEACI%2CoBAAA%3BEAEA%2CajE%5C%2FgDqB%2CqBiE%2BgDrB%3BEACA%2CeAAA%3B%3BAALR%2CkBAQI%3BEACI%2CoBAAA%3B%3BAATR%2CkBAYI%3BEACI%2CcAAA%3BEAEA%2CajE7hDqB%2CgBiE6hDrB%3BEACA%2CeAAA%3B%3BAAhBR%2CkBAmBI%2CcACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CYAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CYAAA%3BEACA%2CwBAAA%3B%3BAAKJ%2COAAC%3BEACG%2CeAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAALJ%2COAAC%2CQAOG%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAATR%2COAAC%2CQAOG%2CqBAII%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAjBZ%2COAAC%2CQAOG%2CqBAII%2CMAQI%3BEACI%2CWAAA%3B%3BAApBhB%2COAAC%2CQAyBG%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGI%2COAhCX%2CQAyBG%2CuBAMI%2COACK%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAFJ%2COAhCX%2CQAyBG%2CuBAMI%2COACK%2CaAIG%3BEACI%2CYAAA%3BEACA%2CkBAAA%3B%3BAANR%2COAhCX%2CQAyBG%2CuBAMI%2COACK%2CaASG%2CSACI%3BEACI%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3BEACA%2CeAAA%3B%3BAAEA%2COAvDvB%2CQAyBG%2CuBAMI%2COACK%2CaASG%2CSACI%2COAaK%3BEACG%2CcAAA%3BEACA%2CeAAA%3B%3BAAzD5B%2COAAC%2CQAiEG%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CajE3nDkB%2CmBiE2nDlB%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGI%2COA3EX%2CQAiEG%2CsBASI%2CQACK%3BEACG%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEAEA%2CajEroDU%2CmBiEqoDV%3BEACA%2CaAAA%3B%3BAANJ%2COA3EX%2CQAiEG%2CsBASI%2CQACK%2CMAQG%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAXR%2COA3EX%2CQAiEG%2CsBASI%2CQACK%2CMAQG%2CkBAKI%3BEACI%2CWAAA%3B%3BAAdZ%2COA3EX%2CQAiEG%2CsBASI%2CQACK%2CMAkBG%3BEACI%2CeAAA%3B%3BAAnBR%2COA3EX%2CQAiEG%2CsBASI%2CQACK%2CMAkBG%2CMAGI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2COArGnB%2CQAiEG%2CsBASI%2CQACK%2CMAkBG%2CMAQK%3BEACG%2CmBAAA%3BEACA%2C%2BBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2COA5GnB%2CQAiEG%2CsBASI%2CQACK%2CMAkBG%2CMAeK%3BEACG%2CkBAAA%3BEAqBA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C%2BBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA1BJ%2COA5GnB%2CQAiEG%2CsBASI%2CQACK%2CMAkBG%2CMAeK%2CiBAGG%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAnBR%2COA5GnB%2CQAiEG%2CsBASI%2CQACK%2CMAkBG%2CMAeK%2CiBA4BG%2CGACI%3BEACI%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEAEA%2CajEpsDN%2CmBiEosDM%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2COAnJ%5C%2FB%2CQAiEG%2CsBASI%2CQACK%2CMAkBG%2CMAeK%2CiBA4BG%2CGACI%2CEAUK%3BEACG%2CqBAAA%3B%3BAAzExB%2COA3EX%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAtFR%2COA3EX%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBAQI%3BEACI%2CgDAAA%3B%3BAAzFZ%2COA3EX%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBAYI%3BEACI%2CmBAAA%3BEACA%2C4BAAA%3BEAEA%2CajEnuDC%2CqBiEmuDD%3BEACA%2CeAAA%3B%3BAAjGZ%2COA3EX%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBAYI%2CoBAOI%3BEACI%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAEA%2COApL3B%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBAYI%2CoBAOI%2CKAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAhHpB%2COA3EX%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBAqCI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAvHZ%2COA3EX%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBAqCI%2CsBAII%2CGACI%2CGACI%3BEAEI%2CajE7vDV%2CmBiE6vDU%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEA%2COA7MnC%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBAqCI%2CsBAII%2CGACI%2CGACI%2CEAOK%3BEACG%2CyBAAA%3BEACA%2CcAAA%3B%3BAApI5B%2COA3EX%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBA2DI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2COA5NvB%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBA2DI%2CoBAMK%3BEACG%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3B%3BAATJ%2COA5NvB%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBA2DI%2CoBAMK%2CUAWG%3BEACI%2CUAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEAEA%2CajElyDN%2CmBiEkyDM%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAnBR%2COA5NvB%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBA2DI%2CoBAMK%2CUAsBG%3BEACI%2CkBAAA%3B%3BAAvBR%2COA5NvB%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBA2DI%2CoBAMK%2CUAsBG%2CaAGI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CajEjzDX%2CqBiEizDW%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAjCZ%2COA5NvB%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBA2DI%2CoBAMK%2CUAsBG%2CaAcI%3BEAEI%2CajEvzDV%2CmBiEuzDU%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAzCZ%2COA5NvB%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBA2DI%2CoBAMK%2CUAsBG%2CaAsBI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CajEp0DX%2CqBiEo0DW%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAArMxB%2COA3EX%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBA2DI%2CoBA%2BDI%3BEAEI%2CajE50DF%2CmBiE40DE%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CoCAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3B%3BAAMR%2COAxSnB%2CQAiEG%2CsBASI%2CQACK%2CMA4NG%2CKACK%2CcACG%3BEACI%2CSAAA%3BEACA%2CgBAAA%3B%3BAA3S5B%2COAAC%2CQAiEG%2CsBAiPI%3BEACI%2CqBAAA%3BEACA%2CYAAA%3B%3BAApTZ%2COAAC%2CQAiEG%2CsBAiPI%2CGAII%2CGACI%3BEACI%2CqBAAA%3B%3BAAxTpB%2COAAC%2CQAiEG%2CsBAiPI%2CGAII%2CGAKI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAjUpB%2COAAC%2CQAiEG%2CsBAqQI%3BEACI%2CgBAAA%3B%3BAAMhB%2CiBAAkB%2CQAAO%2CSAAS%3BEAC9B%2CgBAAgB%2C0CAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAIA%2CSAAC%3BEACG%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAJJ%2CSAAC%2CaAMG%3BEACI%2CeAAA%3B%3BAAPR%2CSAAC%2CaAMG%2CYAGI%3BEACI%2CUAAA%3B%3BAAVZ%2CSAAC%2CaAcG%3BEACI%2C8BAAA%3BEACA%2CWAAA%3B%3BAAGI%2CSAnBX%2CaAcG%2CGAII%2CGACK%3BEACG%2CWAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CSAnBX%2CaAcG%2CGAII%2CGACK%2COAIG%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEAEA%2CajEv6DM%2CmBiEu6DN%3BEACA%2CmBAAA%3B%3BAASxB%2CUAAW%2CUAAU%3BEACjB%2CWAAA%3B%3BAAGJ%2CUACI%3BEACI%2CWAAA%3B%3BAAFR%2CUACI%2CUAGI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3B%3BAANZ%2CUAUI%3BEACI%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAtBR%2CUAUI%2CWAcI%3BEACI%2CsBAAA%3BEACA%2CWAAA%3B%3BAA1BZ%2CUAUI%2CWAcI%2CYAII%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAA9BhB%2CUAUI%2CWAcI%2CYAII%2CGAII%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAnCpB%2CUAUI%2CWAcI%2CYAII%2CGAII%2CGAKI%3BEACI%2CyBAAA%3B%3BAAEA%2CUA9BpB%2CWAcI%2CYAII%2CGAII%2CGAKI%2CEAGK%3BEACG%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAKZ%2CUAtCZ%2CWAcI%2CYAII%2CGAoBK%3BEACG%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAASpB%2CoBACI%3BEACI%2CeAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3B%3BAAJR%2CoBACI%2CaAKI%3BEACI%2CaAAA%3B%3BAAPZ%2CoBACI%2CaASI%3BEACI%2CkBAAA%3B%3BAAXZ%2CoBACI%2CaASI%2CcAGI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEAEA%2CajEpgEc%2CmBiEogEd%3B%3BAAnBhB%2CoBACI%2CaASI%2CcAGI%2CWAQI%3BEACI%2CeAAA%3BEACA%2CoBAAA%3BEAEA%2CajE7gES%2CqBiE6gET%3B%3BAAMR%2CoBA9BR%2CaA6BI%2CMACK%2CQACG%3BEACI%2CmBAAA%3B%3BAAFR%2CoBA9BR%2CaA6BI%2CMACK%2CQACG%2CUAGI%3BEACI%2CaAAA%3B%3BAALZ%2CoBA9BR%2CaA6BI%2CMACK%2CQACG%2CUAOI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEAEA%2CajE%5C%2FhEK%2CqBiE%2BhEL%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAdZ%2CoBA9BR%2CaA6BI%2CMACK%2CQACG%2CUAgBI%3BEAEI%2CajEniEM%2CmBiEmiEN%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAArBZ%2CoBA9BR%2CaA6BI%2CMACK%2CQACG%2CUAuBI%3BEACI%2CoBAAA%3B%3BAAzBZ%2CoBA9BR%2CaA6BI%2CMACK%2CQACG%2CUAuBI%2COAGI%3BEACI%2CeAAA%3BEAEA%2CajE9iEE%2CmBiE8iEF%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAhChB%2CoBA9BR%2CaA6BI%2CMACK%2CQACG%2CUAuBI%2COAWI%3BAAnCZ%2CoBA9BR%2CaA6BI%2CMACK%2CQACG%2CUAuBI%2COAYI%3BAApCZ%2CoBA9BR%2CaA6BI%2CMACK%2CQACG%2CUAuBI%2COAaI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAxChB%2CoBA9BR%2CaA6BI%2CMACK%2CQACG%2CUAuBI%2COAmBI%3BEACI%2CaAAA%3B%3BAA5ChB%2CoBA9BR%2CaA6BI%2CMACK%2CQAiDG%3BEACI%2CkBAAA%3B%3BAAlDR%2CoBA9BR%2CaA6BI%2CMACK%2CQAiDG%2CiBAGI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEAEA%2CajEtlEK%2CqBiEslEL%3B%3BAAEA%2CoBAnGpB%2CaA6BI%2CMACK%2CQAiDG%2CiBAGI%2COAiBK%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAS5B%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAEA%2CmBAAC%3BEACG%2CeAAA%3BEACA%2CSAAA%3BEAEA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3B%3BAAGI%2CmBAVP%2CaASG%2CUACK%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAZZ%2CmBAAC%2CaAgBG%2CWACI%3BEACI%2CSAAA%3B%3BAAlBZ%2CmBAAC%2CaAgBG%2CWACI%2CWAGI%3BEACI%2CqBAAA%3B%3BAAOpB%2CQAAQ%2CaAAc%2CGAAG%3BEACrB%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2COAAO%2CQAAS%2CuBAAuB%2COAAM%2CaAAc%2CMAAK%3BEAC5D%2CcAAA%3BEAEA%2CajEnpE0B%2CmBiEmpE1B%3BEACA%2CgBAAA%3B%3BAAGJ%2COAAO%2CQAAS%2CuBAAuB%2COAAM%2CaAAc%2CMAAK%3BEAC5D%2CcAAA%3BEAEA%2CajE1pE0B%2CmBiE0pE1B%3BEACA%2CgBAAA%3B%3BAAGJ%2COAAO%2CQAAS%2CuBAAuB%2COAAM%2CaAAc%2CMAAK%3BEAC5D%2CcAAA%3BEAEA%2CajEjqE0B%2CmBiEiqE1B%3BEACA%2CgBAAA%3B%3BAAGJ%2COAAO%2CQAAS%2CuBAAuB%2COAAM%2CaAAc%3BEACvD%2CcAAA%3BEAEA%2CajExqE0B%2CmBiEwqE1B%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2COAAO%2CQAAS%2CuBAAuB%2COAAM%2CaAAc%2CMAAK%3BEAC5D%2CaAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CSAAS%2CaAAc%2CGAAG%2CKAAE%2COAAO%2CUAAW%2CIAAC%3BEAC3C%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAgB%2CoDAAhB%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CSAAS%2CaAAc%2CGAAG%2CKAAE%2COAAO%2CUAAW%2CIAAC%2CUAAU%3BEACrD%2CaAAA%3B%3BAAGJ%2CSAAS%2CaAAc%2CGAAG%2CGAAE%3BEACxB%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CSAAS%2CaAAc%2CGAAE%2COAAO%2CMAAO%3BEACnC%2CcAAA%3B%3BAAGJ%2CSAAS%2CaAAc%2CGAAE%2COAAO%2CMAAM%3BEAClC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgCAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CKAAK%2CaAAa%2CMAAO%3BEACrB%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAFJ%2CKAAK%2CaAAa%2CMAAO%2CmBAIrB%3BEACI%2CqBAAA%3B%3BAAIR%3BEACI%2CwBAA%2BC%2C4DAA%5C%2FC%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2C8DAAhB%3BEACA%2CsBAAA%3B%3BAAjBR%2CiBAoBI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEAEA%2CajEzvEqB%2CqBiEyvErB%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAA5BR%2CiBA%2BBI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAApCR%2CiBA%2BBI%2CiBAOI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAxCZ%2CiBA%2BBI%2CiBAOI%2CUAII%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAEA%2CiBAlBZ%2CiBAOI%2CUAII%2COAOK%3BEACG%2CmBAAA%3B%3BAAlDpB%2CiBA%2BBI%2CiBAwBI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAA5DZ%2CiBA%2BBI%2CiBAwBI%2CSAOI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C%2BCAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3B%3BAArEhB%2CiBA%2BBI%2CiBAwBI%2CSAOI%2COASI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CajEjzES%2CgBiEizET%3B%3BAA9EpB%2CiBA%2BBI%2CiBAwBI%2CSA2BI%3BEACI%2CWAAA%3B%3BAAEA%2CiBAtDZ%2CiBAwBI%2CSA2BI%2CUAGK%3BEACG%2CaAAA%3B%3BAAtFpB%2CiBA%2BBI%2CiBAwBI%2CSAmCI%3BEACI%2CYAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CiBA%5C%2FDZ%2CiBAwBI%2CSAmCI%2CUAIK%3BEACG%2CaAAA%3B%3BAAQpB%3BEACI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CgBAEI%3BAADJ%2CaAAa%2CcACT%3BEACI%2C6BAAA%3BEAEA%2CajE90EsB%2CmBiE80EtB%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAATR%2CgBAYI%2CYACI%3BAAZR%2CaAAa%2CcAWT%2CYACI%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3B%3BAAhBZ%2CgBAYI%2CYAOI%3BAAlBR%2CaAAa%2CcAWT%2CYAOI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CajEn2EiB%2CqBiEm2EjB%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAA3BZ%2CgBA%2BBI%3BAA9BJ%2CaAAa%2CcA8BT%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAzCR%2CgBA%2BBI%2CYAYI%3BAA1CR%2CaAAa%2CcA8BT%2CYAYI%3BEACI%2CsBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CgBAhBR%2CYAYI%2CGAIK%2CYACG%2CEACI%3BAAFR%2CaA9CC%2CcA8BT%2CYAYI%2CGAIK%2CYACG%2CEACI%3BEACI%2CgBAAA%3B%3BAAEA%2CgBArBpB%2CYAYI%2CGAIK%2CYACG%2CEACI%2CIAGK%3BAAAD%2CaAnDX%2CcA8BT%2CYAYI%2CGAIK%2CYACG%2CEACI%2CIAGK%3BEACG%2CaAAA%3B%3BAAMA%2CgBA5BxB%2CYAYI%2CGAIK%2CYACG%2CEASK%2CSACG%2CIACK%3BAAAD%2CaA1Df%2CcA8BT%2CYAYI%2CGAIK%2CYACG%2CEASK%2CSACG%2CIACK%3BEACG%2CqBAAA%3B%3BAA5DhC%2CgBA%2BBI%2CYAYI%2CGAwBI%3BAAlEZ%2CaAAa%2CcA8BT%2CYAYI%2CGAwBI%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAtEhB%2CgBA%2BBI%2CYAYI%2CGA8BI%3BAAxEZ%2CaAAa%2CcA8BT%2CYAYI%2CGA8BI%3BEAEI%2CajEp5Ec%2CmBiEo5Ed%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAGI%2CgBAtDhB%2CYAYI%2CGA8BI%2CEAWI%2CIACK%3BAAAD%2CaApFP%2CcA8BT%2CYAYI%2CGA8BI%2CEAWI%2CIACK%3BEACG%2CaAAA%3B%3BAAIR%2CgBA3DZ%2CYAYI%2CGA8BI%2CEAiBK%3BAAAD%2CaAzFH%2CcA8BT%2CYAYI%2CGA8BI%2CEAiBK%3BEACG%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGI%2CgBAhEpB%2CYAYI%2CGA8BI%2CEAiBK%2CSAIG%2CIACK%3BAAAD%2CaA9FX%2CcA8BT%2CYAYI%2CGA8BI%2CEAiBK%2CSAIG%2CIACK%3BEACG%2CaAAA%3B%3BAAGJ%2CgBApEpB%2CYAYI%2CGA8BI%2CEAiBK%2CSAIG%2CIAKK%3BAAAD%2CaAlGX%2CcA8BT%2CYAYI%2CGA8BI%2CEAiBK%2CSAIG%2CIAKK%3BEACG%2CaAAA%3B%3BAAGJ%2CgBAxEpB%2CYAYI%2CGA8BI%2CEAiBK%2CSAIG%2CIASK%3BAAAD%2CaAtGX%2CcA8BT%2CYAYI%2CGA8BI%2CEAiBK%2CSAIG%2CIASK%3BEACG%2CqBAAA%3B%3BAAxG5B%2CgBA%2BBI%2CYAYI%2CGA8BI%2CEAoCI%3BAA5GhB%2CaAAa%2CcA8BT%2CYAYI%2CGA8BI%2CEAoCI%3BEACI%2CgBAAA%3B%3BAA9GpB%2CgBAoHI%2CeACI%3BAApHR%2CaAAa%2CcAmHT%2CeACI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEAEA%2CajEr8EiB%2CqBiEq8EjB%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CgBAlBR%2CeACI%2CQAiBK%3BAAAD%2CaArIC%2CcAmHT%2CeACI%2CQAiBK%3BEACG%2CmBAAA%3B%3BAAvIhB%2CgBA4II%2CWACI%3BAA5IR%2CaAAa%2CcA2IT%2CWACI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEAEA%2CajE79EiB%2CqBiE69EjB%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAA1JZ%2CgBA8JI%3BAA7JJ%2CaAAa%2CcA6JT%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAhKR%2CgBA8JI%2CaAII%3BAAjKR%2CaAAa%2CcA6JT%2CaAII%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEAEA%2CajEl%5C%2FEkB%2CmBiEk%5C%2FElB%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA7KZ%2CgBAiLI%2CaACI%3BAAjLR%2CaAAa%2CcAgLT%2CaACI%3BEACI%2CiBAAA%3B%3BAAnLZ%2CgBAiLI%2CaAKI%3BAArLR%2CaAAa%2CcAgLT%2CaAKI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CsBACI%2CYACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CajE%5C%2FgFiB%2CqBiE%2BgFjB%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAVZ%2CsBACI%2CYAYI%3BEACI%2C6BAAA%3BEAEA%2CajEthFkB%2CmBiEshFlB%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CmBAAoB%3BEAChB%2CmBAAA%3BEACA%2CgBAAA%3BEAEA%2CajEtiFyB%2CqBiEsiFzB%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcAAc%2CgBACV%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEAEA%2CajExjFsB%2CmBiEwjFtB%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAIR%2CaAAc%3BEACV%2CmBAAA%3B%3BAAGJ%2CaAAc%2CSAAS%3BEACnB%2CkBAAA%3B%3BAAGJ%2CaAAc%2CSAAS%2CGAAG%3BEACtB%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CaAAc%2CSAAS%2CGAAG%2CaAAa%3BEACnC%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CajEnlF0B%2CmBiEmlF1B%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CgCAAA%3B%3BAAGJ%2CMAAM%2CmBACF%3BEACI%2CYAAA%3B%3BAAFR%2CMAAM%2CmBAKF%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAARR%2CMAAM%2CmBAWF%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAAbR%2CMAAM%2CmBAgBF%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAnBR%2CMAAM%2CmBAsBF%3BEACI%2CiBAAA%3B%3BAAIR%2CcACI%3BEACI%2CaAAA%3B%3BAAFR%2CcAKI%3BEACI%2CkBAAA%3B%3BAAMA%2CgBADJ%2CaACK%3BEACG%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CgBADJ%2CaACK%2CUAMG%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAMhB%2CsBACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CajE1pFsB%2CmBiE0pFtB%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAIR%2C%2BBACI%3BEACI%2CkBAAA%3B%3BAAFR%2C%2BBACI%2CWAGI%3BEAEI%2CajEzqFiB%2CqBiEyqFjB%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3B%3BAATZ%2C%2BBACI%2CWAWI%3BEAEI%2CajE9qFkB%2CmBiE8qFlB%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAKZ%3BEAEI%2CajEvrF0B%2CmBiEurF1B%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CWAMI%3BEACI%2CcAAA%3B%3BAAIR%2CUAAW%2CWAAW%2CYAAY%2CKAAE%2CSAAS%3BEACzC%2CkBAAA%3B%3BAAKI%2CUADJ%2CGACK%3BEACG%2CkBAAA%3BEACA%2CUAAA%3B%3BAAKZ%2CmBACI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAANR%2CmBACI%2CSAOI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C%2BCAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3B%3BAAfZ%2CmBACI%2CSAOI%2COASI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CajE3uFa%2CgBiE2uFb%3B%3BAAxBhB%2CmBACI%2CSA2BI%3BEACI%2CWAAA%3B%3BAAEA%2CmBA9BR%2CSA2BI%2CUAGK%3BEACG%2CaAAA%3B%3BAAhChB%2CmBACI%2CSAmCI%3BEACI%2CYAAA%3B%3BAAEA%2CmBAtCR%2CSAmCI%2CUAGK%3BEACG%2CaAAA%3B%3BAAxChB%2CmBA6CI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAhDR%2CmBA6CI%2CUAKI%3BEACI%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CmBAXR%2CUAKI%2COAMK%3BEACG%2CgBAAA%3B%3BAAMhB%2CMAAM%2CgBAEF%3BAADJ%2CmBACI%3BEAEI%2CajEhxFsB%2CmBiEgxFtB%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CMAdF%2CgBAEF%2CUAYK%3BAAAD%2CmBAZJ%2CUAYK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgCAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CMAxBF%2CgBAEF%2CUAsBK%3BAAAD%2CmBAtBJ%2CUAsBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CMApCF%2CgBAmCF%2CEACK%3BAAAD%2CmBADJ%2CEACK%3BEACG%2CgBAAgB%2CoDAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAHJ%2CMApCF%2CgBAmCF%2CEACK%2CaAKG%3BAALJ%2CmBADJ%2CEACK%2CaAKG%3BAALJ%2CMApCF%2CgBAmCF%2CEACK%2CaAMG%3BAANJ%2CmBADJ%2CEACK%2CaAMG%3BEACI%2CaAAA%3B%3BAAIR%2CMA%5C%2FCF%2CgBAmCF%2CEAYK%3BAAAD%2CmBAZJ%2CEAYK%3BEACG%2CgBAAgB%2CoDAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAHJ%2CMA%5C%2FCF%2CgBAmCF%2CEAYK%2CWAKG%3BAALJ%2CmBAZJ%2CEAYK%2CWAKG%3BAALJ%2CMA%5C%2FCF%2CgBAmCF%2CEAYK%2CWAMG%3BAANJ%2CmBAZJ%2CEAYK%2CWAMG%3BEACI%2CaAAA%3B%3BAAtDhB%2CMAAM%2CgBA2DF%2CmBACI%3BAA3DR%2CmBA0DI%2CmBACI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAhEZ%2CMAAM%2CgBAoEF%3BAAnEJ%2CmBAmEI%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CQAAA%3B%3BAAIR%2CcACI%3BEACI%2CwBAAA%3B%3BAAIR%2CeACI%3BEACI%2CWAAA%3BEAEA%2CajEj2FsB%2CmBiEi2FtB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAPR%2CeACI%2CMAQI%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAAXZ%2CeAeI%3BEACI%2CgBAAA%3B%3BAAIR%2CYAAY%2CUACR%3BEACI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAALR%2CYAAY%2CUACR%2CcAMI%3BEACI%2CgCAAA%3B%3BAAOZ%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%2COAAQ%3BEACJ%2CYAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2C%2BBAAA%3B%3BAANJ%2COAAQ%2CKAQJ%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAbR%2COAAQ%2CKAQJ%2CYAOI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAjBZ%2COAAQ%2CKAqBJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAzBR%2COAAQ%2CKAqBJ%2CgBAMI%3BEAEI%2CajEn6FkB%2CmBiEm6FlB%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3B%3BAAhCZ%2COAAQ%2CKAqBJ%2CgBAcI%3BEAEI%2CajE96FiB%2CqBiE86FjB%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAxCZ%2COAAQ%2CKAqBJ%2CgBAcI%2CGAOI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CajEp7Fc%2CmBiEo7Fd%3B%3BAA9ChB%2COAAQ%2CKAqBJ%2CgBA6BI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEAEA%2CajE%5C%2F7FkB%2CmBiE%2B7FlB%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2COA9DJ%2CKAqBJ%2CgBA6BI%2CUAYK%3BEACG%2CcAAA%3B%3BAAMhB%2COAAQ%2CGACJ%3BEACI%2CqBAAA%3B%3BAAEA%2COAJA%2CGACJ%2CEAGK%3BEACG%2CqBAAA%3B%3BAAKZ%3BEACI%2CgBAAgB%2CoDAAhB%3B%3BAAGJ%3BEACI%2CgBAAgB%2CoDAAhB%3BEACA%2CWAAA%3B%3BAAFJ%2CQAII%3BEACI%2CUAAA%3B%3BAALR%2CQAQI%2CgBACI%3BEACI%2CajEn%2BFkB%2CmBiEm%2BFlB%3BEACA%2CeAAA%3B%3BAAXZ%2CQAQI%2CgBACI%2CGAII%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CajE7%2BFa%2CqBiE6%2BFb%3B%3BAAMhB%3BEACI%2CgBAAgB%2CoDAAhB%3BEACA%2CWAAA%3B%3BAAFJ%2CQAII%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAARR%2CQAWI%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAAbR%2CQAWI%2CgBAII%3BEACI%2CajEhgGkB%2CmBiEggGlB%3BEACA%2CeAAA%3B%3BAAjBZ%2CQAWI%2CgBAII%2CGAII%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEAEA%2CajE1gGa%2CqBiE0gGb%3B%3BAAMhB%3BEACI%2CgBAAgB%2CoDAAhB%3BEACA%2CWAAA%3B%3BAAFJ%2CQAII%3BEACI%2CSAAA%3B%3BAALR%2CQAII%2CYAGI%3BEACI%2CWAAA%3B%3BAARZ%2CQAYI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAdR%2CQAYI%2CgBAII%3BEACI%2CajE9hGkB%2CmBiE8hGlB%3BEACA%2CeAAA%3B%3BAAlBZ%2CQAYI%2CgBAII%2CGAII%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CajExiGa%2CqBiEwiGb%3B%3BAAMhB%3BEACI%2CgBAAgB%2CoDAAhB%3BEACA%2CWAAA%3B%3BAAFJ%2CQAII%2CYACI%3BEACI%2CWAAA%3B%3BAANZ%2CQAUI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAZR%2CQAUI%2CgBAII%3BEACI%2CajE1jGkB%2CmBiE0jGlB%3BEACA%2CeAAA%3B%3BAAhBZ%2CQAUI%2CgBAII%2CGAII%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CajEpkGa%2CqBiEokGb%3B%3BAAMhB%3BEACI%2CgBAAgB%2CoDAAhB%3BEACA%2CWAAA%3B%3BAAFJ%2CQAII%3BEACI%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAPR%2CQAUI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAZR%2CQAUI%2CgBAII%3BEACI%2CajE5lGiB%2CgBiE4lGjB%3BEACA%2CeAAA%3B%3BAAhBZ%2CQAUI%2CgBAII%2CGAII%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEAEA%2CajEnmGa%2CgBiEmmGb%3B%3BAAMhB%3BEACI%2CgBAAgB%2CoDAAhB%3BEACA%2CWAAA%3B%3BAAFJ%2CQAII%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAPR%2CQAUI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAZR%2CQAUI%2CgBAII%3BEACI%2CajElnGkB%2CmBiEknGlB%3BEACA%2CeAAA%3B%3BAAhBZ%2CQAUI%2CgBAII%2CGAII%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEAEA%2CajE5nGa%2CqBiE4nGb%3B%3BAAMhB%2CaAAa%3BEACT%2C2BAAA%3B%3BAAGJ%2CiBAAkB%2CQAAO%2CSAAU%3BEAC%5C%2FB%2CiBAAA%3BEAEA%2CajEtoG0B%2CmBiEsoG1B%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CiBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BEACvC%2CeAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAADJ%2CSAGI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAAEA%2CmBAAC%2CWACG%3BEACI%2CaAAA%3B%3BAAFR%2CmBAAC%2CWAKG%3BEACI%2C2BAAA%3B%3BAANR%2CmBAAC%2CWASG%3BEACI%2CaAAA%3B%3BAAbZ%2CmBAiBI%2CiBACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAMR%2CMAAC%3BEACG%2CyBAAA%3B%3BAAIR%2CsBACI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAPR%2CsBACI%2CUAQI%3BEACI%2CaAAA%3B%3BAAVZ%2CsBACI%2CUAYI%3BEACI%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CsBAjBR%2CUAYI%2CMAKK%3BEACG%2CiBAAA%3B%3BAAnBhB%2CsBACI%2CUAsBI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA1BZ%2CsBACI%2CUAsBI%2CeAKI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAA9BhB%2CsBACI%2CUAiCI%3BEACI%2CWAAA%3B%3BAAnCZ%2CsBACI%2CUAqCI%3BEACI%2CgBAAA%3B%3BAAIA%2CsBA1CR%2CUAyCI%2CMACK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAMhB%3BEACI%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CeAAgB%2CmBAAmB%3BEAC%5C%2FB%2CwBAAA%3B%3BAAGJ%2CeAAgB%2CmBAAmB%2CEAAC%3BEAChC%2CSAAS%2COAAT%3BEACA%2CajEvvGuB%2CaiEuvGvB%3BEACA%2CcAAA%3B%3BAAGJ%2CqBACI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CqBAAsB%3BEAClB%2C6BAAA%3B%3BAAMQ%2CeAFP%2CWACI%2CUACI%3BEACG%2CcAAA%3B%3BAADJ%2CeAFP%2CWACI%2CUACI%2CUAGG%3BEACI%2C2BAAA%3B%3BAAOpB%3BEACI%2CmBAAA%3B%3BAADJ%2CyBAGI%3BEACI%2CwBAAA%3B%3BAAJR%2CyBAOI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAdR%2CyBAiBI%3BEAEI%2CajEnzGqB%2CqBiEmzGrB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAtBR%2CyBAiBI%2CeAOI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAA3BZ%2CyBA%2BBI%3BEAEI%2CajE9zGsB%2CmBiE8zGtB%3BEACA%2CkBAAA%3B%3BAAlCR%2CyBA%2BBI%2CkBAKI%3BEACI%2CeAAA%3B%3BAArCZ%2CyBA%2BBI%2CkBAKI%2CEAGI%3BEACI%2CqBAAA%3B%3BAAxChB%2CyBA6CI%3BEACI%2CoBAAA%3B%3BAA9CR%2CyBA6CI%2CWAGI%3BEAEI%2CajEl1GiB%2CqBiEk1GjB%3BEACA%2CgBAAA%3B%3BAAKJ%2CyBADJ%2CEACK%3BEACG%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAA3DZ%2CyBA%2BDI%3BEACI%2CkBAAA%3B%3BAAhER%2CyBA%2BDI%2CiBAGI%3BEACI%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAKZ%2COACI%3BEACI%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3B%3BAAIR%2CkBACI%2CgBACI%3BEACI%2CaAAA%3B%3BAAHZ%2CkBAOI%3BEACI%2CkBAAA%3B%3BAARR%2CkBAWI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2C6CAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAApBR%2CkBAWI%2CcAWI%3BEACI%2CWAAA%3B%3BAAvBZ%2CkBA2BI%3BEACI%2C6BAAA%3B%3BAAKJ%2CMAAC%2CiBACG%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAKZ%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CaAAA%3BEAEA%2CajEr6G0B%2CmBiEq6G1B%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3B%3BAAhBJ%2CqBAkBI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CiBAGI%3BEACI%2CaAAA%3B%3BAAJR%2CiBAOI%3BEACI%2C0BAAA%3BEACA%2CuBAAA%3B%3BAATR%2CiBAOI%2CWAII%2CcACI%3BEACI%2CaAAA%3B%3BAAbhB%2CiBAOI%2CWAII%2CcAKI%2CQACI%3BEACI%2CWAAA%3B%3BAAlBpB%2CiBAOI%2CWAgBI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAzBZ%2CiBAOI%2CWAgBI%2CkBAII%3BEACI%2CgBAAA%3B%3BAA5BhB%2CiBAOI%2CWAgBI%2CkBAII%2CaAGI%3BEACI%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBAhCZ%2CWAgBI%2CkBAII%2CaAYK%3BEACG%2CyBAAA%3B%3BAADJ%2CiBAhCZ%2CWAgBI%2CkBAII%2CaAYK%2CMAGG%3BEACI%2CgBAAgB%2CWAAW%2CYAA3B%3BEACA%2CmBAAmB%2CWAAW%2CYAA9B%3BEACA%2CcAAc%2CWAAW%2CYAAzB%3BEACA%2CeAAe%2CWAAW%2CYAA1B%3BEACA%2CWAAW%2CWAAW%2CYAAtB%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAApDxB%2CiBAOI%2CWAgBI%2CkBAkCI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CajE%5C%2F%2BGc%2CmBiE%2B%2BGd%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAAjEhB%2CiBAOI%2CWAgBI%2CkBAkCI%2CSAUI%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CiBAhEhB%2CWAgBI%2CkBAkCI%2CSAUI%2CEAIK%3BEACG%2C0BAAA%3BEACA%2CyBAAA%3B%3BAAzExB%2CiBAOI%2CWAwEI%3BEAEI%2CajEngHkB%2CmBiEmgHlB%3BEACA%2CeAAA%3BEACA%2C%2BBAAA%3B%3BAAnFZ%2CiBAOI%2CWAwEI%2CkBAMI%3BEACI%2CSAAA%3BEACA%2CmBAAA%3B%3BAAvFhB%2CiBAOI%2CWAwEI%2CkBAMI%2CEAII%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA5FpB%2CiBAOI%2CWAwEI%2CkBAMI%2CEAUI%3BEACI%2CcAAA%3BEACA%2CoBAAA%3B%3BAAOpB%3BEACI%2CmBAAA%3B%3BAADJ%2CgCAGI%3BEACI%2CcAAA%3B%3BAAJR%2CgCAOI%3BEACI%2C0BAAA%3BEACA%2CuBAAA%3B%3BAATR%2CgCAOI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAAdpB%2CgCAOI%2CWAYI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAvBZ%2CgCAOI%2CWAYI%2CaAMI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3B%3BAA3BhB%2CgCAOI%2CWAYI%2CaAMI%2CGAII%3BEACI%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CgCA%5C%2FBhB%2CWAYI%2CaAMI%2CGAII%2CGASK%2CUAAU%3BEACP%2CiBAAA%3B%3BAAvCxB%2CgCAOI%2CWAYI%2CaAMI%2CGAII%2CGAaI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEAEA%2CajE9kHK%2CqBiE8kHL%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAnDxB%2CgCAOI%2CWAYI%2CaAMI%2CGAII%2CGAaI%2CKAWI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CgCArDxB%2CWAYI%2CaAMI%2CGAII%2CGAaI%2CKAWI%2CEAOK%3BEACG%2C0BAAA%3B%3BAAIR%2CgCA1DpB%2CWAYI%2CaAMI%2CGAII%2CGAaI%2CKAuBK%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAEA%2CgCApExB%2CWAYI%2CaAMI%2CGAII%2CGAaI%2CKAuBK%2CSAUI%3BEACG%2CSAAS%2COAAT%3BEACA%2CajE9lHL%2CaiE8lHK%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FEhC%2CgCAOI%2CWAYI%2CaAMI%2CGAII%2CGAuDI%3BEACI%2CaAAA%3B%3BAArFxB%2CgCAOI%2CWAYI%2CaAMI%2CGAII%2CGA2DI%2COACI%3BEACI%2CWAAA%3B%3BAAIR%2CgCAvFhB%2CWAYI%2CaAMI%2CGAII%2CGAiEK%2CMACG%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEAEA%2CajEvoHE%2CmBiEuoHF%3B%3BAAfR%2CgCAvFhB%2CWAYI%2CaAMI%2CGAII%2CGAiEK%2CMACG%2CaAgBI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CajEhpHH%2CqBiEgpHG%3BEACA%2CaAAA%3B%3BAAtBZ%2CgCAvFhB%2CWAYI%2CaAMI%2CGAII%2CGAiEK%2CMACG%2CaAwBI%3BEACI%2CiBAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAjCZ%2CgCAvFhB%2CWAYI%2CaAMI%2CGAII%2CGAiEK%2CMACG%2CaAmCI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAvCZ%2CgCAvFhB%2CWAYI%2CaAMI%2CGAII%2CGAiEK%2CMACG%2CaAyCI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CgCA9I5B%2CWAYI%2CaAMI%2CGAII%2CGAiEK%2CMACG%2CaAyCI%2CEAaK%3BEACG%2CqBAAA%3B%3BAAtJpC%2CgCAOI%2CWAwJI%2CgBACI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAnKhB%2CgCAOI%2CWAwJI%2CgBACI%2CaAKI%3BEACI%2CmBAAA%3B%3BAAIA%2CgCAnKhB%2CWAwJI%2CgBACI%2CaASI%2CaACK%3BEACG%2CWAAA%3B%3BAA3KxB%2CgCAOI%2CWAwJI%2CgBACI%2CaASI%2CaAKI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAhLxB%2CgCAOI%2CWAwJI%2CgBACI%2CaAoBI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAtLpB%2CgCAOI%2CWAwJI%2CgBACI%2CaAyBI%3BEACI%2CaAAA%3B%3BAA1LpB%2CgCAOI%2CWAwLI%3BEACI%2CgBAAA%3B%3BAAhMZ%2CgCAOI%2CWAwLI%2CiBAGI%3BEAEI%2CajEjuHa%2CqBiEiuHb%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CgCArMZ%2CWAwLI%2CiBAGI%2CGAUK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CmDAAhB%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CSAAA%3B%3BAAGJ%2CgCAhNZ%2CWAwLI%2CiBAGI%2CGAqBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CoDAAhB%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CUAAA%3B%3BAA%5C%2FNpB%2CgCAOI%2CWAwLI%2CiBAoCI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAtOhB%2CgCAOI%2CWAwLI%2CiBAoCI%2CGAKI%3BEACI%2CqBAAA%3B%3BAAEA%2CgCApOhB%2CWAwLI%2CiBAoCI%2CGAKI%2CGAGK%3BEACG%2CYAAA%3B%3BAA5OxB%2CgCAOI%2CWAwLI%2CiBAkDI%3BEACI%2CqBAAA%3B%3BAAlPhB%2CgCAOI%2CWAwLI%2CiBAkDI%2CSAGI%3BEAEI%2CajEnxHS%2CqBiEmxHT%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA1PpB%2CgCAOI%2CWAwLI%2CiBAkDI%2CSAGI%2CGAQI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CgCA7PhB%2CWAwLI%2CiBAkDI%2CSAGI%2CGAgBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3B%3BAA3QxB%2CgCAOI%2CWAwLI%2CiBAkDI%2CSA8BI%3BEAEI%2CajE3yHU%2CmBiE2yHV%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAOpB%2CYAAa%3BEACT%2CajE3zHyB%2CqBiE2zHzB%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEAEA%2CgCAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CYAAa%2CIAAC%3BEACV%2CgCAAA%3BEACA%2CgCAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3B%3BAADJ%2CUAGI%3BEACI%2CyBAAA%3B%3BAAJR%2CUAGI%2CYAGI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3B%3BAAEA%2CUARR%2CYAGI%2CUAKK%3BEACG%2C6BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CUAbR%2CYAGI%2CUAUK%3BEACG%2C8BAAA%3B%3BAAGJ%2CUAjBR%2CYAGI%2CUAcK%3BEACG%2C6BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CUAtBR%2CYAGI%2CUAmBK%3BEACG%2C6BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CUA3BR%2CYAGI%2CUAwBK%3BEACG%2C8BAAA%3B%3BAAGJ%2CUA%5C%2FBR%2CYAGI%2CUA4BK%3BEACG%2C6BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CUApCR%2CYAGI%2CUAiCK%3BEACG%2C6BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CUAzCR%2CYAGI%2CUAsCK%3BEACG%2C8BAAA%3B%3BAAGJ%2CUA7CR%2CYAGI%2CUA0CK%3BEACG%2C6BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CUAlDR%2CYAGI%2CUA%2BCK%3BEACG%2C6BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CUAvDR%2CYAGI%2CUAoDK%3BEACG%2C8BAAA%3B%3BAAGJ%2CUA3DR%2CYAGI%2CUAwDK%3BEACG%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAAGJ%2CUAhER%2CYAGI%2CUA6DK%3BEACG%2C8BAAA%3B%3BAAGJ%2CUApER%2CYAGI%2CUAiEK%3BEACG%2C6BAAA%3B%3BAAxEhB%2CUAGI%2CYAGI%2CUAqEI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3B%3BAA7EhB%2CUAGI%2CYAGI%2CUAqEI%2CaAII%3BEACI%2CgBAAA%3B%3BAAIA%2CUAjFhB%2CYAGI%2CUAqEI%2CaAQI%2CKACK%3BEACG%2CcAAA%3B%3BAAGJ%2CUArFhB%2CYAGI%2CUAqEI%2CaAQI%2CKAKK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEAEA%2CajEz6HM%2CmBiEy6HN%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAMhB%2CUArGJ%2CYAqGK%3BEACG%2C4BAAA%3BEACA%2CaAAA%3B%3BAAFJ%2CUArGJ%2CYAqGK%2CaAIG%3BEACI%2CkBAAA%3BEACA%2CwBAAA%3B%3BAANR%2CUArGJ%2CYAqGK%2CaAIG%2CGAII%3BEACI%2CqBAAA%3BEACA%2C6BAAA%3B%3BAAVZ%2CUArGJ%2CYAqGK%2CaAIG%2CGAII%2CGAII%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CajEr8HK%2CqBiEq8HL%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CUA3HhB%2CYAqGK%2CaAIG%2CGAII%2CGAcK%3BEACG%2CsBAAA%3B%3BAAUhB%2CmBADJ%2CUACK%3BEACG%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CmBANJ%2CUAMK%3BEACG%2CSAAA%3BEACA%2CUAAA%3B%3BAAOJ%2CYADH%2CQACI%3BEACG%2CyBAAA%3B%3BAAKZ%2CeACI%3BEACI%2CsBAAA%3B%3BAAKJ%2CYAAC%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGI%2CYARP%2CaAOG%2CMACK%3BEACG%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CuBAAA%3BEACA%2C8BAAA%3B%3BAAKJ%2CYAjBP%2CaAgBG%2CMACK%3BEACG%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAHJ%2CYAjBP%2CaAgBG%2CMACK%2CiBAKG%3BEACI%2C8BAAA%3B%3BAANR%2CYAjBP%2CaAgBG%2CMACK%2CiBASG%3BEACI%2CyBAAA%3B%3BAA3BhB%2CYAAC%2CaAgCG%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAGI%2CYAtCX%2CaAgCG%2CuBAKI%2CYACK%3BEACG%2CgBAAA%3B%3BAADJ%2CYAtCX%2CaAgCG%2CuBAKI%2CYACK%2COAGG%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3B%3BAAKI%2CYAlDvB%2CaAgCG%2CuBAKI%2CYACK%2COAUG%2CSACI%2CQACK%3BEACG%2CwBAAwB%2CyDAAxB%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAQhB%2CYA7DX%2CaAgCG%2CuBA4BI%2CQACK%3BEACG%2CgBAAgB%2CqDAAhB%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAEA%2CYAlEf%2CaAgCG%2CuBA4BI%2CQACK%2COAKI%3BEACG%2CaAAA%3B%3BAAnEpB%2CYAAC%2CaAyEG%3BEACI%2C2BAAA%3B%3BAA1ER%2CYAAC%2CaAyEG%2CMAGI%3BEACI%2CsBAAA%3B%3BAA7EZ%2CYAAC%2CaAiFG%2CWACI%3BEACI%2CUAAA%3BEACA%2CiBAAA%3B%3BAAKJ%2CYAzFP%2CaAwFG%2CQACK%3BEACG%2CgBAAA%3B%3BAA1FZ%2CYAAC%2CaA8FG%3BEACI%2CUAAA%3BEACA%2CUAAA%3B%3BAAIA%2CYApGP%2CaAmGG%2CUACK%3BEACG%2CkBAAA%3B%3BAArGZ%2CYAAC%2CaAyGG%2CYACI%3BEACI%2CYAAA%3B%3BAAKZ%2CYAAC%2CaAAa%3BEACV%2CkBAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%2CaAAc%2CYAAY%2CQAAQ%3BEAC9B%2CgBAAA%3B%3BAAGJ%2CaAAc%2CUAAS%2CaAAc%2CGAAG%2CGAAE%2COAAQ%3BEAC9C%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CaAAc%2CQAAO%2CQAAS%3BEAC1B%2CiBAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3B%3BAAHJ%2CqBAKI%2CWACI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAVZ%2CqBAKI%2CWAQI%3BEACI%2CwBAAA%3B%3BAAdZ%2CqBAKI%2CWAYI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAMZ%3BEACI%2CeAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CkBAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CkBAAA%3B%3BAAGJ%2CMAAM%2CgBAAiB%3BEACnB%2C6BAAA%3B%3BAAGJ%2CgBAAiB%2CYAAY%3BAAC7B%2CaAAa%2CcAAe%2CYAAY%3BEACpC%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CEAAE%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CEAAE%2CaAAc%3BEACZ%2CiBAAA%3B%3BAAGJ%2CEAAE%2CaAAc%3BAAChB%2CEAAE%2CaAAc%3BEACZ%2CqBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%2COAAO%3BEACH%2CwBAAA%3B%3BAAGJ%2CMAAM%2CgBAAiB%3BAACvB%2CmBAAoB%3BEAChB%2CkBAAA%3BEACA%2COAAA%3B%3BAAGJ%2CsBAAuB%2CYAAY%3BEAC%5C%2FB%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CMAAM%2CoCAAoC%2CqBAAqB%3BEAC3D%2CmBAAA%3B%3BAAIJ%2CoBAAoB%2CQAAS%2CGAAE%3BAAC%5C%2FB%2CoBAAoB%2CUAAW%2CGAAE%3BAACjC%2CcAAc%2CgBAAiB%2CGAAE%3BEAC7B%2CUAAA%3B%3BAAGJ%2CeAII%3BEACI%2CaAAA%3B%3BAALR%2CeAQI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAZR%2CeAQI%2CkBAMI%3BEACI%2CWAAA%3B%3BAAfZ%2CeAQI%2CkBAUI%3BEACI%2CajExvIiB%2CgBiEwvIjB%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAvBZ%2CeAQI%2CkBAUI%2CgBAOI%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAA3BhB%2CeAiCI%3BEACI%2CiBAAA%3B%3BAAlCR%2CeAiCI%2CgBAGI%3BEACI%2CgBAAA%3B%3BAArCZ%2CeAiCI%2CgBAGI%2CeAGI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEAEA%2CajE7wIa%2CqBiE6wIb%3B%3BAA3ChB%2CeAiCI%2CgBAGI%2CeAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEAEA%2CajElxIc%2CmBiEkxId%3B%3BAAnDhB%2CeAiCI%2CgBAGI%2CeAUI%2CEAOI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3B%3BAAQpB%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CcAII%2CWAAW%2CsBAAoB%3BEAC3B%2CcAAA%3BEACA%2CkBAAA%3B%3BAANR%2CcASI%3BEACI%2CaAAA%3B%3BAAVR%2CcAaI%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CqBAGI%3BEACI%2CmBAAA%3B%3BAAIR%2CqBAAsB%2CaAAY%2CMAAO%3BEACrC%2CmBAAmB%2CiBAAnB%3BEACA%2CWAAW%2CiBAAX%3B%3BAAGJ%2CGAAG%2CwBACC%2CMAAK%3BEACD%2CeAAA%3B%3BAAFR%2CGAAG%2CwBAKC%3BEACI%2CeAAA%3B%3BAAIR%2CgBAAiB%2CgBACb%3BEACI%2CkBAAA%3B%3BAAFR%2CgBAAiB%2CgBAKb%3BEACI%2CkBAAA%3B%3BAANR%2CgBAAiB%2CgBASb%2CwBACI%3BEACI%2CkBAAA%3B%3BAAXZ%2CgBAAiB%2CgBAgBb%3BEAEI%2CkBAAA%3B%3BAAIR%2CaACI%3BEACI%2CaAAA%3B%3BAAFR%2CaAKI%3BEACI%2CgBAAA%3B%3BAANR%2CaASI%2CeAAe%3BEACX%2CaAAA%3B%3BAAVR%2CaAaI%2CeAAe%2CUAAU%2CSAAQ%2COAAQ%3BAAb7C%2CaAcI%2CeAAe%2CUAAU%2CSAAQ%2CMAAO%3BEACpC%2CmBAAA%3B%3BAAfR%2CaAkBI%2CeAAc%2CUAAW%2CUAAU%3BEAC%5C%2FB%2CSAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAArBR%2CaAwBI%2CEAAC%3BEACG%2CeAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEAEA%2CajE33IsB%2CmBiE23ItB%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3B%3BAAhCR%2CaAmCI%2CMACI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEAEA%2CajEx4IiB%2CqBiEw4IjB%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA1CZ%2CaAmCI%2CMAUI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEAEA%2CajEj5IkB%2CmBiEi5IlB%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAtDZ%2CaAmCI%2CMAuBI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA7DZ%2CaAmCI%2CMAuBI%2CYAKI%2CcAAc%3BEACV%2CmBAAA%3B%3BAAhEhB%2CaAmCI%2CMAuBI%2CYASI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAtEhB%2CaAmCI%2CMAuBI%2CYAeI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAA5EhB%2CaAmCI%2CMAuBI%2CYAqBI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAlFhB%2CaAuFI%3BEACI%2CcAAA%3B%3BAAxFR%2CaAuFI%2CiBAGI%3BEACI%2CeAAA%3BEAEA%2CajE17IkB%2CmBiE07IlB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAjGZ%2CaAuFI%2CiBAaI%2CEAAC%3BEACG%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAA3GZ%2CaAuFI%2CiBAuBI%3BEACI%2CmBAAA%3B%3BAA%5C%2FGZ%2CaAmHI%3BEACI%2CajEv9IqB%2CgBiEu9IrB%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAxHR%2CaA2HI%3BEACI%2CiBAAA%3B%3BAA5HR%2CaA%2BHI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAnIR%2CaA%2BHI%2CkBAMI%3BEACI%2CWAAA%3B%3BAAtIZ%2CaA0II%3BEAEI%2CgBAAgB%2C2CAAhB%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CajEr%5C%2FIqB%2CgBiEq%5C%2FIrB%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAApJR%2CaA0II%2COAYI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAxJZ%2CaA4JI%3BEACI%2CkBAAA%3B%3BAA7JR%2CaA4JI%2COAKI%3BEACI%2CeAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEAEA%2CajEpgJkB%2CmBiEogJlB%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAASZ%3BEACI%2CmBAAA%3B%3BAADJ%2CqBAGI%2CGAAE%2CWACE%3BEACI%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CajEvhJkB%2CmBiEuhJlB%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CqBAZJ%2CGAAE%2CWAYG%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAApBZ%2CqBAwBI%3BEAEI%2CajEziJsB%2CmBiEyiJtB%3BEACA%2CmBAAA%3B%3BAAIR%2CqBAAqB%2CcACjB%3BEACI%2CmBAAA%3B%3BAAIR%2C2CAA4C%2CoBAAmB%2CQAAS%3BEACpE%2CeAAA%3B%3BAAIJ%3BEACI%2CmBAAA%3B%3BAADJ%2C2CAGI%2CGAAE%2CWAEE%3BEACI%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CajExkJiB%2CgBiEwkJjB%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C2CAbJ%2CGAAE%2CWAaG%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAxBZ%2C2CA4BI%3BEAEI%2CajEvlJsB%2CmBiEulJtB%3BEACA%2CmBAAA%3B%3BAA%5C%2FBR%2C2CAkCI%3BEACI%2C0BAAA%3B%3BAAnCR%2C2CAsCI%2CMAAK%3BEACD%2CcAAA%3B%3BAAvCR%2C2CA0CI%3BEACI%2CaAAA%3B%3BAA3CR%2C2CA0CI%2CiBAGI%2CEACI%3BEACI%2CcAAA%3BEACA%2C2BAAA%3BEAEA%2CajE9mJa%2CqBiE8mJb%3B%3BAAlDhB%2C2CA0CI%2CiBAYI%2CEAAC%3BEACG%2CkBAAA%3B%3BAAKZ%2C2CAA2C%2CcACvC%3BEACI%2CmBAAA%3B%3BAAIR%2CkBACI%3BEACI%2CgBAAgB%2C%2BCAAhB%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3BAATR%2CkBACI%2CkBAUI%3BEACI%2CgBAAA%3BEACA%2CajE3oJiB%2CqBiE2oJjB%3BEACA%2CeAAA%3B%3BAAdZ%2CkBACI%2CkBAUI%2CgBAKI%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAAlBhB%2CkBACI%2CkBAUI%2CgBAKI%2CGAII%3BEACI%2CcAAA%3BEAEA%2CajErpJS%2CqBiEqpJT%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAzBpB%2CkBA%2BBI%3BEACI%2CkBAAA%3B%3BAAhCR%2CkBAmCI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3B%3B%3BAAzCR%2CkBA6CI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BEAEA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BEAEA%2CYAAA%3B%3BAAIR%2CSAAS%2CaAAc%2CGAAG%2CGAAE%2COAAQ%3BEAChC%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAKI%2CSAFC%2CaAAc%2CGAAG%2CGAAE%2COACxB%2CEACK%3BEACG%2CkBAAA%3B%3BAAKZ%2CSAAS%2CaAAc%2CGAAG%2CGAAE%2COAAQ%2CIAAC%2CWAAW%3BEAC5C%2CYAAA%3B%3BAAGJ%2CUAAW%2CWAAW%2CYAAY%2CGAAG%2CGAAG%3BEACpC%2CYAAA%3B%3BAAIA%2CWAAC%3BEACG%2C%2BBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CqBAGI%3BEACI%2CuBAAA%3B%3BAAJR%2CqBAOI%3BEACI%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAVR%2CqBAaI%2CiBACI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEAEA%2CajEvuJiB%2CqBiEuuJjB%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAVR%2CiBACI%2CGASK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CmDAAhB%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAA%5C%2FBhB%2CqBAaI%2CiBAsBI%3BEACI%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAtCZ%2CqBAaI%2CiBAsBI%2CYAKI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3B%3BAA7ChB%2CqBAaI%2CiBAsBI%2CYAKI%2CGAOI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAnDpB%2CqBAaI%2CiBAsBI%2CYAKI%2CGAOI%2CGAMI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEAEA%2CajE3wJM%2CmBiE2wJN%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CqBAhDpB%2CiBAsBI%2CYAKI%2CGAOI%2CGAMI%2CEAQK%3BEACG%2CcAAA%3B%3BAA9D5B%2CqBAaI%2CiBAsBI%2CYAKI%2CGAOI%2CGAMI%2CEAYI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAnE5B%2CqBAaI%2CiBA6DI%3BEACI%2CwBAAwC%2C8CAAxC%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3B%3BAA7EZ%2CqBAaI%2CiBA6DI%2CiBAKI%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAGI%2CqBAzEhB%2CiBA6DI%2CiBAKI%2CqBAMK%2CeACI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAgB%2CoDAAhB%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CqBApFhB%2CiBA6DI%2CiBAKI%2CqBAMK%2CeAYI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CgBAAgB%2CoDAAhB%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAAzGxB%2CqBAaI%2CiBA6DI%2CiBAKI%2CqBA8BI%3BEACI%2CeAAA%3BEAEA%2CajEl0JU%2CmBiEk0JV%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApHpB%2CqBAaI%2CiBA6DI%2CiBAKI%2CqBAwCI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAA3HpB%2CqBAaI%2CiBA6DI%2CiBAKI%2CqBAwCI%2CKAMI%3BEACI%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEAEA%2CajEv1JM%2CmBiEu1JN%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAA3IxB%2CqBAaI%2CiBA6DI%2CiBAKI%2CqBAwCI%2CKAuBI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAAlJxB%2CqBAaI%2CiBA6DI%2CiBAKI%2CqBAwCI%2CKAuBI%2CiBAMI%3BEAEI%2CajEx2JE%2CmBiEw2JF%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3B%3BAASpB%2CqBADJ%2CQACK%3BEACG%2C8BAAA%3B%3BAAnKZ%2CqBAwKI%3BEACI%2CaAAA%3B%3BAAIR%2CmBAAoB%2CMAAK%3BEACrB%2CaAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CmBAII%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CmBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAgB%2CqDAAhB%3BEACA%2CqBAAA%3B%3BAAlBR%2CmBAqBI%3BEACI%2CkBAAA%3B%3BAAEA%2CmBAHJ%2CWAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAgB%2CoDAAhB%3BEACA%2CqBAAA%3BEACA%2CSAAA%3B%3BAAjCZ%2CmBAqCI%3BEACI%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAxCR%2CmBAqCI%2CeAKI%3BEACI%2CWAAA%3B%3BAA3CZ%2CmBAqCI%2CeASI%3BEACI%2CkBAAA%3BEAEA%2CajEv7JiB%2CqBiEu7JjB%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAnDZ%2CmBAqCI%2CeASI%2CSAOI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAzDhB%2CmBAqCI%2CeASI%2CSAcI%3BEAEI%2CajEj8Jc%2CmBiEi8Jd%3BEACA%2CeAAA%3B%3BAA%5C%2FDhB%2CmBAqCI%2CeA8BI%3BEACI%2CYAAA%3BEACA%2CYAAA%3B%3BAArEZ%2CmBAqCI%2CeA8BI%2CUAII%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAEA%2CmBAtCZ%2CeA8BI%2CUAII%2COAIK%3BEACG%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CmBA5CZ%2CeA8BI%2CUAII%2COAUK%3BEACG%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CmBA5CZ%2CeA8BI%2CUAII%2COAUK%2CWAMG%3BEACI%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CmBAzDpB%2CeA8BI%2CUAII%2COAUK%2CWAMG%2CSAOK%3BEACG%2CaAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CmBAhEZ%2CeA8BI%2CUAII%2COA8BK%3BEACG%2CYAAA%3B%3BAAtGpB%2CmBAqCI%2CeA8BI%2CUAII%2COAkCI%3BAAzGhB%2CmBAqCI%2CeA8BI%2CUAII%2COAmCI%3BEACI%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEA%2CmBA7EhB%2CeA8BI%2CUAII%2COAkCI%2CMASK%3BAAAD%2CmBA7EhB%2CeA8BI%2CUAII%2COAmCI%2COAQK%3BEACG%2CgBAAA%3B%3BAAnHxB%2CmBAqCI%2CeA8BI%2CUAqDI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAA7HhB%2CmBAqCI%2CeA8BI%2CUAqDI%2CcAOI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CmBAvGhB%2CeA8BI%2CUAqDI%2CcAOI%2COAaK%3BEACG%2CmBAAA%3B%3BAAGJ%2CmBA3GhB%2CeA8BI%2CUAqDI%2CcAOI%2COAiBK%3BEACG%2CaAAA%3BEACA%2CYAAA%3B%3BAAlJxB%2CmBAqCI%2CeA8BI%2CUAoFI%3BEACI%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAA9JhB%2CmBAqCI%2CeA8BI%2CUAoFI%2CkBASI%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAvKpB%2CmBAqCI%2CeA8BI%2CUAoFI%2CkBASI%2CUASI%3BEACI%2CWAAA%3B%3BAA1KxB%2CmBAqCI%2CeA8BI%2CUAoFI%2CkBAuBI%3BEACI%2C4BAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEAEA%2CajEvjKU%2CmBiEujKV%3B%3BAAOZ%2CmBADJ%2CQACK%3BEACG%2CkBAAA%3B%3BAAKZ%2CmBAAmB%2CcACf%3BEACI%2CmBAAA%3B%3BAAIR%2CkBACI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAJR%2CkBACI%2CWAKI%2CkBACI%2CQACI%3BEACI%2CWAAA%3B%3BAATpB%2CkBACI%2CWAKI%2CkBACI%2CQAKI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAdpB%2CkBACI%2CWAKI%2CkBACI%2CQAKI%2CYAII%3BEAEI%2CajE5lKM%2CmBiE4lKN%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAtBxB%2CkBACI%2CWAKI%2CkBACI%2CQAKI%2CYAII%2CGAQI%3BEACI%2CcAAA%3BEAEA%2CajExmKC%2CqBiEwmKD%3BEACA%2CeAAA%3B%3BAA5B5B%2CkBACI%2CWAKI%2CkBA4BI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAApChB%2CkBACI%2CWAKI%2CkBA4BI%2CkBAII%3BEAEI%2CajErnKS%2CqBiEqnKT%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CkBA5ChB%2CWAKI%2CkBA4BI%2CkBAII%2CGAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAtDxB%2CkBACI%2CWAKI%2CkBA4BI%2CkBAII%2CGAmBI%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAA5DxB%2CkBACI%2CWAKI%2CkBA4BI%2CkBA8BI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAnEpB%2CkBACI%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAKI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CajEnpKM%2CmBiEmpKN%3B%3BAAzExB%2CkBACI%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAYI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CkBAtFpB%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAYI%2CSAWK%3BEACG%2CiBAAA%3B%3BAAxF5B%2CkBACI%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAYI%2CSAeI%3BEACI%2CeAAA%3BEAEA%2CajE3qKC%2CqBiE2qKD%3B%3BAA9F5B%2CkBACI%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAYI%2CSAqBI%3BEAEI%2CajE7qKE%2CmBiE6qKF%3BEACA%2CeAAA%3B%3BAApG5B%2CkBACI%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAYI%2CSA2BI%3BEACI%2CiBAAA%3B%3BAAxG5B%2CkBACI%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAYI%2CSA2BI%2CcAGI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CajE3rKH%2CqBiE2rKG%3BEACA%2CgCAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CkBAjH5B%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAYI%2CSA2BI%2CcAGI%2CEAQK%3BEACG%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2CkBAvH5B%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAYI%2CSA2BI%2CcAGI%2CEAcK%3BEACG%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3B%3BAA3HpC%2CkBACI%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAYI%2CSA2BI%2CcAwBI%3BEACI%2CcAAA%3B%3BAAhIhC%2CkBACI%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAYI%2CSA2BI%2CcAwBI%2CUAGI%3BEACI%2CeAAA%3B%3BAAnIpC%2CkBACI%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAYI%2CSA2BI%2CcAwBI%2CUAGI%2CKAGI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAvIxC%2CkBACI%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAYI%2CSA2BI%2CcAwBI%2CUAGI%2CKAQI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3B%3BAA7IxC%2CkBACI%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAYI%2CSA2BI%2CcA2CI%3BEACI%2CaAAA%3BEACA%2CiBAAA%3B%3BAAUhC%2CUAAW%2CWAAW%2CYAAY%2CGAAE%3BEAChC%2CUAAA%3B%3BAAGJ%2CoBAAoB%2CKAChB%2CQAAO%3BEACH%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAoCR%2CwBA9B4C%3BEAExC%2COAAO%2CQAAS%2CsBAAsB%2CQAAO%2CMAAO%2CMAAK%2CiBAAkB%2CGAAG%3BIAC1E%2CeAAA%3B%3BEAGJ%2CSAAS%2CaAAc%2CGAAG%2CKAAE%2COAAO%2CUAAW%2CIAAC%3BIAC3C%2CoBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CSAAS%2CaAAc%2CGAAG%2CGAAE%2COAAQ%3BIAChC%2CiBAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CUAAW%2CUAAU%3BIACjB%2CcAAA%3B%3BEAGJ%2CSAAS%2CaAAc%2CGAAG%2CGAAE%2COAAQ%3BIAChC%2CiBAAA%3B%3BEAGJ%2CYAAa%3BIACT%2C0BAAA%3B%3B%3BAAIR%2CqBAAsB%2COAAO%3BEAEzB%2CajEvxK0B%2CmBiEuxK1B%3BEACA%2CeAAA%3B%3BAAGJ%2CMAAO%3BEAEH%2CajE7xK0B%2CmBiE6xK1B%3BEACA%2CeAAA%3B%3BAAGJ%2CKAAK%2CSAAS%2CMACV%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CKAAK%2CSAAS%2CMAMV%3BEACI%2CeAAA%3B%3BAAIR%2CYACI%2CUACI%2COACI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3B%3BAAKhB%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CmBAAA%3B%3BAAPJ%2CwBASI%2CaAAY%3BAARhB%2CiCAQI%2CaAAY%3BAAPhB%2C2BAOI%2CaAAY%3BAANhB%2C2BAMI%2CaAAY%3BAALhB%2C2BAKI%2CaAAY%3BAAJhB%2C2BAII%2CaAAY%3BAAHhB%2C2BAGI%2CaAAY%3BEACR%2CkBAAA%3B%3BAAVR%2CwBAaI%3BAAZJ%2CiCAYI%3BAAXJ%2C2BAWI%3BAAVJ%2C2BAUI%3BAATJ%2C2BASI%3BAARJ%2C2BAQI%3BAAPJ%2C2BAOI%3BEACI%2CaAAA%3B%3BAAdR%2CwBAiBI%3BAAhBJ%2CiCAgBI%3BAAfJ%2C2BAeI%3BAAdJ%2C2BAcI%3BAAbJ%2C2BAaI%3BAAZJ%2C2BAYI%3BAAXJ%2C2BAWI%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAnBR%2CwBAsBI%3BAArBJ%2CiCAqBI%3BAApBJ%2C2BAoBI%3BAAnBJ%2C2BAmBI%3BAAlBJ%2C2BAkBI%3BAAjBJ%2C2BAiBI%3BAAhBJ%2C2BAgBI%3BEACI%2CgBAAgB%2CwDAAhB%3BEACA%2CwBAAA%3B%3BAAxBR%2CwBAsBI%2CoBAII%3BAAzBR%2CiCAqBI%2CoBAII%3BAAxBR%2C2BAoBI%2CoBAII%3BAAvBR%2C2BAmBI%2CoBAII%3BAAtBR%2C2BAkBI%2CoBAII%3BAArBR%2C2BAiBI%2CoBAII%3BAApBR%2C2BAgBI%2CoBAII%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3B%3BAA5BZ%2CwBAsBI%2CoBASI%3BAA9BR%2CiCAqBI%2CoBASI%3BAA7BR%2C2BAoBI%2CoBASI%3BAA5BR%2C2BAmBI%2CoBASI%3BAA3BR%2C2BAkBI%2CoBASI%3BAA1BR%2C2BAiBI%2CoBASI%3BAAzBR%2C2BAgBI%2CoBASI%3BEACI%2CiBAAA%3B%3BAAhCZ%2CwBAsBI%2CoBASI%2CkBAGI%3BAAjCZ%2CiCAqBI%2CoBASI%2CkBAGI%3BAAhCZ%2C2BAoBI%2CoBASI%2CkBAGI%3BAA%5C%2FBZ%2C2BAmBI%2CoBASI%2CkBAGI%3BAA9BZ%2C2BAkBI%2CoBASI%2CkBAGI%3BAA7BZ%2C2BAiBI%2CoBASI%2CkBAGI%3BAA5BZ%2C2BAgBI%2CoBASI%2CkBAGI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEAEA%2CajEh2Ka%2CqBiEg2Kb%3BEACA%2CkBAAA%3B%3BAAEA%2CwBAnBZ%2CoBASI%2CkBAGI%2CGAOK%3BAAAD%2CiCAnBZ%2CoBASI%2CkBAGI%2CGAOK%3BAAAD%2C2BAnBZ%2CoBASI%2CkBAGI%2CGAOK%3BAAAD%2C2BAnBZ%2CoBASI%2CkBAGI%2CGAOK%3BAAAD%2C2BAnBZ%2CoBASI%2CkBAGI%2CGAOK%3BAAAD%2C2BAnBZ%2CoBASI%2CkBAGI%2CGAOK%3BAAAD%2C2BAnBZ%2CoBASI%2CkBAGI%2CGAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CgCAAA%3B%3BAAhDpB%2CwBAsBI%2CoBASI%2CkBAqBI%3BAAnDZ%2CiCAqBI%2CoBASI%2CkBAqBI%3BAAlDZ%2C2BAoBI%2CoBASI%2CkBAqBI%3BAAjDZ%2C2BAmBI%2CoBASI%2CkBAqBI%3BAAhDZ%2C2BAkBI%2CoBASI%2CkBAqBI%3BAA%5C%2FCZ%2C2BAiBI%2CoBASI%2CkBAqBI%3BAA9CZ%2C2BAgBI%2CoBASI%2CkBAqBI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEAEA%2CajE%5C%2F2Kc%2CmBiE%2B2Kd%3BEACA%2CoBAAA%3B%3BAAzDhB%2CwBAsBI%2CoBASI%2CkBAqBI%2CQAOI%3BAA1DhB%2CiCAqBI%2CoBASI%2CkBAqBI%2CQAOI%3BAAzDhB%2C2BAoBI%2CoBASI%2CkBAqBI%2CQAOI%3BAAxDhB%2C2BAmBI%2CoBASI%2CkBAqBI%2CQAOI%3BAAvDhB%2C2BAkBI%2CoBASI%2CkBAqBI%2CQAOI%3BAAtDhB%2C2BAiBI%2CoBASI%2CkBAqBI%2CQAOI%3BAArDhB%2C2BAgBI%2CoBASI%2CkBAqBI%2CQAOI%3BEACI%2CYAAA%3B%3BAA5DpB%2CwBAsBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%3BAA7DpB%2CiCAqBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%3BAA5DpB%2C2BAoBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%3BAA3DpB%2C2BAmBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%3BAA1DpB%2C2BAkBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%3BAAzDpB%2C2BAiBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%3BAAxDpB%2C2BAgBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CwBA%5C%2FCpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAOK%3BAAAD%2CiCA%5C%2FCpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAOK%3BAAAD%2C2BA%5C%2FCpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAOK%3BAAAD%2C2BA%5C%2FCpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAOK%3BAAAD%2C2BA%5C%2FCpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAOK%3BAAAD%2C2BA%5C%2FCpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAOK%3BAAAD%2C2BA%5C%2FCpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAOK%3BEACG%2CiBAAA%3B%3BAAGJ%2CwBAnDpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAWK%3BAAAD%2CiCAnDpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAWK%3BAAAD%2C2BAnDpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAWK%3BAAAD%2C2BAnDpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAWK%3BAAAD%2C2BAnDpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAWK%3BAAAD%2C2BAnDpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAWK%3BAAAD%2C2BAnDpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAWK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAjF5B%2CwBAsBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAsBI%3BAAnFxB%2CiCAqBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAsBI%3BAAlFxB%2C2BAoBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAsBI%3BAAjFxB%2C2BAmBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAsBI%3BAAhFxB%2C2BAkBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAsBI%3BAA%5C%2FExB%2C2BAiBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAsBI%3BAA9ExB%2C2BAgBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAsBI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAIA%2CwBAtExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGA6BK%2CYACI%3BAAAD%2CiCAtExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGA6BK%2CYACI%3BAAAD%2C2BAtExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGA6BK%2CYACI%3BAAAD%2C2BAtExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGA6BK%2CYACI%3BAAAD%2C2BAtExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGA6BK%2CYACI%3BAAAD%2C2BAtExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGA6BK%2CYACI%3BAAAD%2C2BAtExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGA6BK%2CYACI%3BEACG%2CaAAA%3B%3BAAKJ%2CwBA5ExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAmCK%2CWACI%3BAAAD%2CiCA5ExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAmCK%2CWACI%3BAAAD%2C2BA5ExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAmCK%2CWACI%3BAAAD%2C2BA5ExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAmCK%2CWACI%3BAAAD%2C2BA5ExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAmCK%2CWACI%3BAAAD%2C2BA5ExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAmCK%2CWACI%3BAAAD%2C2BA5ExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAmCK%2CWACI%3BEACG%2CaAAA%3B%3BAAnGhC%2CwBAsBI%2CoBASI%2CkBA2EI%3BAAzGZ%2CiCAqBI%2CoBASI%2CkBA2EI%3BAAxGZ%2C2BAoBI%2CoBASI%2CkBA2EI%3BAAvGZ%2C2BAmBI%2CoBASI%2CkBA2EI%3BAAtGZ%2C2BAkBI%2CoBASI%2CkBA2EI%3BAArGZ%2C2BAiBI%2CoBASI%2CkBA2EI%3BAApGZ%2C2BAgBI%2CoBASI%2CkBA2EI%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAA5GhB%2CwBAsBI%2CoBASI%2CkBA2EI%2CSAII%3BAA7GhB%2CiCAqBI%2CoBASI%2CkBA2EI%2CSAII%3BAA5GhB%2C2BAoBI%2CoBASI%2CkBA2EI%2CSAII%3BAA3GhB%2C2BAmBI%2CoBASI%2CkBA2EI%2CSAII%3BAA1GhB%2C2BAkBI%2CoBASI%2CkBA2EI%2CSAII%3BAAzGhB%2C2BAiBI%2CoBASI%2CkBA2EI%2CSAII%3BAAxGhB%2C2BAgBI%2CoBASI%2CkBA2EI%2CSAII%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3B%3BAAEA%2CwBA9FhB%2CoBASI%2CkBA2EI%2CSAII%2CaAMK%3BAAAD%2CiCA9FhB%2CoBASI%2CkBA2EI%2CSAII%2CaAMK%3BAAAD%2C2BA9FhB%2CoBASI%2CkBA2EI%2CSAII%2CaAMK%3BAAAD%2C2BA9FhB%2CoBASI%2CkBA2EI%2CSAII%2CaAMK%3BAAAD%2C2BA9FhB%2CoBASI%2CkBA2EI%2CSAII%2CaAMK%3BAAAD%2C2BA9FhB%2CoBASI%2CkBA2EI%2CSAII%2CaAMK%3BAAAD%2C2BA9FhB%2CoBASI%2CkBA2EI%2CSAII%2CaAMK%3BEACG%2C2BAAA%3B%3BAAGJ%2CwBAlGhB%2CoBASI%2CkBA2EI%2CSAII%2CaAUK%3BAAAD%2CiCAlGhB%2CoBASI%2CkBA2EI%2CSAII%2CaAUK%3BAAAD%2C2BAlGhB%2CoBASI%2CkBA2EI%2CSAII%2CaAUK%3BAAAD%2C2BAlGhB%2CoBASI%2CkBA2EI%2CSAII%2CaAUK%3BAAAD%2C2BAlGhB%2CoBASI%2CkBA2EI%2CSAII%2CaAUK%3BAAAD%2C2BAlGhB%2CoBASI%2CkBA2EI%2CSAII%2CaAUK%3BAAAD%2C2BAlGhB%2CoBASI%2CkBA2EI%2CSAII%2CaAUK%3BEACG%2C%2BBAAA%3B%3BAAzHxB%2CwBAsBI%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%3BAA3HpB%2CiCAqBI%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%3BAA1HpB%2C2BAoBI%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%3BAAzHpB%2C2BAmBI%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%3BAAxHpB%2C2BAkBI%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%3BAAvHpB%2C2BAiBI%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%3BAAtHpB%2C2BAgBI%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CwBAhHpB%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%2CEAUK%3BAAAD%2CiCAhHpB%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%2CEAUK%3BAAAD%2C2BAhHpB%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%2CEAUK%3BAAAD%2C2BAhHpB%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%2CEAUK%3BAAAD%2C2BAhHpB%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%2CEAUK%3BAAAD%2C2BAhHpB%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%2CEAUK%3BAAAD%2C2BAhHpB%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%2CEAUK%3BEACG%2CqBAAA%3B%3BAAvI5B%2CwBAsBI%2CoBASI%2CkBA2EI%2CSAII%2CaA6BI%3BAA1IpB%2CiCAqBI%2CoBASI%2CkBA2EI%2CSAII%2CaA6BI%3BAAzIpB%2C2BAoBI%2CoBASI%2CkBA2EI%2CSAII%2CaA6BI%3BAAxIpB%2C2BAmBI%2CoBASI%2CkBA2EI%2CSAII%2CaA6BI%3BAAvIpB%2C2BAkBI%2CoBASI%2CkBA2EI%2CSAII%2CaA6BI%3BAAtIpB%2C2BAiBI%2CoBASI%2CkBA2EI%2CSAII%2CaA6BI%3BAArIpB%2C2BAgBI%2CoBASI%2CkBA2EI%2CSAII%2CaA6BI%3BEAEI%2CajEv8KK%2CqBiEu8KL%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAjJxB%2CwBAsBI%2CoBASI%2CkBA2EI%2CSAII%2CaAsCI%3BAAnJpB%2CiCAqBI%2CoBASI%2CkBA2EI%2CSAII%2CaAsCI%3BAAlJpB%2C2BAoBI%2CoBASI%2CkBA2EI%2CSAII%2CaAsCI%3BAAjJpB%2C2BAmBI%2CoBASI%2CkBA2EI%2CSAII%2CaAsCI%3BAAhJpB%2C2BAkBI%2CoBASI%2CkBA2EI%2CSAII%2CaAsCI%3BAA%5C%2FIpB%2C2BAiBI%2CoBASI%2CkBA2EI%2CSAII%2CaAsCI%3BAA9IpB%2C2BAgBI%2CoBASI%2CkBA2EI%2CSAII%2CaAsCI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CajEl9KM%2CmBiEk9KN%3B%3BAA3JxB%2CwBAsBI%2CoBA2II%3BAAhKR%2CiCAqBI%2CoBA2II%3BAA%5C%2FJR%2C2BAoBI%2CoBA2II%3BAA9JR%2C2BAmBI%2CoBA2II%3BAA7JR%2C2BAkBI%2CoBA2II%3BAA5JR%2C2BAiBI%2CoBA2II%3BAA3JR%2C2BAgBI%2CoBA2II%3BEACI%2CkBAAA%3B%3BAAlKZ%2CwBAsBI%2CoBA2II%2CiBAGI%3BAAnKZ%2CiCAqBI%2CoBA2II%2CiBAGI%3BAAlKZ%2C2BAoBI%2CoBA2II%2CiBAGI%3BAAjKZ%2C2BAmBI%2CoBA2II%2CiBAGI%3BAAhKZ%2C2BAkBI%2CoBA2II%2CiBAGI%3BAA%5C%2FJZ%2C2BAiBI%2CoBA2II%2CiBAGI%3BAA9JZ%2C2BAgBI%2CoBA2II%2CiBAGI%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAGI%2CwBArJhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeACI%3BAAAD%2CiCArJhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeACI%3BAAAD%2C2BArJhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeACI%3BAAAD%2C2BArJhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeACI%3BAAAD%2C2BArJhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeACI%3BAAAD%2C2BArJhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeACI%3BAAAD%2C2BArJhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeACI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAgB%2CoDAAhB%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CwBAhKhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeAYI%3BAAAD%2CiCAhKhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeAYI%3BAAAD%2C2BAhKhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeAYI%3BAAAD%2C2BAhKhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeAYI%3BAAAD%2C2BAhKhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeAYI%3BAAAD%2C2BAhKhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeAYI%3BAAAD%2C2BAhKhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeAYI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CgBAAgB%2CoDAAhB%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAA9LxB%2CwBAsBI%2CoBA2II%2CiBAGI%2CqBA8BI%3BAAjMhB%2CiCAqBI%2CoBA2II%2CiBAGI%2CqBA8BI%3BAAhMhB%2C2BAoBI%2CoBA2II%2CiBAGI%2CqBA8BI%3BAA%5C%2FLhB%2C2BAmBI%2CoBA2II%2CiBAGI%2CqBA8BI%3BAA9LhB%2C2BAkBI%2CoBA2II%2CiBAGI%2CqBA8BI%3BAA7LhB%2C2BAiBI%2CoBA2II%2CiBAGI%2CqBA8BI%3BAA5LhB%2C2BAgBI%2CoBA2II%2CiBAGI%2CqBA8BI%3BEACI%2CeAAA%3BEAEA%2CajE%5C%2F%5C%2FKS%2CqBiE%2B%5C%2FKT%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAzMpB%2CwBAsBI%2CoBA2II%2CiBAGI%2CqBAwCI%3BAA3MhB%2CiCAqBI%2CoBA2II%2CiBAGI%2CqBAwCI%3BAA1MhB%2C2BAoBI%2CoBA2II%2CiBAGI%2CqBAwCI%3BAAzMhB%2C2BAmBI%2CoBA2II%2CiBAGI%2CqBAwCI%3BAAxMhB%2C2BAkBI%2CoBA2II%2CiBAGI%2CqBAwCI%3BAAvMhB%2C2BAiBI%2CoBA2II%2CiBAGI%2CqBAwCI%3BAAtMhB%2C2BAgBI%2CoBA2II%2CiBAGI%2CqBAwCI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAhNpB%2CwBAsBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAMI%3BAAjNpB%2CiCAqBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAMI%3BAAhNpB%2C2BAoBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAMI%3BAA%5C%2FMpB%2C2BAmBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAMI%3BAA9MpB%2C2BAkBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAMI%3BAA7MpB%2C2BAiBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAMI%3BAA5MpB%2C2BAgBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAMI%3BEACI%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEAEA%2CajEjhLM%2CmBiEihLN%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAhOxB%2CwBAsBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%3BAAlOpB%2CiCAqBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%3BAAjOpB%2C2BAoBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%3BAAhOpB%2C2BAmBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%3BAA%5C%2FNpB%2C2BAkBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%3BAA9NpB%2C2BAiBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%3BAA7NpB%2C2BAgBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAAvOxB%2CwBAsBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAMI%3BAAxOxB%2CiCAqBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAMI%3BAAvOxB%2C2BAoBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAMI%3BAAtOxB%2C2BAmBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAMI%3BAArOxB%2C2BAkBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAMI%3BAApOxB%2C2BAiBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAMI%3BAAnOxB%2C2BAgBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAMI%3BEAEI%2CajEliLE%2CmBiEkiLF%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAA7O5B%2CwBAsBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAaI%3BAA%5C%2FOxB%2CiCAqBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAaI%3BAA9OxB%2C2BAoBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAaI%3BAA7OxB%2C2BAmBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAaI%3BAA5OxB%2C2BAkBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAaI%3BAA3OxB%2C2BAiBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAaI%3BAA1OxB%2C2BAgBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAaI%3BEACI%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAArP5B%2CwBAsBI%2CoBAsOI%3BAA3PR%2CiCAqBI%2CoBAsOI%3BAA1PR%2C2BAoBI%2CoBAsOI%3BAAzPR%2C2BAmBI%2CoBAsOI%3BAAxPR%2C2BAkBI%2CoBAsOI%3BAAvPR%2C2BAiBI%2CoBAsOI%3BAAtPR%2C2BAgBI%2CoBAsOI%3BEACI%2CYAAA%3B%3BAAGI%2CwBA1OZ%2CoBAsOI%2CcAGI%2CGACK%3BAAAD%2CiCA1OZ%2CoBAsOI%2CcAGI%2CGACK%3BAAAD%2C2BA1OZ%2CoBAsOI%2CcAGI%2CGACK%3BAAAD%2C2BA1OZ%2CoBAsOI%2CcAGI%2CGACK%3BAAAD%2C2BA1OZ%2CoBAsOI%2CcAGI%2CGACK%3BAAAD%2C2BA1OZ%2CoBAsOI%2CcAGI%2CGACK%3BAAAD%2C2BA1OZ%2CoBAsOI%2CcAGI%2CGACK%3BEAEG%2CajE5jLS%2CqBiE4jLT%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CwBAlPhB%2CoBAsOI%2CcAGI%2CGACK%2COAQI%3BAAAD%2CiCAlPhB%2CoBAsOI%2CcAGI%2CGACK%2COAQI%3BAAAD%2C2BAlPhB%2CoBAsOI%2CcAGI%2CGACK%2COAQI%3BAAAD%2C2BAlPhB%2CoBAsOI%2CcAGI%2CGACK%2COAQI%3BAAAD%2C2BAlPhB%2CoBAsOI%2CcAGI%2CGACK%2COAQI%3BAAAD%2C2BAlPhB%2CoBAsOI%2CcAGI%2CGACK%2COAQI%3BAAAD%2C2BAlPhB%2CoBAsOI%2CcAGI%2CGACK%2COAQI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CmDAAhB%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CwBA7PhB%2CoBAsOI%2CcAGI%2CGACK%2COAmBI%3BAAAD%2CiCA7PhB%2CoBAsOI%2CcAGI%2CGACK%2COAmBI%3BAAAD%2C2BA7PhB%2CoBAsOI%2CcAGI%2CGACK%2COAmBI%3BAAAD%2C2BA7PhB%2CoBAsOI%2CcAGI%2CGACK%2COAmBI%3BAAAD%2C2BA7PhB%2CoBAsOI%2CcAGI%2CGACK%2COAmBI%3BAAAD%2C2BA7PhB%2CoBAsOI%2CcAGI%2CGACK%2COAmBI%3BAAAD%2C2BA7PhB%2CoBAsOI%2CcAGI%2CGACK%2COAmBI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CmDAAhB%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAA3RxB%2CwBAsBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%3BAAjSpB%2CiCAqBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%3BAAhSpB%2C2BAoBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%3BAA%5C%2FRpB%2C2BAmBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%3BAA9RpB%2C2BAkBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%3BAA7RpB%2C2BAiBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%3BAA5RpB%2C2BAgBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3B%3BAApSxB%2CwBAsBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAII%3BAArSxB%2CiCAqBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAII%3BAApSxB%2C2BAoBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAII%3BAAnSxB%2C2BAmBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAII%3BAAlSxB%2C2BAkBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAII%3BAAjSxB%2C2BAiBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAII%3BAAhSxB%2C2BAgBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAII%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAxS5B%2CwBAsBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGASI%3BAA1SxB%2CiCAqBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGASI%3BAAzSxB%2C2BAoBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGASI%3BAAxSxB%2C2BAmBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGASI%3BAAvSxB%2C2BAkBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGASI%3BAAtSxB%2C2BAiBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGASI%3BAArSxB%2C2BAgBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGASI%3BEACI%2C0BAAA%3B%3BAA5S5B%2CwBAsBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAaI%3BAA9SxB%2CiCAqBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAaI%3BAA7SxB%2C2BAoBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAaI%3BAA5SxB%2C2BAmBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAaI%3BAA3SxB%2C2BAkBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAaI%3BAA1SxB%2C2BAiBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAaI%3BAAzSxB%2C2BAgBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAaI%3BEACI%2C0BAAA%3B%3BAAGJ%2CwBA7RpB%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAiBK%3BAAAD%2CiCA7RpB%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAiBK%3BAAAD%2C2BA7RpB%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAiBK%3BAAAD%2C2BA7RpB%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAiBK%3BAAAD%2C2BA7RpB%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAiBK%3BAAAD%2C2BA7RpB%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAiBK%3BAAAD%2C2BA7RpB%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAiBK%3BEACG%2C4BAAA%3B%3BAA6B5B%2CwBArB2C%2CwBAAsB%3BEAC7D%2CiCACI%3BIACI%2CQAAA%3B%3BEAFR%2CiCAII%3BIACI%2CQAAA%3B%3BEALR%2CiCAOI%3BIACI%2CQAAA%3B%3BEARR%2CiCAUI%3BIACI%2CQAAA%3B%3BEAXR%2CiCAaI%2CMACI%3BIACI%2CWAAA%3B%3B%3BAAKhB%2CiCACI%3BEACI%2CeAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3B%3BAAPR%2CiCACI%2CeAQI%3BEACI%2CWAAA%3BEACA%2CoBAAA%3B%3BAAXZ%2CiCAeI%3BEACI%2CgBAAA%3B%3BAAhBR%2CiCAmBI%3BEACI%2CgBAAgB%2CgDAAhB%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAtBR%2CiCAmBI%2CkBAKI%2CSACI%3BEACI%2C6BAAA%3B%3BAA1BhB%2CiCAmBI%2CkBAWI%2CaACI%3BEACI%2CmBAAA%3B%3BAAhChB%2CiCAqCI%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAxCR%2CiCAqCI%2CmBAKI%3BEACI%2CeAAA%3BEAEA%2CajExrLiB%2CqBiEwrLjB%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAjDZ%2CiCAqCI%2CmBAeI%3BEACI%2CwBAAA%3BEACA%2CeAAA%3B%3BAAtDZ%2CiCA0DI%3BEACI%2CoBAAA%3B%3BAA3DR%2CiCA0DI%2COAGI%3BEACI%2CkBAAA%3B%3BAA9DZ%2CiCAkEI%3BEACI%2CoBAAA%3B%3BAAnER%2CiCAkEI%2CUAGI%3BEACI%2CkBAAA%3B%3BAAtEZ%2CiCA0EI%2CcACI%3BEACI%2C8BAAA%3BEACA%2CmBAAA%3B%3BAA7EZ%2CiCA0EI%2CcAMI%3BEACI%2CeAAA%3BEAEA%2CajE3tLkB%2CmBiE2tLlB%3B%3BAAyBZ%2CwBApB2C%2CwBAAsB%3BEAC7D%2CiCACI%3BIACI%2CsBAAA%3B%3BEAFR%2CiCAII%2CoBACI%2CkBACI%3BIACI%2CWAAA%3BIACA%2CWAAA%3B%3BEARhB%2CiCAYI%3BIACI%2CWAAA%3BIACA%2CWAAA%3B%3B%3BAAKZ%2CiCAAkC%2CoBAAoB%2CkBAAkB%2CSAAS%3BEAC7E%2C6BAAA%3B%3BAAGJ%2CUACI%3BEACI%2CmBAAA%3B%3BAAFR%2CUAKI%3BEACI%2CYAAA%3B%3BAANR%2CUASI%3BEACI%2CgBAAgB%2C%2BCAAhB%3BEACA%2CwBAAA%3B%3BAAGI%2CUALR%2CWAII%2COACK%3BEACG%2CYAAA%3BEACA%2CYAAA%3B%3BAAFJ%2CUALR%2CWAII%2COACK%2CSAIG%3BEACI%2CajE9wLS%2CqBiE8wLT%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3B%3BAARR%2CUALR%2CWAII%2COACK%2CSAWG%3BEACI%2CSAAA%3BEACA%2CiBAAA%3B%3BAAbR%2CUALR%2CWAII%2COACK%2CSAWG%2CaAII%2CKACI%3BEACI%2CyBAAA%3BEAEA%2CajEzxLE%2CmBiEyxLF%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAArBhB%2CUALR%2CWAII%2COACK%2CSAWG%2CaAII%2CKASI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAA3BhB%2CUALR%2CWAII%2COACK%2CSAWG%2CaAII%2CKASI%2CWAKI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAhCpB%2CUALR%2CWAII%2COACK%2CSAWG%2CaAII%2CKASI%2CWAWI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEAEA%2CajEhzLH%2CqBiEgzLG%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FDhC%2CUAwEI%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAA1ER%2CUA6EI%3BEACI%2CaAAA%3B%3BAA9ER%2CUAiFI%3BEACI%2CaAAA%3B%3BAAIA%2CUADJ%2CSACK%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAALJ%2CUADJ%2CSACK%2CmBAOG%3BEACI%2CmBAAA%3BEACA%2CYAAY%2CyEAAZ%3BEACA%2CWAAA%3B%3BAAVR%2CUADJ%2CSACK%2CmBAaG%3BEAEI%2CajEh2La%2CqBiEg2Lb%3BEACA%2CeAAA%3BEACA%2CgBAAgB%2C%2BDAAhB%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAApBR%2CUADJ%2CSACK%2CmBAuBG%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3B%3BAA9BR%2CUADJ%2CSACK%2CmBAuBG%2CeASI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2C2CAAA%3B%3BAAEA%2CUAvChB%2CSACK%2CmBAuBG%2CeASI%2CMAMK%3BEACG%2CiBAAA%3B%3BAAvChB%2CUADJ%2CSACK%2CmBAuBG%2CeASI%2CMAUI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA7ChB%2CUADJ%2CSACK%2CmBAuBG%2CeASI%2CMAUI%2CYAKI%2CEACI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAlDxB%2CUADJ%2CSACK%2CmBAuBG%2CeASI%2CMAuBI%3BEACI%2CcAAA%3BEAEA%2CajE34LK%2CqBiE24LL%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAjEhB%2CUADJ%2CSACK%2CmBAuBG%2CeASI%2CMAoCI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEAEA%2CajEt5LM%2CmBiEs5LN%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA5EhB%2CUADJ%2CSACK%2CmBAiFG%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAnFR%2CUADJ%2CSACK%2CmBAiFG%2CYAII%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAOZ%2CUADJ%2CQACK%3BEACG%2CWAAA%3B%3BAADJ%2CUADJ%2CQACK%2CKAGG%2CcACI%3BEACI%2CaAAA%3B%3BAALZ%2CUADJ%2CQACK%2CKAGG%2CcAKI%2CeACI%3BEACI%2CkBAAA%3BEAEA%2CajE%5C%2F7LK%2CqBiE%2B7LL%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAhBhB%2CUADJ%2CQACK%2CKAGG%2CcAKI%2CeAWI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAzBhB%2CUADJ%2CQACK%2CKAGG%2CcAKI%2CeAWI%2CGAQI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEAEA%2CajEt9LC%2CgBiEs9LD%3B%3BAAhCpB%2CUADJ%2CQACK%2CKAGG%2CcAkCI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAxCZ%2CUADJ%2CQACK%2CKAGG%2CcAkCI%2CgBAKI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAA7ChB%2CUADJ%2CQACK%2CKAGG%2CcAkCI%2CgBAKI%2CaAKI%3BEACI%2CcAAA%3BEACA%2CsBAAA%3B%3BAAjDpB%2CUADJ%2CQACK%2CKAGG%2CcAmDI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2C4DAAhB%3BEACA%2CoBAAA%3B%3BAA1DZ%2CUADJ%2CQACK%2CKAGG%2CcAmDI%2CiBAMI%3BEAEI%2CajE9%2BLM%2CmBiE8%2BLN%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAjEhB%2CUADJ%2CQACK%2CKAGG%2CcAmDI%2CiBAcI%3BEACI%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAtEhB%2CUADJ%2CQACK%2CKAGG%2CcAmDI%2CiBAcI%2CeAII%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CajE7%5C%2FLE%2CmBiE6%5C%2FLF%3BEACA%2CmBAAA%3B%3BAA9EpB%2CUADJ%2CQACK%2CKAGG%2CcAmDI%2CiBAcI%2CeAII%2CEAQI%3BEACI%2CcAAA%3B%3BAAjFxB%2CUADJ%2CQACK%2CKAGG%2CcAoFI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEAEA%2CajE3gMU%2CmBiE2gMV%3BEACA%2CiBAAA%3B%3BAA5FZ%2CUADJ%2CQACK%2CKAGG%2CcAoFI%2CiBAOI%3BEACI%2CgCAAA%3BEACA%2CeAAA%3B%3BAAhGhB%2CUADJ%2CQACK%2CKAGG%2CcAoFI%2CiBAOI%2CKAII%3BEAEI%2CajEphME%2CmBiEohMF%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CUA9GxB%2CQACK%2CKAGG%2CcAoFI%2CiBAOI%2CKAII%2CUAWK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CYAAA%3B%3BAAIA%2CUA7H5B%2CQACK%2CKAGG%2CcAoFI%2CiBAOI%2CKAII%2CUAyBK%2COACI%3BEACG%2CWAAW%2CeAAX%3BEACA%2CmBAAmB%2CeAAnB%3B%3BAA9H5B%2CUADJ%2CQACK%2CKAGG%2CcAoFI%2CiBAOI%2CKAqCI%3BEACI%2CyBAAA%3BEACA%2CaAAA%3B%3BAArIpB%2CUADJ%2CQACK%2CKAGG%2CcAoFI%2CiBAOI%2CKAqCI%2CiBAII%3BEACI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAzIxB%2CUADJ%2CQACK%2CKAGG%2CcAoFI%2CiBAOI%2CKAqCI%2CiBAII%2CEAII%3BEACI%2CgBAAA%3B%3BAA5I5B%2CUADJ%2CQACK%2CKAGG%2CcAoFI%2CiBA2DI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAgB%2CyDAAhB%3B%3BAAtJhB%2CUADJ%2CQACK%2CKAGG%2CcAoFI%2CiBA2DI%2CaAMI%2CEACI%3BEACI%2CgBAAA%3B%3BAA1JxB%2CUADJ%2CQACK%2CKAGG%2CcAoFI%2CiBA2DI%2CaAMI%2CEAKI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CgCAAA%3B%3BAAhKxB%2CUADJ%2CQACK%2CKAGG%2CcAoFI%2CiBA8EI%3BEACI%2CWAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAA1KhB%2CUADJ%2CQACK%2CKAGG%2CcAoFI%2CiBA8EI%2CUAOI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAASpB%2CUADJ%2COACK%3BEACG%2CYAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAALJ%2CUADJ%2COACK%2CeAOG%3BEACI%2CWAAA%3B%3BAARR%2CUADJ%2COACK%2CeAOG%2CaAGI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEAEA%2CajExnMU%2CmBiEwnMV%3B%3BAAhBZ%2CUADJ%2COACK%2CeAoBG%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAtBR%2CUADJ%2COACK%2CeAoBG%2CcAII%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEAEA%2CajE9oMU%2CmBiE8oMV%3B%3BAAOpB%2CeACI%3BEACI%2CiBAAA%3B%3BAAFR%2CeACI%2CYAGI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEAEA%2CajEjqMiB%2CqBiEiqMjB%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CeAbR%2CYAGI%2CKAUK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CgCAAA%3B%3BAArBhB%2CeA0BI%3BEACI%2CiBAAA%3B%3BAA3BR%2CeA0BI%2CgBAGI%3BEAEI%2CajEprMkB%2CmBiEorMlB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3B%3BAADJ%2CYAGI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEAEA%2CajEvsMqB%2CqBiEusMrB%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CYARJ%2CeAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CgCAAA%3B%3BAAlBZ%2CYAsBI%3BEACI%2CkBAAA%3B%3BAAvBR%2CYAsBI%2CqBAGI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAA7BZ%2CYAsBI%2CqBAGI%2CKAMI%3BEACI%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEAEA%2CajEpuMc%2CmBiEouMd%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAA7ChB%2CYAsBI%2CqBAGI%2CKAuBI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAApDhB%2CYAsBI%2CqBAGI%2CKAuBI%2CiBAMI%3BEAEI%2CajErvMU%2CmBiEqvMV%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3B%3BAA3DpB%2CYAsBI%2CqBAGI%2CKAuBI%2CiBAMI%2CEAOI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAlExB%2CYAyEI%3BEACI%2CiBAAA%3B%3BAA1ER%2CYAyEI%2CgBAGI%3BEACI%2CeAAA%3BEAEA%2CajE%5C%2FwMiB%2CqBiE%2BwMjB%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAApFZ%2CYAyEI%2CgBAcI%3BEAEI%2CajEtxMkB%2CmBiEsxMlB%3BEACA%2CeAAA%3B%3BAA1FZ%2CYAyEI%2CgBAcI%2CMAKI%3BAA5FZ%2CYAyEI%2CgBAcI%2CMAMI%3BEACI%2CkBAAA%3B%3BAAMhB%3BEACI%2CmBAAA%3B%3BAADJ%2C6BAGI%3BEACI%2CoBAAA%3B%3BAAJR%2C6BAGI%2C0BAGI%3BEACI%2CwBAAA%3BEACA%2CeAAA%3B%3BAARZ%2C6BAGI%2C0BAGI%2CGAII%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAZhB%2C6BAGI%2C0BAaI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAnBZ%2C6BAGI%2C0BAaI%2CeAKI%3BEAEI%2CajE3zMa%2CqBiE2zMb%3B%3BAAvBhB%2C6BAGI%2C0BAaI%2CeAUI%3BEACI%2CeAAA%3B%3BAA3BhB%2C6BAGI%2C0BAaI%2CeAUI%2CGAGI%3BEAEI%2CajEh0MU%2CmBiEg0MV%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAxCpB%2C6BAGI%2C0BAaI%2CeA4BI%2CGACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3BEAEA%2CajEn1MU%2CmBiEm1MV%3B%3BAAlDpB%2C6BAwDI%3BEACI%2CkBAAA%3B%3BAAzDR%2C6BAwDI%2CqBAGI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAA%5C%2FDZ%2C6BAwDI%2CqBAGI%2CKAMI%3BEACI%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEAEA%2CajE12Mc%2CmBiE02Md%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FEhB%2C6BAwDI%2CqBAGI%2CKAuBI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAAtFhB%2C6BAwDI%2CqBAGI%2CKAuBI%2CiBAMI%3BEAEI%2CajE33MU%2CmBiE23MV%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3B%3BAA7FpB%2C6BAwDI%2CqBAGI%2CKAuBI%2CiBAMI%2CEAOI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAApGxB%2C6BA2GI%3BEACI%2CeAAA%3BEAEA%2CajEl5MqB%2CqBiEk5MrB%3BEACA%2CgBAAA%3B%3BAAIR%2C0BACI%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAHR%2C0BACI%2CWAII%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAAPZ%2C0BACI%2CWAII%2CuBAII%3BEAEI%2CajEl6Ma%2CqBiEk6Mb%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAdhB%2C0BACI%2CWAII%2CuBAYI%3BEAEI%2CajEv6Mc%2CmBiEu6Md%3BEACA%2CeAAA%3B%3BAApBhB%2C0BACI%2CWAII%2CuBAkBI%3BEACI%2CmBAAA%3B%3BAAxBhB%2C0BACI%2CWAII%2CuBAkBI%2CGAGI%3BEAEI%2CajEh7MU%2CmBiEg7MV%3BEACA%2CeAAA%3B%3BAA7BpB%2C0BACI%2CWAII%2CuBAkBI%2CGAGI%2CGAKI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAQxB%3BEACI%2CmBAAA%3B%3BAADJ%2C2BAGI%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAALR%2C2BAGI%2CWAII%3BEACI%2CaAAA%3B%3BAARZ%2C2BAGI%2CWAQI%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEAEA%2CajE%5C%2F8MkB%2CmBiE%2B8MlB%3BEACA%2CeAAA%3B%3BAAnBZ%2C2BAGI%2CWAQI%2CaAUI%3BEAEI%2CajEv9Ma%2CqBiEu9Mb%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAMhB%2CQACI%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAHR%2CQACI%2CWAII%2CWACI%3BEACI%2CWAAA%3B%3BAAPhB%2CQACI%2CWAII%2CWAKI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAfhB%2CQACI%2CWAII%2CWAKI%2CSAOI%3BEAEI%2CajEl%5C%2FMS%2CqBiEk%5C%2FMT%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAvBpB%2CQACI%2CWAII%2CWAKI%2CSAgBI%3BEAEI%2CajEx%5C%2FMU%2CmBiEw%5C%2FMV%3BEACA%2CeAAA%3B%3BAA7BpB%2CQACI%2CWAiCI%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAApCZ%2CQACI%2CWAiCI%2CaAII%2CMACI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA5CpB%2CQACI%2CWAiCI%2CaAII%2CMACI%2CGAOI%2CGACI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEAEA%2CajEzhNE%2CmBiEyhNF%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CQAhExB%2CWAiCI%2CaAII%2CMACI%2CGAOI%2CGACI%2CEAkBK%3BEACG%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAApEhC%2CQACI%2CWAiCI%2CaAII%2CMACI%2CGAOI%2CGA0BI%3BEACI%2CUAAA%3B%3BAAGJ%2CQA3EpB%2CWAiCI%2CaAII%2CMACI%2CGAOI%2CGA8BK%2CWACG%3BEACI%2CUAAA%3B%3BAA9EhC%2CQACI%2CWAiCI%2CaAmDI%2CcACI%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CQA5FhB%2CWAiCI%2CaAmDI%2CcACI%2CKAOK%3BEACG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAhGxB%2CQACI%2CWAiCI%2CaAmDI%2CcACI%2CKAaI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAtGxB%2CQACI%2CWAiCI%2CaAmDI%2CcACI%2CKAaI%2CUAKI%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAA1G5B%2CQACI%2CWAiCI%2CaAmDI%2CcACI%2CKAaI%2CUAUI%3BEAEI%2CajE9kNC%2CqBiE8kND%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAnH5B%2CQACI%2CWAiCI%2CaAmDI%2CcACI%2CKAaI%2CUAmBI%3BEAEI%2CajEplNE%2CmBiEolNF%3BEACA%2CeAAA%3B%3BAAS5B%2CiBACI%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAHR%2CiBACI%2CWAII%3BEACI%2CaAAA%3B%3BAANZ%2CiBACI%2CWAQI%2CWACI%3BEACI%2CWAAA%3B%3BAAXhB%2CiBACI%2CWAQI%2CWAKI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEAEA%2CajEpnNa%2CqBiEonNb%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAtBhB%2CiBACI%2CWAyBI%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAA5BZ%2CiBACI%2CWAyBI%2CcAII%3BEACI%2CeAAA%3BEAEA%2CajEloNa%2CqBiEkoNb%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAnChB%2CiBACI%2CWAyBI%2CcAYI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAAzChB%2CiBACI%2CWA4CI%3BEACI%2CwBAAA%3BEACA%2CuCAAA%3B%3BAA%5C%2FCZ%2CiBACI%2CWA4CI%2CUAII%3BEAEI%2CajEppNa%2CqBiEopNb%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAtDhB%2CiBACI%2CWA4CI%2CUAYI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3B%3BAA5DhB%2CiBACI%2CWA4CI%2CUAYI%2CmBAKI%3BEACI%2CWAAA%3BEACA%2CoBAAA%3B%3BAAhEpB%2CiBACI%2CWA4CI%2CUAYI%2CmBAKI%2CGAII%3BEACI%2CajEjqNM%2CmBiEiqNN%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBA1EhB%2CWA4CI%2CUAYI%2CmBAKI%2CGAaK%3BEAEG%2CajE3qNM%2CmBiE2qNN%3BEACA%2CeAAA%3B%3BAA9ExB%2CiBACI%2CWAmFI%3BEACI%2CiBAAA%3B%3BAArFZ%2CiBACI%2CWAmFI%2CYAGI%3BEACI%2CkBAAA%3BEAEA%2CajE3rNa%2CqBiE2rNb%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAA5FhB%2CiBACI%2CWAmFI%2CYAWI%3BEAEI%2CajE%5C%2FrNc%2CmBiE%2BrNd%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAASJ%2CkBAFR%2CKACK%2CSACI%3BEACG%2CaAAA%3B%3BAAFR%2CkBADJ%2CKACK%2CSAKG%3BEACI%2CyBAAA%3B%3BAAEA%2CkBATZ%2CKACK%2CSAKG%2CEAGK%3BEACG%2CSAAS%2COAAT%3BEACA%2CajE1sNO%2CaiE0sNP%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAIA%2CkBAjBhB%2CKACK%2CSAKG%2CEAUK%2CeACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CajEltNG%2CaiEktNH%3B%3BAAQxB%2CsBACI%2CcAAa%3BEACT%2CkBAAA%3B%3BAAFR%2CsBACI%2CcAAa%2CWAGT%2CeAAc%3BEACV%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAATZ%2CsBACI%2CcAAa%2CWAGT%2CeAAc%2CgBAOV%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAjBhB%2CsBAsBI%2CaAAY%2CSAAS%2CMACjB%3BEACI%2C8BAAA%3B%3BAAKZ%2CUAAW%2CWAAW%2CYAAY%3BEAC9B%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CWACI%2CmBACI%3BEACI%2CWAAA%3B%3BAAHZ%2CWACI%2CmBACI%2CGAGI%3BEACI%2CWAAA%3B%3BAASJ%2C0BAFR%2CcACI%2CGACK%2CYACG%3BEACI%2CaAAA%3B%3BAAFR%2C0BAFR%2CcACI%2CGACK%2CYACG%2CWAGI%3BEACI%2CiBAAA%3B%3BAAOJ%2C0BAdhB%2CcACI%2CGAWI%2CmBACI%2CKACK%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAQxB%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CUAAW%2CEAAE%3BEACT%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEAEA%2CajE9zN0B%2CmBiE8zN1B%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CcACI%2CcACI%2CQAAO%3BEACH%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAWY%2CeALnB%2CYACG%2CqBACK%2CKACG%2CcACI%2CQACK%3BEACG%2CSAAA%3BEACA%2CUAAA%3B%3BAAe5B%2CQAN0B%2CuBAAwB%3BEAC9C%2CqBAAsB%2CiBAAiB%2COAAM%3BIACzC%2CsBAAA%3B%3B%3BAAIR%2CsBACI%2CKAAI%2CWAAY%2CUAAS%3BEACrB%2CaAAA%3B%3BAAFR%2CsBAII%2COAAM%2CMAAM%3BEACR%2CgBAAA%3BEACA%2CWAAA%3B%3BAANR%2CsBAQI%2CsBAAsB%2CYAAY%2CMAAK%3BEACnC%2CaAAA%3B%3BAATR%2CsBAWI%2COAAM%2CMAAM%2CSAAU%3BEAClB%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3B%3BAAvBR%2CsBAyBI%2COAAM%2CMAAM%3BEACR%2CaAAA%3B%3BAAIR%2COAAO%2CQAAS%3BEACZ%2CwBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAAcJ%2CwBAZyC%3BEACrC%2CsBACI%3BIACI%2CqBAAA%3B%3BEAGR%2CMAAM%2CMAAM%2CSAAU%3BIAClB%2CsBAAA%3BIACA%2C0BAAA%3B%3B%3B%3BAA0ER%2CQAtE2B%2CwBAAwB%3BEAC%5C%2FC%3BIACI%2CkBAAA%3B%3BEAGJ%2CiBAAkB%2CiBAAiB%3BIAC%5C%2FB%2CUAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CYAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CWAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CMAAM%3BIACF%2CYAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CWAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%2CYAAY%3BIACjD%2CUAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CSAAS%2CaAAc%2CGAAG%2CGAAE%2COAAQ%3BIAChC%2CgBAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CaAAc%2CQAAO%2CQAAS%2CuBAAuB%2COAAM%2CaAAc%2CSAAS%3BIAC9E%2CWAAA%3B%3BEAGJ%2CSAAU%3BIACN%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%2CSAAQ%2CKAAK%2CSAAU%2COAAO%3BIACnE%2CeAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%2CSAAQ%2CKAAK%2CSAAU%3BIAC5D%2CkBAAA%3B%3BEAGJ%2CgBAAiB%3BIACb%2CUAAA%3B%3BEAGJ%2CgBAAiB%3BIACb%2CkBAAA%3B%3B%3B%3BAASJ%2CMAAC%3BEACG%2C8BAAA%3B%3BAAIR%2CgBAAiB%2CaAAY%2CUAAW%3BEACpC%2CaAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAJJ%2CaAAc%2CMAMV%3BEACI%2CkBAAA%3B%3BAAIR%2C2BAA4B%2COAAM%2CIAAK%2CSAAQ%3BAAC%5C%2FC%2CkBAAmB%2COAAM%2CIAAK%2CSAAQ%3BAACtC%2CqBAAsB%2CUAAS%2CQAAS%2CMAAK%2CiBAAkB%2CWAAQ%3BEACnE%2CwBAAA%3B%3BAAYJ%3BEACI%2CuBAAA%3BEACA%2C2BAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CeAMI%2CGACI%3BEACI%2CajErhOiB%2CqBiEqhOjB%3B%3BAARZ%2CeAMI%2CGACI%2CGAGI%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2C%2BBAAA%3B%3BAAdhB%2CeAMI%2CGACI%2CGAGI%2CWAMI%3BEACI%2CoCAAA%3B%3BAAjBpB%2CeAMI%2CGACI%2CGAGI%2CWAMI%2CYAGI%2CGACI%3BEACI%2CajEliOC%2CqBiEkiOD%3BEACA%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CyBAAA%3B%3BAA3B5B%2CeAMI%2CGACI%2CGAGI%2CWAMI%2CYAGI%2CGACI%2CGASI%3BEACI%2CajE3iOH%2CqBiE2iOG%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3B%3BAAhChC%2CeAMI%2CGACI%2CGAGI%2CWAMI%2CYAqBI%2CkBACI%2CGACI%3BEACI%2CajEljOF%2CmBiEkjOE%3B%3BAAWhC%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2C2CAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACJ%2CoBAAA%3BEACA%2C4BAAA%3B%3BAAEA%2CsBAAsB%3BEACtB%2COAAA%3B%3BAAEA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CmBAAmB%3BEACnB%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CsBAAuB%3BEACvB%2CgBAAA%3B%3BAAEA%2CsBAAuB%3BEACnB%2CyBAAA%3BEACJ%2CyBAAA%3B%3BAAEA%2CsBAAuB%2CWAAW%2CYAAY%2CUAAS%3BAACvD%2CsBAAuB%2CWAAW%2CYAAY%2CUAAS%3BAACvD%2CsBAAuB%2CWAAW%2CYAAY%2CUAAS%3BAACvD%2CsBAAuB%2CWAAW%2CYAAY%2CUAAS%3BAACvD%2CsBAAuB%2CWAAW%2CYAAY%2CUAAS%3BAACvD%2CsBAAuB%2CWAAW%2CYAAY%2CUAAS%3BAACvD%2CsBAAuB%2CWAAW%2CYAAY%2CUAAS%3BAACvD%2CsBAAuB%2CWAAW%2CYAAY%2CUAAS%3BAACvD%2CsBAAuB%3BAACvB%2CsBAAuB%2CWAAW%2CYAAY%2CUAAS%3BAACvD%2CsBAAuB%2CgBAAgB%2CGAAG%2CGAAG%2CWAAW%3BEACpD%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CsBAAuB%2CGAAG%2CGAAG%3BEAC7B%2CWAAA%3BEACA%2CWAAA%3B%3BAAEA%2CsBAAuB%2CQAAQ%3BEAC%5C%2FB%2CaAAa%2CqBAAb%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgCAAA%3B%3BAAEJ%2CsBAAuB%3BAACvB%2CsBAAuB%2CGAAE%2CuBAAuB%2CYAAY%3BAAC5D%2CsBAAuB%2CGAAE%2CuBAAuB%2CYAAY%3BEACxD%2CwBAAA%3B%3BAAEJ%2CIAAK%2CuBAAwB%2CWAAW%2CYAAY%2CUAAU%3BEAC1D%2CyBAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CsBAAuB%2CaAAe%3BEAClC%2CWAAA%3B%3BAAEJ%2CsBAAuB%2CYAAY%3BEAC%5C%2FB%2CWAAA%3B%3BAAEJ%2CsBAAuB%2CWAAW%2CYAAY%3BEAC9C%2CWAAA%3BEACI%2C2BAAA%3B%3BAAEJ%2CsBAAuB%2CgBAAgB%2CGAAG%2CGAAG%3BEAC7C%2CaAAA%3B%3BAAEA%2CsBAAuB%2CGAAG%3BEAC1B%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEA%2CsBAAuB%3BEACnB%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CsBAAuB%2CQAAQ%2CWAAW%3BEACtC%2CWAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CsBAAuB%2CQAAO%2CMAAM%3BEACpC%2CqBAAA%3B%3BAAEA%2CsBAAuB%3BEACnB%2CWAAA%3BEACA%2CWAAA%3BEACJ%2CmBAAA%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CaAAA%3BEACC%2C6CAAA%3BEACD%2CmBAAA%3B%3BAAEJ%2CsBAAuB%2CaAAY%3BEAC%5C%2FB%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAW%2CsBAAsB%2CaAAjC%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CsBAAuB%2CGAAG%2CGAAE%2CSAAU%2CaAAY%3BEAC9C%2CWAAW%2CsBAAsB%2CcAAjC%3B%3BAAEJ%2CsBAAuB%2CgBAAgB%2CGAAG%2CGAAG%2CWAAW%2CYAAY%2CGAAG%2CGAAG%3BEACtE%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CsBAAuB%2CWAAW%2CYAAY%2CUAAU%2CaAAa%3BEACrE%2CaAAA%3B%3BAAEA%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CeAAe%3B%3B%3B%3B%3B%3B%3B%3B%3BEASX%2CSAAS%2CEAAT%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAW%2CsBAAsB%2CaAAjC%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAaR%2CIAAK%2CuBAAuB%2CWAAW%2CYAAY%2CUAAU%2CaAAY%2CSAAU%2CgBAAe%3BEAC9F%2CWAAW%2CsBAAsB%2CcAAjC%3B%3BAAEJ%2CsBAAuB%2CgBAAgB%2CGAAG%2CGAAG%2CWAAW%2CYAAY%2CkBAAkB%2CGAAG%3BEAAE%2CgBAAA%3B%3BAAC3F%2CsBAAuB%2CWAAW%2CYAAY%2CUAAS%3BEACvD%2C2BAAA%3B%3BAAEA%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CsBAAuB%2CGAAE%2CYAAa%2CGAAG%3BEACrC%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CsBAAuB%2CGAAE%3BAACzB%2CsBAAuB%2CGAAE%3BEACrB%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CsBAAuB%2CGAAE%3BEACzB%2CaAAA%3B%3BAAEA%2CsBAAuB%3BEACnB%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACJ%2CeAAA%3B%3BAAEA%2CsBAAuB%2CaAAa%3BEACpC%2CeAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CsBAAuB%2CaAAa%2CKAAI%3BEACxC%2CeAAA%3B%3BAAEA%2CsBAAuB%2CaAAa%2CKAAI%3BEACxC%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CsBAAuB%2CaAAa%2CKAAI%2CYAAY%3BEACpD%2CmBAAA%3B%3BAAEA%2CsBAAuB%2CaAAa%2CKAAI%2CKAAK%3BEAC7C%2CmBAAA%3B%3BAAEA%2CsBAAuB%2CaAAa%2CKAAI%2CWAAW%3BEACnD%2CmBAAA%3B%3BAAEA%2CsBAAuB%3BAACvB%2CsBAAuB%2CMAAK%3BEACxB%2CaAAA%3B%3BAAEJ%2CsBAAuB%2CMAAK%2CaAAc%2CKAAI%3BEAC1C%2CSAAS%2CeAAT%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACH%2CeAAA%3B%3BAAED%2CsBAAuB%2CMAAK%2CaAAa%2CKAAM%2CKAAI%3BEACnD%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CmDAAhB%3BEACA%2CqBAAA%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CsBAAuB%2CMAAK%2CaAAc%2CcAAc%2CKAAI%2CcAAc%3BEACtE%2CwBAAA%3B%3BAAEJ%2CsBAAuB%2CMAAK%2CaAAc%3BEAC1C%2CkBAAA%3B%3BAAEA%2CsBAAuB%2CMAAK%2CaAAa%2CKAAM%2CcAAa%3BEAC5D%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CmDAAhB%3BEACA%2CqBAAA%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACH%2CQAAA%3B%3BAAED%2CsBAAuB%2CMAAK%2CaAAc%2CcAAa%3BEACvD%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CqDAAhB%3BEACA%2CQAAA%3B%3BAAEA%2CsBAAuB%2CMAAK%2CaAAc%2CcAAc%3BEACxD%2CQAAA%3B%3BAAEA%2CsBAAuB%2CMAAK%2CaAAa%2CcAAc%3BEACvD%2CeAAA%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CsBAAuB%2CKAAI%3BEAC3B%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGA%2CsBAAuB%2CoBAAmB%3BEAC1C%2CqBAAA%3B%3BAAEA%2CsBAAuB%2CMAAK%2CaAAa%2CMAAO%3BAAChD%2CsBAAuB%2CQAAO%2CmBAAmB%3BEAC7C%2CwBAAA%3B%3BAAEJ%2CsBAAuB%2CMAAK%2CaAAa%2CKAAK%2CMAAO%3BEACrD%2CyBAAA%3B%3BAAEA%2CsBAAuB%2CMAAK%2CaAAa%2CcAAc%2CKAAM%3BEAC7D%2CwBAAA%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C6CAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CsBAAuB%2CMAAK%2CaAAa%2CKAAM%2CQAAO%3BEACjD%2CmBAAA%3BEACD%2CaAAA%3BEACA%2C6CAAA%3B%3BAAEJ%2CsBAAuB%2CMAAK%2CaAAa%2CcAAc%2CKAAM%2CcAAc%2CKAAI%3BEAC%5C%2FE%2CwBAAA%3B%3BAAEA%2CsBAAuB%2CMAAK%2CaAAa%2CcAAc%2CKAAM%2CcAAc%2CKAAI%3BEAC%5C%2FE%2CwBAAA%3B%3BAAEA%2CsBAAuB%2CMAAK%2CaAAa%2CcAAc%2CKAAM%2CcAAc%2CeAAc%3BEACzF%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2C8CAAhB%3BEACA%2CkBAAA%3B%3BAAEA%2CsBAAuB%2CMAAK%2CaAAa%2CcAAc%2CKAAM%3BEAC7D%2CcAAA%3B%3BAAEA%2CsBAAuB%3BEACvB%2CwBAAA%3B%3BAAEA%2CsBAAuB%2CsBAAsB%3BEACzC%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CsBAAuB%2CsBAAsB%2CGAAG%3BEAC5C%2CWAAA%3BEACA%2CWAAA%3BEACH%2CmBAAA%3B%3BAAED%2CsBAAuB%2CsBAAsB%2CGAAG%2CGAAG%3BEAC%5C%2FC%2CWAAA%3BEACA%2CWAAA%3BEACH%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAED%2CsBAAuB%3BEACvB%2CWAAA%3BEACI%2CWAAA%3BEACH%2CgBAAA%3BEACG%2CeAAA%3B%3BAAEJ%2CsBAAuB%2CoBAAoB%3BEAC3C%2CWAAA%3BEACI%2CWAAA%3BEACH%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAAED%2CsBAAuB%2CKAAI%3BEACvB%2CyBAAA%3B%3BAAEJ%2CsBAAuB%2CMAAK%2CaAAa%3BEACxC%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACD%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CsBAAuB%2CmBAAkB%3BEACxC%2CyBAAA%3B%3BAAED%2CsBAAuB%2CmBAAmB%2CGAAE%2CmBAAmB%2CUAAW%2CaAAa%3BEACnF%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CsBAAuB%2CmBAAmB%2CGAAE%2CmBAAmB%2CUAAW%2CaAAa%3BEACvF%2CeAAA%3B%3BAAEA%2CsBAAuB%2CmBAAmB%2CGAAE%2CmBAAmB%2CUAAW%2CaAAa%2CEAAE%3BEACzF%2CaAAA%3B%3BAAEA%2CsBAAuB%2CmBAAmB%2CGAAE%2CmBAAmB%2CUAAW%2CaAAe%3BEACzF%2CmBAAA%3BEACQ%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CoCAAA%3BEACA%2C0BAAA%3BEACN%2CmBAAA%3BEACF%2CgBAAA%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CsBAAwB%3BEACpB%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CsBAAuB%2CiBAAiB%2CeAAe%2CEAAE%3BEACrD%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACJ%2CUAAA%3B%3BAAGA%2CsBAAuB%2CoBAAoB%2CaAAe%3BEACtD%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CsBAAuB%2CoBAAoB%2CaAAa%3BAAAQ%2CsBAAuB%2CoBAAoB%2CaAAa%3BEACxH%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CsBAAuB%2CoBAAoB%2CaAAe%2CIAAE%3BEAC5D%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CsBAAuB%2CMAAK%2CaAAa%2CcAAe%3BEACpD%2CwBAAA%3BEACH%2CmBAAA%3B%3BAAED%2CsBAAuB%2CMAAK%2CaAAa%2CcAAe%2CcAAc%2CKAAI%3BEAC1E%2CwBAAA%3B%3BAAEA%2CIAAK%2CaAAa%2CuBAAuB%2CMAAK%2CaAAc%3BEACxD%2CwBAAA%3B%3BAAEJ%2CsBAAuB%2CMAAK%2CaAAa%2CKAAM%3BEAC3C%2CyBAAA%3B%3BAAEJ%2CsBAAuB%3BEACvB%2CyBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CsBAAuB%2CaAAa%3BEACpC%2CyBAAA%3B%3BAAEA%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CSAAS%2CaACL%2CgBACI%2CGACI%2CGAAE%3BEACE%2CajEliPa%2CqBiEkiPb%3B%3BAAJhB%2CSAAS%2CaACL%2CgBACI%2CGACI%2CGAAE%2COAGG%3BEACG%2CajEriPS%2CqBiEqiPT%3BEACA%2C0BAAA%3BEAMA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAALA%2CwBAJ4C%3BEAI5C%2CSAdX%2CaACL%2CgBACI%2CGACI%2CGAAE%2COAGG%3BIAKO%2C0BAAA%3B%3B%3BAAexB%2CaACI%2CaACI%2COAAM%2CQACF%2CQACI%2CQAAO%2CKAAK%3BEACR%2CaAAA%3B%3BAAOpB%2CKAAK%2CYAAY%2CqBAAqB%2CYAAY%3BEAC9C%2CaAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2C0CAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CaAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAiBJ%2CQAfyB%3BEACrB%3BIACI%2CeAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CaAAA%3B%3BEAEJ%2CoBAAqB%2CcAAa%2CUAAU%3BIACxC%2CcAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CWAAA%3B%3B%3BAAsBR%2CwBAlB0C%2CuBAAsB%3BEAC5D%2CUAAW%2CYAAY%2CUAAS%3BIAC5B%2C8BAAA%3B%3BEAEJ%2CUAAW%2CYAAY%2CUAAS%3BIAC5B%2C6BAAA%3BIACA%2C8BAAA%3B%3BEAEJ%2CIAAK%2CWAAW%2CWAAW%3BIACvB%2C8BAAA%3B%3BEAEJ%2CUAAW%2CWAAW%2CYAAY%2CKAAE%2CSAAS%3BIACzC%2CkBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAkDpsPJ%2CQAAQ%2CuBACJ%3BEACI%2CaAAA%3B%3BAAFR%2CQAAQ%2CuBAKJ%3BEACI%2CmBAAA%3B%3BAANR%2CQAAQ%2CuBAKJ%2CsCAGM%3BEACE%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAXZ%2CQAAQ%2CuBAKJ%2CsCAGM%2CMAKI%3BEACE%2CgBAAA%3B%3BAAdhB%2CQAAQ%2CuBAmBJ%2COAAM%3BAAnBV%2CQAAQ%2CuBAoBJ%2COAAM%2COAAO%2CIAAI%3BAApBrB%2CQAAQ%2CuBAqBJ%2COAAM%2COAAO%2CIAAI%3BAArBrB%2CQAAQ%2CuBAsBJ%2CSAAQ%3BEACJ%2CwBAAA%3B%3BAAvBR%2CQAAQ%2CuBA0BJ%3BEACI%2CaAAA%3B%3BAA3BR%2CQAAQ%2CuBA8BJ%2C%2BBAAiC%3BEAC7B%2CkBAAA%3B%3BAA%5C%2FBR%2CQAAQ%2CuBAkCJ%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAApCR%2CQAAQ%2CuBAuCJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAzCR%2CQAAQ%2CuBAuCJ%2C6BAII%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CQA%5C%2FCJ%2CuBAuCJ%2C6BAII%2CMAIK%3BEACG%2CeAAA%3B%3BAAhDhB%2CQAAQ%2CuBAuCJ%2C6BAaI%3BEACI%2CYAAA%3B%3BAArDZ%2CQAAQ%2CuBAyDJ%3BEACI%2CmBAAA%3B%3BAA1DR%2CQAAQ%2CuBA6DJ%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAhER%2CQAAQ%2CuBAmEJ%3BEtMgOJ%2CiBAAA%3BEsM9NQ%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAA3ER%2CQAAQ%2CuBAgFJ%3BEACI%2CsBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAvFR%2CQAAQ%2CuBA0FJ%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAA5FR%2CQAAQ%2CuBA%2BFJ%3BEtMwTJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEsMxTQ%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAlGR%2CQAAQ%2CuBAqGJ%3BEtMkTJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkDA%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BEsMrWA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAEA%2CQAhHA%2CuBAqGJ%2CYAWK%3BEACG%2CqBAAA%3B%3BAAGJ%2CQApHA%2CuBAqGJ%2CYAeK%3BEACG%2CkBAAA%3B%3BAArHZ%2CQAAQ%2CuBAqGJ%2CYAmBK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAA7HZ%2CQAAQ%2CuBAqGJ%2CYAmBK%2CMAOG%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAjIhB%2CQAAQ%2CuBAqGJ%2CYAgCI%3BEACI%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAA1IZ%2CQAAQ%2CuBAqGJ%2CYAgCI%2CgBAOI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAApJhB%2CQAAQ%2CuBAqGJ%2CYAgCI%2CgBAOI%2CGAUI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAxJpB%2CQAAQ%2CuBAqGJ%2CYAgCI%2CgBAOI%2CGAUI%2CGAII%3BEACI%2CYAAA%3B%3BAA3JxB%2CQAAQ%2CuBAkKJ%3BEtMqPJ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkDA%2C2BAAA%3BEACI%2CuBAAA%3BEACI%2CmBAAA%3BEsMxSA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEA%2CQA7KA%2CuBAkKJ%2CYAWK%3BEACG%2CmDAAA%3BEACA%2CsDAAA%3BEACA%2CyBAAA%3BEACA%2C8CAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQA3LA%2CuBAkKJ%2CYAyBK%3BElM%2BCT%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3BEsMtGY%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAlMqDZ%2CQkMtPQ%2CuBAkKJ%2CYAyBK%2CclM2DR%3BAACD%2CQkMvPQ%2CuBAkKJ%2CYAyBK%2CclM4DR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQkM5PQ%2CuBAkKJ%2CYAyBK%2CclMiER%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQkMjQQ%2CuBAkKJ%2CYAyBK%2CclMsER%3BAACD%2CQkMlQQ%2CuBAkKJ%2CYAyBK%2CclMuER%3BAACD%2CQAAQ%2CUAAW%2CSkMnQX%2CuBAkKJ%2CYAyBK%3BElMyEL%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAsM%5C%2FFQ%2CQApMA%2CuBAkKJ%2CYAkCK%3BEACG%2CaAAA%3B%3BAAGJ%2CQAxMA%2CuBAkKJ%2CYAsCK%3BEACG%2CkBAAA%3B%3BAAzMZ%2CQAAQ%2CuBA6MJ%2CgBAEI%3BEACI%2CaAAA%3B%3BAAhNZ%2CQAAQ%2CuBA6MJ%2CgBAMI%3BEACI%2CSAAA%3B%3BAApNZ%2CQAAQ%2CuBA6MJ%2CgBAUI%3BEACI%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3B%3BAA1NZ%2CQAAQ%2CuBA8NJ%2CkBAEI%3BAAhOR%2CQAAQ%2CuBA8NJ%2CkBAGI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAnOZ%2CQAAQ%2CuBA2OJ%2C%2BBAEI%3BEACI%2CgBAAA%3B%3BACxOZ%3BEvMiZA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEuMjZI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CsBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAOJ%3BEACI%2CqBAAA%3B%3BAADJ%2CqCAGI%3BEACI%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEACI%2C6BAAA%3BEACA%2CqCAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAkB%2CyCAAlB%3BEACA%2C4BAAA%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkCAAA%3B%3BAAGJ%2C4BAA4B%2CSAExB%3BAADJ%2C4BAA4B%2CKACxB%3BEACI%2CWAAA%3B%3BAAQR%3BEACI%2CYAAY%2CiEAAZ%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C8BAA8B%3BEAC1B%2C0CAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2C8BAA8B%3BEAC1B%2CyCAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAADJ%2CgCAGI%3BEACI%2CSAAA%3B%3BAAJR%2CgCAOI%3BEACI%2CqBAAA%3BEACA%2CUAAA%3B%3BAATR%2CgCAYI%3BEACI%2CqBAAA%3B%3BAAQR%3BEACI%2CWAAA%3B%3BAAOJ%2CMAAM%3BEACF%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CmFAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%3BEAC7B%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%3BEAC7B%2CyBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%3BEAC7B%2CeAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2C2EAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2C4EAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2CyBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2CyBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2CyBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2CkDAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2CyBAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%3BEAC7B%2CWAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2C0EAAA%3B%3BAAGJ%2CMAAM%2C2BAA2B%2CMAAM%3BEACnC%2CyEAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%2CwBAAyB%2CmBAAkB%2C4BAA6B%3BEACpE%2CoBAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CWAAA%3B%3BAAGJ%2CwCACI%2COAAO%2CUACH%2COACI%3BEACI%2CgBAAA%3B%3BAAGJ%2CwCANR%2COAAO%2CUACH%2COAKK%2CSAAU%2CSAAM%3BEACb%2CcAAA%3BEACA%2CSAAS%2CGAAT%3BEvMgBhB%2CiBAAA%3BEuMdgB%2CiBAAA%3B%3BAAXhB%2CwCACI%2COAAO%2CUACH%2COAYI%3BEACI%2CqBAAA%3B%3BAAfhB%2CwCACI%2COAAO%2CUACH%2COAYI%2CSAGI%2CMAAK%2CaAAa%3BAAjBlC%2CwCACI%2COAAO%2CUACH%2COAYI%2CSAII%2CMAAK%2CeAAe%3BEAChB%2CgBAAA%3B%3BAAOpB%2C6BACI%3BEACI%2CWAAA%3B%3BAAFR%2C6BACI%2CSAGI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAANZ%2C6BACI%2CSAGI%2CQAII%3BEACI%2CYAAA%3B%3BAAMhB%2CkCACI%3BEACI%2CiBAAA%3B%3BAAOA%2CkCADJ%2COACK%2CSACG%3BAADJ%2CwCADJ%2COACK%2CSACG%3BEACI%2CgBAAA%3B%3BAAEA%2CkCALZ%2COACK%2CSACG%2COAGK%3BAAAD%2CwCALZ%2COACK%2CSACG%2COAGK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEvM%5C%2FBpB%2CiBAAA%3BEuMiCoB%2CiBAAA%3B%3BAAXpB%2CkCAEI%2COAcI%3BAAfR%2CwCACI%2COAcI%3BEACI%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CatMxUS%2CaCMC%2C8CqMkUV%3BEvM5CZ%2CiBAAA%3BEuM8CY%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CkCA5BR%2COAcI%2CgBAcK%2CgCAAgC%2CIAAI%2CkCAAmC%3BAAAxE%2CwCA5BR%2COAcI%2CgBAcK%2CgCAAgC%2CIAAI%2CkCAAmC%3BEACpE%2CYAAA%3BEACA%2CUAAA%3B%3BAAhChB%2CkCAEI%2COAkCI%3BAAnCR%2CwCACI%2COAkCI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEvM5DZ%2CiBAAA%3BEuM8DY%2CSAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAKZ%3BAACA%3BEACI%2CYAAA%3B%3BAAOJ%3BEACI%2CaAAA%3B%3BAAGJ%3BAACA%3BEACI%2CgBAAA%3B%3BAAOJ%2CyBACI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CyBANJ%2CgBAMK%2CgCAAgC%2CIAAI%2CkCAAmC%3BEACpE%2CYAAA%3BEACA%2CUAAA%3B%3BAATZ%2CyBAaI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEvM1GR%2CiBAAA%3BEuM4GQ%2CSAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAIR%2CyBAA0B%3BEACtB%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CyBAA0B%2CKAItB%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAFJ%2C2BAIK%3BEACG%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAPR%2C2BAUI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAEA%2C2BALJ%2CKAKK%3BEACG%2CWAAA%3B%3BAAGJ%2C2BATJ%2CKASK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAJJ%2C2BATJ%2CKASK%2CyBAMI%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C2BAtBR%2CKASK%2CyBAaI%3BEACG%2CgBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAvChB%2C2BA4CK%2CMAAI%3BEACD%2CYAAA%3B%3BAAKA%2C2BAFJ%2CWAEK%3BAACD%2C2BAHJ%2CWAGK%3BEACG%2CSAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C2BARJ%2CWAQK%3BEACG%2CYAAA%3B%3BAAGJ%2C2BAZJ%2CWAYK%3BEACG%2CYAAA%3B%3BAAMR%2C4CAAC%3BEACG%2CoBAAA%3B%3BAADJ%2C4CAAC%2CIAGG%3BAACA%2CsBAAuB%2C6CAJ1B%3BEAKO%2CiBAAA%3B%3BAAIR%2C4CAAC%3BEACG%2CeAAA%3B%3BAClfV%2CqBACE%3BEACE%2CaAAA%3BEACA%2CeAAA%3B%3BAAHJ%2CqBACE%2CiBAGE%3BEACE%2CYAAA%3B%3BAALN%2CqBACE%2CiBAGE%2CcAEE%2CIAAM%3BEACJ%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAATR%2CqBACE%2CiBAWE%3BEACE%2CaAAA%3BEACA%2CaAAA%3B%3BAAIN%2C8BACE%3BEACE%2CmBAAA%3B%3BAAFJ%2C8BAIE%3BEACE%2CoBAAA%3B%3BAALJ%2C8BAIE%2CyBAEE%3BEACE%2CkBAAA%3B%3BACGJ%2CwBAJ%2BC%3BE9CuH%5C%2FC%2CcACI%3BI3JqJJ%2CYAAA%3BIAAA%2CSAAA%3BI2JlJQ%2CUAAA%3B%3B%3BA8CnHR%2CwBAJqD%3BEtL2erD%3BInB9eA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C0BAAC%3BEACD%2C0BAAC%3BEiC4CD%2CmBACI%2CUACM%2CmBjC%5C%2FCT%3BEiC6CD%2CmBACI%2CUACM%2CmBjC9CT%3BEsC4nFD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CatCpoFX%3BEsC6nFD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CatCnoFX%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BEiCuCD%2CmBACI%2CUACM%2CmBjCzCT%3BEsCunFD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CatC9nFX%3BIACG%2CWAAA%3B%3BEmBs0BJ%3BEZ3mBQ%2C0BAFJ%2CUAEK%2COAGG%3BEwL7LZ%2CsBAOI%3BI%5C%2FLqMJ%2C0BAAA%3BImB2jBA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BInB7jBA%2C6BAAA%3BIAAA%2C4BAAA%3BIAAA%2CcAAA%3BI0ChOA%2CqBAAA%3B%3BEvB%2BxBA%2C0BAAC%3BEZjlBO%2C0BAFJ%2CUAEK%2COAGG%2CeY8kBX%3BE4K3wBD%2CsBAOI%2CO5KowBH%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEuB5xBJ%2C0BAAC%3BEnCwMO%2C0BAFJ%2CUAEK%2COAGG%2CemC3MX%3BEqJcD%2CsBAOI%2COrJrBH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2C9NQ%2CO3C8NR%3BIAAA%2CagBDe%2CYhBCf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAzOA%2C0BvBowBK%2COuBpwBJ%3BEnC8IO%2C0BAFJ%2CUAEK%2COAGG%2CeYmnBP%2COuBpwBJ%3BEqJ5CD%2CsBAOI%2CO5KyyBC%2COuBpwBJ%3BI1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BEmBqgCA%3BEZ9%2BBQ%2C0BA3CJ%2CUA2CK%2CIAAI%2CKACD%3BIPxBZ%2CcAAA%3BI0C9QA%2CqBAAA%3B%3BEAMA%2CoBAAC%3BEnC%2BRO%2C0BA3CJ%2CUA2CK%2CIAAI%2CKACD%2CKmChSX%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2CpOU%2CO3CoOV%3BIAAA%2CagBDe%2CYhBCf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEvB4yCA%3BEwI3gDA%2CcACI%3BI3JqJJ%2CYAAA%3BIAAA%2CSAAA%3BImBq1CA%2CUAAA%3B%3BEAEA%2CiDAAC%3BEACD%2CiDAAC%3BEwI9%2BCD%2CcACI%2CuBxI4%2BCH%3BEwI7%2BCD%2CcACI%2CuBxI6%2BCH%3BInB1yCD%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CiBAAA%3BIAAA%2CWAAA%3BImB81CI%2CUAAA%3BIACA%2CMAAA%3B%3BEAGJ%2CiDAAC%3BEwIx%5C%2FCD%2CcACI%2CuBxIu%5C%2FCH%3BInBl2CD%2C4BAAA%3B%3BEmBs2CA%2CiDAAC%3BEwI5%5C%2FCD%2CcACI%2CuBxI2%5C%2FCH%3BInBt2CD%2C4BAAA%3BImBw2CI%2CQAAA%3B%3BEyCnmDJ%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%3BEUdR%3BIACI%2CUAAA%3B%3BEADJ%2CWAGI%2CQACI%3BItEmPR%2CcAAA%3BI0ChOA%2CqBAAA%3BI4BZY%2CkBAAA%3B%3BE5BkBZ%2CW4B1BI%2CQACI%2CW5ByBP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2C9NQ%2CO3C8NR%3BIAAA%2CagBDe%2CYhBCf%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE4BnTY%2CWAVR%2CQACI%2CWASK%3BIACG%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BE5BuEhB%2CW4BpFI%2CQACI%2CWAeK%2CgB5BoEZ%3BI1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BEsE1NA%3BIACI%2CiCAAA%3BItEyMN%2C6BAAA%3BIACK%2C0BAAA%3BIACC%2CyBAAA%3BIAcJ%2CqBAAA%3BIsEvNI%2CYAAA%3BIACA%2CMAAM%2CwBAAN%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2COAAO%2CiBAAP%3B%3BEARJ%2CaAUI%3BIACI%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkCAAA%3B%3BEAfR%2CaAUI%2CUAOI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CaAZJ%2CUAYK%3BIACG%2CgCAAA%3B%3BEAvBZ%2CaA2BI%2CkBACI%3BItE8LR%2CcAAA%3BI0ChOA%2CqBAAA%3BI4ByCY%2CkBAAA%3B%3BE5BnCZ%2Ca4B2BI%2CkBACI%2CO5B5BP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2C9NQ%2CO3C8NR%3BIAAA%2CagBDe%2CYhBCf%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE4B9PY%2CaAVR%2CkBACI%2COASK%3BIACG%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BE5BkBhB%2Ca4B%5C%2FBI%2CkBAiBK%2COAAQ%2CO5BchB%3BI1CgKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BEsE1NA%2CaAoDI%3BItEsKJ%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BIuEMQ%2CaAAA%3BIACA%2CeAAA%3B%3BEAIA%2CaADJ%2CkBACK%2COACG%3BIACI%2CcAAA%3B%3BEA7DhB%2CaAkEI%2CQAAO%3BItEwJX%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BIuEoBQ%2CgCAAA%3B%3BEApER%2CaAkEI%2CQAAO%2CMAIH%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEAEA%2CaARR%2CQAAO%2CMAIH%2CGAIK%2CMAAM%3BIACH%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEA7EhB%2CaAkEI%2CQAAO%2CMAIH%2CGAUM%3BIACE%2C6BAAA%3B%3BEAjFhB%2CaAkEI%2CQAAO%2CMAmBH%3BEArFR%2CaAkEI%2CQAAO%2CMAoBH%2CEAAC%3BItEoIT%2CcAAA%3BIAAA%2CqBAAA%3BIsEjIY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEA3FZ%2CaAkEI%2CQAAO%2CMA4BH%2CQAAO%3BIACH%2CSAAA%3B%3BEAKZ%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAHJ%2CgBAKI%3BItEiGN%2C6BAAA%3BIACK%2C0BAAA%3BIACC%2CyBAAA%3BIAcJ%2CqBAAA%3BIsE%5C%2FGQ%2CYAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAVR%2CgBAaI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CSACI%3BIACI%2CMAAM%2CiBAAN%3B%3BEAFR%2CSAKI%3BItE4EN%2CoDAAA%3BIACK%2CiDAAA%3BIACC%2CgDAAA%3BIAcJ%2C4CAAA%3BIsEzFQ%2COAAA%3BIACA%2CWAAA%3B%3BEAIA%2CSADJ%2CYACK%3BIACG%2C8BAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAKZ%3BIAEI%2CkBAAA%3BIACA%2CUAAA%3B%3BEtEjLJ%2CmBAAC%3BEACD%2CmBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CmBAAC%3BIACG%2CWAAA%3B%3BEsE6KJ%3BIACI%2CmBAAA%3BIACA%2CqBAAA%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%3BEtEvNJ%2C0BAAC%3BEACD%2C0BAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BIACG%2CWAAA%3B%3BEsE4MA%2C0BAAC%3BIACG%2CcAAA%3B%3BEoInNR%3BI1MmPA%2CmBAAA%3BI0MhPI%2CsBAAA%3B%3BEAHJ%2CWAKI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAPR%2CWAUI%3BIACI%2CSAAA%3B%3BEAXR%2CWAcI%3BIACI%2CcAAA%3BI1MoOR%2CiBAAA%3BIAAA%2CgBAAA%3BIAAA%2CoBAAA%3BIAAA%2CkBAAA%3B%3BE0MnPA%2CWAsBI%3BEAtBJ%2CWAuBI%2CEAAC%3BI1M4NL%2CcAAA%3BIAAA%2CqBAAA%3B%3BE0MnPA%2CWA4BI%3BI1MuNJ%2C6BAAA%3BIAAA%2CiBAAA%3B%3BE0MnPA%2CWA4BI%2CQAIM%3BI1MmNV%2CgBAAA%3BIAAA%2C0BAAA%3BIAAA%2CyBAAA%3BI0M7MY%2CqBAAA%3B%3BEACA%2CWAXR%2CQAIM%2CaAOG%3BI1M4Mb%2CWAAA%3B%3BE0MvMQ%2CWAhBJ%2CQAgBK%2COACG%2CcACI%3BI1MqMhB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3BIAAA%2CiBAAA%3BI0M7LoB%2CqBAAA%3B%3BEAtDpB%2CWA4BI%2CQA%2BBM%3BI1MwLV%2CgBAAA%3B%3BE0MpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%3BEADX%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%3BI1MkLnB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3B%3BE0MpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BEAThB%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BI1M0KxB%2CiBAAA%3B%3BE0MlKQ%2CWADJ%2CGAAE%2COACG%3BI1MkKT%2CgCAAA%3B%3BE0MnPA%2CWAsFI%2CSACM%3BIACE%2CqBAAA%3B%3BEAEI%2CWAJZ%2CSACM%2CKAEI%2CIACG%3BI1MyJjB%2CWAAA%3B%3BE0MnJQ%2CWAVJ%2CSAUK%2CIAAI%3BI1MmJb%2CgBAAA%3BIAAA%2CgBAAA%3BI0M7IY%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2C8BAAA%3B%3BEAXJ%2CWAVJ%2CSAUK%2CIAAI%2CcAaC%2CKACI%3BI1MqIlB%2CkBAAA%3B%3BE0MjIgB%2CWA5BZ%2CSAUK%2CIAAI%2CcAaC%2CKAKG%3BIACG%2CgBAAA%3B%3BEAnBZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%3BIACI%2CcAAA%3BI1M2HhB%2CkBAAA%3B%3BE0MnJQ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%3BIACE%2CSAAA%3B%3BEA5BZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%3BI1MqHpB%2CcAAA%3BI0MhHwB%2CcAAA%3BIACA%2CmBAAA%3B%3BEACA%2CWA%5C%2FCpB%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%2CEAOK%3BI1M8GzB%2CWAAA%3B%3BE0MvGY%2CWAtDR%2CSAUK%2CIAAI%2CcA4CA%3BIACG%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEA%5C%2FCR%2CWAVJ%2CSAUK%2CIAAI%2CcAkDD%2CQACM%3BI1MgGlB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3BIAAA%2CiBAAA%3B%3BE0MpFgB%2CWAzEZ%2CSAUK%2CIAAI%2CcA8DD%2CQACK%2COACK%3BI1MmFtB%2CiBAAA%3B%3BE6E3NA%2CQAAQ%2CKAAK%2CMACT%2CMAAK%2CMACC%3BIACE%2CqBAAA%3B%3BEAHZ%2CQAAQ%2CKAAK%2CMAOP%2CQAAK%3BIACH%2CuBAAA%3B%3BEIhBR%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CYAII%2CGAAE%3BIACE%2CYAAA%3B%3BEGiLJ%2CYAAC%3BIpF6CL%2CUAAA%3BIAAA%2CYAAA%3B%3BEoF5NA%2CYA%2BKK%2CYA%5C%2FKJ%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BEA4KZ%2CYAAC%2CYAxKL%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACQ%2CWAAW%2CgBAAX%3BIACR%2CsDAAA%3BIACQ%2CsCAAA%3BIACR%2CWAAA%3B%3BEAgKA%2CYAAC%2CYAGG%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3B%3BECxIZ%3BID%5C%2FEA%2CSAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CyDAAA%3BIACQ%2CiDAAA%3BIpFsPR%2CUAAA%3BIAAA%2CYAAA%3B%3BEoFpPA%2CaAAC%3BIACG%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CqCAAA%3BIACQ%2C6BAAA%3B%3BEAJZ%2CaAAC%2CMAMG%3BIACI%2CmBAAmB%2CeAAnB%3BIACQ%2CWAAW%2CeAAX%3B%3BEC4DhB%2CaDxDA%3BIpFwOA%2CyBAAA%3BIAAA%2C4CAAA%3BIoFrOI%2CUAAA%3BIACA%2CoBAAA%3B%3BEAQJ%2CaAAC%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BECyChB%2CaDrCA%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACQ%2CWAAW%2CgBAAX%3BIACR%2CsDAAA%3BIACQ%2CsCAAA%3BIACR%2CWAAA%3B%3BECgCA%2CaAAC%3BIACG%2CiCAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEANR%2CaASI%3BIrFuKJ%2CyBAAA%3BIqFrKQ%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKJ%2CIAAC%3BIACG%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAHJ%2CIAAC%2CkBAKG%3BIrFyJR%2CwCAAA%3B%3BEqFnJA%3BIACI%2CoBAAA%3B%3BEACA%2CYAAC%2CYACG%2CkBAAiB%3BIrFgJzB%2CyBAAA%3B%3BEqF3IY%2CYANP%2CYAKI%2CcACI%3BIACG%2CiCAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CYALH%2CYAKI%2CcAMG%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEAfhB%2CYAoBI%3BIrF%2BHJ%2CeAAA%3BIAAA%2CgBAAA%3B%3BEsBtEA%2CuBAAuB%2CYAAY%3BEACnC%2CsBAAsB%2CYAAY%3BIAC9B%2COAAA%3B%3BEAGJ%2CuBAGI%3BEAFJ%2CsBAEI%3BIACI%2CiBAAA%3B%3BEAJR%2CuBAGI%2CkBAGI%2CGAAE%3BEALV%2CsBAEI%2CkBAGI%2CGAAE%3BIACE%2CYAAA%3B%3BEAPZ%2CuBAGI%2CkBAOI%2CsCAAsC%2COAClC%3BEAVZ%2CsBAEI%2CkBAOI%2CsCAAsC%2COAClC%3BEAXZ%2CuBAGI%2CkBAOI%2CsCAAsC%2COAElC%3BEAXZ%2CsBAEI%2CkBAOI%2CsCAAsC%2COAElC%3BEAZZ%2CuBAGI%2CkBAOI%2CsCAAsC%2COAGlC%3BEAZZ%2CsBAEI%2CkBAOI%2CsCAAsC%2COAGlC%3BEAbZ%2CuBAGI%2CkBAOI%2CsCAAsC%2COAIlC%3BEAbZ%2CsBAEI%2CkBAOI%2CsCAAsC%2COAIlC%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3B%3BEAnBhB%2CuBAGI%2CkBAOI%2CsCAAsC%2COAYlC%3BEArBZ%2CsBAEI%2CkBAOI%2CsCAAsC%2COAYlC%3BIACI%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3B%3BEAMhB%3BIACI%2CUAAA%3B%3BEiExMJ%3BIACI%2CcAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CaAAA%3B%3BEAJR%2CiBAOI%3BEAPJ%2CiBAQI%3BIACI%2CWAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEqBFR%2CmCACI%3BIACI%2CUAAA%3B%3BE%2BF7DR%2C4BACI%3BIACI%2CWAAA%3B%3BEAFR%2C4BAII%3BIACI%2CWAAA%3BIACA%2CgBAAA%3B%3BEzF%2BiBR%2CYACI%2CcACI%3BIACI%2CsBAAA%3B%3BEOtcZ%2CqBAAsB%2CwBAAwB%3BIAC1C%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEO0BA%2CyBADqB%2CQACpB%3BIA1ID%2CUAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CyBAmIyB%2CQACpB%2CMApIJ%3BIACG%2CoBAAA%3B%3BEAGJ%2CyBA%2BHyB%2CQACpB%2CMAhIJ%3BIJKD%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAgB%2CoCAAhB%3B%3BEIyHI%2CyBADqB%2CQACpB%2CMA5HL%3BIACI%2CaAAA%3B%3BEA%2BHA%2CyBALqB%2CQAKpB%3BIAzHD%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CWAAW%2CeAAe%2CqBAA1B%3B%3BEAGJ%2CyBA%2BGyB%2CQAKpB%2CKApHJ%3BIACG%2CoBAAA%3B%3BEAGJ%2CyBA2GyB%2CQAKpB%2CKAhHJ%3BIJTD%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAgB%2CsCAAhB%3B%3BEKmZA%2C6BACI%2CKAAI%3BIACA%2CUAAA%3B%3BEAGR%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEAFJ%2CcAGI%3BIACI%2CeAAA%3B%3BEAJR%2CcAGI%2CqBAEI%2CYACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEARhB%2CcAGI%2CqBAEI%2CYAKI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAZhB%2CcAGI%2CqBAYI%3BIACI%2CaAAA%3B%3BEAhBZ%2CcAGI%2CqBAeI%3BIACI%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAtBZ%2CcAGI%2CqBAeI%2CgBAKI%3BIACI%2CeAAA%3B%3BEAxBhB%2CcAGI%2CqBAeI%2CgBAKI%2CsBAEI%3BIACI%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEA9BpB%2CcAGI%2CqBAeI%2CgBAKI%2CsBASI%3BIACI%2CkBAAA%3BIACA%2CeAAA%3B%3BEAlCpB%2CcAGI%2CqBAeI%2CgBAmBI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAxChB%2CcAGI%2CqBAeI%2CgBAwBI%3BIACI%2CeAAA%3BIACA%2CcAAA%3B%3BEA5ChB%2CcAGI%2CqBAeI%2CgBA4BI%2CEAAC%3BIACG%2CiBAAA%3B%3BEA%5C%2FChB%2CcAGI%2CqBAeI%2CgBA4BI%2CEAAC%2CiBAEE%3BIACK%2CeAAA%3B%3BEACA%2CcA%5C%2FChB%2CqBAeI%2CgBA4BI%2CEAAC%2CiBAEE%2CEAEM%3BIACG%2CeAAA%3B%3BEAnDxB%2CcAyDI%3BIACG%2CaAAA%3B%3BEAIP%2CGAAG%3BIACC%2CeAAA%3B%3BEADJ%2CGAAG%2CiBAEC%3BEAFJ%2CGAAG%2CiBAGE%3BIACG%2CWAAA%3B%3BEAJR%2CGAAG%2CiBAMC%2CiBACI%3BIACI%2CeAAA%3B%3BEARZ%2CGAAG%2CiBAMC%2CiBACI%2CqBAEI%3BIACI%2CWAAA%3BIACA%2CmBAAA%3B%3BEErJhB%2CwBACI%3BIACI%2CeAAA%3BIACA%2CgCAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CwBAAC%2C2BACG%2CcACI%2CUACI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEALhB%2CwBAAC%2C2BACG%2CcACI%2CUAKI%2CGAAE%2CQACE%2CGACI%3BEATpB%2CwBAAC%2C2BACG%2CcACI%2CUAKI%2CGAAE%2CQACE%2CGAEI%3BIACI%2CeAAA%3B%3BEACA%2CwBAZvB%2C2BACG%2CcACI%2CUAKI%2CGAAE%2CQACE%2CGACI%2CeAGK%3BEAAD%2CwBAZvB%2C2BACG%2CcACI%2CUAKI%2CGAAE%2CQACE%2CGAEI%2CaAEK%3BIACG%2CeAAA%3B%3BEApBhC%2CwBA4BI%2CcAAc%3BIACV%2CeAAA%3BIACA%2CWAAA%3B%3BEA9BR%2CwBAgCI%2CgBACI%3BIACI%2CeAAA%3B%3BEAlCZ%2CwBAgCI%2CgBACI%2CMAEI%3BIACI%2COAAO%2CeAAP%3BIACA%2CYAAA%3B%3BEArChB%2CwBAyCI%3BIACI%2CWAAA%3B%3BEAIR%2CwBACI%2CgBACQ%3BIACI%2CeAAA%3BIACA%2CyBAAA%3B%3BEAJhB%2CwBAOI%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3B%3BEATR%2CwBAWI%2CSAAQ%3BIACJ%2CgBAAA%3B%3BEAZR%2CwBAcI%2CaACI%2CYACI%3BIACI%2CeAAA%3B%3BEI%5C%2FHhB%2CqBAAqB%2CqBACjB%2C0BACI%2CsBACI%2CWACI%2CeACK%3BIACG%2CgBAAA%3B%3BE1EtIxB%2CaACI%3BIACI%2CgBAAA%3B%3BEqFzJR%2CoBACI%2CQAAO%2CIAAI%2CeACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BEAJZ%2CoBAQI%2CQAAO%2CIAAI%2CqBACP%2CMAAK%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BE1HqLZ%2CaACI%2CiBACI%3BIxBqER%2CeAAA%3BIwBnEY%2CaAAA%3BIACA%2CWAAA%3B%3BEAKZ%3BIxB6DA%2C6BAAA%3BIwB3DI%2CgBAAA%3B%3BEAIA%2CKAAC%2CcACG%3BIACI%2CmBAAA%3B%3BEgCtCZ%3BIxD2FA%2CgCAAA%3BIwDzFI%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%2CsBACI%3BIACI%2CWAAA%3B%3BEAIR%2CaACI%2CiBACI%2CcACI%3BEAHZ%2CaACI%2CiBACI%2CcAEI%3BIACI%2CcAAA%3B%3BExBxMhB%2CqBACI%3BEADJ%2CqBAEI%2COAAM%3BIhC4QV%2CgBAAA%3B%3BEyDhNA%3BIACI%2CeAAA%3B%3BEAGJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAEA%2CcAAC%2CIAAI%3BEAAL%2CcAAC%2CIAAI%3BIACD%2CmBAAA%3B%3BElD%2BKR%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CoBAAA%3B%3BEAMA%2C0BATR%2CUAEK%2COAOI%3BIACG%2C6BAAA%3BIPUhB%2CmBAAA%3BIORgB%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%3BIPfzB%2CmBAAA%3B%3BEO8BQ%2C0BAlDJ%2CUAkDK%2CMACG%3BIP%5C%2FBZ%2CiBAAA%3B%3BEOqCQ%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%3BE6B0GR%2C%2BBACI%3BIACI%2CcAAA%3B%3BEAFR%2C%2BBAKI%3BIACI%2CiBAAA%3B%3BEmHxcR%2CgBACM%3BIACE%2CgBAAA%3B%3BEtH0ER%2CQACI%2CQAAO%2CKACH%2CuBACI%2CwBACI%2CaACM%2CUAAO%3BIACL%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BExBgMxB%2CoBACI%3BIACI%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEALR%2CoBAQI%3BIACI%2CkBAAA%3B%3BEATR%2CoBAYI%2CQAAO%3BEAZX%2CoBAaI%2CQAAO%3BIACH%2CSAAA%3B%3BEgJ1RR%2CgBACI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC9B%3BIACI%2CaAAA%3B%3BEAEA%2CgBAJR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC9B%2CQAGK%3BIACG%2CaAAA%3B%3BEAGJ%2CgBARR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC9B%2CQAOK%3BIACG%2CcAAA%3B%3BEAVhB%2CgBAeI%2CWACI%3BIACI%2CsBAAA%3B%3BE%5C%2FIyfZ%2CiBACI%3BIACI%2CaAAA%3BIAEA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAZR%2CiBACI%2CWAaI%3BIACI%2CgBAAA%3B%3BEAfZ%2CiBACI%2CWAaI%2CGAGI%3BIACI%2CaAAa%2CmBAAb%3BIACA%2CcAAA%3BIACA%2CgCAAA%3BIACA%2C0BAAA%3B%3BEAKhB%2CcAAc%3BIACV%2CkBAAA%3B%3BEAEJ%2COAAQ%2CgBAAe%3BIACnB%2CcAAA%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAER%2CMAAM%2COAAO%3BIACT%2CqBAAA%3BIACA%2CuBAAA%3B%3BEAEJ%2COAAQ%3BIACJ%2CqBAAA%3B%3BEAEJ%2COAAQ%2CgBAAe%2COAAQ%3BIAC3B%2CgBAAA%3B%3BEAEJ%2COAAQ%2CgBAAgB%3BIACpB%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CGAAG%2CqBAAsB%3BIACrB%2CaAAA%3B%3BEAEJ%2CGAAG%2CqBAAqB%2COAAQ%3BIAC5B%2CcAAA%3B%3BEAGJ%2COAAQ%3BIACJ%2CaAAA%3B%3BEAEJ%2CGAAG%2CqBAAqB%2COAAQ%2COAAM%2CeAAe%3BIACjD%2CcAAA%3B%3BEAGJ%2CIAAI%3BIACH%2CeAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3B%3BECmGD%2CqBACI%2CQAAO%3BIXrUX%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3B%3BEW8RR%2CqBAMI%2CSAAQ%3BIX9RZ%2CkBAAA%3BIACC%2CiBAAA%3BIACQ%2CSAAA%3B%3BEWgST%2CQAAQ%2CQAAS%2C0BAA0B%2CIAAC%2CYAAY%3BIACpD%2CWAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CqBAAqB%2CeAAgB%3BIACjC%2C2BAAA%3BIACA%2C0BAAA%3B%3BEAEJ%2CqBAAqB%2CeAAgB%2CiBAAiB%2CSAAQ%3BIAC1D%2CgBAAA%3BIACA%2CcAAA%3B%3BEAiZJ%2CQAAQ%3BIACJ%2CaAAA%3B%3BEAMQ%2C8BAFR%2CSACI%2CQACK%3BIACG%2CmBAAA%3B%3BEC9pBhB%2CeACI%2CWACI%2CSAAQ%3BIACJ%2CkBAAA%3B%3BEAKZ%3BIACI%2C6BAAA%3B%3BEAIA%2CKAAC%3BIACG%2C0BAAA%3B%3BEAKQ%2CKANX%2CcAGG%2CMACI%2CKAEK%3BEACD%2CKAPX%2CcAGG%2CMACI%2CKAGK%3BEACD%2CKARX%2CcAGG%2CMACI%2CKAIK%3BEACD%2CKATX%2CcAGG%2CMACI%2CKAKK%3BEACD%2CKAVX%2CcAGG%2CMACI%2CKAMK%3BIACG%2CaAAA%3B%3BEAOR%2CKAlBP%2CcAgBG%2CKAEK%3BEACD%2CKAnBP%2CcAgBG%2CKAGK%3BEACD%2CKApBP%2CcAgBG%2CKAIK%3BEACD%2CKArBP%2CcAgBG%2CKAKK%3BIACG%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2C6BAAA%3B%3BEAEA%2CKA7BX%2CcAgBG%2CKAEK%2CIAWI%2CSAAS%3BEAAV%2CKA7BX%2CcAgBG%2CKAGK%2CMAUI%2CSAAS%3BEAAV%2CKA7BX%2CcAgBG%2CKAIK%2CSASI%2CSAAS%3BEAAV%2CKA7BX%2CcAgBG%2CKAKK%2CKAQI%2CSAAS%3BIACN%2CSAAS%2CaAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3B%3BEAIR%2CKAtCP%2CcAgBG%2CKAsBK%3BIACG%2CmBAAA%3B%3BEAGJ%2CKA1CP%2CcAgBG%2CKA0BK%2CSAAU%2CqBAAqB%2CYAAY%3BIACxC%2CiBAAA%3B%3BEA3CZ%2CKAAC%2CcA%2BCG%2CMAAM%2CKAAI%3BIACN%2CiBAAA%3B%3BEAhDR%2CKAAC%2CcAmDG%2CMAAM%2CKAAG%2CKAAE%3BIACP%2CSAAA%3B%3BEAKZ%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAFJ%2CYAII%3BIACI%2CaAAA%3B%3BEALR%2CYAQI%2CQACI%2CMAAM%2CKAAE%2CIAAI%2CaAAc%2CKAAE%3BIACxB%2CSAAA%3B%3BEAKZ%2CKAAK%2CcAGD%2CKAAI%3BEAFR%2CYAAY%2CcAER%2CKAAI%3BEAHR%2CKAAK%2CcAID%2CKAAI%3BEAHR%2CYAAY%2CcAGR%2CKAAI%3BEAJR%2CKAAK%2CcAKD%2CKAAI%3BEAJR%2CYAAY%2CcAIR%2CKAAI%3BEALR%2CKAAK%2CcAMD%2CKAAI%3BEALR%2CYAAY%2CcAKR%2CKAAI%3BIACA%2CgBAAA%3B%3BEAGR%2CKAAK%2CcACD%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2C4BAAA%3B%3BEyByDR%3BIACI%2CgBAAA%3B%3BErCxlBJ%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CiBAAC%3BIACG%2CWAAA%3B%3BEqCglBJ%2CiBAII%2CSACI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAPZ%2CiBAWI%3BIACI%2CYAAA%3BIACA%2CcAAA%3B%3BExB3KR%2CqBACI%2CaAAa%3BIACT%2CaAAA%3B%3BEAIR%2CYAAY%2CMAAO%2CcAAc%3BIAC7B%2CeAAA%3B%3BEAEJ%2CqBACI%2CaACI%2C2BACI%3BIACI%2CsBAAA%3B%3BEACA%2CqBAJZ%2CaACI%2C2BACI%2COAEK%3BEACD%2CqBALZ%2CaACI%2C2BACI%2COAGK%3BEACD%2CqBANZ%2CaACI%2C2BACI%2COAIK%3BEACD%2CqBAPZ%2CaACI%2C2BACI%2COAKK%3BEACD%2CqBARZ%2CaACI%2C2BACI%2COAMK%3BEACD%2CqBATZ%2CaACI%2C2BACI%2COAOK%3BEACD%2CqBAVZ%2CaACI%2C2BACI%2COAQK%3BIACG%2CsBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CqBAdZ%2CaACI%2C2BACI%2COAYK%3BEACD%2CqBAfZ%2CaACI%2C2BACI%2COAaK%3BIACG%2CuBAAA%3B%3BEAEJ%2CqBAlBZ%2CaACI%2C2BACI%2COAgBK%3BEACD%2CqBAnBZ%2CaACI%2C2BACI%2COAiBK%3BEACD%2CqBApBZ%2CaACI%2C2BACI%2COAkBK%3BIACG%2CqBAAA%3B%3BEAEJ%2CqBAvBZ%2CaACI%2C2BACI%2COAqBK%3BIACG%2CwBAAA%3B%3BEalepB%2CqBACI%2CaACI%2CcACI%3BIACI%2CWAAA%3B%3BEAJhB%2CqBACI%2CaACI%2CcAKI%3BIACI%2CgBAAA%3B%3BEiI6FhB%2CcACI%3BI3JqJJ%2CYAAA%3BIAAA%2CSAAA%3BI2JlJQ%2CUAAA%3B%3BEhIyUR%2CqBACI%2CWACI%2CUACI%2CeAGI%3BEANhB%2CqBACI%2CWACI%2CUAEI%2C2BAEI%3BEANhB%2CqBACI%2CWACI%2CUAGI%2C0BACI%3BIACI%2CkBAAA%3BIACA%2CaAAA%3B%3BEACA%2CqBARhB%2CWACI%2CUACI%2CeAGI%2CYAGK%3BEAAD%2CqBARhB%2CWACI%2CUAEI%2C2BAEI%2CYAGK%3BEAAD%2CqBARhB%2CWACI%2CUAGI%2C0BACI%2CYAGK%3BIACG%2CWAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CqBAZhB%2CWACI%2CUACI%2CeAGI%2CYAOK%3BEAAD%2CqBAZhB%2CWACI%2CUAEI%2C2BAEI%2CYAOK%3BEAAD%2CqBAZhB%2CWACI%2CUAGI%2C0BACI%2CYAOK%3BIACG%2CeAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BEAOxB%2CqBACI%2CWACI%2CUACI%2COACI%3BEAJhB%2CqBACI%2CWACI%2CUACI%2COAEI%3BIACI%2CYAAA%3B%3BEANpB%2CqBACI%2CWACI%2CUAOI%2CiBAAiB%2CMAAK%2CYAAY%2CQAAS%2CQAAK%3BIAC5C%2CaAAA%3B%3BEAVhB%2CqBACI%2CWACI%2CUAUI%2CeAGI%3BEAfhB%2CqBACI%2CWACI%2CUAWI%2C2BAEI%3BEAfhB%2CqBACI%2CWACI%2CUAYI%2C0BACI%3BIACI%2CyBAAA%3B%3BEAhBpB%2CqBAqBI%2CkBAAiB%2C0BAA0B%2CSACvC%3BIACI%2CWAAA%3B%3BEAIZ%2CeAAgB%3BIACZ%2CeAAA%3B%3BEG3UJ%2CwBACI%3BI9BgGJ%2CeAAA%3B%3BE8BjGA%2CwBAKI%3BI9B4FJ%2CkBAAA%3BIAAA%2CmBAAA%3B%3BE8BjGA%2CwBAUI%3BI9BuFJ%2CaAAA%3B%3BE8BjGA%2CwBAcI%3BI9BmFJ%2CoBAAA%3B%3BE8BjGA%2CwBAkBI%2C0BACI%3BIACI%2CgBAAA%3B%3BEwB9BZ%2CwBACI%3BItD0GJ%2CeAAA%3B%3BEsD3GA%2CwBACI%2CgBAGI%3BItDuGR%2CaAAA%3B%3BEsD3GA%2CwBACI%2CgBAOI%3BItDmGR%2CoBAAA%3B%3BEsCm4EQ%2CgBADJ%2CUACK%3BIACG%2CkBAAA%3B%3BEAKZ%2CQACI%3BIACI%2CgBAAA%3B%3BEAFR%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CaAGK%3BIACG%2CYAAA%3BItCp5EpB%2CeAAA%3B%3BEsCy4EA%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAUN%2CeACI%3BItC15EhB%2CmBAAA%3B%3BEsC65EoB%2CQAfhB%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAUN%2CeACI%2CKAGK%3BIACG%2CgBAAA%3B%3BEAQxB%2CQAAQ%2CcACJ%3BIACI%2CcAAA%3BItCx6ER%2CmBAAA%3B%3BEsC66EA%2CuBACI%3BIACI%2CkBAAA%3B%3BEAIR%2CKAAK%2COAAO%2CSACR%2COAAM%2CMACF%2CYACI%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEUthFZ%2CIAAC%2CcACG%3BIACI%2CaAAA%3B%3BEAFR%2CIAAC%2CcAKG%3BIACI%2CSAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEARR%2CIAAC%2CcAWG%3BIACI%2CYAAA%3B%3BEAMR%2COAAC%3BIACG%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAHJ%2COAAC%2COAKG%2CqBAAoB%3BIAChB%2CmBAAA%3B%3BEANR%2COAAC%2COASG%3BIACI%2C6BAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAhBR%2COAAC%2COASG%2CcASI%3BIhD0DZ%2CgBAAA%3BIgDxDgB%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIhDmDhB%2CqBAAA%3BI0ChOA%2CqBAAA%3B%3BEAMA%2COM8IK%2COASG%2CcASI%2CONhKX%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2C1OU%2CO3C0OV%3BIAAA%2CagBDe%2CYhBCf%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEMrJI%2COAAC%2COAiCG%3BIhD2CR%2CuBAAA%3BIgDzCY%2CcAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEA1CR%2COAAC%2COA6CG%3BIhD%2BBR%2CmBAAA%3BIgD7BY%2CSAAA%3BIACA%2CcAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAMR%2COAAE%2CQAAC%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CwBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CiBAAA%3B%3BEAIR%2COAAQ%2CgBAEJ%3BIACI%2CaAAA%3B%3BEAGJ%2COANI%2CgBAMH%3BIACG%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CUAAA%3BIhDPR%2CcAAA%3BI0C9QA%2CqBAAA%3B%3BEAMA%2COMsQQ%2CgBAMH%2CSN5QJ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2C9NQ%2CO3C8NR%3BIAAA%2CagBDe%2CYhBCf%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEM3DQ%2COAhBA%2CgBAMH%2CSAUI%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGJ%2COAtBA%2CgBAMH%2CSAgBI%3BIhDpBT%2CcAAA%3BIgDsBY%2CSAAS%2CKAAK%2CiBAAiB%2CGAA%5C%2FB%3BIACA%2CgBAAA%3B%3BEAIR%2COA7BI%2CgBA6BH%3BIACG%2CoBAAA%3B%3BENrMR%2COMuKQ%2CgBA6BH%2COAGG%2CgBNvMP%3BI1CyKD%2CS2C%5C%2FNM%2CO3C%2BNN%3B%3BEgD2BI%2COA7BI%2CgBA6BH%2COAQG%3BIACI%2CcAAA%3B%3BEAGJ%2COAzCA%2CgBA6BH%2COAYK%3BIACE%2CcAAA%3B%3BEAIR%2COA9CI%2CgBA8CF%3BIACE%2CaAAA%3B%3BEAMA%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%3BIhDyFR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEiK%5C%2FXT%3BIACI%2CwCAAA%3B%3BEADJ%2C2BAGI%2CqBAAoB%2CIAAI%3BIACpB%2CeAAA%3B%3BEQ7DR%3BIACI%2CwCAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEmCXJ%3BIACI%2CeAAA%3B%3BECHJ%3BIACI%2CeAAA%3B%3BE7BgBJ%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%3BE3BoIJ%3BIACI%2CwBAAA%3B%3BEAEJ%2CYACI%2CoBACI%2COACI%3BIACI%2CsBAAA%3B%3BEAKhB%2CwBACI%2CcACI%2CmBACI%3BIACI%2CqBAAA%3B%3BEAJhB%2CwBACI%2CcAMI%2CsBACI%2CiBACI%2COAAM%2COAAO%2COAAO%3BIAChB%2CsBAAsB%2C2BAAtB%3BIACA%2CyBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2CsBAAA%3B%3BEAhBpB%2CwBACI%2CcAMI%2CsBACI%2CiBACI%2COAAM%2COAAO%2COAAO%2CQAQhB%3BIACI%2CaAAA%3B%3BEAlBxB%2CwBACI%2CcAMI%2CsBAeI%2CiBAAiB%2CqBAAmB%2CUAAO%3BIACvC%2CqBAAA%3BIACA%2CyBAAA%3BIACA%2CaAAA%3B%3BEACA%2CwBAzBZ%2CcAMI%2CsBAeI%2CiBAAiB%2CqBAAmB%2CUAAO%2CWAItC%3BIACG%2CSAAS%2CEAAT%3B%3BEiC9LpB%3BIACI%2COAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEALJ%2CsBAWI%3BIACI%2C6BAAA%3BIACA%2CaAAA%3B%3BEAEA%2CsBAJJ%2CSAIK%3BIACG%2CcAAA%3B%3BE%5C%2FK2mBZ%3BEACA%2CiBAAkB%3BIACd%2CaAAA%3B%3BEAGJ%2CaAAc%2CkBAAkB%2COAAM%3BIhBpbtC%2CiBAAA%3BIgBsbI%2CYAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CWAAY%2CQAAQ%2CWAAU%3BIhB1b9B%2CiBAAA%3BIgB4bI%2CWAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAChB%3BIhBjcJ%2CmBAAA%3BIAAA%2CiBAAA%3BIgBocQ%2CeAAA%3B%3BEAJR%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%3BIACI%2CcAAA%3B%3BEAPZ%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAGI%2CGAAE%3BIACE%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CYAhBH%2CQAAO%2CQAChB%2CgBAKI%2CkBAGI%2CGAAE%2CSAOG%3BEACD%2CYAjBH%2CQAAO%2CQAChB%2CgBAKI%2CkBAGI%2CGAAE%2CSAQG%3BIACG%2CwBAAA%3B%3BEAlBpB%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAgBI%3BEAtBZ%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAiBI%3BIACI%2C6BAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEA1BhB%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBAuBI%2CkBAAkB%3BIACd%2CeAAA%3B%3BEA9BhB%2CYAAa%2CQAAO%2CQAChB%2CgBAKI%2CkBA2BI%2CiBAAiB%3BIACb%2CUAAA%3B%3BEAQhB%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEASJ%2CcAAe%3BIACX%2CcAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CoBACI%2CaACI%3BIACI%2CaAAA%3B%3BEA2sFZ%3BIACI%2CwBAAA%3B%3BEAEJ%2CYACI%2CoBACI%2COACI%3BIACI%2CsBAAA%3B%3BEAKhB%2CwBACI%2CcACI%2CmBACI%3BIACI%2CqBAAA%3B%3BEAJhB%2CwBACI%2CcAMI%2CsBACI%2CiBACI%2COAAM%2COAAO%2COAAO%3BIAChB%2CsBAAsB%2C2BAAtB%3BIACA%2CyBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2CsBAAA%3B%3BEAhBpB%2CwBACI%2CcAMI%2CsBACI%2CiBACI%2COAAM%2COAAO%2COAAO%2CQAQhB%3BIACI%2CaAAA%3B%3BEAlBxB%2CwBACI%2CcAMI%2CsBAeI%2CiBAAiB%2CqBAAmB%2CUAAO%3BIACvC%2CqBAAA%3BIACA%2CyBAAA%3BIACA%2CaAAA%3B%3BEACA%2CwBAzBZ%2CcAMI%2CsBAeI%2CiBAAiB%2CqBAAmB%2CUAAO%2CWAItC%3BIACG%2CSAAS%2CEAAT%3B%3BEgLnvGpB%2CqBACI%2CeACI%2CeACI%3BIACI%2CUAAA%3B%3BEAJhB%2CqBACI%2CeACI%2CeACI%2CcAKI%3BIACG%2CYAAA%3BIACA%2CWAAA%3B%3BEAVnB%2CqBACI%2CeACI%2CeACI%2CcAKI%2CWAGG%3BIACK%2CeAAA%3B%3BEChPxB%2CQAAS%2C4BACL%2CeACI%3BIACI%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CQANH%2C4BACL%2CeACI%2CcAIK%2CUAAU%3BIACP%2CcAAA%3B%3BEAPhB%2CQAAS%2C4BACL%2CeAUI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAbZ%2CQAAS%2C4BACL%2CeAeI%3BIACI%2CSAAA%3B%3BEAjBZ%2CQAAS%2C4BACL%2CeAmBI%3BIACI%2CkBAAA%3B%3BEIgBZ%2CaACI%2CQACI%2CwBACI%2CGACI%3BIACI%2C0BAAA%3B%3BEAOpB%2CQAAQ%2CiBACJ%3BIACI%2C2BAAA%3B%3BEAFR%2CQAAQ%2CiBAKJ%3BIACI%2CsBAAA%3BIACA%2CuBAAA%3B%3BEAPR%2CQAAQ%2CiBAKJ%2CYAII%3BIACI%2CYAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAbZ%2CQAAQ%2CiBAKJ%2CYAWI%3BIACI%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3B%3BEApBZ%2CQAAQ%2CiBAKJ%2CYAkBI%2CgBAAe%2COACX%3BIACI%2CqBAAA%3B%3BECgHhB%2CQAAQ%2CuBACJ%3BIACI%2CsBAAA%3B%3BEAFR%2CQAAQ%2CuBACJ%2CaAGK%3BIACG%2CuBAAA%3B%3BEALZ%2CQAAQ%2CuBACJ%2CaAGK%2CMAGI%2CMAAG%3BIACA%2CmBAAA%3B%3BEARhB%2CQAAQ%2CuBACJ%2CaAGK%2CMAGI%2CMAAG%2CYAGA%3BIACI%2CkBAAA%3B%3BEAIR%2CQAfJ%2CuBACJ%2CaAGK%2CMAWI%3BIACG%2CmBAAA%3BIACA%2CeAAA%3B%3BEAjBhB%2CQAAQ%2CuBAsBJ%3BIACI%2CgBAAA%3B%3BECgPR%3BIACI%2CcAAA%3B%3BEADJ%2CqCAGI%3BIACI%2CWAAA%3B%3BEAIR%2CGAAG%2C2BACE%2CMAAI%3BIACD%2CWAAA%3B%3BEAIA%2CGANL%2C2BAKC%2CWACK%2CiBAAiB%3BIACd%2CYAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CGAXL%2C2BAKC%2CWAMK%3BIACG%2CYAAA%3B%3BECled%2CqBACE%3BIACE%2C8BAAA%3B%3B%3BARuPc%2CwBS7QqC%2CuBT0QZ%3BEAGzB%2CqBAPZ%2CeACI%2CeACI%3BIAGQ%2CWAAA%3B%3B%3BASnQpB%2CwBAJqD%3BEtLierD%3BEYrVQ%2CyBADJ%2CKAAI%2CQACC%3BI%5C%2FBnJT%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CwBAAC%3BEACD%2CwBAAC%3BEmByrBD%2C0BACI%2CMAAM%2CKnB3rBT%3BEmB0rBD%2C0BACI%2CMAAM%2CKnB1rBT%3BEmEND%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGnExCX%3BEmELD%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGnEvCX%3BE%2BBwHD%2CyBACI%2CKAAI%2CQ%5C%2FB1HP%3BE%2BByHD%2CyBACI%2CKAAI%2CQ%5C%2FBzHP%3BESmMD%2CQAaI%2CSTjNH%3BESoMD%2CQAaI%2CSThNH%3BEoCwQG%2CcAAC%2CaAkBG%2CMAAK%2CMjBgaT%2CMAAM%2CKnB3rBT%3BEoCyQG%2CcAAC%2CaAkBG%2CMAAK%2CMjBgaT%2CMAAM%2CKnB1rBT%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CwBAAC%3BEmBorBD%2C0BACI%2CMAAM%2CKnBrrBT%3BEmEXD%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGnElCX%3BE%2BBmHD%2CyBACI%2CKAAI%2CQ%5C%2FBpHP%3BES8LD%2CQAaI%2CST3MH%3BEoCmQG%2CcAAC%2CaAkBG%2CMAAK%2CMjBgaT%2CMAAM%2CKnBrrBT%3BIACG%2CWAAA%3B%3BEmBurBI%2C0BAHJ%2CMAAM%2CKAGD%2CIAAI%3BEiBrbT%2CcAAC%2CaAkBG%2CMAAK%2CMjBgaT%2CMAAM%2CKAGD%2CIAAI%3BInB1cb%2C6BAAA%3B%3BEmBgdgB%2C0BATZ%2CMAAM%2CKAOD%2CKAAE%2CIACE%2CKACI%3BEiB3bb%2CcAAC%2CaAkBG%2CMAAK%2CMjBgaT%2CMAAM%2CKAOD%2CKAAE%2CIACE%2CKACI%3BIACG%2CaAAA%3B%3BEAIR%2C0BAdR%2CMAAM%2CKAOD%2CKAAE%2CIAOE%3BEACD%2C0BAfR%2CMAAM%2CKAOD%2CKAAE%2CIAQE%3BEACD%2C0BAhBR%2CMAAM%2CKAOD%2CKAAE%2CIASE%3BEiBlcT%2CcAAC%2CaAkBG%2CMAAK%2CMjBgaT%2CMAAM%2CKAOD%2CKAAE%2CIAOE%3BEiBhcT%2CcAAC%2CaAkBG%2CMAAK%2CMjBgaT%2CMAAM%2CKAOD%2CKAAE%2CIAQE%3BEiBjcT%2CcAAC%2CaAkBG%2CMAAK%2CMjBgaT%2CMAAM%2CKAOD%2CKAAE%2CIASE%3BIACG%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2C0BAvBZ%2CMAAM%2CKAOD%2CKAAE%2CIAOE%2CIASI%2CSAAS%3BEAAV%2C0BAvBZ%2CMAAM%2CKAOD%2CKAAE%2CIAQE%2CMAQI%2CSAAS%3BEAAV%2C0BAvBZ%2CMAAM%2CKAOD%2CKAAE%2CIASE%2CSAOI%2CSAAS%3BEiBzctB%2CcAAC%2CaAkBG%2CMAAK%2CMjBgaT%2CMAAM%2CKAOD%2CKAAE%2CIAOE%2CIASI%2CSAAS%3BEiBzctB%2CcAAC%2CaAkBG%2CMAAK%2CMjBgaT%2CMAAM%2CKAOD%2CKAAE%2CIAQE%2CMAQI%2CSAAS%3BEiBzctB%2CcAAC%2CaAkBG%2CMAAK%2CMjBgaT%2CMAAM%2CKAOD%2CKAAE%2CIASE%2CSAOI%2CSAAS%3BIACN%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAIR%2C0BA%5C%2FBR%2CMAAM%2CKAOD%2CKAAE%2CIAwBE%3BEiBjdT%2CcAAC%2CaAkBG%2CMAAK%2CMjBgaT%2CMAAM%2CKAOD%2CKAAE%2CIAwBE%3BIACG%2CSAAA%3B%3BEAjChB%2C0BAsCI%3BEiBvdA%2CcAAC%2CaAkBG%2CMAAK%2CMjBqcT%3BIACI%2CSAAA%3B%3BEAkMR%2C0BACI%2CMACI%3BIACI%2CiBAAA%3B%3BEAEA%2C0BAJR%2CMACI%2CKAGK%3BIACG%2CoBAAA%3B%3BEANhB%2C0BAWI%2CMACI%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAdZ%2C0BAWI%2CMAMI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEAnBZ%2C0BAWI%2CMAWI%2COAAM%3BInBrsBd%2CiBAAA%3B%3BEmB%2BqBA%2C0BAWI%2CMAWI%2COAAM%2COAGF%3BIACI%2CiBAAA%3BIACA%2CgBAAA%3B%3BEA3BhB%2C0BAWI%2CMAWI%2COAAM%2COAQF%3BIACI%2CoBAAA%3BIACA%2CcAAA%3B%3BEAhChB%2C0BAWI%2CMAWI%2COAAM%2COAQF%2CQAII%3BIACI%2CgBAAA%3B%3BEAoDpB%3BInBtwBA%2CiBAAA%3B%3BEmBuxBI%2CkBAAC%3BEA0uBL%2C0BACI%2CGA3uBC%3BEA0uBL%2C0BAKI%2CGA%5C%2FuBC%3BERwCL%2CcAAc%2CWACV%2CkBAAkB%2CQAAM%2CKAEnB%2CKQ3CJ%3BERwCL%2CcAAc%2CWACV%2CkBAAkB%2CQAAM%2CKAGnB%2CKQ5CJ%3BEP5mBL%2CKACI%2COAAM%2CMAEF%2CKAAI%2CKOymBP%3BEP5mBL%2CKACI%2COAAM%2CMAGF%2CcAAc%2CGOwmBjB%3BE4BrhBL%2CQACI%2CeACI%2CKAAI%2CQ5BmhBP%3BEP1lBL%2CYACI%2CQOo0CA%2CGA3uBC%3BEP1lBL%2CYACI%2CQOw0CA%2CGA%5C%2FuBC%3BEoBn3BL%2CkBAQI%2CQpBslDA%2CGA3uBC%3BEoBn3BL%2CkBAQI%2CQpB0lDA%2CGA%5C%2FuBC%3BInBniCL%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEmB4zCA%3BEgDvxCQ%2CcApBJ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAoB7B%2CsBACG%2CMACI%3BExCYR%2CYAdJ%2CuBAcK%2CcAmBG%3BIR0uCZ%2CaAAA%3B%3BEAwEA%2CwBACI%2CWACI%2CoBACI%3BIACI%2CcAAA%3B%3BEAJhB%2CwBACI%2CWACI%2CoBAKI%3BIAEI%2CoBAAA%3B%3BEAgChB%2CyBACK%2CQAAM%2CKAAG%2CKAAE%3BEmBusChB%2CQAQI%2CMAAK%2CMnB%5C%2FsCJ%2CQAAM%2CKAAG%2CKAAE%3BIACR%2CSAAA%3B%3BEAqHR%3BERhzBA%2CQAAQ%2CKAAK%2CSACT%3BIQgzBA%2CaAAA%3B%3BEASJ%3BIACI%2CgBAAA%3B%3BEAmOJ%2C0BAeI%3BEPn1CJ%2CYACI%2CQOk1CA%3BEoB5mDJ%2CkBAQI%2CQpBomDA%3BIACI%2CiBAAA%3B%3BEgD1wDR%3BIACI%2C0BAAA%3BIhEwUJ%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2C4CAAA%3BIACA%2CiCAAA%3BIgE1UI%2CkBAAA%3B%3BEAHJ%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%3BIhE2ctC%2CYAAA%3BIACA%2CcAAA%3B%3BEgEjdA%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBhE8cpC%2CQAAQ%2CKAAK%3BIACX%2CaAAA%3B%3BEgEpdJ%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBhEkdpC%3BIACE%2CcAAA%3B%3BEgExdJ%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBhEkdpC%2CQAGI%3BIACE%2CcAAA%3B%3BEgE3dR%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBhEkdpC%2CQAGI%2CKAGE%3BEgE7dR%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBhEkdpC%2CQAGI%2CKAIE%3BIACI%2CmBAAA%3BIACA%2CcAAA%3BIHvOZ%2CiBAAA%3B%3BEG0OY%2CcgE9dR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBhEkdpC%2CQAGI%2CKAGE%2CGAMK%2CSAAS%3BEAAV%2CcgE9dR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBhEkdpC%2CQAGI%2CKAIE%2CGAKK%2CSAAS%3BIH1OtB%2CmBAAA%3BIG4OgB%2CSAAS%2CcAAa%2CIAAtB%3BIACA%2CqBAAA%3BIH7OhB%2CcAAA%3BIAAA%2CgBAAA%3B%3BEmEzPA%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBhEuVpC%2CQAAQ%2CKAAK%3BIHnGf%2CyBAAA%3B%3BEmEzPA%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAG9B%2CMACM%2CKACI%2CKAAE%3BIACA%2CiBAAA%3B%3BEAXpB%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAG9B%2CMACM%2CKAKI%2CKAAE%3BIACA%2C6BAAA%3BIACA%2CoBAAA%3B%3BEAhBpB%2CcAKI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAG9B%2CMACM%2CKAUI%2CKAAE%2CIAAI%3BIACJ%2CgBAAA%3B%3BEAYA%2CcA3BhB%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAoB7B%2CsBACG%2CMAKI%2CGACK%3BIACG%2CYAAA%3BIACA%2CgBAAA%3B%3BEAlCxB%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%3BIACI%2CcAAA%3B%3BEA3CZ%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%3BIACI%2CcAAA%3B%3BEAGA%2CcARZ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGAIK%2CYACG%3BEADJ%2CcARZ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAGI%2CGAIK%2CYAEG%3BIACI%2CiBAAA%3B%3BEApDxB%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAeI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEA7DhB%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAsBI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEApEhB%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMA6BI%2COAAM%3BInEkLlB%2CiBAAA%3B%3BEmEzPA%2CcAyCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMA6BI%2COAAM%2COAEF%3BIACI%2CoBAAA%3B%3BEAOpB%2C2BACI%3BIACI%2CaAAA%3B%3BEAFR%2C2BAKI%2CMAAM%3BIACF%2CiBAAA%3B%3BEANR%2C2BASI%2CMACI%3BEAVR%2C2BASI%2CMAEI%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEY3GR%2CMAAE%2COAAC%3BIACC%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CMAAC%3BIACG%2COAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CMAAC%3BIACG%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BE3DkEA%2CoCADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2CoCAOI%3BIACI%2CqBAAA%3B%3BEkFtGJ%2CaAAE%3BIACE%2CgBAAA%3B%3BEMSR%2CmCACI%2CoCAAoC%2COAAS%2CQAAQ%3BIACjD%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CgCAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEANR%2CmCACI%2CoCAAoC%2COAAS%2CQAAQ%2CKAOjD%3BIAII%2C6BAAA%3B%3BEAHA%2CmCARR%2CoCAAoC%2COAAS%2CQAAQ%2CKAOjD%2CGACK%2CUAAU%3BIACP%2CkBAAA%3B%3BEAMJ%2CmCAfR%2CoCAAoC%2COAAS%2CQAAQ%2CKAcjD%2CGAAE%2CSACG%2CUAAU%3BIACP%2CWAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CmCApBR%2CoCAAoC%2COAAS%2CQAAQ%2CKAcjD%2CGAAE%2CSAMG%3BIACG%2CmBAAA%3BIACA%2CSAAS%2CcAAc%2CIAAvB%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEA1BhB%2CmCA%2BBI%2CoCAAoC%2COAAS%3BIACzC%2CaAAA%3B%3BEhEuCR%2COACI%2CgBACI%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2COAPR%2CgBAMI%2CQACK%3BI5CuLb%2CqBAAA%3BIIzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIJgDA%2CgBAAA%3B%3BE4CvLY%2COAPR%2CgBAMI%2CQACK%2COF2KX%3BI1ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE0CHA%2COE0EI%2CgBAMI%2CQACK%2COFjFZ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2C1OU%2CO3C0OV%3BIAAA%2CagBDe%2CYhBCf%3BIAAA%2CeAAA%3BIAAA%2CmBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2COE6DA%2CgBAMI%2CQACK%2COFrEZ%2CMACI%3BI1C2PL%2CcAAA%3B%3BE0CrPI%2COEuDA%2CgBAMI%2CQACK%2COF%5C%2FDZ%2COACI%3BI1CqPL%2CcAAA%3B%3BEI7CA%2COwCjJI%2CgBAMI%2CQACK%2COxC0IZ%3BEACD%2COwClJI%2CgBAMI%2CQACK%2COxC2IZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COwCvJI%2CgBAMI%2CQACK%2COxCgJZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COwC5JI%2CgBAMI%2CQACK%2COxCqJZ%3BEACD%2COwC7JI%2CgBAMI%2CQACK%2COxCsJZ%3BEACD%2CQAAQ%2CUAAW%2CQwC9Jf%2CgBAMI%2CQACK%3BIxCwJT%2CoBAAA%3BIJ%2BBJ%2CYAAA%3B%3BE6DxGA%3BIACI%2CgBAAA%3B%3BErC0DA%2CKAAC%2CcACG%3BIACI%2C6BAAA%3BIACA%2CmBAAA%3B%3BEOjFZ%2CyBAQI%2COAAM%3BEARV%2CyBASI%2COAAM%3BIACF%2CqBAAA%3B%3BEAIR%2CyBACI%3BIACI%2CmBAAA%3B%3BEK0GI%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%3BE3BnGZ%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%3BECsGJ%2CcADW%2CSACV%3BIACG%2CmBAAA%3B%3BEAEA%2CcAJO%2CSACV%2CKAGI%3BIACG%2CsBAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CqBACI%3BIACI%2CcAAA%3B%3BEAIR%2CsBACI%3BIACI%2CeAAA%3BIACA%2C4BAAA%3B%3BEgDtRR%3BIACI%2CgBAAA%3B%3BE%5C%2FC%2BmBJ%3BIACI%2CiBAAA%3BIACA%2C0BAAA%3B%3BEAFJ%2CmBAIK%2CIAAC%3BIACE%2CkBAAA%3B%3BEALR%2CmBAQK%2CIAAC%3BIACE%2CmBAAA%3B%3BEAgWR%2CcAAc%2CWACV%2CkBAAkB%2CQAAM%2CKAEnB%3BEAHT%2CcAAc%2CWACV%2CkBAAkB%2CQAAM%2CKAGnB%3BIACG%2CmBAAA%3B%3BECzpBZ%2CKACI%2COAAM%2CMAOF%2CKAAI%3BIACA%2CkBAAA%3B%3BECGZ%2CYACI%3BIbxLJ%2CeAAA%3BIa0LQ%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAJR%2CYAOI%3BIb9LJ%2CgBAAA%3B%3BE2BwHA%2CYAEI%3BEAFJ%2CYAGI%3BEAHJ%2CYAII%3BI3B5HJ%2CmBAAA%3BIAAA%2CkBAAA%3B%3BE2BwHA%2CYAUI%2CYACK%3BI3BnIT%2CiBAAA%3B%3BE2BwHA%2CYAgBI%3BI3BxIJ%2C6BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3B%3BE2B8IQ%2CYANJ%2CuBAMK%3BI3B9IT%2C4BAAA%3BI2BgJY%2CwBAAA%3B%3BEAFJ%2CYANJ%2CuBAMK%2CcAIG%3BI3BlJZ%2CWAAA%3B%3BE2BwHA%2CYAgCI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAnCR%2CYAsCI%3BIACI%2CWAAA%3B%3BEAvCR%2CYA0CI%3BI3BlKJ%2C6BAAA%3BI2BoKQ%2CiBAAA%3B%3BEA5CR%2CYA%2BCI%3BI3BvKJ%2CqBAAA%3BI0C9QA%2CqBAAA%3BIf6bQ%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3B%3BEA1DR%2CYA%2BCI%2CmBenLF%3BI1ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE0CHA%2CYf%2BaI%2CmBe%5C%2FaH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSChRQ%2CODgRR%3BIAAA%2CagBDe%2CYhBCf%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CYfkaA%2CmBenaH%2CMACI%3BI1C2PL%2CWAAA%3B%3BE0CrPI%2CYf4ZA%2CmBe7ZH%2COACI%3BI1CqPL%2CcAAA%3B%3BEuDnPI%2CsBAAC%3BIACG%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAJJ%2CsBAAC%2CcAMG%3BIvD6OR%2CYAAA%3BIuD3OY%2CWAAA%3B%3BEAEA%2CsBAVP%2CcAMG%2CuBAIK%3BEACD%2CsBAXP%2CcAMG%2CuBAKK%3BIACG%2CWAAA%3B%3BE3BIhB%2C%2BBACI%3BIACI%2CiBAAA%3B%3BEWqIR%2CkBACM%3BIACE%2CgBAAA%3BIvC0FR%2CeAAA%3BIuCxFQ%2CmBAAA%3BIACA%2CiBAAA%3B%3BED27ER%2CQAEI%2CQAAO%3BEAFX%2CQAGI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEALR%2CQAYI%2CcACI%3BIACI%2CgBAAA%3B%3BEAKZ%2CQAAS%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CeAAe%3BIACrD%2CWAAA%3B%3BES9hEJ%2CgBACI%3BIACI%2CkBAAA%3B%3BEAFR%2CgBAKI%2CyBACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEwJ%5C%2FIZ%2CwBAAyB%3BIACrB%2CWAAA%3B%3B%3BAEjdJ%2CwBAJsD%3BElIkBtD%2CQAAQ%2CQACJ%2CSAAQ%3BIACJ%2CgBAAA%3B%3BEb8LR%3BIACI%2CaAAA%3B%3BErB2YJ%2CiBAAkB%3BIACd%2CYAAA%3B%3BEsH9fJ%2CYACI%2CeACI%3BI3J8JR%2CYAAA%3B%3B%3BAyMrPJ%2CgBAJ2C%3BEtLoJvC%3BIAzBA%2CUAAA%3B%3BEAEA%2CsBAAC%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsBAAC%2CUAAU%3BIACP%2CYAAA%3B%3BEAEA%2CsBAHH%2CUAAU%2CGAGL%3BIACE%2CWAAA%3B%3BEAyLR%3BEiBVQ%2COAAO%2CIAAI%2CeAAgB%2CeAD%5C%2FB%3BEADJ%2CcA8BI%2CgBAOI%2CqBAKI%2CUACI%3BIjBjDhB%2CcAAA%3B%3BEAoLA%3BETbY%2CcAFR%2CmBACK%2CIAAI%2CQACA%2CIAAI%2CSACD%3BIVxehB%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C2BAAC%3BEACD%2C2BAAC%3BEoC6SD%2CcAwDI%2CepCtWH%3BEoC8SD%2CcAwDI%2CepCrWH%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C2BAAC%3BEoCwSD%2CcAwDI%2CepChWH%3BIACG%2CWAAA%3B%3BEmByiBJ%3BEiBlQA%2CcA8BI%2CgBACI%3BEA%5C%2FBR%2CcAwDI%2CeAEI%3BEA1DR%2CcAwDI%2CeAQI%3BIjBgLR%2CsBAAA%3B%3BEAgHA%2C0BA1BA%2CUACI%3BInBjYJ%2CmBAAA%3BIK%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BILhqBA%2CUAAA%3BIKmqBA%2CmBAAA%3B%3BEAEA%2C0BcrSA%2CUACI%2COdoSA%3BIACA%2CWAAA%3B%3BEclSI%2C0BAJR%2CUACI%2COAGK%2CeAAe%3BEAChB%2C0BALR%2CUACI%2COAIK%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAoBZ%2C0BA1BA%2CUACI%2COAQI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEAqCZ%3BInBhbA%2CWAAA%3B%3BEmBk0BA%3BInBl0BA%2CqBAAA%3BI0C9QA%2CqBAAA%3B%3BEAMA%2CmBAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC%5C%2FQS%2COD%2BQT%3BIAAA%2CagBDe%2CYhBCf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEvB2uBA%2CmBAAC%3BIACG%2C0BAAA%3B%3BEgDp8BJ%2CMhEkDE%2CQACI%2CKACI%3BEgEpDV%2CMhEkDE%2CQACI%2CKAEI%3BIH0FV%2C0BAAA%3B%3BEmE%5C%2FIA%2CMhE2DE%2CQAAQ%3BIHoFV%2C0BAAA%3B%3BEqB%5C%2FLI%2CUAAC%3BIACG%2CYAAA%3B%3BE8E1CR%2CwBAAyB%3BIACrB%2CyBAAA%3B%3BEeghBJ%2CqBAAsB%2CaAAY%2CYAAY%2CIAAI%2CmBAAmB%2CIAAI%2CuBAAwB%3BIAC7F%2CYAAA%3B%3BEAIA%2CwBAAyB%3BIACrB%2CkBAAA%3B%3BEOzcR%2CqBACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEANR%2CqBASI%3BIACI%2CgBAAA%3B%3BEAIR%3BIACI%2C0BAAA%3B%3BEqB%5C%2FEJ%2CqBAAsB%2CaAAY%2CeAAgB%2C0BAA0B%3BIAEpE%2CcAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CqBANkB%2CaAAY%2CeAAgB%2C0BAA0B%2COAMvE%2CUAAU%3BIACP%2CiBAAA%3B%3BEAGJ%2CqBAVkB%2CaAAY%2CeAAgB%2C0BAA0B%2COAUvE%2CWAAY%3BEACb%2CqBAXkB%2CaAAY%2CeAAgB%2C0BAA0B%2COAWvE%2CWAAY%3BEACb%2CqBAZkB%2CaAAY%2CeAAgB%2C0BAA0B%2COAYvE%3BIACG%2CWAAA%3B%3BElGwCI%2COAFR%2CgBACI%2CQACK%3BIxC4Gb%2CsBAAA%3BIAEA%2C4BAAA%3BIAEA%2CgBAAA%3BIACA%2CoBAAA%3BIAIA%2CiBAAA%3BIJgDA%2CgBAAA%3BIAAA%2CuBAAA%3BIAAA%2CSAAA%3BIAAA%2CUAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BII5FA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIwCxEgB%2CeAAA%3B%3BExCqHhB%2COwC1HI%2CgBACI%2CQACK%2COxCwHZ%3BEACD%2COwC3HI%2CgBACI%2CQACK%2COxCyHZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COwChII%2CgBACI%2CQACK%2COxC8HZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COwCrII%2CgBACI%2CQACK%2COxCmIZ%3BEACD%2COwCtII%2CgBACI%2CQACK%2COxCoIZ%3BEACD%2CQAAQ%2CUAAW%2CQwCvIf%2CgBACI%2CQACK%3BIxCsIT%2CoBAAA%3BIJ%2BBJ%2CYAAA%3B%3BEDjJA%2CO6CtBI%2CgBACI%2CQACK%2CO7CoBZ%3BICiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BED5IA%2CO6C3BI%2CgBACI%2CQACK%2CO7CyBZ%3BIC4ID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEDvIA%2CO6ChCI%2CgBACI%2CQACK%2CO7C8BZ%3BICuID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEIxFA%2COwC%5C%2FEI%2CgBACI%2CQACK%2COxC6EZ%3BEACD%2COwChFI%2CgBACI%2CQACK%2COxC8EZ%3BEACD%2COwCjFI%2CgBACI%2CQACK%2COxC%2BEZ%3BIACG%2CgBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2COwCtFI%2CgBACI%2CQACK%2COxCoFZ%3BEACD%2COwCvFI%2CgBACI%2CQACK%2COxCqFZ%3BEACD%2CQAAQ%2CUAAW%2CQwCxFf%2CgBACI%2CQACK%3BI5CqKb%2CcAAA%3BIAAA%2CYAAA%3BII5EI%2CeAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3B%3BEgCoIJ%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%3BE1BzCZ%2CcAFW%2CmBAEV%3BEACD%2CcAHW%2CmBAGV%3BIVtIT%2CmBAAA%3BIAAA%2C4CAAA%3BIUyIY%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAKA%2CQAAS%2CeAfF%2CmBAEV%2CMAcO%3BEADJ%2CQAAS%2CeAfF%2CmBAGV%2COAaO%3BIACI%2CSAAA%3BIACA%2CQAAA%3B%3BEAQhB%2CcAAe%3BIV7JnB%2CmBAAA%3BIAAA%2C4CAAA%3BIUgKQ%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAIR%3BIACI%2CcAAA%3B%3BEAEA%2CcAAe%3BIACX%2CoBAAA%3B%3BEAJR%2CqBAOI%2CiBAAiB%3BIACb%2CqBAAA%3BIACA%2CsBAAA%3B%3BEATR%2CqBAOI%2CiBAAiB%2CqBAIZ%3BIACG%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CqBATR%2CiBAAiB%2CqBAIZ%2CUAKI%3BIACG%2CeAAA%3B%3BEAjBhB%2CqBAsBI%3BIACI%2CqBAAA%3B%3BEAOI%2CcAFR%2CeACI%2CoBACK%3BIVpMb%2CmBAAA%3BIUsMgB%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAXhB%2CcAgBI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEAiBR%2CcACI%3BIACI%2CmBAAA%3BIACA%2CaAAA%3B%3BEAIR%2CcAKI%2CeACI%3BEALR%2CoBAII%2CeACI%3BEAJR%2CqBAGI%2CeACI%3BEAHR%2CcAAc%2CoBAEV%2CeACI%3BEAFR%2CcAAc%2CqBACV%2CeACI%3BIACI%2CcAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CcALR%2CeACI%2CcAIK%2CUAAU%3BEAAX%2CoBALR%2CeACI%2CcAIK%2CUAAU%3BEAAX%2CqBALR%2CeACI%2CcAIK%2CUAAU%3BEAAX%2CcAPE%2CoBAEV%2CeACI%2CcAIK%2CUAAU%3BEAAX%2CcANE%2CqBACV%2CeACI%2CcAIK%2CUAAU%3BIACP%2CcAAA%3B%3BEAMhB%2CMAAM%2COAAQ%2CeAAe%2CcAGzB%3BEAFJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%2CcAE9C%3BEADJ%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%2CcAC%5C%2FC%3BIACI%2C4CAAA%3BIACA%2CoBAAA%3B%3BEC8kBI%2CQAFR%2CeACI%2CQACK%3BIAEG%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEC9gBhB%2CeACI%2COAAM%2CUACF%2CeACI%3BIACI%2CgBAAA%3B%3BEmCpPZ%2COAAC%3BIACG%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAAC%2CQAAW%2CUAAC%3BEACb%2COAAC%2CQAAW%2CUAAC%3BIACT%2CkBAAA%3B%3BEAOJ%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%3BEkJvUR%2CMAAM%2COAAQ%2CeAAe%3BEAC7B%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BEAClD%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CmBAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CcAAA%22%7D *//** 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
}
.modal-popup.new-user-promo-popup.modal-slide._inner-scroll {
    z-index: 1000;
  }
  .modal-popup.new-user-promo-popup.modal-slide._inner-scroll .action-close {
    z-index: 1;
  }
  .modal-popup.new-user-promo-popup.modal-slide._inner-scroll .modal-header {
    padding: 0;
    margin: 0;
    border: 0;
  }
  .modal-popup.new-user-promo-popup.modal-slide._inner-scroll .modal-inner-wrap {
    max-width: 480px;
    position: absolute;
    top: 50%;
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%) !important;
    margin: auto;
    border-radius: 14px;
  }
  @media only screen and (max-width: 767px) {
    .modal-popup.new-user-promo-popup.modal-slide._inner-scroll .modal-inner-wrap {
      min-height: auto;
      width: 90%;
    }
  }
  .modal-popup.new-user-promo-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content {
    padding: 25px;
    font-size: 17px;
    border: 0;
    border-radius: 14px;
  }
  .modal-popup.new-user-promo-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content p span {
    text-decoration: none;
  }
  .modal-popup.new-user-promo-popup.modal-slide._inner-scroll .modal-inner-wrap img {
    width: 100%;
  }
  @media only screen and (max-width: 767px) {
    .modal-popup.new-user-promo-popup.modal-slide._inner-scroll {
      left: 0;
      z-index: 99999 !important;
    }
    .modals-overlay {
      z-index: 9999 !important;
  }
  }
  .new-user-promo-block {
    padding: 8px;
  }
  .new-user-promo-block .user_promo_code {
    display: flex;
    justify-content: space-between;
    border: solid 1px #a92611;
    background: #fff;
    font-size: 14px;
    line-height: 17px;
  }
  .new-user-promo-block .user_promo_code span {
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .new-user-promo-block .user_promo_code p {
    margin: 0;
    padding: 0;
  }
  .new-user-promo-block .user_promo_code .action.primary {
    background: #a92611;
    border: solid 1px #a92611;
  }
  .new-user-promo-block .user_promo_code .action.primary:hover {
    background: #e8532c;
    border: solid 1px #e8532c;
  }
  .checkout-index-index .new-user-promo-block {
    padding: 20px;
    width: 32%;
    float: right;
    background: #fdf8ee;
  }
  @media only screen and (max-width: 991px) {
    .checkout-index-index .new-user-promo-block {
      width: 100%;
    }
  }
  #isha-chat-bubble{
position:fixed;
bottom:90px;
right:20px;
background:#fff;
padding:12px 16px;
border-radius:12px;
box-shadow:0 4px 20px rgba(0,0,0,.15);
font-family:Arial, sans-serif;
cursor:pointer;
display:none;
z-index:9999;
animation:fadeInUp .3s ease;
max-width:260px;
}

/* arrow */
#isha-chat-bubble:after{
content:"";
position:absolute;
bottom:-8px;
right:20px;
border-width:8px;
border-style:solid;
border-color:#fff transparent transparent transparent;
}

/* animation */
@keyframes fadeInUp{
from{
opacity:0;
transform:translateY(10px);
}
to{
opacity:1;
transform:translateY(0);
}
}/* Stripe Express */
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

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

:root {
    --stripe-payment-button-min-width: 248px;
}

.payment-request-button {
    min-width: var(--stripe-payment-button-min-width);
    height: auto;
}

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

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

.catalog-product-view .payment-request-button {
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .catalog-product-view .payment-request-button {
        margin-right: 1%;
        width: 49%;
    }
}

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

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

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

.block-bundle-summary .box-tocart .actions .payment-request-button {
    min-width: var(--stripe-payment-button-min-width);
}.h1 {
  margin: 0;
  padding: 0;
}
.h2 {
  margin: 0;
  padding: 0;
}
.h3 {
  margin: 0;
  padding: 0;
}
.h4 {
  margin: 0;
  padding: 0;
}
.h5 {
  margin: 0;
  padding: 0;
}
.h6 {
  margin: 0;
  padding: 0;
}
h1 {
  margin: 0;
  padding: 0;
}
h2 {
  margin: 0;
  padding: 0;
}
h3 {
  margin: 0;
  padding: 0;
}
h4 {
  margin: 0;
  padding: 0;
}
h5 {
  margin: 0;
  padding: 0;
}
h6 {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
body,
html {
  color: #020202;
  font-family: 'Fedra Sans Std', sans-serif;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: 'lnum';
  -webkit-font-feature-settings: 'lnum';
  font-feature-settings: 'lnum' on;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main h1.page-title {
  font-family: 'Fedra Sans Book 5';
  font-size: 18px;
}
.rating-summary .rating-result {
  margin-left: 0px !important;
}
.cms-privacy-policy-cookie-restriction-mode .page-main ul li {
  font-size: 18px !important;
}
.cms-jeevarasam,
.cms-dhyanalinga,
.cms-consecrated-rudraksha,
.cms-neem-turmeric,
.cms-sanjeevini-health-mix,
.cms-natural-hair-and-bodycare,
.cms-fabric {
  overflow-x: hidden;
  background: #ffffff !important;
}
.cms-jeevarasam .for-mobile-view,
.cms-dhyanalinga .for-mobile-view,
.cms-consecrated-rudraksha .for-mobile-view,
.cms-neem-turmeric .for-mobile-view,
.cms-sanjeevini-health-mix .for-mobile-view,
.cms-natural-hair-and-bodycare .for-mobile-view,
.cms-fabric .for-mobile-view {
  display: none;
}
.cms-jeevarasam .seven-ways-banner,
.cms-dhyanalinga .seven-ways-banner,
.cms-consecrated-rudraksha .seven-ways-banner,
.cms-neem-turmeric .seven-ways-banner,
.cms-sanjeevini-health-mix .seven-ways-banner,
.cms-natural-hair-and-bodycare .seven-ways-banner,
.cms-fabric .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-jeevarasam .seven-ways-banner img,
.cms-dhyanalinga .seven-ways-banner img,
.cms-consecrated-rudraksha .seven-ways-banner img,
.cms-neem-turmeric .seven-ways-banner img,
.cms-sanjeevini-health-mix .seven-ways-banner img,
.cms-natural-hair-and-bodycare .seven-ways-banner img,
.cms-fabric .seven-ways-banner img {
  width: 100%;
}
.cms-jeevarasam .qoute,
.cms-dhyanalinga .qoute,
.cms-consecrated-rudraksha .qoute,
.cms-neem-turmeric .qoute,
.cms-sanjeevini-health-mix .qoute,
.cms-natural-hair-and-bodycare .qoute,
.cms-fabric .qoute {
  position: absolute;
  top: 28%;
  right: 20%;
  font-family: 'Fedra Sans Std';
  color: #fdf8ee;
  background: url('../../frontend/OM/Isha/en_US/mage/images/quote.png') no-repeat center top;
  max-width: 330px;
  text-align: center;
  padding-top: 70px;
}
.cms-jeevarasam .qoute p,
.cms-dhyanalinga .qoute p,
.cms-consecrated-rudraksha .qoute p,
.cms-neem-turmeric .qoute p,
.cms-sanjeevini-health-mix .qoute p,
.cms-natural-hair-and-bodycare .qoute p,
.cms-fabric .qoute p {
  font-family: 'Fedra Sans Std';
  font-size: 21px;
  line-height: 36px;
}
.cms-jeevarasam .qoute p strong,
.cms-dhyanalinga .qoute p strong,
.cms-consecrated-rudraksha .qoute p strong,
.cms-neem-turmeric .qoute p strong,
.cms-sanjeevini-health-mix .qoute p strong,
.cms-natural-hair-and-bodycare .qoute p strong,
.cms-fabric .qoute p strong {
  font-family: 'Fedra Sans Medium 5';
  font-size: 21px !important;
  font-weight: 400;
  display: block;
  padding-top: 12px;
}
.cms-jeevarasam .cat-description,
.cms-dhyanalinga .cat-description,
.cms-consecrated-rudraksha .cat-description,
.cms-neem-turmeric .cat-description,
.cms-sanjeevini-health-mix .cat-description,
.cms-natural-hair-and-bodycare .cat-description,
.cms-fabric .cat-description {
  position: relative;
  width: 1140px;
  margin: auto;
  padding-bottom: 36px;
}
.cms-jeevarasam .cat-description.customdescription,
.cms-dhyanalinga .cat-description.customdescription,
.cms-consecrated-rudraksha .cat-description.customdescription,
.cms-neem-turmeric .cat-description.customdescription,
.cms-sanjeevini-health-mix .cat-description.customdescription,
.cms-natural-hair-and-bodycare .cat-description.customdescription,
.cms-fabric .cat-description.customdescription {
  padding-top: 48px;
}
.cms-jeevarasam .cat-description.sanjeevinicustom,
.cms-dhyanalinga .cat-description.sanjeevinicustom,
.cms-consecrated-rudraksha .cat-description.sanjeevinicustom,
.cms-neem-turmeric .cat-description.sanjeevinicustom,
.cms-sanjeevini-health-mix .cat-description.sanjeevinicustom,
.cms-natural-hair-and-bodycare .cat-description.sanjeevinicustom,
.cms-fabric .cat-description.sanjeevinicustom {
  padding-top: 20px;
}
.cms-jeevarasam .cat-description.cutomcatneem,
.cms-dhyanalinga .cat-description.cutomcatneem,
.cms-consecrated-rudraksha .cat-description.cutomcatneem,
.cms-neem-turmeric .cat-description.cutomcatneem,
.cms-sanjeevini-health-mix .cat-description.cutomcatneem,
.cms-natural-hair-and-bodycare .cat-description.cutomcatneem,
.cms-fabric .cat-description.cutomcatneem {
  padding-top: 0px;
  padding-bottom: 36px;
}
.cms-jeevarasam .cat-description:after,
.cms-dhyanalinga .cat-description:after,
.cms-consecrated-rudraksha .cat-description:after,
.cms-neem-turmeric .cat-description:after,
.cms-sanjeevini-health-mix .cat-description:after,
.cms-natural-hair-and-bodycare .cat-description:after,
.cms-fabric .cat-description:after {
  content: '';
  background: url('../../frontend/OM/Isha/en_US/mage/images/cat-description-bg.png') no-repeat right top;
  display: block;
  width: 361px;
  height: 173px;
  position: absolute;
  right: -80px;
  top: 70px;
  background-size: 100%;
}
.cms-jeevarasam .cat-description .details,
.cms-dhyanalinga .cat-description .details,
.cms-consecrated-rudraksha .cat-description .details,
.cms-neem-turmeric .cat-description .details,
.cms-sanjeevini-health-mix .cat-description .details,
.cms-natural-hair-and-bodycare .cat-description .details,
.cms-fabric .cat-description .details {
  padding-top: 198px;
  padding-left: 30px;
}
.cms-jeevarasam .cat-description .details.jeevarasamdetails,
.cms-dhyanalinga .cat-description .details.jeevarasamdetails,
.cms-consecrated-rudraksha .cat-description .details.jeevarasamdetails,
.cms-neem-turmeric .cat-description .details.jeevarasamdetails,
.cms-sanjeevini-health-mix .cat-description .details.jeevarasamdetails,
.cms-natural-hair-and-bodycare .cat-description .details.jeevarasamdetails,
.cms-fabric .cat-description .details.jeevarasamdetails {
  padding-top: 106px;
  padding-right: 0;
  padding-left: 0px;
}
.cms-jeevarasam .cat-description .details.jeevarasamdetails h2,
.cms-dhyanalinga .cat-description .details.jeevarasamdetails h2,
.cms-consecrated-rudraksha .cat-description .details.jeevarasamdetails h2,
.cms-neem-turmeric .cat-description .details.jeevarasamdetails h2,
.cms-sanjeevini-health-mix .cat-description .details.jeevarasamdetails h2,
.cms-natural-hair-and-bodycare .cat-description .details.jeevarasamdetails h2,
.cms-fabric .cat-description .details.jeevarasamdetails h2 {
  background-size: 90%;
  line-height: 38px;
  width: 214px;
}
.cms-jeevarasam .cat-description .details.rudrakshadetaisl,
.cms-dhyanalinga .cat-description .details.rudrakshadetaisl,
.cms-consecrated-rudraksha .cat-description .details.rudrakshadetaisl,
.cms-neem-turmeric .cat-description .details.rudrakshadetaisl,
.cms-sanjeevini-health-mix .cat-description .details.rudrakshadetaisl,
.cms-natural-hair-and-bodycare .cat-description .details.rudrakshadetaisl,
.cms-fabric .cat-description .details.rudrakshadetaisl {
  padding-top: 110px;
}
.cms-jeevarasam .cat-description .details.rudrakshadetaisl h2,
.cms-dhyanalinga .cat-description .details.rudrakshadetaisl h2,
.cms-consecrated-rudraksha .cat-description .details.rudrakshadetaisl h2,
.cms-neem-turmeric .cat-description .details.rudrakshadetaisl h2,
.cms-sanjeevini-health-mix .cat-description .details.rudrakshadetaisl h2,
.cms-natural-hair-and-bodycare .cat-description .details.rudrakshadetaisl h2,
.cms-fabric .cat-description .details.rudrakshadetaisl h2 {
  background-size: 90%;
  line-height: 38px;
  width: 214px;
}
.cms-jeevarasam .cat-description .details.sanjeevinidetails,
.cms-dhyanalinga .cat-description .details.sanjeevinidetails,
.cms-consecrated-rudraksha .cat-description .details.sanjeevinidetails,
.cms-neem-turmeric .cat-description .details.sanjeevinidetails,
.cms-sanjeevini-health-mix .cat-description .details.sanjeevinidetails,
.cms-natural-hair-and-bodycare .cat-description .details.sanjeevinidetails,
.cms-fabric .cat-description .details.sanjeevinidetails {
  padding-top: 45px;
  padding-left: 0px;
}
.cms-jeevarasam .cat-description .details.sanjeevinidetails h2,
.cms-dhyanalinga .cat-description .details.sanjeevinidetails h2,
.cms-consecrated-rudraksha .cat-description .details.sanjeevinidetails h2,
.cms-neem-turmeric .cat-description .details.sanjeevinidetails h2,
.cms-sanjeevini-health-mix .cat-description .details.sanjeevinidetails h2,
.cms-natural-hair-and-bodycare .cat-description .details.sanjeevinidetails h2,
.cms-fabric .cat-description .details.sanjeevinidetails h2 {
  padding-right: 100px;
  line-height: normal;
}
.cms-jeevarasam .cat-description .details.sanjeevinidetails p,
.cms-dhyanalinga .cat-description .details.sanjeevinidetails p,
.cms-consecrated-rudraksha .cat-description .details.sanjeevinidetails p,
.cms-neem-turmeric .cat-description .details.sanjeevinidetails p,
.cms-sanjeevini-health-mix .cat-description .details.sanjeevinidetails p,
.cms-natural-hair-and-bodycare .cat-description .details.sanjeevinidetails p,
.cms-fabric .cat-description .details.sanjeevinidetails p {
  padding-right: 40px;
}
.cms-jeevarasam .cat-description .details.neemdetails,
.cms-dhyanalinga .cat-description .details.neemdetails,
.cms-consecrated-rudraksha .cat-description .details.neemdetails,
.cms-neem-turmeric .cat-description .details.neemdetails,
.cms-sanjeevini-health-mix .cat-description .details.neemdetails,
.cms-natural-hair-and-bodycare .cat-description .details.neemdetails,
.cms-fabric .cat-description .details.neemdetails {
  padding-top: 50px;
  padding-left: 0px !important;
}
.cms-jeevarasam .cat-description .details.dhyanlingdetils,
.cms-dhyanalinga .cat-description .details.dhyanlingdetils,
.cms-consecrated-rudraksha .cat-description .details.dhyanlingdetils,
.cms-neem-turmeric .cat-description .details.dhyanlingdetils,
.cms-sanjeevini-health-mix .cat-description .details.dhyanlingdetils,
.cms-natural-hair-and-bodycare .cat-description .details.dhyanlingdetils,
.cms-fabric .cat-description .details.dhyanlingdetils {
  padding-top: 124px;
  padding-left: 0px;
}
.cms-jeevarasam .cat-description .details.bodycaredetails,
.cms-dhyanalinga .cat-description .details.bodycaredetails,
.cms-consecrated-rudraksha .cat-description .details.bodycaredetails,
.cms-neem-turmeric .cat-description .details.bodycaredetails,
.cms-sanjeevini-health-mix .cat-description .details.bodycaredetails,
.cms-natural-hair-and-bodycare .cat-description .details.bodycaredetails,
.cms-fabric .cat-description .details.bodycaredetails {
  padding-top: 78px;
  padding-left: 0;
}
.cms-jeevarasam .cat-description .details.bodycaredetails h2,
.cms-dhyanalinga .cat-description .details.bodycaredetails h2,
.cms-consecrated-rudraksha .cat-description .details.bodycaredetails h2,
.cms-neem-turmeric .cat-description .details.bodycaredetails h2,
.cms-sanjeevini-health-mix .cat-description .details.bodycaredetails h2,
.cms-natural-hair-and-bodycare .cat-description .details.bodycaredetails h2,
.cms-fabric .cat-description .details.bodycaredetails h2 {
  line-height: normal;
}
.cms-jeevarasam .cat-description .details.bodycaredetails .sub-heading,
.cms-dhyanalinga .cat-description .details.bodycaredetails .sub-heading,
.cms-consecrated-rudraksha .cat-description .details.bodycaredetails .sub-heading,
.cms-neem-turmeric .cat-description .details.bodycaredetails .sub-heading,
.cms-sanjeevini-health-mix .cat-description .details.bodycaredetails .sub-heading,
.cms-natural-hair-and-bodycare .cat-description .details.bodycaredetails .sub-heading,
.cms-fabric .cat-description .details.bodycaredetails .sub-heading {
  padding-right: 40px;
}
.cms-jeevarasam .cat-description .details.bodycaredetails p,
.cms-dhyanalinga .cat-description .details.bodycaredetails p,
.cms-consecrated-rudraksha .cat-description .details.bodycaredetails p,
.cms-neem-turmeric .cat-description .details.bodycaredetails p,
.cms-sanjeevini-health-mix .cat-description .details.bodycaredetails p,
.cms-natural-hair-and-bodycare .cat-description .details.bodycaredetails p,
.cms-fabric .cat-description .details.bodycaredetails p {
  padding-right: 0px;
}
.cms-jeevarasam .cat-description .details.fabricdetails,
.cms-dhyanalinga .cat-description .details.fabricdetails,
.cms-consecrated-rudraksha .cat-description .details.fabricdetails,
.cms-neem-turmeric .cat-description .details.fabricdetails,
.cms-sanjeevini-health-mix .cat-description .details.fabricdetails,
.cms-natural-hair-and-bodycare .cat-description .details.fabricdetails,
.cms-fabric .cat-description .details.fabricdetails {
  padding-top: 90px;
  padding-left: 0px;
}
.cms-jeevarasam .cat-description .details.fabricdetails p,
.cms-dhyanalinga .cat-description .details.fabricdetails p,
.cms-consecrated-rudraksha .cat-description .details.fabricdetails p,
.cms-neem-turmeric .cat-description .details.fabricdetails p,
.cms-sanjeevini-health-mix .cat-description .details.fabricdetails p,
.cms-natural-hair-and-bodycare .cat-description .details.fabricdetails p,
.cms-fabric .cat-description .details.fabricdetails p {
  padding-right: 65px;
}
.cms-jeevarasam .cat-description .details h2,
.cms-dhyanalinga .cat-description .details h2,
.cms-consecrated-rudraksha .cat-description .details h2,
.cms-neem-turmeric .cat-description .details h2,
.cms-sanjeevini-health-mix .cat-description .details h2,
.cms-natural-hair-and-bodycare .cat-description .details h2,
.cms-fabric .cat-description .details h2 {
  background: url('../../frontend/OM/Isha/en_US/mage/images/jeevarasam-heading.png') no-repeat left bottom;
  padding-bottom: 29px;
  font-size: 24px;
  line-height: 54px;
  font-family: 'Fedra Sans Std';
  display: inline-block;
  margin-bottom: 10px;
}
.cms-jeevarasam .cat-description .details h3,
.cms-dhyanalinga .cat-description .details h3,
.cms-consecrated-rudraksha .cat-description .details h3,
.cms-neem-turmeric .cat-description .details h3,
.cms-sanjeevini-health-mix .cat-description .details h3,
.cms-natural-hair-and-bodycare .cat-description .details h3,
.cms-fabric .cat-description .details h3 {
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  line-height: normal;
  margin-bottom: 12px;
}
.cms-jeevarasam .cat-description .details p,
.cms-dhyanalinga .cat-description .details p,
.cms-consecrated-rudraksha .cat-description .details p,
.cms-neem-turmeric .cat-description .details p,
.cms-sanjeevini-health-mix .cat-description .details p,
.cms-natural-hair-and-bodycare .cat-description .details p,
.cms-fabric .cat-description .details p {
  font-size: 15px;
  font-family: 'Fedra Sans Std';
  line-height: 26px;
}
.cms-jeevarasam .jeevarasam,
.cms-dhyanalinga .jeevarasam,
.cms-consecrated-rudraksha .jeevarasam,
.cms-neem-turmeric .jeevarasam,
.cms-sanjeevini-health-mix .jeevarasam,
.cms-natural-hair-and-bodycare .jeevarasam,
.cms-fabric .jeevarasam {
  padding: 0px 0px;
  position: relative;
  padding-bottom: 0px;
  clear: both;
  overflow: hidden;
}
.cms-jeevarasam .jeevarasam .newarrival,
.cms-dhyanalinga .jeevarasam .newarrival,
.cms-consecrated-rudraksha .jeevarasam .newarrival,
.cms-neem-turmeric .jeevarasam .newarrival,
.cms-sanjeevini-health-mix .jeevarasam .newarrival,
.cms-natural-hair-and-bodycare .jeevarasam .newarrival,
.cms-fabric .jeevarasam .newarrival {
  padding-top: 30px;
  padding-bottom: 60px;
}
.cms-jeevarasam .jeevarasam .product-item,
.cms-dhyanalinga .jeevarasam .product-item,
.cms-consecrated-rudraksha .jeevarasam .product-item,
.cms-neem-turmeric .jeevarasam .product-item,
.cms-sanjeevini-health-mix .jeevarasam .product-item,
.cms-natural-hair-and-bodycare .jeevarasam .product-item,
.cms-fabric .jeevarasam .product-item {
  width: 100% !important;
}
.cms-jeevarasam .jeevarasam .product-item .product-item-name,
.cms-dhyanalinga .jeevarasam .product-item .product-item-name,
.cms-consecrated-rudraksha .jeevarasam .product-item .product-item-name,
.cms-neem-turmeric .jeevarasam .product-item .product-item-name,
.cms-sanjeevini-health-mix .jeevarasam .product-item .product-item-name,
.cms-natural-hair-and-bodycare .jeevarasam .product-item .product-item-name,
.cms-fabric .jeevarasam .product-item .product-item-name {
  width: 100%;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #241f20;
  font-size: 14px;
  font-family: 'Fedra Sans Std';
  text-align: left;
}
.cms-jeevarasam .jeevarasam .product-item .product-item-info,
.cms-dhyanalinga .jeevarasam .product-item .product-item-info,
.cms-consecrated-rudraksha .jeevarasam .product-item .product-item-info,
.cms-neem-turmeric .jeevarasam .product-item .product-item-info,
.cms-sanjeevini-health-mix .jeevarasam .product-item .product-item-info,
.cms-natural-hair-and-bodycare .jeevarasam .product-item .product-item-info,
.cms-fabric .jeevarasam .product-item .product-item-info {
  width: 100%;
}
.cms-jeevarasam .jeevarasam .product-item .product-item-info:hover,
.cms-dhyanalinga .jeevarasam .product-item .product-item-info:hover,
.cms-consecrated-rudraksha .jeevarasam .product-item .product-item-info:hover,
.cms-neem-turmeric .jeevarasam .product-item .product-item-info:hover,
.cms-sanjeevini-health-mix .jeevarasam .product-item .product-item-info:hover,
.cms-natural-hair-and-bodycare .jeevarasam .product-item .product-item-info:hover,
.cms-fabric .jeevarasam .product-item .product-item-info:hover {
  padding: 0;
  box-shadow: none;
  background: none;
  border: none;
  margin: 0px;
}
.cms-jeevarasam .jeevarasam .bss-quickview,
.cms-dhyanalinga .jeevarasam .bss-quickview,
.cms-consecrated-rudraksha .jeevarasam .bss-quickview,
.cms-neem-turmeric .jeevarasam .bss-quickview,
.cms-sanjeevini-health-mix .jeevarasam .bss-quickview,
.cms-natural-hair-and-bodycare .jeevarasam .bss-quickview,
.cms-fabric .jeevarasam .bss-quickview {
  display: none;
}
.cms-jeevarasam .jeevarasam .price,
.cms-dhyanalinga .jeevarasam .price,
.cms-consecrated-rudraksha .jeevarasam .price,
.cms-neem-turmeric .jeevarasam .price,
.cms-sanjeevini-health-mix .jeevarasam .price,
.cms-natural-hair-and-bodycare .jeevarasam .price,
.cms-fabric .jeevarasam .price {
  font-weight: 400;
  white-space: nowrap;
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
}
.cms-jeevarasam .jeevarasam .product-item-inner,
.cms-dhyanalinga .jeevarasam .product-item-inner,
.cms-consecrated-rudraksha .jeevarasam .product-item-inner,
.cms-neem-turmeric .jeevarasam .product-item-inner,
.cms-sanjeevini-health-mix .jeevarasam .product-item-inner,
.cms-natural-hair-and-bodycare .jeevarasam .product-item-inner,
.cms-fabric .jeevarasam .product-item-inner {
  position: static !important;
  height: auto !important;
  clip: auto !important;
  overflow: visible !important;
  width: 100% !important;
  background: none;
  box-shadow: none !important;
  padding-top: 10px !important;
  border: 0;
  padding: 0;
  float: left;
}
.cms-jeevarasam .jeevarasam .product-item-actions .actions-primary,
.cms-dhyanalinga .jeevarasam .product-item-actions .actions-primary,
.cms-consecrated-rudraksha .jeevarasam .product-item-actions .actions-primary,
.cms-neem-turmeric .jeevarasam .product-item-actions .actions-primary,
.cms-sanjeevini-health-mix .jeevarasam .product-item-actions .actions-primary,
.cms-natural-hair-and-bodycare .jeevarasam .product-item-actions .actions-primary,
.cms-fabric .jeevarasam .product-item-actions .actions-primary {
  width: 100%;
}
.cms-jeevarasam .jeevarasam .product-item-actions .actions-primary button,
.cms-dhyanalinga .jeevarasam .product-item-actions .actions-primary button,
.cms-consecrated-rudraksha .jeevarasam .product-item-actions .actions-primary button,
.cms-neem-turmeric .jeevarasam .product-item-actions .actions-primary button,
.cms-sanjeevini-health-mix .jeevarasam .product-item-actions .actions-primary button,
.cms-natural-hair-and-bodycare .jeevarasam .product-item-actions .actions-primary button,
.cms-fabric .jeevarasam .product-item-actions .actions-primary button {
  width: 100%;
  display: block;
  border-radius: 30px;
  background: #edaa38;
  border: none;
  text-transform: uppercase;
  line-height: normal;
  opacity: 1;
  height: auto;
  padding: 8px 0;
  margin: 0px;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  font-weight: normal;
}
.cms-jeevarasam .jeevarasam .product-item-actions .actions-secondary,
.cms-dhyanalinga .jeevarasam .product-item-actions .actions-secondary,
.cms-consecrated-rudraksha .jeevarasam .product-item-actions .actions-secondary,
.cms-neem-turmeric .jeevarasam .product-item-actions .actions-secondary,
.cms-sanjeevini-health-mix .jeevarasam .product-item-actions .actions-secondary,
.cms-natural-hair-and-bodycare .jeevarasam .product-item-actions .actions-secondary,
.cms-fabric .jeevarasam .product-item-actions .actions-secondary {
  display: none;
}
.cms-jeevarasam .jeevarasam .price-box.price-final_price,
.cms-dhyanalinga .jeevarasam .price-box.price-final_price,
.cms-consecrated-rudraksha .jeevarasam .price-box.price-final_price,
.cms-neem-turmeric .jeevarasam .price-box.price-final_price,
.cms-sanjeevini-health-mix .jeevarasam .price-box.price-final_price,
.cms-natural-hair-and-bodycare .jeevarasam .price-box.price-final_price,
.cms-fabric .jeevarasam .price-box.price-final_price {
  float: left;
}
.cms-jeevarasam .also-see,
.cms-dhyanalinga .also-see,
.cms-consecrated-rudraksha .also-see,
.cms-neem-turmeric .also-see,
.cms-sanjeevini-health-mix .also-see,
.cms-natural-hair-and-bodycare .also-see,
.cms-fabric .also-see {
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
  position: relative;
  padding: 60px 0;
  background: #ffffff;
}
.cms-jeevarasam .also-see:after,
.cms-dhyanalinga .also-see:after,
.cms-consecrated-rudraksha .also-see:after,
.cms-neem-turmeric .also-see:after,
.cms-sanjeevini-health-mix .also-see:after,
.cms-natural-hair-and-bodycare .also-see:after,
.cms-fabric .also-see:after {
  min-height: 100px;
  width: 100%;
  display: block;
  background: #ffffff;
  content: '';
  position: absolute;
  bottom: -89px;
}
.cms-jeevarasam .also-see::before,
.cms-dhyanalinga .also-see::before,
.cms-consecrated-rudraksha .also-see::before,
.cms-neem-turmeric .also-see::before,
.cms-sanjeevini-health-mix .also-see::before,
.cms-natural-hair-and-bodycare .also-see::before,
.cms-fabric .also-see::before {
  background: url('../../frontend/OM/Isha/en_US/mage/images/also-see-bg.png') no-repeat bottom left;
  content: '';
  position: absolute;
  left: -120px;
  bottom: 20px;
  background-size: 90%;
  width: 400px;
  height: 280px;
}
.cms-jeevarasam .also-see .custom-container,
.cms-dhyanalinga .also-see .custom-container,
.cms-consecrated-rudraksha .also-see .custom-container,
.cms-neem-turmeric .also-see .custom-container,
.cms-sanjeevini-health-mix .also-see .custom-container,
.cms-natural-hair-and-bodycare .also-see .custom-container,
.cms-fabric .also-see .custom-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}
.cms-jeevarasam .also-see .custom-container .also-see-head .full-for-mobile,
.cms-dhyanalinga .also-see .custom-container .also-see-head .full-for-mobile,
.cms-consecrated-rudraksha .also-see .custom-container .also-see-head .full-for-mobile,
.cms-neem-turmeric .also-see .custom-container .also-see-head .full-for-mobile,
.cms-sanjeevini-health-mix .also-see .custom-container .also-see-head .full-for-mobile,
.cms-natural-hair-and-bodycare .also-see .custom-container .also-see-head .full-for-mobile,
.cms-fabric .also-see .custom-container .also-see-head .full-for-mobile {
  display: inline-block;
  vertical-align: text-top;
}
.cms-jeevarasam .also-see .custom-container .also-see-head p,
.cms-dhyanalinga .also-see .custom-container .also-see-head p,
.cms-consecrated-rudraksha .also-see .custom-container .also-see-head p,
.cms-neem-turmeric .also-see .custom-container .also-see-head p,
.cms-sanjeevini-health-mix .also-see .custom-container .also-see-head p,
.cms-natural-hair-and-bodycare .also-see .custom-container .also-see-head p,
.cms-fabric .also-see .custom-container .also-see-head p {
  font-size: 18px;
  font-family: 'Fedra Sans Std';
  margin-bottom: 60px;
}
.cms-jeevarasam .also-see .custom-container .also-see-head p a,
.cms-dhyanalinga .also-see .custom-container .also-see-head p a,
.cms-consecrated-rudraksha .also-see .custom-container .also-see-head p a,
.cms-neem-turmeric .also-see .custom-container .also-see-head p a,
.cms-sanjeevini-health-mix .also-see .custom-container .also-see-head p a,
.cms-natural-hair-and-bodycare .also-see .custom-container .also-see-head p a,
.cms-fabric .also-see .custom-container .also-see-head p a {
  font-size: 13px;
  font-family: 'Fedra Sans Std';
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  margin-left: 16px;
  color: initial;
}
.cms-jeevarasam .also-see .custom-container .also-see-head p a.view-all,
.cms-dhyanalinga .also-see .custom-container .also-see-head p a.view-all,
.cms-consecrated-rudraksha .also-see .custom-container .also-see-head p a.view-all,
.cms-neem-turmeric .also-see .custom-container .also-see-head p a.view-all,
.cms-sanjeevini-health-mix .also-see .custom-container .also-see-head p a.view-all,
.cms-natural-hair-and-bodycare .also-see .custom-container .also-see-head p a.view-all,
.cms-fabric .also-see .custom-container .also-see-head p a.view-all {
  background: #edaa38;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.cms-jeevarasam .also-see .custom-container .also-see-head h4,
.cms-dhyanalinga .also-see .custom-container .also-see-head h4,
.cms-consecrated-rudraksha .also-see .custom-container .also-see-head h4,
.cms-neem-turmeric .also-see .custom-container .also-see-head h4,
.cms-sanjeevini-health-mix .also-see .custom-container .also-see-head h4,
.cms-natural-hair-and-bodycare .also-see .custom-container .also-see-head h4,
.cms-fabric .also-see .custom-container .also-see-head h4 {
  text-align: center;
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  line-height: 36.5px;
  position: relative;
}
.cms-jeevarasam .also-see .custom-container .also-see-head h4:before,
.cms-dhyanalinga .also-see .custom-container .also-see-head h4:before,
.cms-consecrated-rudraksha .also-see .custom-container .also-see-head h4:before,
.cms-neem-turmeric .also-see .custom-container .also-see-head h4:before,
.cms-sanjeevini-health-mix .also-see .custom-container .also-see-head h4:before,
.cms-natural-hair-and-bodycare .also-see .custom-container .also-see-head h4:before,
.cms-fabric .also-see .custom-container .also-see-head h4:before {
  content: '';
  background: #edaa38;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 14px;
  left: 0%;
}
.cms-jeevarasam .also-see .custom-container .also-see-head h4 span,
.cms-dhyanalinga .also-see .custom-container .also-see-head h4 span,
.cms-consecrated-rudraksha .also-see .custom-container .also-see-head h4 span,
.cms-neem-turmeric .also-see .custom-container .also-see-head h4 span,
.cms-sanjeevini-health-mix .also-see .custom-container .also-see-head h4 span,
.cms-natural-hair-and-bodycare .also-see .custom-container .also-see-head h4 span,
.cms-fabric .also-see .custom-container .also-see-head h4 span {
  background: #ffffff;
  padding: 0 30px;
  display: inline-block;
  z-index: 1;
  position: relative;
}
.cms-jeevarasam .also-see .cat-col,
.cms-dhyanalinga .also-see .cat-col,
.cms-consecrated-rudraksha .also-see .cat-col,
.cms-neem-turmeric .also-see .cat-col,
.cms-sanjeevini-health-mix .also-see .cat-col,
.cms-natural-hair-and-bodycare .also-see .cat-col,
.cms-fabric .also-see .cat-col {
  display: flex;
}
.cms-jeevarasam .also-see .cat-col .col,
.cms-dhyanalinga .also-see .cat-col .col,
.cms-consecrated-rudraksha .also-see .cat-col .col,
.cms-neem-turmeric .also-see .cat-col .col,
.cms-sanjeevini-health-mix .also-see .cat-col .col,
.cms-natural-hair-and-bodycare .also-see .cat-col .col,
.cms-fabric .also-see .cat-col .col {
  margin: 10px 0;
}
.cms-jeevarasam .also-see .cat-col .col img,
.cms-dhyanalinga .also-see .cat-col .col img,
.cms-consecrated-rudraksha .also-see .cat-col .col img,
.cms-neem-turmeric .also-see .cat-col .col img,
.cms-sanjeevini-health-mix .also-see .cat-col .col img,
.cms-natural-hair-and-bodycare .also-see .cat-col .col img,
.cms-fabric .also-see .cat-col .col img {
  width: 100%;
}
.cms-jeevarasam .also-see .cat-col .col .title,
.cms-dhyanalinga .also-see .cat-col .col .title,
.cms-consecrated-rudraksha .also-see .cat-col .col .title,
.cms-neem-turmeric .also-see .cat-col .col .title,
.cms-sanjeevini-health-mix .also-see .cat-col .col .title,
.cms-natural-hair-and-bodycare .also-see .cat-col .col .title,
.cms-fabric .also-see .cat-col .col .title {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 18px;
  font-family: 'Fedra Sans Std';
  color: #020202;
}
.cms-jeevarasam .also-see .cat-col .col .title strong,
.cms-dhyanalinga .also-see .cat-col .col .title strong,
.cms-consecrated-rudraksha .also-see .cat-col .col .title strong,
.cms-neem-turmeric .also-see .cat-col .col .title strong,
.cms-sanjeevini-health-mix .also-see .cat-col .col .title strong,
.cms-natural-hair-and-bodycare .also-see .cat-col .col .title strong,
.cms-fabric .also-see .cat-col .col .title strong {
  font-size: 22px;
}
.cms-dhyanalinga .qoute,
.cms-consecrated-rudraksha .qoute,
.cms-sanjeevini-health-mix .qoute,
.cms-fabric .qoute {
  right: 60%;
  max-width: 423px;
}
.cms-consecrated-rudraksha .qoute,
.cms-sanjeevini-health-mix .qoute {
  color: #020202;
}
.cms-neem-turmeric .qoute {
  right: 49%;
  max-width: 517px;
  color: #020202;
}
.cms-neem-turmeric .cat-description .image-area {
  padding: 50px;
}
.cms-neem-turmeric .cat-description .details {
  padding-left: 0;
  padding-right: 0;
}
.cms-neem-turmeric .cat-description .details h2 small {
  font-size: 24px;
}
.cms-sanjeevini-health-mix .cat-description .details h2 {
  background-position: bottom left;
}
.cms-natural-hair-and-bodycare .qoute {
  right: 15%;
  max-width: 423px;
  color: #020202;
}
.cms-natural-hair-and-bodycare .cat-description .details h2 {
  background-position: bottom left;
}
.cms-natural-hair-and-bodycare .cat-description {
  padding-bottom: 80px;
}
.cms-returns {
  background: #ffffff !important;
}
.cms-returns h1.page-title:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #f1bf55;
  display: block;
}
.cms-returns h1.page-title span {
  border-bottom: 0px solid #f3edd9;
  color: #020202;
  background: #ffffff;
  font-family: 'Fedra Sans Book 5';
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 36px;
  padding: 0px 20px 3px 0;
}
.for-desktop.moreways-toisha-life .item {
  position: relative;
  transition: 0.5s all ease;
}
.for-desktop.moreways-toisha-life .item .hoverlayout {
  height: 0;
  overflow: hidden;
}
.for-desktop.moreways-toisha-life .item:hover {
  transition: 0.5s all ease;
}
.for-desktop.moreways-toisha-life .item:hover .hoverlayout {
  display: block;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  border-radius: 3px;
  padding: 0 40px;
  padding-top: 40px;
  font-family: 'Fedra Sans Std';
  overflow: visible;
}
.for-desktop.moreways-toisha-life .item:hover .hoverlayout .hoverlayout-inner {
  position: absolute;
  width: 100%;
  left: 50%;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.for-desktop.moreways-toisha-life .item:hover .hoverlayout p {
  margin: 0;
  color: #ffffff;
  font-size: 14.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.for-desktop.moreways-toisha-life .item:hover .hoverlayout a {
  background: #edaa38;
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 20px;
  text-decoration: none;
  padding: 10px 20px;
  width: 72%;
}
/* 7 Ways Pages Static jeevarasam Products  */
.cms-jeevarasam .cat-description .container,
.cms-dhyanalinga .cat-description .container,
.cms-consecrated-rudraksha .cat-description .container,
.cms-sanjeevini-health-mix .cat-description .container,
.cms-neem-turmeric .cat-description .container,
.cms-fabric .cat-description .container,
.cms-natural-hair-and-bodycare .cat-description .container {
  max-width: 900px;
  padding: 0;
}
.cms-jeevarasam .cat-description .container .row,
.cms-dhyanalinga .cat-description .container .row,
.cms-consecrated-rudraksha .cat-description .container .row,
.cms-sanjeevini-health-mix .cat-description .container .row,
.cms-neem-turmeric .cat-description .container .row,
.cms-fabric .cat-description .container .row,
.cms-natural-hair-and-bodycare .cat-description .container .row {
  margin: 0px -15px;
}
.also-see {
  float: left;
}
.also-see .custom-container {
  max-width: 930px !important;
}
.also-see .for-desktop.moreways-toisha-life {
  padding: 0 15px;
}
.also-see .for-desktop.moreways-toisha-life .cat-col {
  margin: 0px -15px;
  display: flex;
  justify-content: space-between;
}
.also-see .for-desktop.moreways-toisha-life .cat-col .col {
  max-width: 32.5%;
  padding: 0px;
}
.productslist {
  width: 930px;
  float: none;
  margin: auto;
  clear: both;
  overflow: hidden;
  margin-bottom: 50px;
}
.productslist .products-grid-cms ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
  float: left;
  text-align: left;
  display: block;
  box-sizing: border-box;
}
.productslist .products-grid-cms ul li {
  width: 22%;
  float: left;
  padding: 0;
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
  margin: 0;
  vertical-align: top;
  margin-right: 24px;
}
.productslist .products-grid-cms ul li:last-child {
  margin: 0px;
}
.productslist .products-grid-cms ul li .product-item .product-item-info .product-item-details .product-item-name {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #241f20;
  font-family: 'Fedra Sans Std';
  margin: 10px 0px;
  min-height: 40px;
  margin-bottom: 0px;
}
.productslist .products-grid-cms ul li .product-item .product-item-info .product-item-details .product-item-inner {
  width: 100%;
  float: left;
}
.productslist .products-grid-cms ul li .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
  width: 100%;
}
.productslist .products-grid-cms ul li .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .action.tocart.primary {
  width: 100%;
  display: block;
  border-radius: 30px;
  background: #edaa38;
  border: none;
  text-transform: uppercase;
  line-height: normal;
  opacity: 1;
  height: auto;
  padding: 8px 0;
  margin: 0px;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  font-weight: 400;
  outline: none;
}
.productslist .products-grid-cms ul li .product-item .product-item-info .product-item-details .price-box {
  width: 100%;
  float: left;
}
.productslist .products-grid-cms ul li .product-item .product-item-info .product-item-details .price-box .price {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  float: left;
}
.productslist .products-grid-cms ul li .product-item .product-item-info .product-item-details .price-box .product-reviews-summary {
  float: right;
  margin: 3px 0;
  height: 16px;
}
.productslist .products-grid-cms ul li .product-item .product-item-info .product-item-details .price-box .product-reviews-summary .rating-summary span {
  font-size: 0;
}
.productslist .products-grid-cms ul li .product-item .product-item-info .product-item-details .price-box .product-reviews-summary .rating-summary span:before {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../../frontend/OM/Isha/en_US/mage/images/yellow-star.svg');
  content: "" !important;
  height: 20px;
  position: relative;
  z-index: 2;
  display: block;
}
.cms-natural-hair-and-bodycare .productslist .products-grid-cms ul li .product-item .product-item-info .product-item-details .product-item-name,
.cms-fabric .productslist .products-grid-cms ul li .product-item .product-item-info .product-item-details .product-item-name,
.cms-neem-turmeric .productslist .products-grid-cms ul li .product-item .product-item-info .product-item-details .product-item-name {
  min-height: inherit;
}
.cat-description .image-area img {
  width: 350px;
}
.cms-jeevarasam .qoute.for-mobile {
  top: 25%;
}
.cms-sanjeevini-health-mix .productslist ul,
.cms-dhyanalinga .productslist ul {
  text-align: center;
}
.cms-sanjeevini-health-mix .productslist ul li,
.cms-dhyanalinga .productslist ul li {
  float: none;
}
.cms-offers-for-well-being .ishaessentials .product-item-info .product-reviews-summary-offers {
  height: 20px;
}
.view-all-footer {
  position: relative;
  z-index: 999 !important;
}
.livesearch.product-result {
  grid-template-areas: "image productName" "image price" !important;
  grid-template-columns: 1fr 7fr;
  grid-template-rows: repeat(2, 1fr);
  column-gap: 16px;
  align-self: center;
  height: 80px;
  min-width: 192px;
  box-sizing: inherit;
  display: grid;
  padding: unset;
}
.livesearch.popover-container {
  grid-template: "suggestions previews" 1fr "viewall viewall" 36px / auto 3fr !important;
}
div#search_autocomplete .livesearch.product-name {
  max-height: 41px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1366px) {
  .cms-jeevarasam .qoute.for-mobile {
    top: 21%;
    right: 25%;
  }
  .cms-dhyanalinga .qoute.for-mobile {
    top: 22%;
    right: 56%;
  }
  .cms-consecrated-rudraksha .qoute.for-mobile {
    top: 20%;
    right: 54%;
  }
  .cms-neem-turmeric .qoute.for-mobile {
    top: 17%;
    right: 43%;
  }
  .cms-natural-hair-and-bodycare .qoute.for-mobile {
    top: 21%;
    right: 14%;
  }
  .cms-fabric .qoute.for-mobile {
    top: 24%;
    right: 56%;
  }
  .cms-sanjeevini-health-mix .qoute.for-mobile {
    top: 18%;
    right: 54%;
  }
  .details.jeevarasamdetails {
    padding-top: 110px !important;
    padding-right: 0;
    padding-left: 18px !important;
  }
  .details.rudrakshadetaisl {
    padding-top: 108px !important;
    padding-left: 36px !important;
  }
  .details.sanjeevinidetails {
    padding-top: 108px !important;
    padding-left: 24px !important;
  }
  .details.neemdetails {
    padding-top: 108px !important;
    padding-left: 36px !important;
  }
  .details.dhyanlingdetils {
    padding-top: 130px !important;
    padding-left: 18px !important;
  }
  .details.bodycaredetails {
    padding-top: 90px !important;
    padding-left: 48px !important;
  }
  .details.fabricdetails {
    padding-top: 90px !important;
    padding-left: 27px !important;
  }
  .cat-description .image-area {
    padding-top: 30px !important;
  }
  .cat-description .image-area img {
    width: 450px;
  }
}
@media only screen and (max-width: 1367px) {
  .explorecategory ul {
    display: flex;
    justify-content: space-between;
  }
  .explorecategory ul li {
    width: 49.5%;
  }
  .cms-the-phenomenon-consecration .page-main .topcategory ul li:hover .hovereffect {
    height: 96.8% !important;
    padding: 40px 20px 0 20px !important;
  }
  .cms-the-phenomenon-consecration .page-main .topcategory ul li:hover a {
    margin-top: 30px !important;
  }
}
@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce-2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.cms-page-view h1.page-title {
  font-size: 35px;
  margin: 22px 0;
}
.cms-page-view h1.page-title span {
  color: #020202;
}
.about-us {
  background: url('../../frontend/OM/Isha/en_US/mage/images/Aboutus-Header.jpg');
  height: 500px;
}
.about-us-desc {
  padding: 180px 20px;
}
.about-us-desc h1 {
  font-size: 35px;
  color: #020202 !important;
  text-align: left;
  font-family: 'Fedra Sans Medium 5';
}
.about-us-desc h2 {
  font-size: 24px;
  color: #020202;
  text-align: right;
  font-family: 'Fedra Sans Medium 5';
}
.us-desc {
  font-size: 15px;
  line-height: 25px;
}
.mob img {
  width: 100%;
}
.termcms ul {
  padding-left: 10px;
}
.termcms ul li {
  font-size: 18px;
  font-family: 'Fedra Sans Std';
}
.termcms h2 {
  font-size: 25px;
  margin: 22px 0;
  color: #020202;
}
.termcms p {
  font-size: 18px;
  font-family: 'Fedra Sans Std';
}
.termcms .data-table th {
  border: 1px solid #f3edd9;
  font-size: 15px;
}
.termcms .data-table td {
  border: 1px solid #f3edd9;
  font-size: 15px;
}
.store h2 {
  font-size: 15px;
  background: #f3edd9 !important;
  color: #020202;
  padding: 10px 0;
  text-align: center;
  font-family: 'Fedra Sans Medium 5';
}
.store h3 {
  font-size: 15px;
  text-align: left;
  padding: 5px 20px;
  margin-bottom: 0;
  color: #020202;
}
.store p {
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  padding: 5px 20px;
  margin-bottom: 0;
}
.cms-store-locator .store {
  margin-bottom: 15px;
}
.page-title h2 {
  color: #020202;
  margin: 30px 15px;
}
.cmsreturn p {
  font-size: 15px;
}
.cmsreturn p strong {
  font-size: 17px;
  color: #020202;
}
body.cms-about-us {
  background: #ffffff;
  overflow-x: hidden;
}
.img-cta {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  margin-left: -50vw;
  top: -85px;
}
.img-cta img {
  width: 100%;
}
section.outlet h2 {
  text-align: center;
  font-size: 36px;
  font-family: 'Fedra Sans Std';
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
section.outlet h2:after {
  content: '';
  background: url('../../frontend/OM/Isha/en_US/mage/images/heading-bg.png') no-repeat center bottom;
  width: 100%;
  height: 7px;
  display: block;
  position: absolute;
  bottom: 0;
}
.cms-pages-header.contact-us h1 {
  font-family: 'Fedra Sans Std';
}
.for-mobile-only {
  display: none;
}
table.data-table {
  display: block;
}
table.data-table tr td {
  border: 0 !important;
}
table.data-table tr th {
  border: 0 !important;
}
.swatch-opt .swatch-option-wrap input[type=radio]:not(:checked) {
  top: -5px;
  height: 42px;
  margin-left: 0;
  width: 42px;
  left: 48px;
}
.swatch-opt .swatch-option-wrap input[type=radio]:checked {
  top: -5px;
  height: 42px;
  margin-left: 0;
  width: 42px;
  left: 48px;
}
.page-header .panel.wrapper {
  background: #c1cfac !important;
  border-bottom: 0;
}
.page-header .header.panel {
  flex-wrap: wrap;
}
.page-header .header.panel .toppromo {
  padding-right: 0;
  width: 100%;
}
.logo {
  margin: 0 !important;
  margin-left: 146px !important;
}
.logo img {
  width: auto;
  max-width: 96px;
  height: auto;
}
.header.content {
  height: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  max-width: 100% !important;
}
.header.content .right-container-wrap {
  justify-content: flex-end !important;
  min-width: 180px;
  padding-top: 0 !important;
  padding-right: 10px !important;
}
.header.content .right-container-wrap .header.links {
  padding-right: 30px !important;
  margin-bottom: 0;
}
.header.content .right-container-wrap .header.links .icon {
  padding-left: 6px !important;
  border: 0 !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.header.content .right-container-wrap .header.links .icon img {
  margin-right: 0 !important;
  padding-bottom: 0 !important;
}
.header.content .right-container-wrap .header.links .icon.wishlist-my-icon .wishlist.counter {
  width: 25px;
  height: 25px;
  background: #a92611;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -6px;
  right: -16px;
  overflow: hidden;
  padding: 0 3px;
  border-radius: 50%;
  font-size: 12px !important;
  line-height: 12px;
  font-family: 'Fedra Sans Medium 5' !important;
  right: -10px;
}
.header.content .right-container-wrap .header.links .user-my-icon span:first-child img {
  width: 23px;
  margin-right: 0;
  height: 24.28px;
}
.header.content .right-container-wrap .header.links .wishlist-my-icon img {
  width: 24px;
}
.header.content .right-container-wrap .header.links .show-login-logout .authorization-link .loginbeforeicon .loginbeforeicon-img {
  background: 0 0 !important;
  padding: 12px 0 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
}
.header.content .right-container-wrap .header.links .show-login-logout .authorization-link .loginbeforeicon .terms-privacy p {
  font-family: 'Fedra Sans Std';
  font-size: 12px !important;
  letter-spacing: 0;
  padding: 15px 40px;
}
.header.content .right-container-wrap .header.links .show-login-logout .authorization-link .loginbeforeicon .terms-privacy a {
  font-family: 'Fedra Sans Std';
  background: none;
  color: #a92611;
  font-size: 12px !important;
  display: contents;
  text-decoration: underline !important;
  font-weight: 600 !important;
}
.header.content .right-container-wrap .header.links .show-login-logout .authorization-link.logged-in {
  padding-bottom: 0 !important;
}
.header.content .right-container-wrap .minicart-wrapper {
  margin-top: 0 !important;
}
.header.content .middle-container-wrap {
  width: 53.125% !important;
  padding-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0 !important;
}
.header.content .middle-container-wrap .block.block-search {
  max-width: 325px !important;
  width: 100% !important;
  margin-bottom: 0;
  padding-left: 0;
}
.header.content .middle-container-wrap .block.block-search input {
  border: 0.5px solid #F1F1F1 !important;
  height: 36px !important;
  font-size: 14px !important;
  border-radius: 3px !important;
  line-height: 17.5px;
  padding: 11px 50px 11px 14px !important;
  background: #ffffff;
}
.header.content .middle-container-wrap .block.block-search input::-webkit-input-placeholder {
  color: #020202;
  font-size: 14px !important;
}
.header.content .middle-container-wrap .block.block-search input::-moz-placeholder {
  color: #020202;
  font-size: 14px !important;
}
.header.content .middle-container-wrap .block.block-search input:-ms-input-placeholder {
  color: #020202;
  font-size: 14px !important;
}
.header.content .middle-container-wrap .block.block-search .actions button {
  background: none !important;
  padding: 0 !important;
  top: 4.5px !important;
  right: 15px !important;
}
.header.content .middle-container-wrap .block.block-search .actions button:before {
  color: #020202 !important;
  font-size: 18px !important;
  display: inline-block !important;
}
.header.content .block.block-title {
  display: none;
}
.header.content .block {
  margin-bottom: 0 !important;
}
.minicart-wrapper {
  margin-left: 0 !important;
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  width: 25px;
  height: 25px;
  background: #a92611;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -8px;
  right: -16px;
  overflow: hidden;
  padding: 0 3px;
  border-radius: 50%;
  font-size: 12px !important;
  line-height: 12px;
  font-family: 'Fedra Sans Std' !important;
}
.minicart-wrapper .action.showcart .counter-number {
  font-size: 12px !important;
  font-family: 'Fedra Sans Medium 5' !important;
}
.minicart-wrapper .action.showcart:before {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: flex !important;
}
.minicart-wrapper .action.showcart .counter-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.showcart img {
  width: 27px;
  margin-top: 3px;
}
.nav-container-wrap {
  top: 0 !important;
  left: 0 !important;
}
.nav-container-wrap .sections.nav-sections {
  box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.18);
}
.nav-sections-item-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
header.page-header {
  background: #ffffff !important;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.06);
  z-index: 9999;
}
.parent-container-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.sections.nav-sections {
  padding-left: 0 !important;
  border-top: 1px solid #f0ede4 !important;
  padding-top: 8px !important;
  padding-bottom: 0 !important;
  min-height: 40px;
}
.sections.nav-sections li.level0:hover:after {
  top: 31px !important;
  display: none !important;
}
#mySidenav .nav-main {
  padding-left: 0 !important;
  width: 100% !important;
}
#mySidenav .nav-main > ul {
  padding-right: 0 !important;
}
body .page-header.headersticky .middle-container-wrap .minisearch.active {
  margin-top: 0 !important;
}
body .page-header.headersticky .middle-container-wrap .action.search {
  display: block !important;
}
body .page-header.headersticky .header.content .middle-container-wrap .block.block-search {
  padding-left: 0 !important;
  z-index: 94;
}
body .page-header.headersticky .logo {
  padding-top: 0 !important;
}
body .headersticky .minisearch.active .control {
  margin-top: 0 !important;
}
body header.headersticky .middle-container-wrap .block.block-search .minisearch .actions .search {
  background: url('../../frontend/OM/Isha/en_US/mage/images/sticky-search.svg') no-repeat center right !important;
  background-size: 19px !important;
  background-position: calc(100% - 10px) 50% !important;
  margin-top: 0 !important;
  background: 0 0 !important;
  box-sizing: border-box;
}
body .page-header #mySidenav .menu-left {
  left: 0 !important;
  width: 100% !important;
  max-width: 1240px;
  margin: 0 auto !important;
  right: 0 !important;
}
body .home-banner-slider .owl-nav button {
  width: 72px;
  height: 72px;
  border: 0 !important;
  box-shadow: none;
  position: absolute;
  outline: 0px;
  top: 50%;
  transform: translateY(-50%);
}
body .home-banner-slider .owl-nav button span {
  display: none;
}
body .home-banner-slider .owl-nav button.owl-prev {
  background: url('../../frontend/OM/Isha/en_US/mage/images/Left-Scroll.svg') no-repeat 0 0 !important;
  left: 37px;
}
body .home-banner-slider .owl-nav button.owl-next {
  background: url('../../frontend/OM/Isha/en_US/mage/images/Right-Scroll.svg') no-repeat 0 0 !important;
  right: 37px;
}
body .home-banner-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  background: 0 0 !important;
}
body .page-bottom .footernewsletter {
  max-width: 1127px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body .page-bottom .footernewsletter .footer-nandhi {
  width: 40%;
  position: relative;
  z-index: 9;
  inset: unset;
  margin: 0 0 -90px;
  width: 45%;
}
body .page-bottom .footernewsletter .footer-nandhi:before {
  content: '';
  width: 512px;
  height: 391px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/Nandi-1.png') no-repeat 0 0;
  display: block;
}
body .page-bottom .footernewsletter .footer-nandhi:hover:before {
  background: url('../../frontend/OM/Isha/en_US/mage/images/nandi-Hover.png') no-repeat 0 0;
}
body .page-bottom .footernewsletter .content h2 {
  font-size: 36px;
  font-family: 'Fedra Sans Book 5';
  letter-spacing: 0.03em;
  font-weight: 400;
  margin-bottom: 20px;
}
body .page-bottom .footernewsletter .content .block.newsletter button.subscribe {
  background: #a92611;
  font-size: 18px;
  font-weight: 400;
  height: 46px;
  color: #ffffff;
  font-family: 'Fedra Sans Book 5';
  text-transform: capitalize;
  padding: 0;
}
body .page-bottom .footernewsletter .content .block.newsletter button.subscribe:hover {
  background-color: #a92611;
}
body .page-bottom .footernewsletter .block.newsletter {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}
body .page-bottom .footernewsletter .block.newsletter .content {
  position: static !important;
  transform: translate(0) !important;
}
body .page-bottom .footernewsletter .block.newsletter .title {
  display: none;
}
body .page-bottom .footernewsletter .newsletter-content {
  font-size: 14px;
  color: #6c757d;
  display: block;
  margin: 15px auto 0;
  max-width: 356px;
  margin: 23px auto 0;
  font-family: 'Fedra Sans Std Demi';
}
body .page-bottom .footernewsletter .newsletter-content a {
  color: #6c757d;
  font-family: 'Fedra Sans Std Demi';
}
body .page-wrapper .page-bottom {
  z-index: 9;
}
body .footer.content {
  max-width: 1320px;
}
body .footerlinksection > div:first-child {
  flex: 0 0 22%;
  max-width: 22%;
}
body .footerlinksection > div:nth-child(2) {
  flex: 0 0 22%;
  max-width: 22%;
}
body .footerlinksection > div:nth-child(3) {
  flex: 0 0 22%;
  max-width: 22%;
}
body .footerlinksection > div:nth-child(4) {
  flex: 0 0 19%;
  max-width: 19%;
}
body .footerlinksection > div:nth-child(5) {
  flex: 0 0 15%;
  max-width: 15%;
}
body .footercopyright {
  background: #c1cfac !important;
  font-size: 16px;
  padding: 20px 30px;
  color: #020202;
  background: #002152 !important;
  padding: 0 30px;
}
body .footercopyright a {
  color: #020202;
  border-right: 1px solid #020202;
}
body .footercopyright a:last-child {
  padding-right: 0;
}
body .footercopyright .justify-content-between {
  border-top: #4c6386 solid 1px !important;
  color: #ffffff;
  padding: 20px 0;
  max-width: 1260px;
}
body .footercopyright .justify-content-between .col-xl-3 {
  text-align: right;
  padding: 0;
}
body .footercopyright .justify-content-between .col-xl-4 {
  padding: 0;
}
body:not(.cms-home) .page-bottom .footernewsletter {
  margin: 0 auto;
  justify-content: center;
}
body:not(.cms-home) .page-bottom .footernewsletter > .content {
  padding-left: 0;
}
body .header-promo-slider.owl-theme .owl-stage {
  display: flex;
  width: 100%;
}
body .header-promo-slider.owl-theme .owl-dots {
  position: absolute;
  left: 20px;
  margin-top: 0 !important;
  top: 6px;
  z-index: 5;
}
body .header-promo-slider.owl-theme .owl-dots .owl-dot {
  box-shadow: none;
  width: 8px;
  margin: 0 3px;
  height: 8px;
  outline: none !important;
}
body .header-promo-slider.owl-theme .owl-dots .owl-dot span {
  box-shadow: none;
  margin: 0;
  width: 8px;
  height: 8px;
  opacity: 0.7;
  background: #ffffff;
  padding: 0;
}
body .header-promo-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
  opacity: 0.9;
}
body .icon-carousel.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 18px;
}
body .icon-carousel.owl-carousel .owl-dots .owl-dot {
  box-shadow: none;
  width: 8px;
  display: block;
  margin: 0 3px;
  height: 8px;
  outline: none !important;
}
body .icon-carousel.owl-carousel .owl-dots .owl-dot span {
  box-shadow: none;
  margin: 0;
  width: 8px;
  border-radius: 8px;
  height: 8px;
  background: #6c757d;
  padding: 0;
  display: block;
}
body .icon-carousel.owl-carousel .owl-dots .owl-dot.active span {
  background: #020202;
}
body .widget-slider-content .product-item .price-box.price-final_price {
  display: flex;
  flex-direction: column;
}
body:not(.cms-sample-home-page) .page-wrapper .page-bottom {
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}
.page-footer {
  display: none !important;
}
.new-user-promo-block {
  display: none !important;
}
.page-wrapper .headersticky .sections.nav-sections ul li.level0 > a {
  padding-left: 0 !important;
  padding-right: 0 !important;
  line-height: 1;
}
.page-wrapper header.headersticky .sections.nav-sections ul li.level0 > a {
  padding-bottom: 0px !important;
}
.page-wrapper .page-header .panel.wrapper .header {
  padding: 0 !important;
}
.page-wrapper .page-header .panel.wrapper .header .action.skip.contentarea {
  display: none;
}
.block-search .mst-searchautocomplete__autocomplete._active {
  left: 0 !important;
  width: 100% !important;
}
.block-search .nested {
  display: none;
  display: none !important;
}
.block-search .control {
  padding: 0 !important;
  margin: 0;
}
header.page-header.headersticky .logo img {
  width: 96px !important;
}
header.page-header.headersticky .nav-container-wrap {
  width: 100% !important;
  left: 0 !important;
}
header.page-header.headersticky .header.content .right-container-wrap {
  margin-right: 0;
  display: flex;
}
header.page-header.headersticky .middle-container-wrap {
  position: initial !important;
}
.checkout-index-index .header.content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-index-index .logo {
  margin-left: 0 !important;
}
.checkout-index-index .page-main .checkout-header {
  position: static !important;
  margin-bottom: 50px !important;
}
.home-banner-slider {
  position: absolute !important;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.home-banner-slider .owl-nav {
  position: initial !important;
}
.home-banner-slider .banner_slider.item a {
  display: block;
  width: 100%;
}
.home-banner-slider .owl-dots button {
  background: #020202 !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0px !important;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.home-banner-slider .owl-dots button span {
  display: none !important;
}
.home-banner-slider .owl-dots button.active {
  background: #6c757d !important;
}
.catalog-category-view .page-main {
  background-color: #ffffff !important;
}
.cms-home .page-main {
  background-color: #ffffff !important;
}
.cms-home .page-main .block {
  padding: 60px 0;
  margin-bottom: 0 !important;
}
.cms-home .page-main .block.widget-icons-slider {
  padding-top: 0 !important;
}
.cms-home .page-main .block.home-review-wrap {
  background-color: #ffffff;
  padding: 120px 0 40px !important;
}
.cms-home .block-title {
  text-align: center;
}
.cms-home .block-title h2 {
  font-size: 45px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: 'Fedra Sans Std';
}
.cms-home .catalog-product-view .product-info-main .box-tocart {
  margin: 0;
}
.cms-home .catalog-product-view .product-info-main .box-tocart .actions {
  width: 100% !important;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}
.cms-home .catalog-product-view .product-info-main .box-tocart .actions .primary.tocart {
  text-transform: none !important;
  font-size: 18px !important;
  background: #edaa39 !important;
  letter-spacing: 0.01em !important;
  font-family: 'Fedra Sans Medium 5' !important;
  width: 100% !important;
  max-width: 256px !important;
  margin-bottom: 0;
}
.cms-home .catalog-product-view .product-info-main .box-tocart .field.qty span {
  width: 27px !important;
  box-sizing: border-box !important;
  height: 27px !important;
  text-align: center !important;
  padding: 5px 6px 6px 5px !important;
  font-family: 'Fedra Sans Std' !important;
  font-size: 24px !important;
  color: #020202 !important;
  background: #ffffff !important;
}
.cms-home .catalog-product-view .product-info-main h1.page-title {
  font-size: 24px !important;
  font-family: 'Fedra Sans Std' !important;
}
.cms-home .catalog-product-view .product-info-main .page-title-wrapper.product {
  width: 100%;
}
.cms-home .catalog-product-view .product-info-main .price-tax {
  float: left;
  margin-top: 8px;
}
.cms-home .catalog-product-view .product-info-main .product-info-price span.price {
  font-family: 'Fedra Sans Std' !important;
}
.cms-home .catalog-product-view .product-info-main .codcheck-prod {
  display: none !important;
}
.cms-home .catalog-product-view .product-info-main .pdpstaticcontent {
  display: none !important;
}
.cms-home .catalog-product-view #ajax-goto a {
  text-transform: none;
  font-size: 18px;
  padding: 12px 50px;
  color: #a92611;
  font-weight: 400;
  font-family: 'Fedra Sans Medium 5' !important;
  min-width: 256px;
  box-sizing: border-box;
  margin-top: 12px;
}
.cms-home .codcheck-prod .codcheck-text {
  padding-left: 0 !important;
  width: 100% !important;
  margin-top: 17px !important;
  margin-bottom: 15px !important;
}
.cms-home .row.homefeaturedoffer {
  max-width: 1280px;
  padding: 0 !important;
  margin: 0 auto 0 !important;
  z-index: 1;
  background: transparent;
}
.cms-home .row.homefeaturedoffer:before {
  width: 143px;
  height: 164px;
  position: absolute;
  left: -70px;
  top: -80px;
}
.shopby-category {
  max-width: 1280px;
  margin: 0 auto 0;
}
.shopby-category h2 {
  text-align: center;
}
.shopby-category .image-content {
  display: flex;
  flex-wrap: wrap;
}
.shopby-category .image-content .parent-div {
  width: 50%;
  padding: 3px;
  position: relative;
  overflow: hidden;
}
.shopby-category .image-content .parent-div .inner-full {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 3px;
  overflow: hidden;
}
.shopby-category .image-content .parent-div .inner-full:first-child {
  padding-bottom: 6px;
}
.shopby-category .image-content .parent-div .inner-full:first-child .cat-label {
  bottom: 6px;
}
.shopby-category .image-content .parent-div:nth-child(2n+2) {
  padding-right: 6px;
}
.shopby-category .image-content .parent-div:nth-child(2n+2) .inner-full {
  padding-left: 0;
}
.shopby-category .image-content .parent-div:nth-child(2n+2) .cat-label {
  left: 0;
}
.shopby-category .image-content .parent-div:nth-child(2) .cat-label {
  left: 3px;
  right: 6px;
  bottom: 4px;
}
.shopby-category .image-content .parent-div:nth-child(4) .cat-label {
  right: 0;
}
.shopby-category .image-content .parent-div:nth-child(4) .inner-full:first-child .cat-label {
  bottom: 0;
}
.shopby-category .image-content .parent-div img {
  width: 100% !important;
  transition: all 0.5s ease;
}
.shopby-category .image-content .parent-div .hover-cat {
  display: none;
}
.shopby-category .image-content .parent-div .cat-label {
  position: absolute;
  left: 3px;
  bottom: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
  font-size: 21px;
  top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
  border-radius: 4px;
  overflow-x: hidden;
  z-index: 9;
  font-family: 'Fedra Sans Medium 5' !important;
}
.shopby-category .image-content .parent-div .cat-label:hover + img {
  transform: scale(1.05);
}
.shopby-category .image-content .parent-div .cat-label:hover {
  transform: scale(1.05);
  text-decoration: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: 0 0 !important;
}
.shopby-category .image-content .parent-div .cat-label:hover + img + img {
  transform: scale(1.05);
}
.shopby-category .image-content .parent-div .inner-left {
  overflow: hidden;
  position: relative;
  width: 50%;
  padding-right: 3px;
}
.shopby-category .image-content .parent-div .inner-left .cat-label {
  right: 3px;
  left: 0;
}
.shopby-category .image-content .parent-div .inner-right {
  overflow: hidden;
  position: relative;
  width: 50%;
  padding-left: 3px;
}
.shopby-category .image-content .parent-div .inner-right .cat-label {
  left: 3px;
  right: 0;
}
.shopby-category .image-content .hover-exists:hover img:not(.hover-cat) {
  display: none;
}
.shopby-category .image-content .hover-exists:hover img.hover-cat {
  display: block;
}
.block-static-block h2 {
  font-size: 45px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: 'Fedra Sans Std';
}
.block-static-block > .products-grid {
  background-size: cover;
}
.widget-slider-content {
  margin-bottom: 0 !important;
  overflow: hidden !important;
  background: #ffffff;
}
.widget-slider-content .show-carousel .product-item-info:hover img {
  transition-delay: 0.5s;
}
.widget-slider-content .products-grid {
  max-width: 1280px;
  margin: 0 auto;
}
.widget-slider-content .products-grid .bestseller-tag {
  background: url('../../frontend/OM/Isha/en_US/mage/images/Fill.png') no-repeat 0 0;
  width: 174px;
  height: 55px;
  left: 0;
  top: -10px;
  padding: 0;
  background-position: -12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
  padding-bottom: 14px;
  padding-right: 35px;
  font-family: 'Fedra Sans Medium 5';
}
.widget-slider-content .products-grid .new-tag {
  background: url('../../frontend/OM/Isha/en_US/mage/images/Fill.png') no-repeat 0 0;
  width: 174px;
  height: 55px;
  left: 0;
  top: -10px;
  padding: 0;
  background-position: -12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
  padding-bottom: 14px;
  padding-right: 35px;
  font-family: 'Fedra Sans Medium 5';
}
.widget-slider-content .products-grid .product-item-info:hover {
  background: 0 0 !important;
  box-shadow: none !important;
  border: 0 solid #bbb !important;
  margin: 0 !important;
  padding: 0 !important;
}
.widget-slider-content .products-grid .product-item-info.active {
  background: 0 0 !important;
  box-shadow: none !important;
  border: 0 solid #bbb !important;
  margin: 0 !important;
  padding: 0 !important;
}
.widget-slider-content .products-grid .product-item .product-item-inner {
  box-shadow: none !important;
  margin: 0 !important;
  background: 0 0 !important;
  border: 0 !important;
  display: none !important;
  position: absolute !important;
  background: rgba(0, 0, 0, 0) !important;
  transition: all 0.5s ease;
}
.widget-slider-content .products-grid .product-item:hover .product-item-inner {
  left: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
  height: auto !important;
  clip: inherit;
  text-align: center;
  top: auto !important;
}
.widget-slider-content .products-grid .product-item .tocart:hover {
  text-decoration: underline;
}
.widget-slider-content .products-grid .product-item-actions {
  margin: 0 !important;
  width: 100%;
}
.widget-slider-content .owl-carousel .owl-stage-outer {
  padding-top: 10px;
}
.widget-slider-content li.product-item {
  width: 100% !important;
  margin-bottom: 0;
}
.widget-slider-content .product-item-details {
  text-align: center;
  border: 1px solid rgba(196, 196, 196, 0.25);
  border-top: 0;
  padding-bottom: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-flow: column;
}
.widget-slider-content .product-item .product-reviews-summary.short {
  top: 0 !important;
  float: none !important;
  display: flex;
  flex-direction: column;
}
.widget-slider-content .product-item .product-reviews-summary.short .reviews-actions {
  display: block !important;
  margin-top: 15px !important;
  margin-bottom: 0 !important;
}
.widget-slider-content .product-item .product-reviews-summary.short .reviews-actions a {
  color: #020202;
  font-family: 'Fedra Sans Std' !important;
  font-size: 16px;
}
.widget-slider-content .product-item .product-reviews-summary.short a {
  color: #020202;
  font-family: 'Fedra Sans Std' !important;
  font-size: 16px;
  margin-top: 15px;
  text-decoration: underline;
}
.widget-slider-content .product-item .price-box {
  margin: 9px 0 8px;
}
.widget-slider-content .product-item .price-box .price {
  font-size: 18px !important;
  font-weight: 400 !important;
  font-family: 'Fedra Sans Medium 5';
}
.widget-slider-content .product-item .price-box > span {
  display: block;
  width: 100%;
  color: #020202;
}
.widget-slider-content .product-item .price-box > span.normal-price {
  order: 2;
}
.widget-slider-content .product-item:hover .bss-bt-quickview {
  opacity: 1;
}
.widget-slider-content .product-item .price-box.price-final_price {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: block;
  gap: 10px;
}
.widget-slider-content .product-item .price-box.price-final_price .old-price {
  order: -1;
}
.widget-slider-content .product-item .old-price .price {
  font-size: 21px !important;
  color: #020202 !important;
  padding-left: 0 !important;
  font-family: 'Fedra Sans Std' !important;
}
.widget-slider-content .bss-bt-quickview {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  text-align: center;
  padding: 10px 0;
  opacity: 0;
  background: url('../../frontend/OM/Isha/en_US/mage/images/quickview-Icon.png') no-repeat;
  width: 50px;
  height: 51px;
}
.widget-slider-content .bss-bt-quickview:hover {
  background: url('../../frontend/OM/Isha/en_US/mage/images/quickview-Icon-hover.png') no-repeat;
}
.widget-slider-content .bss-bt-quickview:hover:before {
  opacity: 1;
  visibility: visible;
}
.widget-slider-content .bss-bt-quickview:before {
  width: 120px;
  height: 40px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/QuickviewNote.png') no-repeat 0 0 / cover;
  content: '';
  position: absolute;
  left: -130px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.widget-slider-content .bss-bt-quickview a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  text-indent: -99999px;
  width: 50px;
  height: 51px;
  display: block;
}
.widget-slider-content .bss-bt-quickview a:hover {
  text-decoration: underline;
}
.widget-slider-content .rating-summary .rating-result {
  width: 103px;
}
.widget-slider-content .rating-summary .rating-result:before {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../../frontend/OM/Isha/en_US/mage/images/yellow-star.svg');
  content: "" !important;
  height: 20px;
}
.widget-slider-content .rating-summary .rating-result > span {
  height: 20px;
}
.widget-slider-content .rating-summary .rating-result > span:before {
  color: #e8b55c !important;
  left: 0 !important;
  font-size: 20px !important;
  width: 30px !important;
  height: auto !important;
  top: 2px;
}
.widget-slider-content .product-item-name {
  margin: 5px 0;
  font-size: 14px;
  line-height: 28px;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.widget-slider-content .product-item-name > a {
  color: #020202;
  font-family: 'Fedra Sans Book 5';
}
.widget-slider-content .product-item-name .product-item-link {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
}
.widget-slider-content .product-image-photo {
  height: 100%;
}
.widget-slider-content .bottom-link {
  text-align: center;
  padding-top: 25px;
}
.widget-slider-content .bottom-link a {
  text-align: center;
  font-size: 21px;
  color: #a92611 !important;
  text-decoration: underline;
  text-transform: none;
}
.widget-slider-content .owl-nav button {
  width: 72px;
  height: 72px;
  top: 70px;
  border: 0 !important;
  box-shadow: none;
  position: absolute;
  margin-top: -18px;
  outline: 0px;
}
.widget-slider-content .owl-nav button.owl-prev {
  background: url('../../frontend/OM/Isha/en_US/mage/images/Left-Scroll.svg') no-repeat 0 0 !important;
  left: -37px;
}
.widget-slider-content .owl-nav button.owl-next {
  background: url('../../frontend/OM/Isha/en_US/mage/images/Right-Scroll.svg') no-repeat 0 0 !important;
  right: -37px;
}
.widget-slider-content .wishlist {
  display: none;
}
.widget-slider-content .categorycarousel-product .product-item-name {
  padding: 0 20px;
}
.widget-slider-content .categorycarousel-product .price {
  font-size: 24px;
  font-family: 'Fedra Sans Medium 5';
  padding-top: 5px;
}
.sold-out-tag {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  background: #ffffff;
  padding: 5px 15px;
  font-size: 12px;
}
.sold-out-tag + .product-item-info .product-image-wrapper {
  filter: grayscale(100%);
}
.widget-icons-slider .icon-carousel {
  max-width: 900px;
  margin: 0 auto;
}
.widget-icons-slider .owl-carousel .owl-item {
  padding: 0 5px;
}
.widget-icons-slider .owl-carousel .owl-item img {
  width: auto;
  margin-bottom: 20px;
}
.widget-icons-slider .owl-carousel .product-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 18px;
  text-align: center;
}
.widget-slider-content + .widget-slider-content + .block-static-block {
  background: #ffffff;
}
.widget-slider-content.block.widget .product-item-info .custom_addto_form > a {
  display: block;
  width: 100%;
}
.widget-slider-content.block.widget .product-item-info .product-image-container {
  width: 100% !important;
  display: block;
  position: relative;
}
.widget-slider-content.block.widget .product-item-info .product-image-wrapper {
  padding-bottom: 101% !important;
}
.widget-product-slider .product-item-inner {
  background: 0 0 !important;
  box-shadow: none !important;
  border: 0 solid #bbb !important;
  margin: 0 !important;
  padding: 0 !important;
}
.widget-product-slider .product-item .product-item-inner {
  box-shadow: none !important;
  margin: 0 !important;
  background: 0 0 !important;
  border: 0 !important;
  display: none !important;
  position: absolute !important;
  background: rgba(0, 0, 0, 0) !important;
  transition: all 0.5s ease;
}
.widget-product-slider .product-item .product-item-inner .tocart {
  font-size: 18px;
  font-family: 'Fedra Sans Medium 5';
  background: #edaa39;
  background: rgba(237, 170, 57, 0.8);
  width: 100%;
  height: 48px;
  text-align: center;
  border: 0;
  padding: 0;
  font-weight: 400;
  border-radius: 0;
}
.widget-product-slider .product-item .product-item-inner .tocart:hover {
  text-decoration: underline;
}
.widget-product-slider .product-item:hover .product-item-inner {
  left: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  right: 0;
  width: 100%;
  z-index: 9;
  height: auto !important;
  clip: inherit;
  text-align: center;
  top: auto !important;
  bottom: 0;
}
.widget-product-slider .product-item-actions {
  width: 100%;
}
.widget-product-slider .product-item-actions .actions-primary {
  width: 100%;
}
.widget-slider-content.products-grid .product-item .tocart {
  font-size: 18px;
  font-family: 'Fedra Sans Medium 5';
  background: #edaa39;
  background: rgba(237, 170, 57, 0.8);
  width: 100%;
  height: 48px;
  text-align: center;
  border: 0;
  padding: 0;
  font-weight: 400;
  border-radius: 0;
}
.page-layout-1column .widget-slider-content.widget-slider-content.block.widget .products-grid .product-item:nth-child(5n+1) {
  margin-left: 0 !important;
}
.mfp-iframe-holder * {
  box-sizing: border-box;
}
.mfp-iframe-holder .catalog-product-view .product-info-main {
  padding-right: 10px;
}
.home-mid-banner {
  display: flex;
  flex-wrap: wrap;
}
.home-mid-banner .left-img {
  width: 50%;
  padding-right: 3px;
}
.home-mid-banner .right-img {
  width: 50%;
  padding-left: 3px;
}
.home-mid-banner img {
  width: 100%;
}
.home-mid-banner a {
  display: block;
}
.categorycarousel-section {
  padding-top: 60px;
}
.categorycarousel-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 90px 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.categorycarousel-container:first-child {
  padding-top: 40px !important;
  background: #ffffff;
}
.categorycarousel-container .categorycarousel-parent {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.categorycarousel-container:nth-child(2n+2) {
  background-color: #ffffff;
}
.categorycarousel-container:nth-child(3) {
  background-position: -120px 120%;
}
.categorycarousel-container .categorycarousel-product {
  text-align: center;
  border: 1px solid rgba(196, 196, 196, 0.25);
  border-top: 0;
  padding-bottom: 15px;
}
.categorycarousel-container .categorycarousel-product .reviews-actions {
  font-size: 16px;
  color: #020202;
  margin-bottom: 6px;
}
.categorycarousel-container .categorycarousel-left {
  width: 61%;
}
.categorycarousel-container .categorycarousel-right {
  width: 61%;
}
.categorycarousel-container .categorycarousel-column {
  width: 39%;
  padding: 30px 120px 0 70px;
}
.categorycarousel-container .categorycarousel-column h3 {
  font-size: 27px;
  font-family: 'Fedra Sans Medium 5';
}
.categorycarousel-container .product-image-container {
  width: 100% !important;
  position: relative;
}
.categorycarousel-container .product-image-container .product-image-wrapper {
  padding-bottom: 100% !important;
}
.categorycarousel-container .home-image-container {
  line-height: 0.8;
}
.categorycarousel-container .categorycarousel-description {
  font-size: 18px;
  line-height: 30px;
}
.categorycarousel-container .categorycarousel-url {
  text-align: center;
  font-size: 21px;
  color: #a92611 !important;
  text-decoration: underline;
  text-transform: none;
}
.categorycarousel-container.position-left {
  background-position: -180px 110%;
  background-repeat: no-repeat;
}
.categorycarousel-container.position-right {
  background-position: 117% 154%;
  background-color: #ffffff;
}
.categorycarousel-container.position-right .categorycarousel-column {
  padding: 30px 70px 0;
}
.home-review-widget {
  max-width: 1280px;
  margin: 0 auto;
}
.review-slider .review-single {
  background: #ffffff;
  text-align: center;
  padding: 56px;
  height: 100%;
}
.review-slider .owl-item {
  height: 100%;
}
.review-slider .review-quote {
  width: 55px;
  height: 35px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/Quotes.svg') no-repeat 0 0;
  margin: 0 auto 18px;
}
.review-slider .review-detail {
  font-size: 21px;
  line-height: 36px;
  margin-bottom: 25px;
  font-family: 'Fedra Sans Std';
}
.review-slider .rating-summary .rating-result {
  width: 103px;
}
.review-slider .rating-summary .rating-result:before {
  font-size: 20px !important;
  color: #ffffff !important;
  line-height: 20px;
  height: 20px;
}
.review-slider .rating-summary .rating-result > span:before {
  color: #e8b55c !important;
  left: 0 !important;
  font-size: 20px !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 20px !important;
}
.review-slider .review-nickname {
  font-size: 18px;
  font-family: 'Fedra Sans Medium 5';
}
.review-slider .owl-nav button {
  width: 72px;
  height: 72px;
  top: 50%;
  transform: translateY(-50%);
  border: 0 !important;
  box-shadow: none;
  position: absolute;
  margin-top: -18px;
  outline: 0px;
}
.review-slider .owl-nav button span {
  display: none !important;
}
.review-slider .owl-nav button.owl-prev {
  background: url('../../frontend/OM/Isha/en_US/mage/images/Left-Scroll.svg') no-repeat 0 0 !important;
  left: -37px;
}
.review-slider .owl-nav button.owl-next {
  background: url('../../frontend/OM/Isha/en_US/mage/images/Right-Scroll.svg') no-repeat 0 0 !important;
  right: -37px;
}
.review-slider .owl-dots {
  left: 0;
  right: 0;
  background: 0 0 !important;
}
.review-slider .owl-dots button {
  background: #020202 !important;
  border: 0 !important;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 5px;
}
.review-slider .owl-dots button span {
  display: none !important;
}
.review-slider .owl-dots button.active {
  background: #6c757d !important;
}
.iconic-carousel {
  margin: 0 auto;
  margin-top: 20px;
  display: block !important;
  max-width: 1280px;
}
.iconic-carousel .desktop-img-section {
  width: 100%;
  float: left;
  padding-left: 220px;
  position: relative;
  padding-bottom: 40px;
}
.iconic-carousel .desktop-img-section img {
  width: auto !important;
}
.iconic-carousel .desktop-img-section img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  animation-name: bounce-2;
  animation-timing-function: linear;
}
.iconic-carousel .iconic-header {
  width: 220px;
  float: left;
  margin-right: -220px;
  position: relative;
  z-index: 1;
}
.iconic-carousel .iconic-header h3 {
  font-size: 48px;
  color: #a92611;
  letter-spacing: 0.03em;
  font-family: 'Fedra Sans Medium 5';
}
.iconic-carousel .iconic-header p {
  font-size: 18px;
  line-height: 30px;
  color: #020202;
  font-family: 'Fedra Sans Std';
}
.iconic-carousel .iconic-header a.iconic-viewnow {
  text-align: center;
  font-size: 21px;
  color: #ffffff !important;
  background: #a92611;
  text-transform: none;
  border-radius: 3px;
  font-size: 15px;
  font-family: 'Fedra Sans Medium 5' !important;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  max-width: 180px;
}
.iconic-carousel .iconic-header a.iconic-viewnow:hover {
  text-decoration: none;
}
.iconic-carousel .iconic-header a.iconic-viewnow:after {
  content: '';
  display: inline-block;
  background: url('../../frontend/OM/Isha/en_US/mage/images/Arrow-2-white.png') no-repeat 0 0;
  width: 17px;
  height: 14px;
  margin-left: 5px;
}
.iconic-carousel .item {
  padding: 0 70px 30px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  align-items: center;
}
.iconic-carousel .item:before {
  display: table;
  clear: both;
  content: '';
}
.iconic-carousel .item:after {
  display: table;
  clear: both;
  content: '';
}
.iconic-carousel .owl-nav {
  padding: 0 70px;
}
.iconic-carousel .owl-nav button {
  width: 72px;
  height: 72px;
  bottom: 52px;
  border: 0 !important;
  box-shadow: none;
  position: absolute;
  margin-top: -18px;
  left: 0;
  outline: 0px;
}
.iconic-carousel .owl-nav button.owl-prev {
  background: url('../../frontend/OM/Isha/en_US/mage/images/Left-Scroll.svg') no-repeat 0 0 !important;
  left: 0;
}
.iconic-carousel .owl-nav button.owl-next {
  background: url('../../frontend/OM/Isha/en_US/mage/images/Right-Scroll.svg') no-repeat 0 0 !important;
  right: 0;
}
.iconic-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  background: 0 0 !important;
}
.iconic-carousel .owl-dots button {
  background: #ffffff !important;
  border: 0 !important;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 5px;
}
.iconic-carousel .owl-dots button.active {
  background: #020202 !important;
}
.page-bottom {
  padding: 0;
}
.page-bottom .footernewsletter > .content {
  transform: translate(0) !important;
  width: 60% !important;
  position: relative !important;
  top: unset !important;
  left: unset !important;
  width: 55% !important;
}
.page-bottom .footernewsletter .content .block.newsletter form.subscribe {
  padding-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-bottom .footernewsletter .content .block.newsletter .subscribe .field.newsletter label {
  margin-bottom: 0 !important;
}
.page-bottom .footernewsletter .content .block.newsletter .subscribe .field.newsletter label input {
  height: 46px !important;
}
.page-footer {
  background: #233e51 !important;
  padding: 110px 0 130px !important;
  margin-top: 0;
  background: #002152 !important;
}
.page-footer:before {
  background: 0 0 !important;
}
.footerlinksection h4 {
  font-family: 'Fedra Sans Medium 5' !important;
  font-size: 24px;
  color: #ffffff !important;
}
.footerlinksection a {
  font-size: 15px !important;
  color: #ffffff !important;
  font-family: 'Fedra Sans Std' !important;
}
.footerlinksection li {
  padding-bottom: 25px !important;
}
.footerlinksection .footersocial a {
  width: 50%;
  float: left;
  margin-bottom: 24px;
  text-decoration: none !important;
}
.footerlinksection .footersocial a span {
  width: 60px;
  height: 60px;
  display: block;
}
.footerlinksection .footersocial a:hover {
  opacity: 0.7;
}
.footerlinksection .footersocial .facebook-icon {
  background: url('../../frontend/OM/Isha/en_US/mage/images/Facebook.svg') no-repeat 0 0;
}
.footerlinksection .footersocial .twitter-icon {
  background: url('../../frontend/OM/Isha/en_US/mage/images/Twitter.svg') no-repeat 0 0;
}
.footerlinksection .footersocial .youtube-icon {
  background: url('../../frontend/OM/Isha/en_US/mage/images/YouTube.svg') no-repeat 0 0;
}
.footerlinksection .footersocial .instagram--icon {
  background: url('../../frontend/OM/Isha/en_US/mage/images/Instagram.svg') no-repeat 0 0;
}
.home-mid-banner.mobile {
  display: none !important;
}
.block-static-block + .block-products-list + .block-static-block {
  background: #ffffff;
}
header .middle-container-wrap .back-icon {
  display: none !important;
}
.homefeaturedoffer .col-xl-12 {
  padding: 0 !important;
}
.homefeaturedoffer .mobilehed {
  display: none;
}
.homefeaturedoffer .innersection .content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 91;
  right: 0;
  background: 0 0 !important;
  color: #ffffff !important;
  padding: 28px;
}
.homefeaturedoffer .innersection .content span.mobilespan a {
  color: #ffffff !important;
  font-size: 22px;
  font-family: 'Fedra Sans Medium 5' !important;
  line-height: 30px;
}
.homefeaturedoffer .innersection .content span.subhead {
  opacity: 1 !important;
  font-size: 15px !important;
  padding-bottom: 5px;
  display: block;
}
.homefeaturedoffer .innersection .image {
  padding: 0;
  position: relative !important;
  border-radius: 9px;
  overflow: hidden;
}
.homefeaturedoffer .blocksection {
  max-width: 25% !important;
  flex: auto;
  max-width: 100% !important;
}
body.sticky-header.cms-fullpage-layout .page-header {
  min-height: 60px;
}
body.sticky-header.cms-empty-page .page-header {
  min-height: 60px;
}
.shopby-category.mobile {
  display: none;
}
.panel.header {
  padding: 0;
}
.header-promo-slider .slide {
  min-height: 26px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 15px;
  font-family: 'Fedra Sans Book 5';
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: #020202;
}
.header-promo-slider .slide a {
  font-family: 'Fedra Sans Book 5';
  text-decoration: underline;
  display: inline-flex;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: #020202;
}
.header-promo-slider .slide span {
  display: inline-block;
}
.header-promo-slider h4 {
  font-family: 'Fedra Sans Book 5' !important;
}
.slide-one {
  background: #004aa0;
}
.slide-tow {
  background: #007aa0;
}
.slide-three {
  background: #00a0a0;
}
.mobile-shopby-cat {
  display: none !important;
}
body.sticky-header .page-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.homefeaturedoffer-full {
  background: #162b6e;
}
.homefeaturedoffer-full .homefeaturedoffer {
  background: 0 0;
}
.adiyogi-grace-section-bottom {
  max-width: 1107px;
  margin: auto;
  padding: 60px 0;
}
body.cms-home .homefeaturedoffer-section-full {
  padding: 0 !important;
}
body.cms-home .msr-hero-banner {
  margin: -60px 0;
}
.row.homefeaturedoffer .col-xl-12 {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}
.footercopyright .d-flex a {
  color: #ffffff;
  border: 0 !important;
}
.footercopyright .d-flex a:first-child:after {
  content: '';
  display: inline-block;
  background: #ffffff;
  height: 4px;
  width: 4px;
  border-radius: 4px;
  vertical-align: middle;
  margin: 0 -10px 0 15px;
}
.msr-category-wrapper .config-option.pre-order [data-option-empty|=true] + label:after {
  display: none;
}
.msr-category-wrapper .config-option.pre-order .swatch-option-wrap label {
  width: 42px;
  height: 42px;
  border-radius: 42px;
  position: relative;
  color: #a92611;
  text-align: center;
  font-family: 'Fedra Sans Std Demi';
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0;
  border: solid 1px #ffffff;
}
.msr-category-wrapper .config-option.pre-order .swatch-option-wrap input[type=radio]:checked + label {
  background: #a92611 !important;
  color: #ffffff !important;
  cursor: pointer;
}
.sections.nav-sections .mega_menu_list ul li.level0 > a:hover {
  text-decoration: underline !important;
  color: #a92611 !important;
}
.down-round-arrow {
  pointer-events: none;
}
body.checkout-index-index.sticky-header .page-header {
  min-height: 78px;
}
body.checkout-index-index.sticky-header .page-header .logo {
  padding: 15px 0;
}
.bss_quickview-catalog_product-view .column.main {
  padding: 40px 15px;
}
.swatch-option.disabled {
  opacity: 0 !important;
  width: 42px;
  margin: 0 !important;
  padding: 0 !important;
  height: 42px !important;
  left: 41px !important;
  top: 0 !important;
}
.swatch-option.disabled:hover {
  border: none !important;
  outline: none !important;
}
.swatch-option.disabled:before {
  content: '/';
  font-size: 47px;
  position: absolute;
  top: 12px;
  left: 13px;
  color: #6c757d;
  transform: rotate(12deg);
  font-weight: 400;
}
.product-options-wrapper .swatch-opt .swatch-option.disabled + label {
  opacity: 0.6;
}
.product-options-wrapper .swatch-opt .swatch-option.disabled + label:after {
  content: '';
  width: 3px;
  height: 100%;
  background: #edaa38 !important;
  border-radius: 0;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: 0;
  opacity: 1;
}
.klevuVoiceSearchImage {
  position: absolute;
  right: 34px;
  top: 50%;
  line-height: 24px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: #ededed;
  border-radius: 50px;
  padding: 3px;
  margin-top: -12px;
  box-sizing: border-box;
}
.full-width-page .page-main {
  max-width: 100%;
  min-height: 1000px;
  padding: 0;
}
body.full-width-page .page-wrapper .page-bottom {
  z-index: unset;
}
body.full-width-page .page-wrapper .page-header {
  z-index: 1 !important;
}
body.full-width-page .page-bottom .footernewsletter {
  z-index: unset;
}
.field.newsletter span.label {
  display: none;
}
.closeshowlogin {
  display: none;
}
.bottom-toolbar .pages {
  display: none;
}
.fieldset > .field {
  margin: 0 0 20px;
}
.fieldset > .field.customer-address {
  margin: 0 10px 0 0 !important;
}
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.cms-support-ticket .supportticket .fieldset .field input:focus {
  outline: none;
}
.cms-support-ticket .supportticket .fieldset .field select:focus {
  outline: none;
}
.cms-support-ticket .supportticket .fieldset .field.commentbox textarea {
  width: 100%;
  border-radius: 3px;
}
.cms-support-ticket .supportticket .fieldset .field-recaptcha {
  float: left;
}
button:focus {
  outline: none;
}
input[type=text] {
  width: 100%;
}
input[type=password] {
  width: 100%;
}
input[type=url] {
  width: 100%;
}
input[type=tel] {
  width: 100%;
}
input[type=search] {
  width: 100%;
}
input[type=number] {
  width: 100%;
}
input[type=datetime] {
  width: 100%;
}
input[type=email] {
  width: 100%;
}
.parent-container-wrap.parent-container-wrap-ac {
  overflow: unset !important;
}
.my-container {
  width: 100%;
}
.cms-sample-home-page .page-bottom {
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}
.ias-noneleft {
  display: none !important;
}
.ias-trigger.ias-trigger-next {
  text-align: center;
}
.ias-trigger.ias-trigger-next button {
  padding: 11px 22px !important;
  font-size: 18px !important;
}
.catalog-category-view .category-view .category-image {
  padding-bottom: 14px !important;
}
@media only screen and (max-width: 1200px) {
  .klevuVoiceSearchImage {
    right: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .header.content .right-container-wrap .header.links .show-login-logout .authorization-link .loginbeforeicon .loginbeforeicon-img img {
    width: 100% !important;
    margin: 10px 0 0 !important;
    display: none !important;
  }
  .cms-diwali-offers .page-main {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  body header #mySidenav .menu-left {
    top: 154px !important;
  }
  body.sticky-header .page-header {
    min-height: 85px;
  }
}
@media only screen and (min-width: 1024px) {
  body.sticky-header .page-header {
    min-height: 128px;
  }
  .page-header .header.content .right-container-wrap .header.links {
    display: flex !important;
  }
  .header.content .right-container-wrap .header.links .icon.wishlist-my-icon li a {
    font-size: unset !important;
  }
  .page-header.headersticky .icon.wishlist-my-icon a {
    font-size: unset !important;
  }
  .page-header.headersticky .icon.user-my-icon {
    font-size: unset !important;
  }
}
@media only screen and (min-width: 1066px) {
  body header #mySidenav .menu-left {
    top: 126px !important;
  }
}
@media only screen and (min-width: 1370px) {
  body .page-bottom .footernewsletter {
    margin: 0 auto !important;
  }
  body .footercopyright .justify-content-between {
    max-width: 1320px;
    width: 100% !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1260px) {
  #mySidenav .nav-main > ul {
    display: flex !important;
  }
}
@media only screen and (max-width: 1065px) {
  .header.content {
    padding-bottom: 0 !important;
  }
  .header.content .middle-container-wrap .block.block-search {
    margin-left: 0 !important;
    width: 40% !important;
  }
  .header.content .right-container-wrap {
    padding-right: 20px;
    padding-right: 10px !important;
  }
  .header.content .right-container-wrap .header.links {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  body .footercopyright {
    padding: 0 30px;
    font-size: 13px;
  }
  body .footercopyright .col-xl-4 {
    margin-bottom: 0;
  }
  body .header.content .right-container-wrap {
    width: 44% !important;
    margin-right: 0 !important;
    padding-right: 20px !important;
  }
  body .header.content .middle-container-wrap .block.block-search .actions button {
    padding: 1px 6px;
  }
  body .header.content .klevuVoiceSearchImage {
    right: 29px;
    z-index: 2;
    top: 20px;
  }
  body .page-bottom .footernewsletter .footer-nandhi {
    padding-bottom: 68.5%;
    margin-bottom: 0;
    margin-top: -290px;
    width: 100%;
    background: #ffffff;
  }
  body .page-bottom .footernewsletter .footer-nandhi:before {
    display: block;
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: 100%;
    background: url('../../frontend/OM/Isha/en_US/mage/images/Nandi-1.png') no-repeat center bottom !important;
    background-size: 300px auto !important;
  }
  body .page-bottom .footernewsletter .content h2 {
    font-size: 27px;
    padding: 0 60px;
  }
  body .page-bottom .footernewsletter .content .block.newsletter button.subscribe {
    height: 38px;
  }
  body .page-footer .footer .footerlinksection > div {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100%;
    margin-left: 0 !important;
    padding: 15px 0 !important;
    border-bottom: solid 1px #6c757d !important;
  }
  body .page-footer .footer .footerlinksection > div:nth-child(4) {
    border: 0 !important;
  }
  body .page-footer .footer .footerlinksection > div.footersocial {
    border-bottom: 0 !important;
    text-align: center;
    margin-top: 54px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footerlinksection {
    background: 0 0;
  }
  .footerlinksection div.footersocial h4 {
    justify-content: center;
    width: 100%;
  }
  .footerlinksection div.footersocial h4:after {
    display: none;
  }
  .footerlinksection div.footersocial h3 {
    justify-content: center;
    width: 100%;
  }
  .footerlinksection div.footersocial h3:after {
    display: none;
  }
  .footerlinksection h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Fedra Sans Std' !important;
    display: flex;
    justify-content: space-between;
  }
  .footerlinksection h4:after {
    border-color: #ffffff !important;
    right: 0;
    top: 9px;
    content: '+';
    border: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    font-size: 26px;
    padding: 0;
    color: #ffffff;
    display: flex;
    line-height: 10px;
    align-items: center;
  }
  .footerlinksection h3 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Fedra Sans Std' !important;
    display: flex;
    justify-content: space-between;
  }
  .footerlinksection h3:after {
    border-color: #ffffff !important;
    right: 0;
    top: 9px;
    content: '+';
    border: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    font-size: 26px;
    padding: 0;
    color: #ffffff;
    display: flex;
    line-height: 10px;
    align-items: center;
  }
  .footerlinksection .col-2.active h4:after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    content: '-';
  }
  .footerlinksection .col-2.active h3:after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    content: '-';
  }
  .footerlinksection .col-2.active ul {
    padding: 20px 0 0 10px !important;
  }
  .footerlinksection .col-2.active ul li a {
    font-family: 'Fedra Sans Medium 5' !important;
    font-size: 16px;
  }
  .footerlinksection .footersocial a {
    width: auto;
    margin: 10px 8px 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
  }
  .footerlinksection .footersocial a span {
    background-size: cover !important;
    width: 50px;
    height: 50px;
  }
  .footerlinksection li {
    padding-bottom: 15px !important;
  }
  .cms-home .page-main .block.home-mid-banner-section {
    padding: 0 0 20px;
  }
  .cms-home .page-main .block.home-mid-banner-offer {
    padding-bottom: 0;
  }
  .cms-home .page-main .block.widget-icons-slider {
    padding-top: 0 !important;
  }
  .cms-home .page-main .block {
    padding: 45px 0;
    background: #ffffff;
  }
  .cms-home .page-main .block.widget-slider-content {
    padding: 45px 0;
  }
  .cms-home .page-main .block.home-review-wrap {
    padding: 70px 12px 40px !important;
  }
  .cms-home .block-static-block h2 {
    font-size: 27px;
  }
  .cms-home .block-title h2 {
    font-size: 27px;
  }
  .cms-home .widget-slider-content .product-item-name {
    padding: 0 15px;
    height: auto !important;
    margin: 13px 0 8px;
    line-height: 19px;
    min-height: 59px;
  }
  .cms-home .widget-slider-content .product-item .price-box.price-final_price {
    height: auto !important;
  }
  .cms-home .widget-slider-content .product-item .product-review-name {
    height: auto !important;
  }
  .cms-home .widget-slider-content .product-item .price-box {
    height: auto !important;
    margin: 0;
  }
  .cms-home .widget-slider-content .product-item .price-box .price-box {
    margin: 6px 0 0;
  }
  .cms-home .widget-slider-content .categorycarousel-product .product-item-name {
    padding: 0;
  }
  .cms-home .widget-slider-content .product-item-details {
    border: 0;
  }
  .cms-home .block.widget.widget-slider-content .owl-stage {
    display: flex;
  }
  .cms-home .block.widget.widget-slider-content .owl-item {
    width: 240px;
    max-width: 240px;
  }
  .cms-home .block.widget .products-grid .product-item {
    height: 100%;
    padding-bottom: 1px;
  }
  .cms-home .block.widget .products-grid .product-item .product-item-info {
    height: 100%;
    border: 1px solid rgba(196, 196, 196, 0.25);
  }
  .cms-home .widget .block-title {
    margin-bottom: 5px !important;
  }
  .cms-home .widget .block-title h2 {
    margin-bottom: 0 !important;
  }
  .cms-home .owl-carousel .owl-stage {
    display: flex;
  }
  .cms-home .categorycarousel-section.widget-slider-content li.product-item {
    height: 100%;
    padding-bottom: 1px;
  }
  .cms-home .categorycarousel-section.widget-slider-content li.product-item .custom_addto_form {
    height: 100%;
    border: 1px solid rgba(196, 196, 196, 0.25);
  }
  .cms-home .categorycarousel-section.widget-slider-content li.product-item .custom_addto_form .product-item-name {
    padding: 0 15px;
  }
  .block.home-mid-banner-section .right-img a:nth-child(1) {
    margin-top: -18px;
  }
  .categorycarousel-section {
    padding-top: 24px;
    background: #ffffff;
  }
  .categorycarousel-section.categorycarousel-section-1 {
    background: #ffffff !important;
  }
  .categorycarousel-section.categorycarousel-section-2 {
    background: #ffffff !important;
  }
  .categorycarousel-section.categorycarousel-section-2 .position-right {
    background: #ffffff !important;
  }
  .logo {
    margin-left: auto !important;
    order: 3;
  }
  .header.content {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .header.content .middle-container-wrap {
    width: auto !important;
    width: 56% !important;
  }
  .header.content .middle-container-wrap .block.block-search label {
    margin-bottom: 0 !important;
    display: none;
  }
  .header.content .middle-container-wrap .block.block-search label:before {
    position: static !important;
  }
  .header.content .middle-container-wrap .block.block-search input {
    left: 0 !important;
    top: 0 !important;
    position: initial !important;
    margin: 0;
  }
  .header.content .middle-container-wrap .block.block-search .actions button span {
    display: none !important;
  }
  .header.content .nav-toggle {
    position: static;
    order: 1;
    margin-top: 7px;
  }
  .header.content .nav-toggle:before {
    height: 25px;
    width: 28px !important;
    height: 21px !important;
    background: url('../../frontend/OM/Isha/en_US/mage/images/Menu.svg') no-repeat 0 0 !important;
    background-size: 28px auto !important;
    background-position: left top !important;
    margin-left: 16px;
    content: '';
  }
  .header.content .right-container-wrap {
    min-width: inherit;
  }
  .header.content .right-container-wrap .header.links .icon .myaccounticon img {
    width: auto !important;
    min-width: inherit !important;
    height: auto !important;
  }
  .parent-container-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
  .parent-container-wrap > * {
    box-sizing: border-box;
  }
  header .header.content .middle-container-wrap .block.block-search {
    margin-top: 10px;
    margin-left: 0 !important;
    z-index: 2;
    max-width: unset !important;
    width: 24% !important;
    margin-top: 0;
    order: 2;
    position: absolute;
    top: 9px;
    left: 60px;
  }
  header .mst-searchautocomplete__autocomplete._active {
    top: 62px !important;
  }
  .minicart-wrapper .action.showcart:before {
    background: url('../../frontend/OM/Isha/en_US/mage/images/Cart.svg') no-repeat center top !important;
    width: 32px !important;
    height: 25px !important;
    font-size: 0px;
    content: '' !important;
  }
  .page-header .panel.wrapper {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    font-family: 'Fedra Sans Std';
    transition: all 0.5s ease;
  }
  header.page-header {
    border-bottom: 0;
    transition: all 0.1s ease;
  }
  .home-banner-slider .banner_slider.item a {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .shopby-category .image-content .parent-div {
    width: 100%;
    padding: 1px 0;
  }
  .shopby-category .image-content .parent-div .inner-full {
    padding-left: 0;
  }
  .shopby-category .image-content .parent-div .inner-full:first-child {
    padding-bottom: 2px;
  }
  .shopby-category .image-content .parent-div .inner-full:first-child .cat-label {
    bottom: 2px;
  }
  .shopby-category .image-content .parent-div .cat-label {
    font-size: 18px;
    padding-bottom: 10px;
    background: rgba(0, 0, 0, 0.1);
    left: 0;
  }
  .shopby-category .image-content .parent-div .cat-label:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  .shopby-category .image-content .parent-div:nth-child(2n+2) {
    padding-right: 0;
  }
  .shopby-category .image-content .parent-div:nth-child(2) .cat-label {
    left: 0;
    right: 0;
    bottom: 1px;
    top: 1px;
  }
  .shopby-category .image-content .parent-div .inner-right {
    padding-left: 1px;
  }
  .shopby-category .image-content .parent-div .inner-right .cat-label {
    left: 1px;
  }
  .shopby-category .image-content .parent-div .inner-left {
    padding-right: 1px;
  }
  .shopby-category .image-content .parent-div .inner-left .cat-label {
    right: 1px;
    left: 0;
  }
  .widget-icons-slider .owl-carousel .product-item {
    font-size: 15px;
    font-family: 'Fedra Sans Std' !important;
  }
  .widget-icons-slider .owl-carousel .owl-item img {
    max-width: 84px;
  }
  .iconic-carousel {
    margin-bottom: 30px;
  }
  .iconic-carousel .iconic-header {
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
    order: 2;
    padding: 50px 31px 28px;
    border: 1px solid rgba(196, 196, 196, 0.25);
    border-top: 0;
    background: #ffffff;
  }
  .iconic-carousel .iconic-header h3 {
    font-size: 21px;
  }
  .iconic-carousel .iconic-header h3:after {
    background: url('../../frontend/OM/Isha/en_US/mage/images/Arrow-2-brown.png') no-repeat 0 0;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 29px;
    height: 16px;
  }
  .iconic-carousel .iconic-header p {
    font-size: 15px;
    line-height: 22px;
  }
  .iconic-carousel .iconic-header a.iconic-viewnow {
    display: none;
  }
  .iconic-carousel .desktop-img-section {
    padding-left: 0;
  }
  .iconic-carousel .desktop-img-section img:first-child {
    animation: inherit;
    margin-bottom: -65px;
  }
  .iconic-carousel .owl-nav button {
    left: 0 !important;
    position: inherit !important;
    display: none !important;
  }
  .iconic-carousel .owl-dots {
    left: 0 !important;
    text-align: center;
    bottom: -40px;
  }
  .iconic-carousel .owl-dots button {
    background: #6c757d !important;
  }
  .iconic-carousel .item {
    padding: 0;
  }
  .iconic-carousel .item .desktop-img-section {
    padding: 28px 31px;
    background: linear-gradient(0deg, rgba(165, 2, 2, 0), rgba(165, 2, 2, 0.08)), linear-gradient(124.38deg, rgba(255, 236, 189, 0.6) 0.93%, rgba(255, 198, 101, 0.24) 32.93%, rgba(255, 236, 189, 0.5) 81.44%);
    background-blend-mode: hue, normal;
    display: none !important;
  }
  .iconic-carousel .item .mobile-img-section {
    display: flex !important;
    justify-content: center;
    padding: 28px 31px;
    background: linear-gradient(0deg, rgba(165, 2, 2, 0), rgba(165, 2, 2, 0.08)), linear-gradient(124.38deg, rgba(255, 236, 189, 0.6) 0.93%, rgba(255, 198, 101, 0.24) 32.93%, rgba(255, 236, 189, 0.5) 81.44%);
    background-blend-mode: hue, normal;
    width: 100%;
  }
  .iconic-carousel .item .mobile-img-section img {
    width: auto !important;
    margin-bottom: -65px;
    z-index: 99;
  }
  .widget-slider-content .show-carousel {
    margin-left: 0 !important;
  }
  .widget-slider-content .product-item .price-box.price-final_price {
    width: 100%;
  }
  .widget-slider-content .product-item .product-reviews-summary.short .reviews-actions {
    margin-top: 8px !important;
    margin-bottom: 0 !important;
  }
  .widget-slider-content .product-item .product-reviews-summary.short .reviews-actions a {
    font-size: 15px;
  }
  .widget-slider-content .product-item .price-box .price {
    font-family: 'Fedra Sans Medium 5';
    font-size: 19px !important;
  }
  .widget-slider-content .owl-nav button.owl-prev {
    left: 0;
  }
  .widget-slider-content .owl-nav button.owl-next {
    right: 0;
  }
  .widget-slider-content .product-item-name {
    font-size: 15px;
    line-height: 22.5px;
  }
  .widget-slider-content .categorycarousel-product .price {
    font-family: 'Fedra Sans Medium 5' !important;
  }
  .widget-slider-content .owl-carousel .owl-stage-outer {
    padding-top: 0;
  }
  .widget-slider-content .products-grid {
    overflow: hidden;
  }
  .widget-slider-content .products-grid .product-item .product-item-inner {
    display: block !important;
    bottom: 16px !important;
    top: auto !important;
    left: 0;
    right: 0;
    padding: 0 22px;
    margin: 0 auto !important;
    text-align: center;
    background: 0 0 !important;
  }
  .widget-slider-content .products-grid .product-item:hover .product-item-inner {
    background: 0 0 !important;
  }
  .widget-slider-content .bottom-link a {
    font-family: 'Fedra Sans Std' !important;
  }
  .widget-slider-content .product-item-details {
    padding-bottom: 70px;
  }
  .home-mid-banner .left-img {
    width: 100%;
  }
  .home-mid-banner .right-img {
    width: 100%;
  }
  .block-products-list .widget-slider-content .block {
    padding-top: 0;
  }
  .widget-slider-content.block.widget .product-item-info .product-image-container {
    position: inherit;
  }
  .widget-product-slider .product-item .product-item-inner {
    display: block !important;
    bottom: 16px !important;
    top: auto !important;
    left: 0;
    right: 0;
    padding: 0 22px;
    margin: 0 auto !important;
    text-align: center;
    background: 0 0 !important;
  }
  .widget-product-slider .product-item:hover .product-item-inner {
    background: 0 0 !important;
  }
  .categorycarousel-container {
    padding: 50px 0;
    background-image: none !important;
  }
  .categorycarousel-container .categorycarousel-column {
    width: 100%;
    padding: 0 20px 40px;
    margin-top: 0;
    background: #ffffff;
    text-align: left;
  }
  .categorycarousel-container .categorycarousel-column h3 {
    font-size: 20px;
  }
  .categorycarousel-container .categorycarousel-right {
    width: 100%;
    padding-left: 20px;
  }
  .categorycarousel-container .categorycarousel-left {
    width: 100%;
    padding-left: 20px;
  }
  .categorycarousel-container:nth-child(1) {
    background: #ffffff;
  }
  .categorycarousel-container:nth-child(3) {
    background: #ffffff;
  }
  .categorycarousel-container:nth-child(3) .categorycarousel-column {
    padding-top: 40px;
  }
  .categorycarousel-container .categorycarousel-description {
    font-size: 15px;
    line-height: 24px;
  }
  .categorycarousel-container .categorycarousel-url {
    font-size: 18px;
  }
  .categorycarousel-container .product-image-wrapper {
    padding-bottom: 100% !important;
  }
  .categorycarousel-container .categorycarousel-product {
    padding: 0 20px 110px;
    padding: 0 0 70px;
    border: 0;
  }
  .categorycarousel-container:first-child .categorycarousel-column {
    padding-top: 30px;
  }
  .categorycarousel-container .product-image-container {
    position: initial;
  }
  .categorycarousel-container.position-right {
    padding: 45px 0 45px;
    background: #ffffff;
  }
  .categorycarousel-container.position-right .categorycarousel-column {
    padding: 0 20px;
    text-align: left;
    background: 0 0;
    padding: 0 20px 40px;
  }
  .categorycarousel-container.position-left .categorycarousel-left {
    order: 2;
    padding-top: 0;
    background: 0 0;
  }
  .review-slider .owl-nav button.owl-prev {
    left: 0;
  }
  .review-slider .owl-nav button.owl-next {
    right: 0;
  }
  .review-slider .review-detail {
    padding: 0;
    font-size: 15px;
    line-height: 31px;
  }
  .page-bottom .footernewsletter > .content {
    width: 100% !important;
    padding: 40px 20px 0;
  }
  .page-bottom .footernewsletter .content .block.newsletter .subscribe {
    width: 100%;
  }
  .page-bottom .footernewsletter .content .block.newsletter .subscribe .field.newsletter label input {
    margin-right: 0;
  }
  .page-bottom .footernewsletter .content .block.newsletter form.subscribe {
    padding-top: 0 !important;
    display: flex;
    flex-wrap: wrap;
  }
  .page-bottom .footernewsletter .content .block.newsletter .actions {
    display: block;
    margin-top: 2px;
  }
  .page-bottom .footernewsletter:before {
    display: none !important;
  }
  .page-footer {
    padding: 37px 0 12px !important;
  }
  .footer.content {
    border: 0 !important;
  }
  .col-xl-12.p-0.footerlinksection.d-flex.flex-wrap.justify-content-between {
    padding-top: 0 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .owl-carousel .owl-nav button {
    display: none !important;
    visibility: hidden;
  }
  .widget-slider-content + .widget-slider-content + .block-static-block {
    padding-left: 6px !important;
    padding-right: 6px !important;
    box-sizing: border-box;
  }
  .widget-slider-content + .widget-slider-content + .block-static-block * {
    box-sizing: border-box;
  }
  .widget-slider-content + .widget-slider-content + .block-static-block .products-grid {
    background: 0 0 !important;
  }
  .catalog-product-view .product-info-main {
    width: 100% !important;
  }
  .home-mid-banner.desktop {
    display: none !important;
  }
  .home-mid-banner.mobile {
    display: block !important;
  }
  .home-mid-banner.mobile .content-item {
    text-align: center;
    font-size: 15px;
    font-family: 'Fedra Sans Std';
    color: #020202;
    margin-bottom: 42px;
  }
  .home-mid-banner.mobile .content-item span {
    display: block;
  }
  .home-mid-banner.mobile .content-item span.content-link {
    font-size: 21px;
    color: #a92611;
    text-decoration: underline;
    font-family: 'Fedra Sans Std';
  }
  .home-mid-banner.mobile a {
    margin-bottom: 20px;
    display: block;
  }
  .home-mid-banner.mobile .right-img a:nth-child(2) {
    margin-bottom: 0;
  }
  .search-open .block-search .minisearch.active .input-text {
    top: 0 !important;
    position: initial !important;
    margin: 0;
    left: 0 !important;
    width: 100% !important;
  }
  .search-open .block-search .minisearch.active .close-search {
    display: none !important;
  }
  .down-scroll .header.content .middle-container-wrap .block.block-search .minisearch {
    opacity: 0;
    visibility: hidden;
  }
  .minisearch.active .actions {
    display: block !important;
    top: 0 !important;
    width: auto;
    height: auto;
    right: 0;
  }
  .block.widget.widget-slider-content .products-grid .product-item {
    max-width: 240px;
    width: 100% !important;
    min-width: 240px;
  }
  .block.widget.widget-slider-content .owl-stage {
    padding-top: 11px;
  }
  .categorycarousel-section.widget-slider-content li.product-item {
    max-width: 240px;
    width: 100% !important;
    min-width: 240px;
    max-width: unset;
    min-width: unset;
  }
  .checkout-index-index .page-header:after {
    display: none !important;
  }
  .checkout-index-index .page-main .checkout-header {
    position: static !important;
    margin-bottom: 0 !important;
  }
  .checkout-index-index .page-main .checkout-header h1 {
    position: static !important;
  }
  #mySidenav .nav-main .klevuVoiceSearchImage {
    right: 40px;
  }
  body.cms-home .msr-hero-banner {
    margin: -45px 0;
    min-height: inherit;
  }
  .catalog-product-view.new-pdp-design .product-media-info-section .product-info-main #product-addtocart-button {
    width: 100%;
    margin-right: 0;
  }
  .catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .actions #buy-now {
    width: 100%;
  }
  .shopby-category .image-content .parent-div .inner-full:first-child a {
    width: 100% !important;
  }
  .catalog-category-view .products_listing_grid.products.wrapper .product-item-details {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  header .header.content .middle-container-wrap .block.block-search {
    max-width: unset !important;
    width: 100% !important;
    top: 0;
    left: 0;
  }
  header .header.content .logo img {
    width: 70px !important;
  }
  .cms-index-index .header.content {
    padding-bottom: 58px !important;
  }
  body .header.content .middle-container-wrap .block.block-search .actions button {
    padding: 1px 6px;
  }
  body .header.content .klevuVoiceSearchImage {
    right: 51px;
    z-index: 2;
    top: 33px;
  }
  body .toppromo .owl-theme .owl-dots {
    display: none;
  }
  .al-blog-slider .owl-item .blog-section .blog-post-info {
    padding: 15px;
  }
  .al-blog-slider .owl-item .blog-section .blog-post-info .post-title a {
    font-size: 16px;
    line-height: 22px;
  }
  .header-promo-slider .slide {
    font-size: 11.5px;
  }
  .header-promo-slider .slide a {
    font-size: 11.5px;
  }
  .down-round-arrow {
    pointer-events: unset;
  }
  .adiyogi-grace-section-bottom {
    padding: 0 24px 30px;
    text-align: center;
  }
  .adiyogi-grace-section-bottom img {
    max-width: 333px;
    margin: auto;
    width: 100%;
  }
  .toppromo .slide {
    padding: 5px 15px;
  }
  .homefeaturedoffer .blocksection {
    flex: auto;
    max-width: 25% !important;
    margin-bottom: 0;
    padding: 0 !important;
    max-width: 100% !important;
  }
  .homefeaturedoffer .mobilehed {
    display: block;
  }
  .homefeaturedoffer .mobilehed h2 {
    position: static !important;
  }
  .homefeaturedoffer .mobilehed span {
    font-size: 30px !important;
    display: initial !important;
    font-family: 'Fedra Sans Std';
  }
  .homefeaturedoffer h2:before {
    display: none !important;
  }
  .homefeaturedoffer:after {
    display: none !important;
  }
  .homefeaturedoffer .innersection .content {
    opacity: 1 !important;
    padding: 16px;
  }
  .homefeaturedoffer .innersection .content span.subhead {
    font-size: 13px !important;
  }
  .homefeaturedoffer .innersection .content span.mobilespan a {
    line-height: 21px;
    font-size: 16px;
  }
  .cms-home .row.homefeaturedoffer:before {
    display: none;
  }
  .row.homefeaturedoffer {
    margin-top: 0;
  }
  .row.homefeaturedoffer .col-xl-12 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }
  .widget-slider-content.products-grid .product-item .tocart {
    max-width: 90%;
    border-radius: 4px;
  }
  .widget-product-slider .product-item .product-item-inner .tocart {
    max-width: 90%;
    border-radius: 4px;
  }
  .header.content {
    padding-bottom: 58px !important;
  }
  .header.content .middle-container-wrap .block.block-search .minisearch {
    position: absolute;
    left: 0;
    top: 58px;
    right: 0;
    padding: 12px 15px !important;
    background: #c1cfac !important;
    margin: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease;
  }
  .header.content .middle-container-wrap .block.block-search .actions button {
    display: block !important;
    height: 40px !important;
    width: auto !important;
    border: 0 !important;
    box-sizing: border-box;
    top: 13px !important;
    margin-top: 0 !important;
    left: auto !important;
    right: 15px !important;
    min-width: inherit !important;
    padding: 4px 10px !important;
    box-shadow: unset;
  }
  .header.content .middle-container-wrap .block.block-search .actions button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #6c757d;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    color: #020202 !important;
    font-size: 21px !important;
    display: inline-block !important;
  }
  .header.content .right-container-wrap {
    margin-right: 0;
  }
  header.page-header.sticky-header + .breadcrumbs + .page-main {
    padding-top: 158px !important;
  }
  .page-main {
    margin-top: 0 !important;
  }
  .sticky-header .page-main {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 360px) {
  body .header.content .right-container-wrap {
    width: 44% !important;
    margin-right: 0 !important;
    padding-right: 20px !important;
  }
  body .header.content .right-container-wrap .header.links {
    padding-right: 20px !important;
    margin-bottom: 0;
  }
  body .header.content .middle-container-wrap {
    width: 44% !important;
  }
  body .header.content .middle-container-wrap .block.block-search .actions button {
    padding: 1px 6px;
  }
}
.page-header.headersticky {
  height: auto !important;
}
.page-header.headersticky .sections.nav-sections ul > li.level0.has-child > a:after {
  right: 0;
  position: absolute;
}
.page-header.headersticky .right-container-wrap .search-icon.desktop .search-icon {
  width: 34px;
  height: 36px !important;
  background: url('../../frontend/OM/Isha/en_US/mage/images/sticky-search.svg') no-repeat center right !important;
  display: inline-block;
}
.page-header.headersticky .middle-container-wrap .action.search {
  display: none !important;
}
.savetheweave ul {
  position: relative;
  right: 50px;
}
.header.content {
  height: auto;
}
.page-wrapper .headersticky .sections.nav-sections ul li.level0 > a {
  padding: 0 11px;
}
.page-wrapper .page-header.headersticky .sections.nav-sections {
  padding-left: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  padding-left: 15px;
  color: #e8b55c;
}
.product-info-main .stock {
  clear: both;
}
.product-info-main .stock .ampreorder-observed {
  background: #ffffff;
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 4px;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.06);
  border: solid 1px #e4e4e4;
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
}
.home-promo-banner {
  background: #ffffff;
  padding: 40px 0 0;
}
.home-promo-banner img {
  width: 100%;
}
.cms-bond-of-grace {
  background: #ffffff;
}
.cms-bond-of-grace .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-bond-of-grace .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-bond-of-grace .page-main .topcategory {
  padding: 0 168px;
  padding-top: 45px;
  padding-bottom: 50px;
  text-align: center;
}
.cms-bond-of-grace .page-main .topcategory ul {
  padding: 0;
  list-style: none;
}
.cms-bond-of-grace .page-main .topcategory ul li {
  display: inline-block;
  width: 32%;
  position: relative;
  margin: 0;
  padding-bottom: 10px;
  transition: 0.3s;
  margin-right: 10px;
}
.cms-bond-of-grace .page-main .topcategory ul li:nth-child(3n) {
  margin-right: 0;
}
.cms-bond-of-grace .page-main .topcategory ul li span {
  position: absolute;
  bottom: 27px;
  width: 100%;
  text-align: center;
  left: 0;
  font-family: 'Fedra Sans Std';
  font-size: 23px;
  color: #ffffff;
}
.cms-bond-of-grace .page-main .topcategory ul li span a {
  color: #ffffff;
  font-size: 18px;
  padding: 0 40px;
  text-align: center;
  display: block;
}
.cms-bond-of-grace .page-main .topcategory ul li span a:hover {
  text-decoration: underline;
}
.cms-bond-of-grace .page-main .topcategory ul li span.wishlist {
  font-size: 0px;
  position: absolute;
  top: 18px;
  left: 21px;
  bottom: auto;
  width: auto;
  z-index: 99;
  display: none;
}
.cms-bond-of-grace .page-main .topcategory ul li span.wishlist:before {
  content: "\f08a";
  font-family: "FontAwesome" !important;
  color: #ffffff;
  font-size: 14px;
}
.cms-bond-of-grace .page-main .topcategory ul li .hovereffect {
  display: none;
}
.cms-bond-of-grace .page-main .topcategory ul li .image img {
  width: 100%;
}
.cms-bond-of-grace .page-main .topcategory ul li:hover .hovereffect {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #a92611;
  opacity: 0.95;
  width: 100%;
  height: 98%;
  border-radius: 3px;
  padding: 0 40px;
  padding-top: 40px;
  font-family: 'Fedra Sans Std';
}
.cms-bond-of-grace .page-main .topcategory ul li:hover .hovereffect h2 {
  color: #ffffff;
  font-size: 23px;
  font-family: 'Fedra Sans Std';
  display: none;
}
.cms-bond-of-grace .page-main .topcategory ul li:hover .hovereffect .topsubttitle {
  font-size: 15.5px;
  border-bottom: solid 1px #edaa38;
  padding-top: 4px;
  margin-bottom: 18px;
  display: inline-block;
  line-height: normal;
  color: #ffffff;
  padding-bottom: 8px;
}
.cms-bond-of-grace .page-main .topcategory ul li:hover .hovereffect p {
  font-size: 14px;
  line-height: normal;
  color: #ffffff;
}
.cms-bond-of-grace .page-main .topcategory ul li:hover .hovereffect a {
  width: 180px;
  height: 46px;
  line-height: 46px;
  background: #ffffff;
  color: #a92611;
  display: inline-block;
  border-radius: 3px;
  font-size: 15.5px;
  font-weight: 600;
  margin-top: 60px;
  text-decoration: none;
}
.cms-bond-of-grace .page-main .topcategory ul li:hover .hovereffect a:hover {
  text-decoration: none;
}
.cms-bond-of-grace .page-main .otherofferings .onlyentials {
  background: 0 0;
  padding: 40px 130px;
  padding-bottom: 0;
}
.cms-bond-of-grace .page-main .otherofferings .onlyentials .block-products-list {
  margin-bottom: 10px;
}
.cms-bond-of-grace .page-main .otherofferings .onlyentials .block-title:before {
  bottom: 8px;
}
.cms-bond-of-grace .page-main .otherofferings .onlyentials .block-title strong {
  font-size: 26px;
  background: #ffffff;
}
.cms-bond-of-grace .page-main .otherofferings .onlyentials .calltoaction {
  background: #ffffff;
  margin-top: -2px;
}
.cms-bond-of-grace .page-main .otherofferings .onlyentials .product-item-inner {
  display: none;
}
.cms-bond-of-grace .page-main .explorecategory {
  padding: 0 130px;
}
.cms-bond-of-grace .page-main .explorecategory h2 {
  font-family: 'Fedra Sans Std';
  font-size: 24px;
  text-align: center;
  padding-bottom: 33px;
  margin: 0;
  position: relative;
  width: 1274px;
}
.cms-bond-of-grace .page-main .explorecategory h2:before {
  content: '';
  position: absolute;
  bottom: 39px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/home-heading-bg.png') no-repeat left top;
  width: 50%;
  height: 7px;
  transform: translate(-50%, -50%);
  left: 45%;
}
.cms-bond-of-grace .page-main .explorecategory h2:after {
  content: '';
  position: absolute;
  bottom: 39px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/home-heading-bg.png') no-repeat right top;
  width: 50%;
  height: 7px;
  transform: translate(-50%, -50%);
  right: -5%;
}
.cms-bond-of-grace .page-main .explorecategory ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-bond-of-grace .page-main .explorecategory ul li {
  display: inline-block;
}
.cms-bond-of-grace .page-main .explorecategory ul li:last-child {
  float: right;
}
.cms-bond-of-grace .page-main .explorecategory .content {
  padding-bottom: 100px;
}
.cms-bond-of-grace .page-main .explorecategory .content h3 {
  font-family: 'Fedra Sans Std';
  font-size: 24px;
  padding-top: 25px;
  position: relative;
  z-index: 1;
}
.cms-bond-of-grace .page-main .explorecategory .content h3 span {
  z-index: 1;
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding-right: 20px;
}
.cms-bond-of-grace .page-main .explorecategory .content h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 97%;
  border-bottom: solid 1px #edaa38;
  z-index: -1;
}
.cms-bond-of-grace .page-main .explorecategory .content p {
  font-family: 'Fedra Sans Std';
  font-size: 16px;
  line-height: 26px;
  padding-top: 10px;
  margin: 0;
  padding-right: 40px;
}
.cms-bhairavi-sadhana {
  background: #ffffff;
}
.cms-diwali .qoute {
  position: absolute;
  top: 11%;
  text-align: center;
}
.cms-diwali .qoute p {
  font-family: 'Fedra Sans Std' !important;
  font-size: 20px;
  line-height: 34px;
  padding: 0 350px;
  font-weight: 400;
  color: #020202;
}
.cms-diwali .qoute1 {
  position: absolute;
  top: 15.8%;
  right: -3%;
  max-width: 700px;
}
.cms-diwali .qoute1 p {
  font-family: 'Fedra Sans Std' !important;
  font-size: 20px;
  line-height: 34px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
  color: #fdf8ee;
  padding-bottom: 9px;
}
.cms-diwali .qoute1 p a {
  font-family: 'Fedra Sans Std' !important;
  color: #e8b55c;
  text-decoration: underline;
  font-size: 16px;
}
.cms-diwali .qoute1 p img {
  width: 8%;
  padding-right: 8px;
}
.cms-diwali .qoute2 {
  position: absolute;
  top: 26.3%;
  left: -5%;
  max-width: 700px;
}
.cms-diwali .qoute2 p {
  font-family: 'Fedra Sans Std' !important;
  font-size: 20px;
  line-height: 34px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
  color: #fdf8ee;
  padding-bottom: 9px;
}
.cms-diwali .qoute2 p a {
  font-family: 'Fedra Sans Std' !important;
  color: #e8b55c;
  text-decoration: underline;
  font-size: 16px;
}
.cms-diwali .qoute2 p img {
  width: 8%;
  padding-right: 8px;
}
.cms-diwali .qoute3 {
  position: absolute;
  top: 37.7%;
  right: -4%;
  max-width: 700px;
}
.cms-diwali .qoute3 p {
  font-family: 'Fedra Sans Std' !important;
  font-size: 20px;
  line-height: 34px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
  color: #fdf8ee;
  padding-bottom: 9px;
}
.cms-diwali .qoute3 p a {
  font-family: 'Fedra Sans Std' !important;
  color: #e8b55c;
  text-decoration: underline;
  font-size: 16px;
}
.cms-diwali .qoute3 p img {
  width: 8%;
  padding-right: 8px;
}
.cms-diwali .qoute4 {
  position: absolute;
  top: 48.6%;
  left: -5%;
  max-width: 700px;
}
.cms-diwali .qoute4 p {
  font-family: 'Fedra Sans Std' !important;
  font-size: 20px;
  line-height: 34px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
  color: #fdf8ee;
  padding-bottom: 9px;
}
.cms-diwali .qoute4 p a {
  font-family: 'Fedra Sans Std' !important;
  color: #e8b55c;
  text-decoration: underline;
  font-size: 16px;
}
.cms-diwali .qoute4 p img {
  width: 8%;
  padding-right: 8px;
}
.cms-diwali .qoute5 {
  position: absolute;
  top: 59.8%;
  right: -5%;
  max-width: 700px;
}
.cms-diwali .qoute5 p {
  font-family: 'Fedra Sans Std' !important;
  font-size: 20px;
  line-height: 34px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
  color: #fdf8ee;
  padding-bottom: 9px;
}
.cms-diwali .qoute5 p a {
  font-family: 'Fedra Sans Std' !important;
  color: #e8b55c;
  text-decoration: underline;
  font-size: 16px;
}
.cms-diwali .qoute5 p img {
  width: 8%;
  padding-right: 8px;
}
.cms-diwali .qoute6 {
  position: absolute;
  top: 70.7%;
  left: -5%;
  max-width: 700px;
}
.cms-diwali .qoute6 p {
  font-family: 'Fedra Sans Std' !important;
  font-size: 20px;
  line-height: 34px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
  color: #fdf8ee;
  padding-bottom: 9px;
}
.cms-diwali .qoute6 p a {
  font-family: 'Fedra Sans Std' !important;
  color: #e8b55c;
  text-decoration: underline;
  font-size: 16px;
}
.cms-diwali .qoute6 p img {
  width: 8%;
  padding-right: 8px;
}
.cms-diwali .qoute7 {
  position: absolute;
  top: 82.5%;
  right: -5%;
  max-width: 700px;
}
.cms-diwali .qoute7 p {
  font-family: 'Fedra Sans Std' !important;
  font-size: 20px;
  line-height: 34px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
  color: #fdf8ee;
  padding-bottom: 9px;
}
.cms-diwali .qoute7 p a {
  font-family: 'Fedra Sans Std' !important;
  color: #e8b55c;
  text-decoration: underline;
  font-size: 16px;
}
.cms-diwali .qoute7 p img {
  width: 8%;
  padding-right: 8px;
}
.cms-diwali .qoute8 {
  position: absolute;
  top: 94.09999999999999%;
  left: -5%;
  max-width: 700px;
}
.cms-diwali .qoute8 p {
  font-family: 'Fedra Sans Std' !important;
  font-size: 20px;
  line-height: 34px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
  color: #fdf8ee;
  padding-bottom: 9px;
}
.cms-diwali .qoute8 p a {
  font-family: 'Fedra Sans Std' !important;
  color: #e8b55c;
  text-decoration: underline;
  font-size: 16px;
}
.cms-diwali .qoute8 p img {
  width: 8%;
  padding-right: 8px;
}
.hidenoticebar {
  display: none;
}
.right-container-wrap .search-icon.desktop {
  display: inline-block;
  width: 34px;
  vertical-align: middle;
  height: 36px;
  margin-right: 15px;
  margin-top: -16px;
  position: relative;
  top: 10px;
  cursor: pointer;
}
.swatch-option.disabled {
  cursor: pointer;
  pointer-events: auto;
}
.swatch-option[data-option-empty|=true] {
  opacity: 0 !important;
}
.product-options-wrapper .swatch-opt .swatch-option[data-option-empty|=true] {
  opacity: 0.1;
}
.product-options-wrapper .swatch-opt .swatch-option[data-option-empty|=true] + label {
  opacity: 0.6;
}
.product-options-wrapper .swatch-opt .swatch-option[data-option-empty=true] + label:after {
  content: '';
  width: 3px;
  height: 100%;
  background: #edaa38 !important;
  border-radius: 0;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: 0;
  opacity: 1;
}
.product-options-wrapper div.mage-error[generated] {
  position: inherit;
}
.swatch-opt input[type=radio]:checked + label:after {
  background: 0 0 !important;
}
.swatch-opt input[type=radio].selected:checked + label:after {
  background: #edaa38 !important;
}
body.catalog-product-view .product.alert.stock {
  margin-bottom: 20px;
}
body.catalog-product-view .fieldset:last-child {
  margin-bottom: 27px;
}
.swatch-attribute.shirt_size label {
  position: relative;
}
.swatch-notify {
  position: absolute;
  bottom: auto;
  top: -27px;
  right: -10px;
  display: block;
  padding: 4px;
  background: 0 0;
  color: #a92611;
  border: 1px solid red;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  opacity: 1;
  font-size: 10px;
  line-height: 1;
  width: 60px;
  z-index: 1;
}
span.swatch-notify:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  position: absolute;
  bottom: -3px;
  z-index: 1;
  background: #ffffff;
  border-bottom: 1px solid red;
  border-right: 1px solid red;
  transform: rotate(45deg);
  left: calc(100% - 55%);
}
@media only screen and (min-width: 768px) {
  .header.content .right-container-wrap .header.links .show-login-logout .authorization-link .loginbeforeicon {
    margin-bottom: -32px !important;
  }
  .header.content .right-container-wrap .header.links .show-login-logout .authorization-link .loginbeforeicon .loginbeforeicon-img {
    background: 0 0 !important;
    padding: 12px 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
  .header.content .right-container-wrap .header.links .show-login-logout .authorization-link .loginbeforeicon .loginbeforeicon-img img {
    width: 100% !important;
    margin-top: 10px !important;
    margin-left: 0 !important;
    margin-bottom: -20px !important;
    display: none !important;
  }
  .cms-sso-faq {
    background: #ffffff;
  }
  .cms-sso-faq .ssocustomersupport .accordion-container {
    padding-top: 50px;
  }
  .cms-sso-faq .ssocustomersupport h2 {
    text-align: center;
    font-size: 36px;
    font-family: 'Fedra Sans Std';
    margin: 0;
    padding-top: 35px;
    position: relative;
  }
  .cms-sso-faq .ssocustomersupport h2:after {
    content: '';
    background: url('../../frontend/OM/Isha/en_US/mage/images/heading-bg.png') no-repeat center bottom;
    width: 228px;
    height: 7px;
    position: absolute;
    left: 50%;
    bottom: -23px;
    transform: translate(-50%, -50%);
  }
  .cms-sso-faq .ssocustomersupport .accordingsecton .accordion-container {
    width: 1140px;
    margin: auto;
    padding-bottom: 68px;
    position: relative;
  }
  .cms-sso-faq .ssocustomersupport .accordingsecton .accordion-container h3 {
    font-size: 26px;
    font-family: 'Fedra Sans Std';
    font-weight: 500;
    padding-bottom: 20px;
    margin: 0;
    padding-left: 18px;
  }
  .cms-sso-faq .ssocustomersupport .accordingsecton .accordion-container .set {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }
  .cms-sso-faq .ssocustomersupport .accordingsecton .accordion-container .set a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
    font-size: 16px;
    color: #a92611;
    font-family: 'Fedra Sans Std';
    font-weight: 600;
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
  }
  .cms-sso-faq .ssocustomersupport .accordingsecton .accordion-container .set .contentsecrtion {
    display: none;
    background: #ffffff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .cms-sso-faq .ssocustomersupport .accordingsecton .accordion-container .set .contentsecrtion p {
    font-family: 'Fedra Sans Std';
    font-size: 14px;
    padding: 10px 20px;
    line-height: 30px;
    margin: 0;
  }
  .cms-sso-faq .ssocustomersupport .accordingsecton .accordion-container .set .contentsecrtion ul li {
    font-family: 'Fedra Sans Std';
    font-size: 14px;
    padding: 10px;
    margin: 0;
    list-style: upper-roman;
  }
  .cms-sso-faq .ssocustomersupport .accordingsecton .accordion-container .set .contentsecrtion .faq-sec .faq-sec-left {
    width: 50%;
    text-align: center;
    float: left;
    display: table;
    border-right: 1px solid #020202;
    border-bottom: 1px solid #020202;
  }
  .cms-sso-faq .ssocustomersupport .accordingsecton .accordion-container .set .contentsecrtion .faq-sec .faq-sec-left img {
    padding: 50px 0;
  }
  .cms-sso-faq .ssocustomersupport .accordingsecton .accordion-container .set .contentsecrtion .faq-sec .faq-sec-right {
    width: 50%;
    text-align: center;
    float: right;
    display: table;
    border-bottom: 1px solid;
  }
  .cms-sso-faq .ssocustomersupport .accordingsecton .accordion-container .set .contentsecrtion .faq-sec .faq-sec-right img {
    padding: 50px 0;
  }
  .cms-sso-faq .ssocustomersupport .accordingsecton .accordion-container.paymentsection:before {
    content: '';
    position: absolute;
    left: -230px;
    top: -86px;
    background: url('../../frontend/OM/Isha/en_US/mage/images/customer-bg-icon.svg') no-repeat left top;
    width: 303px;
    height: 121px;
    background-size: 80%;
  }
  .cms-sso-faq .ssocustomersupport .accordingsecton .accordion-container.paymentsection:after {
    content: '';
    position: absolute;
    right: -310px;
    bottom: -66px;
    background: url('../../frontend/OM/Isha/en_US/mage/images/customer-bg-icon.svg') no-repeat left top;
    width: 303px;
    height: 121px;
    background-size: 80%;
  }
  .cms-sso-faq html {
    scroll-behavior: smooth;
  }
  .homefeaturedoffer {
    padding: 15px 50px 50px !important;
  }
  .homefeaturedoffer h2 {
    font-family: 'Fedra Sans Std' !important;
  }
  .products.list .product-item-info .product-item-name {
    white-space: normal !important;
  }
  .ishaessentials .product-item .product-item-name {
    white-space: normal !important;
  }
  .cms-jeevarasam .productslist .products-grid-cms ul li {
    float: none !important;
  }
  .cms-dhyanalinga .productslist .products-grid-cms ul li {
    float: none !important;
  }
  .cms-sanjeevini-health-mix .productslist .products-grid-cms ul li {
    float: none !important;
  }
  .cms-neem-turmeric .productslist .products-grid-cms ul li {
    float: none !important;
  }
  .cms-natural-hair-and-bodycare .productslist .products-grid-cms ul li {
    float: none !important;
  }
  .cms-fabric .productslist .products-grid-cms ul li {
    float: none !important;
  }
  .field-error {
    padding-top: 130px !important;
    margin-top: 0;
    width: 30%;
  }
  div.mage-error[generated] {
    padding-top: 130px !important;
    margin-top: 0;
    width: 30%;
  }
  .payment-method-billing-address .field-error {
    padding-top: 0 !important;
    width: 100%;
  }
  .form-shipping-address .field-error {
    padding-top: 0 !important;
    width: 100%;
  }
  .form-discount .field-error {
    padding-top: 0 !important;
    width: 100%;
  }
  .form-edit-account div.mage-error[generated] {
    padding-top: 0 !important;
    width: 100%;
  }
  .form-address-edit div.mage-error[generated] {
    padding-top: 0 !important;
    width: 100%;
  }
  .form.password.reset #password-strength-meter-container {
    padding-top: 10px !important;
  }
  .checkout-onepage-success .sucessheading {
    padding-top: 28px !important;
    padding-bottom: 12px !important;
  }
  .checkout-onepage-success p.youwill {
    padding: 10px 30px 30px !important;
  }
  body #mySidenav .menu-left {
    left: 95px !important;
    top: 189px !important;
    width: 90% !important;
  }
  body #mySidenav .menu-left .menu-links {
    padding: 0px 0 0 65px !important;
  }
  body #mySidenav .menu-left .menu-links ul.category-image {
    margin-top: -15px;
  }
  body .menu-left .menu-links .split-ul .menu-parent {
    padding-top: 25px !important;
  }
  .home-promo-banner .for-mobile {
    display: none;
  }
}
.hidenoticebar {
  display: none;
}
.page-header.headersticky .header.content .right-container-wrap {
  margin-right: -20px;
}
.page-header.headersticky .noticebarhidden #mySidenav .menu-left {
  top: 75px !important;
}
#size-chart {
  font-weight: 600;
  text-decoration: underline;
}
.catalog-category-view .page-main {
  background-color: #ffffff !important;
}
.cms-home .page-main {
  background-color: #ffffff;
}
.noticebarhidden #mySidenav .menu-left {
  top: 147px !important;
}
.catalog-product-view .price-tax label {
  font-size: 12px;
  padding: 10px;
}
.page-wrapper .page-header {
  height: auto;
  margin: 0;
  position: relative;
  z-index: 999;
}
.bestseller-tag {
  font-family: 'Fedra Sans Std';
  font-size: 11px;
  background: #ffef34;
  width: 91px;
  text-align: center;
  padding: 6px 0;
  position: absolute;
  right: 0;
  color: #000000;
  top: 0;
  z-index: 100;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.new-tag {
  font-family: 'Fedra Sans Std';
  font-size: 11px;
  background: #ffef34;
  width: 91px;
  text-align: center;
  padding: 6px 0;
  position: absolute;
  right: 0;
  color: #000000;
  top: 0;
  z-index: 100;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.offer-tag {
  font-family: 'Fedra Sans Std';
  font-size: 11px;
  background: #ffef34;
  width: 91px;
  text-align: center;
  padding: 6px 0;
  position: absolute;
  right: 0;
  color: #000000;
  top: 0;
  z-index: 1;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.block-minicart .subtotal {
  text-align: left;
  float: none;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding-top: 20px;
  border-top: solid 1px #edaa38;
  position: fixed;
  width: 78%;
  bottom: 96px;
  z-index: 11;
  background-color: #ffffff;
  z-index: 999 !important;
}
.minicart-items-wrapper {
  margin: 0 -15px;
}
.cms-bond-of-grace {
  overflow-x: hidden;
  background: #ffffff !important;
}
.cms-bond-of-grace .cat-description {
  position: relative;
  width: 1140px;
  margin: auto;
  padding-bottom: 36px;
}
.cms-bond-of-grace .cat-description .image-area {
  padding-top: 100px !important;
}
.cms-bond-of-grace .cat-description .image-area img {
  width: 100%;
}
.cms-bond-of-grace .cat-description .details.dhyanlingdetils {
  padding-top: 110px !important;
  padding-left: 18px !important;
  text-align: center;
}
.cms-bond-of-grace .cat-description:after {
  content: '';
  background: url('../../frontend/OM/Isha/en_US/mage/images/cat-description-bg.png') no-repeat right top;
  display: block;
  width: 361px;
  height: 173px;
  position: absolute;
  right: -80px;
  top: 70px;
  background-size: 100%;
}
.cms-bond-of-grace .cat-description .details {
  padding-top: 198px;
  padding-left: 30px;
}
.cms-bond-of-grace .cat-description .details h2 {
  background: url('../../frontend/OM/Isha/en_US/mage/images/jeevarasam-heading.png') no-repeat center bottom;
  padding-bottom: 29px;
  font-size: 24px;
  line-height: 54px;
  font-family: 'Fedra Sans Std';
  display: inline-block;
  margin-bottom: 10px;
}
.cms-bond-of-grace .cat-description .details h3 {
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  line-height: normal;
  margin-bottom: 12px;
}
.cms-bond-of-grace .cat-description .details p {
  font-size: 15px;
  font-family: 'Fedra Sans Std';
  line-height: 26px;
}
.cms-bond-of-grace .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-bond-of-grace .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-bond-of-grace .page-main .topcategory ul li:hover .hovereffect {
  height: 96.8% !important;
  padding: 40px 20px 0 !important;
}
.cms-bond-of-grace .page-main .topcategory ul li:hover a {
  margin-top: 30px !important;
}
.cms-bond-of-grace .for-mobile-view {
  display: none;
}
.cms-bond-of-grace .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-bond-of-grace .seven-ways-banner img {
  width: 100%;
}
.cms-bond-of-grace .qoute {
  position: absolute;
  top: 28%;
  right: 20%;
  font-family: 'Fedra Sans Std';
  color: #fdf8ee;
  background: url('../../frontend/OM/Isha/en_US/mage/images/quote.png') no-repeat center top;
  max-width: 330px;
  text-align: center;
  padding-top: 70px;
  right: 60%;
  max-width: 423px;
}
.cms-bond-of-grace .qoute p {
  font-family: 'Fedra Sans Std';
  font-size: 21px;
  line-height: 36px;
}
.cms-bond-of-grace .qoute p strong {
  font-family: 'Fedra Sans Medium 5';
  font-size: 21px !important;
  font-weight: 400;
  display: block;
  padding-top: 12px;
}
.cms-bond-of-grace .cat-description1 {
  border-bottom: 2px solid #a92611;
  margin: auto;
  padding-bottom: 36px;
  position: relative;
  width: 1140px;
}
.cms-bond-of-grace .cat-description1 .image-area {
  text-align: center;
}
.cms-bond-of-grace .cat-description1 .image-area img {
  width: 80%;
  position: relative;
  top: 70px;
}
.cms-bond-of-grace .cat-description1 .details1 {
  padding-top: 0;
  padding-left: 30px;
}
.cms-bond-of-grace .cat-description1 .details1:after {
  content: '';
  background: url('../../frontend/OM/Isha/en_US/mage/images/cat-description-bg.png') no-repeat right top;
  width: 220px;
  height: 173px;
  position: absolute;
  left: -60px;
  top: -30px;
  background-size: 100%;
}
.cms-bond-of-grace .cat-description1 .details1 h2 {
  background: url('../../frontend/OM/Isha/en_US/mage/images/jeevarasam-heading.png') no-repeat left bottom;
  padding-bottom: 29px;
  font-size: 24px;
  line-height: 54px;
  font-family: 'Fedra Sans Std';
  display: inline-block;
  margin-bottom: 10px;
  color: #e8b55c;
}
.cms-bond-of-grace .cat-description1 .details1 h3 {
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  line-height: normal;
  margin-bottom: 12px;
}
.cms-bond-of-grace .cat-description1 .details2 {
  background: #fae7c7;
  padding: 110px 45px 45px;
  text-align: left;
}
.cms-bond-of-grace .cat-description1 .details2 p {
  font-size: 15px;
  font-family: 'Fedra Sans Std';
  line-height: 26px;
}
.cms-bond-of-grace .cat-description1 .details2 ul {
  padding-bottom: 30px;
}
.cms-bond-of-grace .cat-description1 .details2 ul li {
  font-size: 15px;
  font-family: 'Fedra Sans Std';
  line-height: 26px;
}
.cms-bond-of-grace .cat-description2 {
  margin: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  width: 1140px;
  position: relative;
}
.cms-bond-of-grace .cat-description2 .image-area {
  text-align: center;
}
.cms-bond-of-grace .cat-description2 .image-area img {
  width: 80%;
  position: relative;
  top: 70px;
}
.cms-bond-of-grace .cat-description2 .details3 {
  text-align: center;
}
.cms-bond-of-grace .cat-description2 .details3 p {
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  line-height: 50px;
}
.cms-bond-of-grace .cat-description2 .details3 p a {
  font-size: 24px;
  font-family: 'Fedra Sans Std';
  font-weight: 600;
  line-height: 35px;
  color: #a92611;
  background: url('../../frontend/OM/Isha/en_US/mage/images/jeevarasam-heading.png') no-repeat center bottom;
  padding-bottom: 50px;
}
.cms-bond-of-grace .cat-description.customdescription {
  padding-top: 48px;
}
.cms-bond-of-grace .also-see {
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
  position: relative;
  padding: 60px 0;
  background: #ffffff;
  margin-top: 60px;
}
.cms-bond-of-grace .also-see:after {
  min-height: 100px;
  width: 100%;
  display: block;
  background: #ffffff;
  content: '';
  position: absolute;
  bottom: -89px;
}
.cms-bond-of-grace .also-see:before {
  background: url('../../frontend/OM/Isha/en_US/mage/images/also-see-bg.png') no-repeat bottom left;
  content: '';
  position: absolute;
  left: -120px;
  bottom: 20px;
  background-size: 90%;
  width: 400px;
  height: 280px;
}
.cms-bond-of-grace .also-see .custom-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}
.cms-bond-of-grace .also-see .custom-container .also-see-head .full-for-mobile {
  display: inline-block;
  vertical-align: text-top;
}
.cms-bond-of-grace .also-see .custom-container .also-see-head p {
  font-size: 18px;
  font-family: 'Fedra Sans Std';
  margin-bottom: 60px;
}
.cms-bond-of-grace .also-see .custom-container .also-see-head p a {
  font-size: 13px;
  font-family: 'Fedra Sans Std';
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  margin-left: 16px;
  color: initial;
}
.cms-bond-of-grace .also-see .custom-container .also-see-head p a.view-all {
  background: #edaa38;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.cms-bond-of-grace .also-see .custom-container .also-see-head h4 {
  text-align: center;
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  line-height: 36.5px;
  position: relative;
}
.cms-bond-of-grace .also-see .custom-container .also-see-head h4:before {
  content: '';
  background: #edaa38;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 14px;
  left: 0;
}
.cms-bond-of-grace .also-see .custom-container .also-see-head h4 span {
  background: #ffffff;
  padding: 0 30px;
  display: inline-block;
  z-index: 1;
  position: relative;
}
.cms-bond-of-grace .also-see .cat-col {
  display: flex;
}
.cms-bond-of-grace .also-see .cat-col .col {
  margin: 10px 0;
}
.cms-bond-of-grace .also-see .cat-col .col img {
  width: 100%;
}
.cms-bond-of-grace .also-see .cat-col .col .title {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 18px;
  font-family: 'Fedra Sans Std';
  color: #020202;
}
.cms-bond-of-grace .also-see .cat-col .col .title strong {
  font-size: 22px;
}
.cms-independence-day {
  background: #fff1d8 !important;
}
.cms-independence-day .cat-description .image-area {
  padding-top: 100px !important;
}
.cms-independence-day .cat-description .image-area img {
  width: 100%;
}
.cms-independence-day .cat-description .details.dhyanlingdetils {
  padding-top: 110px !important;
  padding-left: 18px !important;
  text-align: center;
}
.cms-independence-day .cat-description .details {
  padding-top: 198px;
  padding-left: 30px;
}
.cms-independence-day .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-independence-day .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-independence-day .for-mobile-view {
  display: none;
}
.cms-independence-day .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-independence-day .seven-ways-banner img {
  width: 100%;
}
.cms-independence-day .qoute {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #020202;
  text-align: center;
  top: 2%;
  right: -5%;
  padding: 1px 6px;
  max-width: 1000px;
}
.cms-independence-day .qoute p {
  font-family: 'Fedra Sans Std';
  font-size: 18px;
  line-height: 25px;
  padding: 0 185px;
  font-weight: 400;
}
.cms-independence-day .qoute h2 {
  font-size: 20px;
  font-family: 'Fedra Sans Std';
}
.cms-independence-day .qoute h1 {
  font-size: 65px;
  font-style: italic;
  font-family: 'Fedra Sans Std';
  margin-bottom: 0;
}
.cms-independence-day .qoute h3 {
  font-family: 'Fedra Sans Std';
  font-size: 22px;
  font-weight: 600;
}
.cms-independence-day .qoute1-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #020202;
  text-align: center;
  top: 22%;
  left: 7%;
  padding: 0 6px;
  max-width: 800px;
}
.cms-independence-day .qoute1-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 22px;
  line-height: 30px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
}
.cms-independence-day .qoute2-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #020202;
  text-align: right;
  top: 41%;
  right: 40%;
  padding: 0;
  max-width: 800px;
}
.cms-independence-day .qoute2-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 22px;
  line-height: 30px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
}
.cms-independence-day .qoute3-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #020202;
  text-align: right;
  top: 64%;
  right: 30%;
  padding: 0;
  max-width: 800px;
}
.cms-independence-day .qoute3-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 22px;
  line-height: 30px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
}
.cms-independence-day .qoute4-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #020202;
  text-align: right;
  top: 87%;
  right: 35%;
  padding: 0;
  max-width: 800px;
}
.cms-independence-day .qoute4-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 22px;
  line-height: 30px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
}
.cms-independence-day .cat-description2 {
  margin: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  width: 1140px;
  position: relative;
}
.cms-independence-day .cat-description2 .image-area {
  text-align: center;
}
.cms-independence-day .cat-description2 .image-area img {
  width: 80%;
  position: relative;
  top: 70px;
}
.cms-independence-day .cat-description2 .details3 {
  text-align: center;
}
.cms-independence-day .cat-description1 {
  border-bottom: 2px solid #a92611;
  margin: auto;
  padding-bottom: 36px;
  position: relative;
  width: 1140px;
}
.cms-independence-day .cat-description1 .details1 {
  padding-top: 0;
  padding-left: 30px;
}
.cms-independence-day .cat-description1 .details2 {
  background: #fae7c7;
  padding: 110px 45px 45px;
  text-align: left;
}
.cms-independence-day .cat-description.customdescription {
  padding-top: 48px;
}
.cms-stw-diwali {
  background: #fdf5ea !important;
}
.cms-stw-diwali .cat-description .image-area {
  padding-top: 100px !important;
}
.cms-stw-diwali .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-stw-diwali .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-stw-diwali .for-mobile-view {
  display: none;
}
.cms-stw-diwali .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-stw-diwali .seven-ways-banner img {
  width: 100%;
}
.cms-stw-diwali .mens-womens h1 {
  padding-top: 20px;
  text-align: center;
  font-size: 17px;
  color: #6c757d;
  letter-spacing: 1px;
}
.cms-stw-diwali .mens-womens h1 a {
  font-family: 'Fedra Sans Std';
  font-weight: 600;
  font-size: 18px;
  color: #a92611 !important;
  text-align: center;
  text-decoration: underline;
}
.cms-stw-diwali .mens {
  display: inline-flex;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 50px;
}
.cms-stw-diwali .mens-left {
  width: 50%;
  padding: 0 30px;
}
.cms-stw-diwali .mens-left img {
  width: 95%;
}
.cms-stw-diwali .mens-right {
  width: 50%;
  padding: 0 30px;
}
.cms-stw-diwali .mens-right img {
  width: 95%;
}
.cms-stw-diwali .mens-image {
  padding-bottom: 20px;
}
.cms-stw-diwali .mens-text {
  text-align: center;
}
.cms-stw-diwali .mens-text h2 a {
  font-family: 'Fedra Sans Std';
  font-size: 14px;
  color: #020202 !important;
  text-align: center;
}
.cms-stw-diwali .mens-section img {
  padding-right: 0;
}
.cms-stw-diwali .mens-section .mens-text h2 {
  line-height: 16px;
  padding-top: 12px;
  text-align: center;
}
.cms-stw-diwali .mens-section .col-md-3 {
  padding-left: 0;
}
.cms-stw-diwali .mens-section .arrow {
  padding-top: 50px;
  padding-left: 15px;
  width: 50%;
}
.cms-diwali-offers {
  background: #ffffff !important;
}
.cms-diwali-offers .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-diwali-offers .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-diwali-offers .for-mobile-view {
  display: none;
}
.cms-diwali-offers .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-diwali-offers .seven-ways-banner img {
  width: 100%;
}
.cms-diwali-offers .mens-womens h1 {
  padding-top: 20px;
  text-align: center;
  font-size: 17px;
  color: #6c757d;
  letter-spacing: 1px;
}
.cms-diwali-offers .mens-womens h1 a {
  font-family: 'Fedra Sans Std';
  font-weight: 600;
  font-size: 18px;
  color: #a92611 !important;
  text-align: center;
  text-decoration: underline;
}
.cms-diwali-offers .mens {
  display: inline-flex;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 50px;
}
.cms-diwali-offers .mens-left {
  width: 50%;
  padding: 0 30px;
}
.cms-diwali-offers .mens-left img {
  width: 95%;
}
.cms-diwali-offers .mens-right {
  width: 50%;
  padding: 0 30px;
}
.cms-diwali-offers .mens-right img {
  width: 95%;
}
.cms-diwali-offers .mens-image {
  padding-bottom: 20px;
}
.cms-diwali-offers .mens-text {
  text-align: center;
}
.cms-diwali-offers .mens-text h2 a {
  font-family: 'Fedra Sans Std';
  font-size: 14px;
  color: #020202 !important;
  text-align: center;
}
.cms-diwali-offers .mens-section img {
  padding-right: 0;
}
.cms-diwali-offers .mens-section .mens-text h2 {
  line-height: 16px;
  padding-top: 12px;
  text-align: center;
}
.cms-diwali-offers .mens-section .col-md-3 {
  padding-left: 0;
}
.cms-diwali-offers .mens-section .arrow {
  padding-top: 50px;
  padding-left: 15px;
  width: 50%;
}
.cms-bhairavi-sadhana {
  background: #ffffff;
}
.cms-bhairavi-sadhana .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-bhairavi-sadhana .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-bhairavi-sadhana .for-mobile-view {
  display: none;
}
.cms-bhairavi-sadhana .seven-ways-banner img {
  width: 100%;
}
.cms-bhairavi-sadhana .cat-description .details.dhyanlingdetils {
  padding: 30px 80px !important;
  text-align: center;
}
.cms-bhairavi-sadhana .cat-description .details.dhyanlingdetils a {
  text-align: center;
  color: #a92611;
  font-size: 24px;
  text-decoration: underline;
  font-family: 'Fedra Sans Std';
  line-height: 70px;
}
.cms-bhairavi-sadhana .cat-description:after {
  content: '';
  background: url('../../frontend/OM/Isha/en_US/mage/images/cat-description-bg.png') no-repeat right top;
  display: block;
  width: 300px;
  height: 160px;
  position: absolute;
  right: 150px;
  top: 520px;
  background-size: 100%;
}
.cms-bhairavi-sadhana .cat-description .details h2 {
  padding-bottom: 29px;
  font-size: 30px;
  line-height: 54px;
  font-family: 'Fedra Sans Std';
  display: inline-block;
  margin-bottom: 10px;
  color: #a92611;
}
.cms-bhairavi-sadhana .cat-description .details p {
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  line-height: 32px;
  color: #a92611;
  padding: 0 40px;
}
.cms-bhairavi-sadhana .cat-description1 .details1 {
  padding-top: 0;
  padding-left: 30px;
}
.cms-bhairavi-sadhana .cat-description1 .details1 h3 {
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  line-height: normal;
  margin-bottom: 12px;
}
.cms-bhairavi-sadhana .cat-description1 .details1 p a {
  font-size: 18px;
  font-family: 'Fedra Sans Std';
  line-height: 26px;
  color: #e8b55c;
  text-decoration: underline;
  font-weight: 600;
}
.cms-bhairavi-sadhana .cat-description1 .details2 {
  background: #521615;
  text-align: center;
  min-height: 225px;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
.cms-bhairavi-sadhana .cat-description1 .details2 h2 {
  font-size: 24px;
  line-height: 38px;
  font-family: 'Fedra Sans Std';
  display: inline-block;
  color: #e8b55c;
}
.cms-bhairavi-sadhana .cat-description1 .details2 p {
  font-size: 15px;
  font-family: 'Fedra Sans Std';
  line-height: 24px;
  color: #e8b55c;
  padding-bottom: 10px;
}
.cms-bhairavi-sadhana .cat-description1 .details2 p a {
  font-size: 18px;
  font-family: 'Fedra Sans Std';
  line-height: 26px;
  color: #e8b55c;
  text-decoration: underline;
  font-weight: 600;
}
.cms-bhairavi-sadhana .cat-description2 .details3 {
  text-align: center;
}
.cms-bhairavi-sadhana .cat-description2 .details3 p {
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  line-height: 50px;
}
.cms-bhairavi-sadhana .cat-description2 .details3 p a {
  font-size: 24px;
  font-family: 'Fedra Sans Std';
  font-weight: 600;
  line-height: 35px;
  color: #a92611;
  background: url('../../frontend/OM/Isha/en_US/mage/images/jeevarasam-heading.png') no-repeat center bottom;
  padding-bottom: 50px;
}
.cms-bhairavi-sadhana .ess {
  text-align: center;
}
.cms-bhairavi-sadhana .ess .tophead {
  text-align: center;
  padding-bottom: 20px;
}
.cms-bhairavi-sadhana .ess .tophead h3 {
  font-size: 36px;
  position: relative;
  font-family: 'Fedra Sans Std';
  background: url('../../frontend/OM/Isha/en_US/mage/images/home-heading-bg.png') no-repeat center bottom;
  padding-bottom: 20px;
  color: #a92611 !important;
}
.cms-bhairavi-sadhana .ess .tophead p {
  font-size: 20px;
  position: relative;
  font-family: 'Fedra Sans Std';
  color: #000000 !important;
}
.cms-bhairavi-sadhana .ess img {
  width: 75%;
}
.cms-bhairavi-sadhana .ess ul li {
  font-size: 20px;
  list-style: inside;
  font-family: 'Fedra Sans Std';
  text-align: center;
  list-style-type: decimal;
  font-weight: 600;
  line-height: 5px;
  padding-top: 20px;
}
.cms-bhairavi-sadhana .ess-1 .tophead1 {
  text-align: left;
  padding-bottom: 20px;
}
.cms-bhairavi-sadhana .ess-1 .tophead1 h3 {
  font-size: 20px;
  position: relative;
  font-family: 'Fedra Sans Std';
  font-weight: 600;
  color: #020202 !important;
}
.cms-bhairavi-sadhana .col-bog-mob {
  text-align: center;
}
.cms-bhairavi-sadhana .more-button {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 50px;
}
.cms-bhairavi-sadhana .more-button a {
  height: auto;
  background: 0 0;
  border: solid 1px #a92611;
  line-height: normal;
  padding: 15px 40px;
  border-radius: 3px;
  color: #a92611;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
}
.cms-bhairavi-sadhana .ishaessentials {
  background: #ffffff;
}
.cms-bhairavi-sadhana .ishaessentials .bs-offers {
  color: #020202;
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  position: relative;
  margin-top: -15px;
  padding-bottom: 20px;
}
.cms-bhairavi-sadhana .ishaessentials .block-title strong {
  background: #ffffff;
}
.cms-bhairavi-sadhana .ishaessentials .product-item {
  width: 23% !important;
}
.cms-bhairavi-sadhana .supports-combo {
  display: flex;
}
.cms-bhairavi-sadhana .supports-combo ul li {
  font-size: 15px;
  list-style: inside;
  font-family: 'Fedra Sans Std';
  text-align: center;
  list-style-type: decimal;
  color: #fdf8ee !important;
}
.cms-bhairavi-sadhana .supports-combo-left {
  background: #541617 !important;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.cms-bhairavi-sadhana .supports-combo-left h3 {
  font-size: 30px;
  position: relative;
  font-family: 'Fedra Sans Std';
  padding-bottom: 20px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/home-heading-bg.png') no-repeat center bottom;
  color: #fdf8ee !important;
}
.cms-bhairavi-sadhana .supports-combo-left h2 {
  font-size: 26px;
  position: relative;
  font-family: 'Fedra Sans Std';
  padding-bottom: 20px;
  color: #fdf8ee !important;
}
.cms-bhairavi-sadhana .supports-combo-left h2 span {
  font-size: 26px;
  position: relative;
  font-family: 'Fedra Sans Std';
  color: #fdf8ee !important;
  padding: 0 12px;
  background: #a92611 !important;
}
.cms-bhairavi-sadhana .products-grid {
  position: relative;
  width: 100%;
  padding: 0;
}
.cms-bhairavi-sadhana .product-image-container {
  display: contents;
  max-width: 100%;
}
.cms-bhairavi-sadhana .product-grid .product-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.cms-bhairavi-sadhana .product-grid .product-items li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-bhairavi-sadhana .product-grid ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-bhairavi-sadhana .product-items li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33%;
  padding: 20px 2% 50px;
  text-align: left;
}
.cms-bhairavi-sadhana .also-see {
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
  position: relative;
  padding: 60px 0;
  background: #ffffff;
  margin-top: 60px;
}
.cms-bhairavi-sadhana .also-see:after {
  min-height: 100px;
  width: 100%;
  display: block;
  background: #ffffff;
  content: '';
  position: absolute;
  bottom: -89px;
}
.cms-bhairavi-sadhana .also-see:before {
  background: url('../../frontend/OM/Isha/en_US/mage/images/also-see-bg.png') no-repeat bottom left;
  content: '';
  position: absolute;
  right: 0;
  bottom: 20px;
  background-size: 100%;
  width: 590px;
  height: 280px;
}
.cms-bhairavi-sadhana .also-see .custom-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}
.cms-bhairavi-sadhana .also-see .custom-container .also-see-head .full-for-mobile {
  display: inline-block;
  vertical-align: text-top;
}
.cms-bhairavi-sadhana .also-see .custom-container .also-see-head h4 {
  text-align: center;
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  line-height: 36.5px;
  position: relative;
}
.cms-bhairavi-sadhana .also-see .custom-container .also-see-head h4:before {
  content: '';
  background: #edaa38;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 14px;
  left: 0;
}
.cms-bhairavi-sadhana .also-see .custom-container .also-see-head h4 span {
  background: #ffffff;
  padding: 0 30px;
  display: inline-block;
  z-index: 1;
  position: relative;
}
.cms-bhairavi-sadhana .also-see .custom-container .container {
  padding-top: 30px;
}
.cms-sadhana-supports .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-sadhana-supports .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-sadhana-supports .for-mobile-view {
  display: none;
}
.cms-sadhana-supports .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-sadhana-supports .seven-ways-banner img {
  width: 100%;
}
.cms-sadhana-supports .cat-description .details.dhyanlingdetils {
  padding: 30px 80px !important;
  text-align: center;
}
.cms-sadhana-supports .cat-description .details p {
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  line-height: 32px;
  color: #a92611;
  padding: 0 40px;
}
.cms-sadhana-supports .cat-description1 .details1 h2 {
  background: url('../../frontend/OM/Isha/en_US/mage/images/jeevarasam-heading.png') no-repeat left bottom;
  padding-bottom: 29px;
  font-size: 24px;
  line-height: 54px;
  font-family: 'Fedra Sans Std';
  display: inline-block;
  margin-bottom: 10px;
  color: #e8b55c;
}
.cms-sadhana-supports .ess {
  text-align: center;
}
.cms-sadhana-supports .ess .tophead {
  text-align: center;
  padding-bottom: 20px;
}
.cms-sadhana-supports .ess .tophead h3 {
  font-size: 36px;
  position: relative;
  font-family: 'Fedra Sans Std';
  background: url('../../frontend/OM/Isha/en_US/mage/images/home-heading-bg.png') no-repeat center bottom;
  padding-bottom: 20px;
  color: #a92611 !important;
}
.cms-sadhana-supports .more-button {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 50px;
}
.cms-sadhana-supports .more-button a {
  height: auto;
  background: 0 0;
  border: solid 1px #a92611;
  line-height: normal;
  padding: 15px 40px;
  border-radius: 3px;
  color: #a92611;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
}
.cms-sadhana-supports .products-grid {
  position: relative;
  width: 100%;
  padding: 0;
}
.cms-sadhana-supports .product-image-container {
  display: contents;
  max-width: 100%;
}
.cms-sadhana-supports .product-grid .product-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.cms-sadhana-supports .product-grid .product-items li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-sadhana-supports .product-grid ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-sadhana-supports .ishaessentials .product-item {
  width: 23% !important;
}
.cms-sadhana-supports .product-items li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33%;
  padding: 20px 2% 50px;
  text-align: left;
}
.cms-sadhana-supports .bottom-head h4 {
  text-align: center;
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  line-height: 36.5px;
  position: relative;
}
.cms-sadhana-supports .bottom-head h4:before {
  content: '';
  background: #edaa38;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 14px;
  left: 0;
}
.cms-sadhana-supports .bottom-head h4 span {
  background: #ffffff;
  padding: 0 30px;
  display: inline-block;
  z-index: 1;
  position: relative;
}
.cms-sadhana-supports .also-see {
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
  position: relative;
  padding: 60px 0;
  background: #ffffff;
  margin-top: 60px;
}
.cms-sadhana-supports .also-see:after {
  min-height: 100px;
  width: 100%;
  display: block;
  background: #ffffff;
  content: '';
  position: absolute;
  bottom: -89px;
}
.cms-sadhana-supports .also-see:before {
  background: url('../../frontend/OM/Isha/en_US/mage/images/also-see-bg.png') no-repeat bottom left;
  content: '';
  position: absolute;
  right: 0;
  bottom: 20px;
  background-size: 100%;
  width: 590px;
  height: 280px;
}
.cms-sadhana-supports .also-see .custom-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}
.cms-sadhana-supports .also-see .custom-container .also-see-head .full-for-mobile {
  display: inline-block;
  vertical-align: text-top;
}
.cms-sadhana-supports .also-see .custom-container .also-see-head h4 {
  text-align: center;
  font-size: 20px;
  font-family: 'Fedra Sans Std';
  line-height: 36.5px;
  position: relative;
}
.cms-sadhana-supports .also-see .custom-container .also-see-head h4:before {
  content: '';
  background: #edaa38;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 14px;
  left: 0;
}
.cms-sadhana-supports .also-see .custom-container .also-see-head h4 span {
  background: #ffffff;
  padding: 0 30px;
  display: inline-block;
  z-index: 1;
  position: relative;
}
.cms-sadhana-supports .also-see .custom-container .container {
  padding-top: 30px;
}
.cms-offers-for-well-being .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-offers-for-well-being .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-offers-for-well-being .for-mobile-view {
  display: none;
}
.cms-offers-for-well-being .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-offers-for-well-being .seven-ways-banner img {
  width: 100%;
}
.cms-offers-for-well-being .ess {
  text-align: center;
}
.cms-offers-for-well-being .ess .tophead {
  text-align: center;
  padding-bottom: 20px;
}
.cms-offers-for-well-being .ess .tophead h3 {
  font-size: 36px;
  position: relative;
  font-family: 'Fedra Sans Std';
  background: url('../../frontend/OM/Isha/en_US/mage/images/home-heading-bg.png') no-repeat center bottom;
  padding-bottom: 20px;
  color: #a92611 !important;
}
.cms-offers-for-well-being .ess img {
  width: 75%;
}
.cms-offers-for-well-being .more-button {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 50px;
}
.cms-offers-for-well-being .more-button a {
  height: auto;
  background: 0 0;
  border: solid 1px #a92611;
  line-height: normal;
  padding: 15px 40px;
  border-radius: 3px;
  color: #a92611;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
}
.cms-offers-for-well-being .products-grid {
  position: relative;
  width: 100%;
  padding: 0;
}
.cms-offers-for-well-being .product-image-container {
  display: contents;
  max-width: 100%;
}
.cms-offers-for-well-being .product-grid .product-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.cms-offers-for-well-being .product-grid .product-items li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-offers-for-well-being .ishaessentials .product-item {
  width: 23% !important;
}
.cms-offers-for-well-being .product-items li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33%;
  padding: 20px 2% 50px;
  text-align: left;
}
.cms-save-soil .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-save-soil .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-save-soil .for-mobile-view {
  display: none;
}
.cms-save-soil .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-save-soil .seven-ways-banner img {
  width: 100%;
}
.cms-save-soil .ess {
  text-align: center;
}
.cms-save-soil .ess .tophead {
  text-align: center;
  padding-bottom: 20px;
}
.cms-save-soil .ess .tophead h3 {
  font-size: 36px;
  position: relative;
  font-family: 'Fedra Sans Std';
  background: url('../../frontend/OM/Isha/en_US/mage/images/home-heading-bg.png') no-repeat center bottom;
  padding-bottom: 20px;
  color: #a92611 !important;
}
.cms-save-soil .ess img {
  width: 75%;
}
.cms-save-soil .more-button {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 50px;
}
.cms-save-soil .more-button a {
  height: auto;
  background: 0 0;
  border: solid 1px #a92611;
  line-height: normal;
  padding: 15px 40px;
  border-radius: 3px;
  color: #a92611;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
}
.cms-save-soil .products-grid {
  position: relative;
  width: 100%;
  padding: 0;
}
.cms-save-soil .product-image-container {
  display: contents;
  max-width: 100%;
}
.cms-save-soil .product-grid .product-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.cms-save-soil .product-grid .product-items li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-save-soil .ishaessentials .product-item {
  width: 23% !important;
}
.cms-save-soil .product-items li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33%;
  padding: 20px 2% 50px;
  text-align: left;
}
.cms-sannidhi-info {
  background-color: #ffffff !important;
}
.cms-sannidhi-info .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-sannidhi-info .for-mobile-view {
  display: none;
}
.cms-sannidhi-info .seven-ways-banner img {
  width: 100%;
}
.cms-sannidhi-info .cat-description {
  text-align: center;
}
.cms-sannidhi-info .cat-description .details #resp-table {
  width: 100%;
  display: table;
}
.cms-sannidhi-info .cat-description .details #resp-table-header {
  display: table-header-group;
}
.cms-sannidhi-info .cat-description .details .table-header-cell {
  display: table-cell;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Fedra Sans Std' !important;
}
.cms-sannidhi-info .cat-description .details #resp-table-body {
  display: table-row-group;
}
.cms-sannidhi-info .cat-description .details .resp-table-row {
  display: table-row;
}
.cms-sannidhi-info .cat-description .details .table-body-cell {
  display: table-cell;
}
.cms-sannidhi-info .cat-description .details .table-body-cell img {
  padding: 30px;
}
.cms-sannidhi-info .cat-description .details .table-body-cell.center-content {
  font-family: 'Fedra Sans Std' !important;
  font-size: 18px;
  color: #020202;
}
.cms-sannidhi-info .cat-description .details .table-body-cell.left-head {
  padding: 35px 0;
  font-family: 'Fedra Sans Std' !important;
  font-size: 18px;
  color: #6c757d;
}
.cms-sannidhi-info .cat-description .details.dhyanlingdetils .continue-button {
  text-align: center;
}
.cms-sannidhi-info .cat-description .details.dhyanlingdetils .continue-button a {
  text-align: center;
  background: #a92611;
  border-radius: 3px;
  font-size: 16px;
  font-family: 'Fedra Sans Std';
  color: #ffffff;
  padding: 13px 48px;
  text-decoration: none;
}
.cms-sannidhi-info .cat-description .details.dhyanlingdetils h2 {
  font-family: 'Fedra Sans Std';
  font-size: 42px;
  color: #a92611;
  line-height: 60px;
}
.cms-sannidhi-info .cat-description .details.dhyanlingdetils h5 {
  font-family: 'Fedra Sans Std';
  font-size: 16px;
  font-weight: 600;
  color: #020202;
  line-height: 30px;
}
.cms-sannidhi-info .cat-description .details.dhyanlingdetils p {
  font-family: 'Fedra Sans Std';
  font-size: 18px;
  color: #020202;
  line-height: 60px;
}
.cms-sannidhi-info .details.dhyanlingdetils {
  padding-top: 35px !important;
}
.cms-samyama .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-samyama .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-samyama .for-mobile-view {
  display: none;
}
.cms-samyama .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-samyama .seven-ways-banner img {
  width: 100%;
}
.cms-samyama .ess {
  text-align: center;
}
.cms-samyama .ess .tophead {
  text-align: center;
  padding-bottom: 20px;
}
.cms-samyama .ess .tophead h3 {
  font-size: 36px;
  position: relative;
  font-family: 'Fedra Sans Std';
  background: url('../../frontend/OM/Isha/en_US/mage/images/home-heading-bg.png') no-repeat center bottom;
  padding-bottom: 20px;
  color: #a92611 !important;
}
.cms-samyama .ess img {
  width: 75%;
}
.cms-samyama .more-button {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 50px;
}
.cms-samyama .more-button a {
  height: auto;
  background: 0 0;
  border: solid 1px #a92611;
  line-height: normal;
  padding: 15px 40px;
  border-radius: 3px;
  color: #a92611;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
}
.cms-samyama .products-grid {
  position: relative;
  width: 100%;
  padding: 0;
}
.cms-samyama .product-image-container {
  display: contents;
  max-width: 100%;
}
.cms-samyama .product-grid .product-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.cms-samyama .product-grid .product-items li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-samyama .ishaessentials .product-item {
  width: 23% !important;
}
.cms-samyama .product-items li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33%;
  padding: 20px 2% 50px;
  text-align: left;
}
.cms-dhanteras .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-dhanteras .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-dhanteras .for-mobile-view {
  display: none;
}
.cms-dhanteras .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-dhanteras .seven-ways-banner img {
  width: 100%;
}
.cms-dhanteras .ess {
  text-align: center;
}
.cms-dhanteras .ess .tophead {
  text-align: center;
  padding-bottom: 20px;
}
.cms-dhanteras .ess .tophead h3 {
  font-size: 36px;
  position: relative;
  font-family: 'Fedra Sans Std';
  background: url('../../frontend/OM/Isha/en_US/mage/images/home-heading-bg.png') no-repeat center bottom;
  padding-bottom: 20px;
  color: #a92611 !important;
}
.cms-dhanteras .ess img {
  width: 75%;
}
.cms-dhanteras .more-button {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 50px;
}
.cms-dhanteras .more-button a {
  height: auto;
  background: 0 0;
  border: solid 1px #a92611;
  line-height: normal;
  padding: 15px 40px;
  border-radius: 3px;
  color: #a92611;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
}
.cms-dhanteras .products-grid {
  position: relative;
  width: 100%;
  padding: 0;
}
.cms-dhanteras .product-image-container {
  display: contents;
  max-width: 100%;
}
.cms-dhanteras .product-grid .product-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.cms-dhanteras .product-grid .product-items li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-dhanteras .ishaessentials .product-item {
  width: 23% !important;
}
.cms-dhanteras .product-items li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33%;
  padding: 20px 2% 50px;
  text-align: left;
}
.cms-shivanga-sadhana .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-shivanga-sadhana .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-shivanga-sadhana .for-mobile-view {
  display: none;
}
.cms-shivanga-sadhana .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-shivanga-sadhana .seven-ways-banner img {
  width: 100%;
}
.cms-shivanga-sadhana .products-grid {
  position: relative;
  width: 100%;
  padding: 0;
}
.cms-shivanga-sadhana .product-image-container {
  display: contents;
  max-width: 100%;
}
.cms-shivanga-sadhana .product-grid .product-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.cms-shivanga-sadhana .product-grid ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-shivanga-sadhana .ishaessentials .product-item .product-item-name {
  margin: 5px 0;
  font-size: 14px;
  line-height: 28px;
  padding: 0x;
  display: inline-block;
  width: 100%;
}
.cms-shivanga-sadhana .ishaessentials .product-item .product-item-name a {
  color: #020202;
  font-family: 'Fedra Sans Std';
}
.cms-shivanga-sadhana .ishaessentials .product-item .price {
  font-size: 18px !important;
  font-weight: 400 !important;
  font-family: 'Fedra Sans Medium 5';
}
.cms-shivanga-sadhana .ishaessentials .product-item .product-reviews-summary.short {
  float: none;
}
.cms-shivanga-sadhana .ishaessentials .product-item-details {
  text-align: center;
}
.cms-shivanga-sadhana .top-circle {
  background: #131d38;
  padding-top: 70px;
  padding-bottom: 0;
  text-align: center;
}
.cms-shivanga-sadhana .top-circle h2 {
  font-size: 26px;
  font-family: 'Fedra Sans Std';
  line-height: 32px;
  color: #ffffff;
  width: 100%;
}
.cms-shivanga-sadhana .top-circle p {
  padding-top: 20px;
}
.cms-shivanga-sadhana .top-circle p a {
  font-size: 18px;
  font-family: 'Fedra Sans Std';
  line-height: 32px;
  color: #ffffff;
}
.cms-shivanga-sadhana .more-button {
  background: #f5f0e5;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cms-shivanga-sadhana .more-button .view-more {
  font-size: 17px;
  background: #ca8730;
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 50px;
}
.cms-seasons-gifting .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-seasons-gifting .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-seasons-gifting .for-mobile-view {
  display: none;
}
.cms-seasons-gifting .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-seasons-gifting .seven-ways-banner img {
  width: 100%;
}
.cms-seasons-gifting .products-grid {
  position: relative;
  width: 100%;
  padding: 0;
}
.cms-seasons-gifting .product-image-container {
  display: contents;
  max-width: 100%;
}
.cms-seasons-gifting .product-grid .product-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.cms-seasons-gifting .product-grid .product-items li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-seasons-gifting .product-grid ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-seasons-gifting .ishaessentials {
  background: #d9e7f3 !important;
}
.cms-seasons-gifting .ishaessentials .product-item {
  width: 31% !important;
}
.cms-seasons-gifting .ishaessentials .product-item .product-item-name {
  margin: 5px 0;
  font-size: 14px;
  line-height: 28px;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.cms-seasons-gifting .ishaessentials .product-item .product-item-name a {
  color: #020202;
  font-family: 'Fedra Sans Std';
}
.cms-seasons-gifting .ishaessentials .product-item .price {
  font-size: 18px !important;
  font-weight: 400 !important;
  font-family: 'Fedra Sans Medium 5';
}
.cms-seasons-gifting .ishaessentials .product-item .product-reviews-summary.short {
  float: none;
}
.cms-seasons-gifting .ishaessentials .product-item-details {
  text-align: center;
}
.cms-seasons-gifting .product-items li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33%;
  padding: 20px 2% 50px;
  text-align: left;
}
.cms-seasons-gifting .top-circle {
  background: #d9e7f3;
  padding-top: 70px;
  padding-bottom: 0;
  text-align: center;
}
.cms-seasons-gifting .top-circle h2 {
  font-size: 26px;
  font-family: 'Fedra Sans Std';
  line-height: 32px;
  color: #000000;
  width: 100%;
}
.cms-seasons-gifting .top-circle p {
  padding-top: 20px;
}
.cms-seasons-gifting .top-circle p a {
  font-size: 18px;
  font-family: 'Fedra Sans Std';
  line-height: 32px;
  color: #000000;
}
.cms-seasons-gifting .more-button {
  background: #d9e7f3;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cms-seasons-gifting .more-button .view-more {
  font-size: 17px;
  background: #ca8730;
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 50px;
}
.cms-rudraksha-diksha .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-rudraksha-diksha .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-rudraksha-diksha .for-mobile-view {
  display: none;
}
.cms-rudraksha-diksha .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-rudraksha-diksha .seven-ways-banner img {
  width: 100%;
}
.cms-rudraksha-diksha .products-grid {
  position: relative;
  width: 100%;
  padding: 0;
}
.cms-rudraksha-diksha .product-image-container {
  display: contents;
  max-width: 100%;
}
.cms-rudraksha-diksha .product-grid .product-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.cms-rudraksha-diksha .product-grid .product-items li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-rudraksha-diksha .product-grid ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-rudraksha-diksha .ishaessentials {
  background: #ffffff !important;
}
.cms-rudraksha-diksha .ishaessentials .product-item {
  width: 31% !important;
}
.cms-rudraksha-diksha .ishaessentials .product-item .product-item-name {
  margin: 5px 0;
  font-size: 14px;
  line-height: 28px;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.cms-rudraksha-diksha .ishaessentials .product-item .product-item-name a {
  color: #020202;
  font-family: 'Fedra Sans Std';
}
.cms-rudraksha-diksha .ishaessentials .product-item .price {
  font-size: 18px !important;
  font-weight: 400 !important;
  font-family: 'Fedra Sans Medium 5';
}
.cms-rudraksha-diksha .ishaessentials .product-item .product-reviews-summary.short {
  float: none;
}
.cms-rudraksha-diksha .ishaessentials .product-item-details {
  text-align: center;
}
.cms-rudraksha-diksha .product-items li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33%;
  padding: 20px 2% 50px;
  text-align: left;
}
.cms-rudraksha-diksha .top-circle {
  background: #141d3e;
  padding-top: 70px;
  padding-bottom: 0;
  text-align: center;
}
.cms-rudraksha-diksha .top-circle h2 {
  font-size: 26px;
  font-family: 'Fedra Sans Std';
  line-height: 32px;
  color: #ffffff !important;
  width: 100%;
}
.cms-rudraksha-diksha .top-circle p {
  padding-top: 20px;
}
.cms-rudraksha-diksha .top-circle p a {
  font-size: 18px;
  font-family: 'Fedra Sans Std';
  line-height: 32px;
  color: #ffffff !important;
}
.cms-rudraksha-diksha .more-button {
  background: #d9e7f3;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cms-rudraksha-diksha .more-button .view-more {
  font-size: 17px;
  background: #ca8730;
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 50px;
}
.cms-books {
  background: #ffffff !important;
}
.cms-books .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-books .for-mobile-view {
  display: none;
}
.cms-books .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-books .seven-ways-banner img {
  width: 100%;
}
.cms-books .qoute1-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #020202;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 22%;
  right: 0;
}
.cms-books .qoute1-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
}
.cms-books .qoute1-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 19px;
  line-height: 28px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
}
.cms-books .qoute3-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #020202;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 43%;
  right: 0;
}
.cms-books .qoute3-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
}
.cms-books .qoute3-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 19px;
  line-height: 28px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
}
.cms-books .qoute5-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #020202;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 64%;
  right: 0;
}
.cms-books .qoute5-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
}
.cms-books .qoute5-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 19px;
  line-height: 28px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
}
.cms-books .qoute7-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #020202;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 84%;
  right: 0;
}
.cms-books .qoute7-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
}
.cms-books .qoute7-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 19px;
  line-height: 28px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
}
.cms-books .qoute2-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #020202;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 32%;
  left: 0;
}
.cms-books .qoute2-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
}
.cms-books .qoute2-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 19px;
  line-height: 28px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
}
.cms-books .qoute4-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #020202;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 53%;
  left: 0;
}
.cms-books .qoute4-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
}
.cms-books .qoute4-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 19px;
  line-height: 28px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
}
.cms-books .qoute6-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #020202;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 73%;
  left: 0;
}
.cms-books .qoute6-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
}
.cms-books .qoute6-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 19px;
  line-height: 28px;
  padding: 0 110px;
  text-align: center;
  font-weight: 400;
}
.cms-books .ishaessentials .block-title strong {
  background: #ffffff;
}
.cms-books .ishaessentials .block-title span.calltoaction {
  background: #ffffff;
}
.cms-books .row {
  padding-bottom: 5px;
}
.cms-adiyogi-store .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-adiyogi-store .for-mobile-view {
  display: none;
}
.cms-adiyogi-store .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-adiyogi-store .seven-ways-banner img {
  width: 100%;
}
.cms-adiyogi-store .ess {
  text-align: center;
}
.cms-adiyogi-store .ess .tophead {
  text-align: center;
  padding-bottom: 20px;
}
.cms-adiyogi-store .ess .tophead h3 {
  font-size: 36px;
  position: relative;
  font-family: 'Fedra Sans Std';
  background: url('../../frontend/OM/Isha/en_US/mage/images/home-heading-bg.png') no-repeat center bottom;
  padding-bottom: 20px;
  color: #a92611 !important;
}
.cms-adiyogi-store .ess img {
  width: 75%;
}
.cms-adiyogi-store .more-button {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 50px;
}
.cms-adiyogi-store .more-button a {
  height: auto;
  background: 0 0;
  border: solid 1px #a92611;
  line-height: normal;
  padding: 15px 40px;
  border-radius: 3px;
  color: #a92611;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
}
.cms-adiyogi-store .products-grid {
  position: relative;
  width: 100%;
  padding: 0;
}
.cms-adiyogi-store .product-image-container {
  display: contents;
  max-width: 100%;
}
.cms-adiyogi-store .product-grid .product-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.cms-adiyogi-store .product-grid .product-items li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-adiyogi-store .ishaessentials .product-item {
  width: 23% !important;
}
.cms-adiyogi-store .product-items li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33%;
  padding: 20px 2% 50px;
  text-align: left;
}
.cms-summer-wellness .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-summer-wellness .for-mobile-view {
  display: none;
}
.cms-summer-wellness .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-summer-wellness .seven-ways-banner img {
  width: 100%;
}
.cms-summer-wellness .ess {
  text-align: center;
}
.cms-summer-wellness .ess .tophead {
  text-align: center;
  padding-bottom: 20px;
}
.cms-summer-wellness .ess .tophead h3 {
  font-size: 36px;
  position: relative;
  font-family: 'Fedra Sans Std';
  background: url('../../frontend/OM/Isha/en_US/mage/images/home-heading-bg.png') no-repeat center bottom;
  padding-bottom: 20px;
  color: #a92611 !important;
}
.cms-summer-wellness .ess img {
  width: 75%;
}
.cms-summer-wellness .more-button {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 50px;
}
.cms-summer-wellness .more-button a {
  height: auto;
  background: 0 0;
  border: solid 1px #a92611;
  line-height: normal;
  padding: 15px 40px;
  border-radius: 3px;
  color: #a92611;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
}
.cms-summer-wellness .products-grid {
  position: relative;
  width: 100%;
  padding: 0;
}
.cms-summer-wellness .product-image-container {
  display: contents;
  max-width: 100%;
}
.cms-summer-wellness .product-grid .product-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.cms-summer-wellness .product-grid .product-items li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-summer-wellness .ishaessentials .product-item {
  width: 23% !important;
}
.cms-summer-wellness .product-items li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33%;
  padding: 20px 2% 50px;
  text-align: left;
}
.cms-devi-yantras {
  overflow-x: hidden;
  background: #ffffff !important;
}
.cms-devi-yantras .for-mobile-view {
  display: none;
}
.cms-devi-yantras .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-devi-yantras .seven-ways-banner img {
  width: 100%;
}
.cms-devi-yantras .cat-description {
  position: relative;
  width: 1140px;
  margin: auto;
  padding-bottom: 36px;
  padding-top: 50px;
}
.cms-devi-yantras .cat-description .image-area {
  padding-top: 70px !important;
}
.cms-devi-yantras .cat-description .image-area img {
  width: 100%;
}
.cms-devi-yantras .cat-description .details.dhyanlingdetils {
  text-align: left;
  padding: 30px 0 0 100px !important;
}
.cms-devi-yantras .cat-description .details.dhyanlingdetils ul li {
  font-size: 17px;
  font-family: 'Fedra Sans Std';
  line-height: 32px;
}
.cms-devi-yantras .cat-description .details {
  padding-top: 198px;
  padding-left: 30px;
}
.cms-devi-yantras .cat-description .details h2 {
  background: url('../../frontend/OM/Isha/en_US/mage/images/jeevarasam-heading.png') no-repeat left bottom;
  padding-bottom: 29px;
  font-size: 27px;
  line-height: 54px;
  font-family: 'Fedra Sans Std';
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
.cms-devi-yantras .cat-description .details p {
  font-size: 17px;
  font-family: 'Fedra Sans Std';
  line-height: 32px;
}
.cms-devi-yantras .qoute.for-mobile p {
  font-family: 'Fedra Sans Std';
  font-size: 21px;
  line-height: 36px;
  color: #000000;
}
.cms-devi-yantras .qoute {
  position: relative;
  font-family: 'Fedra Sans Std';
  background: url('../../frontend/OM/Isha/en_US/mage/images/quote.png') no-repeat center top;
  text-align: center;
  padding-top: 70px;
}
.cms-devi-yantras .qoute:after {
  content: '';
  background: url('../../frontend/OM/Isha/en_US/mage/images/Devi-Yantras-Kollam.png') no-repeat right top;
  display: block;
  width: 20%;
  height: 100%;
  position: absolute;
  right: 0;
  top: -50px;
  background-size: 100%;
}
.cms-navratri {
  background: #250406 !important;
}
.cms-navratri .for-mobile-view {
  display: none;
}
.cms-navratri .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-navratri .seven-ways-banner img {
  width: 100%;
}
.cms-navratri .qoute {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #e8b55c;
  top: 4.3%;
  right: 6%;
  padding: 1px 6px;
  max-width: 1000px;
  text-align: right;
}
.cms-navratri .qoute h2 {
  font-size: 20px;
  font-family: 'Fedra Sans Std';
}
.cms-navratri .qoute h1 {
  font-size: 60px;
  font-family: 'Fedra Sans Std';
  margin-bottom: 0;
  font-weight: 100;
  font-style: italic;
}
.cms-navratri .qoute h3 {
  font-family: 'Fedra Sans Std';
  font-size: 24px;
  padding-top: 10px;
  line-height: 1.6em;
}
.cms-navratri .qoute1-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #e8b55c;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 15.5%;
  left: 17%;
}
.cms-navratri .qoute1-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
  font-style: italic;
}
.cms-navratri .qoute1-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 27px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
}
.cms-navratri .qoute1-1 h3 {
  padding-top: 9px;
}
.cms-navratri .qoute1-1 h3 img {
  width: 12%;
  padding-right: 15px;
}
.cms-navratri .qoute1-1 h3 a {
  color: #e8b55c;
  text-decoration: underline;
  font-size: 22px;
  padding-left: 25px;
}
.cms-navratri .qoute3-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #e8b55c;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 46%;
  left: 11%;
}
.cms-navratri .qoute3-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
  font-style: italic;
}
.cms-navratri .qoute3-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 27px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
}
.cms-navratri .qoute3-1 h3 {
  padding-top: 9px;
}
.cms-navratri .qoute3-1 h3 img {
  width: 12%;
  padding-right: 15px;
}
.cms-navratri .qoute3-1 h3 a {
  color: #e8b55c;
  text-decoration: underline;
  font-size: 22px;
  padding-left: 25px;
}
.cms-navratri .qoute5-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #e8b55c;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 76%;
  left: 21%;
}
.cms-navratri .qoute5-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
  font-style: italic;
}
.cms-navratri .qoute5-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 27px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
}
.cms-navratri .qoute5-1 h3 {
  padding-top: 9px;
}
.cms-navratri .qoute5-1 h3 img {
  width: 12%;
  padding-right: 15px;
}
.cms-navratri .qoute5-1 h3 a {
  color: #e8b55c;
  text-decoration: underline;
  font-size: 22px;
  padding-left: 25px;
}
.cms-navratri .qoute7-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #e8b55c;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 92.5%;
  left: 21%;
}
.cms-navratri .qoute7-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
  font-style: italic;
}
.cms-navratri .qoute7-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 27px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
}
.cms-navratri .qoute7-1 h3 {
  padding-top: 9px;
}
.cms-navratri .qoute7-1 h3 img {
  width: 12%;
  padding-right: 15px;
}
.cms-navratri .qoute7-1 h3 a {
  color: #e8b55c;
  text-decoration: underline;
  font-size: 22px;
  padding-left: 25px;
}
.cms-navratri .qoute2-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #e8b55c;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 23%;
  right: 20%;
}
.cms-navratri .qoute2-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
  font-style: italic;
}
.cms-navratri .qoute2-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 27px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
}
.cms-navratri .qoute2-1 h3 {
  padding-top: 9px;
}
.cms-navratri .qoute2-1 h3 img {
  width: 12%;
  padding-right: 15px;
}
.cms-navratri .qoute2-1 h3 a {
  color: #e8b55c;
  text-decoration: underline;
  font-size: 22px;
  padding-left: 25px;
}
.cms-navratri .qoute4-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #e8b55c;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 55%;
  right: 15%;
}
.cms-navratri .qoute4-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
  font-style: italic;
}
.cms-navratri .qoute4-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 27px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
}
.cms-navratri .qoute4-1 h3 {
  padding-top: 9px;
}
.cms-navratri .qoute4-1 h3 img {
  width: 12%;
  padding-right: 15px;
}
.cms-navratri .qoute4-1 h3 a {
  color: #e8b55c;
  text-decoration: underline;
  font-size: 22px;
  padding-left: 25px;
}
.cms-navratri .qoute6-1 {
  position: absolute;
  font-family: 'Fedra Sans Std';
  color: #e8b55c;
  text-align: center;
  padding: 0 6px;
  max-width: 700px;
  top: 83%;
  right: 12%;
}
.cms-navratri .qoute6-1 h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
  font-style: italic;
}
.cms-navratri .qoute6-1 p {
  font-family: 'Fedra Sans Std';
  font-size: 27px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
}
.cms-navratri .qoute6-1 h3 {
  padding-top: 9px;
}
.cms-navratri .qoute6-1 h3 img {
  width: 12%;
  padding-right: 15px;
}
.cms-navratri .qoute6-1 h3 a {
  color: #e8b55c;
  text-decoration: underline;
  font-size: 22px;
  padding-left: 25px;
}
.cms-the-rudraksha-guide .bg-transparent.rudrakshaguidemain {
  background: transparent !important;
}
.cms-the-rudraksha-guide .for-mobile-view {
  display: none;
}
.cms-the-rudraksha-guide .seven-ways-banner img {
  width: 100%;
}
.cms-the-rudraksha-guide .rudrakshaguidemain {
  background-size: cover !important;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection {
  padding-top: 60px !important;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection h5 {
  font-family: 'Fedra Sans Std';
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  padding: 25px 300px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .more-button {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 50px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .more-button a {
  height: auto;
  background: 0 0;
  border: solid 1px #a92611;
  line-height: normal;
  padding: 15px 40px;
  border-radius: 3px;
  color: #a92611;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .buy-rudraksha-button {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 50px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .buy-rudraksha-button a {
  background: #651e00;
  border: solid 1px #651e00;
  line-height: normal;
  padding: 15px 40px;
  border-radius: 3px;
  color: #ffffff;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 300;
  font-size: 15px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .products-grid {
  position: relative;
  width: 100%;
  padding: 0;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .product-image-container {
  display: contents;
  max-width: 100%;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .product-grid .product-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .product-grid .product-items li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .ishaessentials .product-item {
  width: 23% !important;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection h2:after {
  border: none;
}
.cms-the-rudraksha-guide .product-items li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33%;
  padding: 20px 2% 50px;
  text-align: left;
}
.cms-diwali .seven-ways-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  bottom: 0;
  min-height: auto;
  margin-left: -50vw;
  top: 0;
}
.cms-diwali .seven-ways-banner img {
  width: 100%;
}
.product-brass-sannidhi-set .related {
  display: none;
}
.product-brass-sannidhi-set .related-category {
  display: none;
}
.product-brass-sannidhi-set .pdpstaticcontent {
  display: none;
}
.product-brass-sannidhi-set .product .items .additional-info-tab {
  display: none;
}
.product-rasa-sannidhi-set .related {
  display: none;
}
.product-rasa-sannidhi-set .related-category {
  display: none;
}
.product-rasa-sannidhi-set .pdpstaticcontent {
  display: none;
}
.product-rasa-sannidhi-set .product .items .additional-info-tab {
  display: none;
}
.product-vibhuti-sannidhi-set .related {
  display: none;
}
.product-vibhuti-sannidhi-set .related-category {
  display: none;
}
.product-vibhuti-sannidhi-set .pdpstaticcontent {
  display: none;
}
.product-vibhuti-sannidhi-set .product .items .additional-info-tab {
  display: none;
}
.independence-day-prod h2 {
  text-align: center;
  padding: 20px 0;
}
.independence-day-prod h2 a {
  font-size: 18px;
  color: #000000;
}
.books-top {
  padding-top: 30px;
}
.books-prod h2 {
  text-align: center;
  padding: 10px 0;
}
.books-prod h2 a {
  font-size: 15px;
  color: #000000;
}
.books-prod h3 {
  font-size: 17px;
  color: #000000;
  font-weight: 600;
}
.books-prod h3 span {
  font-size: 14px;
  text-decoration: line-through;
  color: #a92611;
}
.shop-by-languages {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}
.shop-by-languages h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-family: 'Fedra Sans Std';
  font-weight: 100;
}
.language-image {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.language-image .language-image-text {
  position: absolute;
  bottom: 10px;
  z-index: 999;
  margin: 0 auto;
  left: 0;
  right: 15px;
  text-align: right;
}
.language-image img {
  vertical-align: top;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.language-image:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.language-image-text h2 a {
  font-size: 15px;
  color: #ffffff;
}
.image {
  padding-left: 5px;
  padding-right: 5px;
}
.cms-bhairavi-sadhana.ishaessentials {
  padding: 40px 180px !important;
}
.page-layout-1column .block.widget .products-grid .product-item:nth-child(5n+1) {
  margin-left: 2% !important;
}
.details2-button {
  text-align: center;
}
.details2-button a {
  border: 1px solid #a92611;
  background: #a92611;
  color: #ffffff;
  font-size: 15px;
  padding: 8px 20px;
  border-radius: 30px;
}
@media only screen and (max-width: 1367px) {
  .cms-bond-of-grace .qoute.for-mobile {
    top: 22%;
    right: 56%;
  }
  .explorecategory ul {
    display: flex;
    justify-content: space-between;
  }
  .explorecategory ul li {
    width: 49.5%;
  }
}
@media only screen and (max-width: 767px) {
  .product-info-main .product-social-links {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .swatch-notify {
    top: -33px;
    width: 57px;
  }
}
@media only screen and (max-width: 1249px) {
  .product-info-main .stock {
    padding-top: 15px;
  }
}
.footer-container .pagebuilder-column-line {
  max-width: 1320px;
  margin: 0 auto;
}
.footer-container .pagebuilder-column h3 {
  font-family: 'Fedra Sans Std Demi';
  font-size: 21px;
}
.footer-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-container ul li {
  padding-bottom: 0px;
}
.footer-container ul li a {
  font-size: 14px !important;
  font-family: 'Fedra Sans Std Demi';
  line-height: 20px;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.footer-container .footer-social-col {
  max-width: 18%;
}
.copyright {
  padding: 0;
  font-family: 'Fedra Sans Book 5';
}
.copyright .pagebuilder-column-line {
  padding: 20px 0;
  border-top: 1px solid #4c6386 !important;
  max-width: 1320px;
  margin: 0 auto;
}
.copyright a {
  padding: 0 10px;
}
.copyright a:first-child:after {
  content: '';
  display: inline-block;
  background: #ffffff;
  height: 4px;
  width: 4px;
  border-radius: 4px;
  vertical-align: middle;
  margin: 0 -10px 0 15px;
}
.copyright a:last-child {
  padding-right: 0;
}
.footer-social img {
  margin: 0 24px 24px 0;
}
.footer-copyright .pagebuilder-column-line {
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .footer-container .pagebuilder-column h3 {
    font-size: 18px;
    font-weight: 400;
  }
  .footer-container {
    padding: 37px 0 12px !important;
  }
  .footer-container .pagebuilder-column {
    width: 100% !important;
    padding: 0;
    padding: 15px 0 0;
    border-top: solid 1px #6c757d;
    transition: 0.5s all ease;
  }
  .footer-container .pagebuilder-column:nth-child(1) {
    border-top: none !important;
  }
  .footer-container .pagebuilder-column h3 {
    display: flex;
    justify-content: space-between;
  }
  .footer-container .pagebuilder-column h3:after {
    border-color: #ffffff !important;
    right: 0;
    top: 9px;
    content: '+';
    border: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    font-size: 26px;
    padding: 0;
    color: #ffffff;
    display: flex;
    line-height: 10px;
    align-items: center;
  }
  .footer-container .pagebuilder-column-line {
    flex-direction: column;
    max-width: 100%;
    padding: 20px 30px 0;
  }
  .footer-container ul {
    display: none;
  }
  .footer-container ul li {
    padding-bottom: 0;
  }
  .footer-container .pagebuilder-column.active ul {
    display: block;
    padding: 10px 0 0 10px;
  }
  .footer-container .pagebuilder-column.active h3:after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    content: '-';
  }
  .footer-social-col {
    border-top: 0 !important;
    text-align: center;
    margin-top: 54px;
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-social-col h3:after {
    display: none !important;
  }
  .footer-social-col p {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
  }
  .footer-social-col.pagebuilder-column h3 {
    justify-content: center;
  }
  .footer-social img {
    width: 50px;
    height: 50px;
  }
  .copyright {
    width: 100% !important;
    padding: 0 30px;
    text-align: center;
  }
  .copyright p {
    text-align: center !important;
  }
  .copyright span {
    font-size: 13px !important;
  }
  .copyright .pagebuilder-column {
    width: 100% !important;
    padding: 0 30px;
  }
  .footer-container .footer-social-col {
    max-width: 23% !important;
  }
}
@media screen and (max-width: 767px) {
  .footer-container .pagebuilder-column h3 {
    font-size: 18px;
  }
  .footer-container {
    padding: 37px 0 12px !important;
  }
  .footer-container .pagebuilder-column {
    width: 100% !important;
    padding: 0;
    padding: 15px 0 0;
    border-bottom: solid 1px #6c757d;
    transition: 0.5s all ease;
  }
  .footer-container .pagebuilder-column:nth-child(4) {
    border-bottom: none;
  }
  .footer-container .pagebuilder-column h3 {
    display: flex;
    justify-content: space-between;
  }
  .footer-container .pagebuilder-column h3:after {
    border-color: #ffffff !important;
    right: 0;
    top: 9px;
    content: '+';
    border: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    font-size: 26px;
    padding: 0;
    color: #ffffff;
    display: flex;
    line-height: 10px;
    align-items: center;
  }
  .footer-container .pagebuilder-column-line {
    flex-direction: column;
    max-width: 100%;
    padding: 20px 30px 0;
  }
  .footer-container ul {
    display: none;
  }
  .footer-container ul li {
    padding-bottom: 15px;
  }
  .footer-container .pagebuilder-column.active ul {
    display: block;
    padding: 10px 0 0 10px;
  }
  .footer-container .pagebuilder-column.active h3:after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    content: '-';
  }
  .footer-social-col {
    border-bottom: 0 !important;
    text-align: center;
    margin-top: 54px;
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-social-col h3:after {
    display: none !important;
  }
  .footer-social-col p {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
  }
  .footer-social-col.pagebuilder-column h3 {
    justify-content: center;
  }
  .footer-social img {
    width: 50px;
    height: 50px;
  }
  .copyright {
    width: 100% !important;
    padding: 0 30px;
    text-align: center;
  }
  .copyright p {
    text-align: center !important;
  }
  .copyright span {
    font-size: 13px !important;
  }
  .copyright .pagebuilder-column {
    width: 100% !important;
    padding: 0 30px;
  }
}
body .page-bottom .footernewsletter .footer-nandhi {
  display: none;
}
body .page-bottom .footernewsletter > .content {
  margin: 50px 0;
  padding: 0;
}
body:not(.cms-sample-home-page) .page-bottom .footernewsletter .footer-nandhi {
  display: none;
}
.products_listing_grid.products.wrapper .product-item-name {
  font-weight: 400;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.products_listing_grid.products.wrapper .product-item-name > a {
  text-decoration: none;
  color: #020202;
  font-family: 'Fedra Sans Std';
}
.products_listing_grid.products.wrapper .product-item-name > a:visited {
  color: #020202;
  text-decoration: underline;
}
.products_listing_grid.products.wrapper .product-item-name > a:hover {
  color: #020202;
  text-decoration: underline;
}
.products_listing_grid.products.wrapper .product-item-name > a:active {
  color: #020202;
  text-decoration: underline;
}
.products_listing_grid.products.wrapper .product.name a {
  font-weight: 400;
}
.products_listing_grid.products.wrapper .product-item-actions {
  font-size: 0;
  width: 100%;
}
.products_listing_grid.products.wrapper .product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.products_listing_grid.products.wrapper .product-item-actions .actions-secondary > .action {
  color: #020202;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.products_listing_grid.products.wrapper .product-item-actions .actions-secondary > .action span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products_listing_grid.products.wrapper .product-item-actions .actions-secondary > .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
  width: 18px;
  margin: 0;
}
.products_listing_grid.products.wrapper .product-item-actions .actions-secondary > .action:hover {
  color: #020202;
  text-decoration: none;
}
.products_listing_grid.products.wrapper .product-item-actions > * {
  font-size: 1.4rem;
}
.products_listing_grid.products.wrapper .product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.products_listing_grid.products.wrapper .product-item-actions .actions-primary > .stock.unavailable {
  line-height: 1;
  padding-bottom: 10px;
  padding-right: 24px;
  padding-top: 10px;
}
.products_listing_grid.products.wrapper .product-item {
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
  position: relative;
  padding: 0;
}
.products_listing_grid.products.wrapper .product-item .action.towishlist {
  color: #020202;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.products_listing_grid.products.wrapper .product-item .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
  width: 18px;
  content: '\e600';
}
.products_listing_grid.products.wrapper .product-item .action.towishlist:hover {
  color: #020202;
  text-decoration: none;
}
.products_listing_grid.products.wrapper .product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
  left: 0;
}
.products_listing_grid.products.wrapper .product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.products_listing_grid.products.wrapper .product-item .price-box {
  margin: 3px 0 8px;
  float: left;
  width: 100%;
  margin: 0;
}
.products_listing_grid.products.wrapper .product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.products_listing_grid.products.wrapper .product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.products_listing_grid.products.wrapper .product-item .product-reviews-summary.short {
  position: relative;
  top: 0px;
  float: right;
  margin: 0;
  float: left;
  width: 100%;
  float: left !important;
  margin-bottom: 8px;
  margin-top: -8px;
}
.products_listing_grid.products.wrapper .product-item .product-reviews-summary.short .reviews-actions {
  display: none;
}
.products_listing_grid.products.wrapper .product-item:hover .product-item-inner {
  position: relative;
  top: 0;
}
.products_listing_grid.products.wrapper .action.primary {
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Fedra Sans Std';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  background-image: none;
  background: #a92611;
  border: 1px solid #a92611;
}
.products_listing_grid.products.wrapper .action.primary:focus {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.products_listing_grid.products.wrapper .action.primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.products_listing_grid.products.wrapper .action.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
  background: #a92611 !important;
  border: 1px solid #a92611 !important;
  color: #ffffff !important;
}
.products_listing_grid.products.wrapper .price-container.weee:before {
  display: none;
}
.products_listing_grid.products.wrapper .product-item-info {
  max-width: 100%;
  width: 152px;
}
.products_listing_grid.products.wrapper .price-container .price {
  font-size: 1.4rem;
}
.products_listing_grid.products.wrapper .products.list .product-item-info {
  transition: 0.5s all ease;
  position: relative;
  width: 100%;
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-image-container {
  width: 100% !important;
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-image-container img {
  width: 100%;
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-item-name {
  margin-bottom: 0;
  height: auto;
  width: 100%;
  line-height: normal;
  max-width: 100% !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  min-height: 18px;
}
.products_listing_grid.products.wrapper .products.list .product-item-info a {
  display: inline;
  float: left;
  width: 100%;
}
.products_listing_grid.products.wrapper .products.list .product-item-info img {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner {
  box-shadow: none;
  border: none;
  background: 0 0;
  border: 0;
  clip: auto !important;
  height: auto;
  margin: 0;
  overflow: visible !important;
  padding: 0;
  width: 100% !important;
  margin: 0 !important;
  position: unset !important;
  height: auto !important;
  width: 100%;
  float: left;
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner:before {
  display: none;
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-secondary {
  display: block;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 10px;
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-secondary a:before {
  color: #ffffff;
  content: "\f08a";
  font-family: "FontAwesome";
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-primary {
  display: block;
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-primary button {
  width: 100%;
  border-radius: 30px;
  height: auto;
  padding: 8px 0;
  margin: 0;
  font-size: 14px;
  display: block;
  border-radius: 3px;
  background: #edaa38;
  border: none;
  text-transform: uppercase;
  line-height: normal;
  opacity: 1;
  padding: 7px 0;
  font-family: 'Fedra Sans Book 5';
  font-size: 11px !important;
  margin: 0 3px !important;
  font-weight: 400;
  float: left !important;
  height: 33px !important;
  cursor: pointer;
  letter-spacing: 0.45px;
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-primary button:focus {
  border: none;
  outline: none;
}
.products_listing_grid.products.wrapper .products.list .product-item-info:hover {
  background: 0 0;
  padding: 0;
  box-shadow: none;
  border: none;
  margin: 0;
  transition: 0.5s all ease;
}
.products_listing_grid.products.wrapper .products.list .product-item-info:hover a {
  overflow: hidden;
  text-decoration: none;
}
.products_listing_grid.products.wrapper .products.list .product-item-info:hover a img {
  -moz-transform: scale(1.1) rotate(0deg);
  -webkit-transform: scale(1.1) rotate(0deg);
  -o-transform: scale(1.1) rotate(0deg);
  -ms-transform: scale(1.1) rotate(0deg);
  transform: scale(1.1) rotate(0deg);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.products_listing_grid.products.wrapper .products.list .product-item-info:hover button {
  width: 100%;
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-item-link {
  color: #020202;
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-item-link:hover {
  text-decoration: underline;
}
.products_listing_grid.products.wrapper .products.list .product-item-info .price {
  font-weight: 600;
  letter-spacing: 0.45px;
  color: #020202;
  font-weight: 400;
  white-space: nowrap;
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
}
.products_listing_grid.products.wrapper .rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.products_listing_grid.products.wrapper .rating-summary .rating-result {
  position: relative;
  vertical-align: middle;
}
.products_listing_grid.products.wrapper .rating-summary .rating-result:before {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../../frontend/OM/Isha/en_US/mage/images/grey-star.svg');
  content: "" !important;
  height: 20px !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  display: block;
}
.products_listing_grid.products.wrapper .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.products_listing_grid.products.wrapper .rating-summary .rating-result > span:before {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../../frontend/OM/Isha/en_US/mage/images/yellow-star.svg');
  content: "" !important;
  height: 20px;
  position: relative;
  z-index: 2;
  display: block;
}
.products_listing_grid.products.wrapper .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;
}
.products_listing_grid.products.wrapper .item.product.product-item.out-of-stock .product-image-photo {
  filter: grayscale(100%);
  opacity: 0.7;
  filter: initial !important;
  opacity: 1 !important;
}
.products_listing_grid.products.wrapper .item.product.product-item.out-of-stock .product-item-inner {
  overflow: visible;
  padding: 0;
  position: static;
  width: 100%;
  box-shadow: none;
  border: none;
  background: 0 0;
  height: auto;
}
.products_listing_grid.products.wrapper .item.product.product-item.out-of-stock .product-item-inner .unavailable {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Fedra Sans Std';
  font-size: 11px;
  background: #ffffff;
  width: 91px;
  text-align: center;
  padding: 6px 0;
  z-index: 100;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.products_listing_grid.products.wrapper .pricewhatsapp {
  position: relative;
  float: left;
  width: 100%;
  margin: 5px 0 10px !important;
}
.products_listing_grid.products.wrapper .product-image-container {
  display: inline-block;
  max-width: 100%;
  width: 100% !important;
  float: left;
  position: relative;
}
.products_listing_grid.products.wrapper .product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.products_listing_grid.products.wrapper .product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.products_listing_grid.products.wrapper .product-reviews-summary {
  margin-bottom: 5px;
}
.products_listing_grid.products.wrapper .product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.products_listing_grid.products.wrapper .product-reviews-summary .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products_listing_grid.products.wrapper .product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
@media screen and (max-width: 639px) {
  .products_listing_grid.products.wrapper .product-item-actions .actions-primary {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-primary button {
    width: 100% !important;
    display: block;
    border-radius: 30px;
    background: #edaa38;
    border: none;
    text-transform: uppercase;
    line-height: normal;
    opacity: 1;
    height: auto !important;
    padding: 8px 0;
    margin: 0 !important;
    font-family: 'Fedra Sans Book 5';
    font-size: 14px !important;
    font-weight: 400;
    letter-spacing: 0.45px;
  }
}
@media screen and (max-width: 1023px) {
  .products_listing_grid.products.wrapper .product-image-container {
    width: 100% !important;
    float: left;
    position: relative;
  }
}
.products_listing_grid.products.wrapper .product-item-inner .actions-primary form {
  display: flex !important;
  justify-content: space-between !important;
}
.products_listing_grid.products.wrapper .additional_addtocart {
  width: 100% !important;
  margin-left: 5px;
  display: none;
}
.products_listing_grid.products.wrapper .additional_addtocart label {
  cursor: pointer !important;
  margin-bottom: 0;
}
.products_listing_grid.products.wrapper .product-reviews-summary-offers_list {
  min-height: 19px;
}
.products_listing_grid.products.wrapper .product-reviews-summary-offers_list .swatch-attribute {
  display: none;
}
.products_listing_grid.products.wrapper .product-item-details {
  text-align: left;
  border: 1px solid rgba(196, 196, 196, 0.25);
  border-top: 0;
  padding-bottom: 0px;
  margin-bottom: 0;
  float: left;
  width: 100%;
}
.products_listing_grid.products.wrapper .stock.notifyme a.notifyme-btn {
  display: block !important;
  text-align: center;
  color: #ffffff;
  border-radius: 30px;
}
.products_listing_grid.products.wrapper a.notifyme-btn {
  width: 100%;
  display: block;
  border-radius: 3px;
  background: #edaa38;
  border: none;
  text-transform: uppercase;
  line-height: normal;
  opacity: 1;
  height: auto;
  padding: 8px 0;
  margin: 0;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.45px;
}
.products_listing_grid.products.wrapper .product.actions.product-item-actions form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.products_listing_grid.products.wrapper .price-box.price-final_price {
  float: left;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.products_listing_grid.products.wrapper .price-final_price {
  float: left;
  width: 100%;
}
.products_listing_grid.products.wrapper span.price-container.price-final_price.tax.weee {
  width: auto !important;
  float: left;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.products-grid .product-item-actions {
  margin: 0 !important;
  width: 100%;
}
.catalog-category-view .products_listing_grid.products.wrapper .actions-primary + .actions-secondary {
  vertical-align: top;
}
.catalog-category-view .products_listing_grid.products.wrapper .product-item-details {
  border: none;
}
.catalog-category-view .products_listing_grid.products.wrapper a.notifyme-btn {
  font-size: 14px !important;
  border-radius: 30px;
}
.catalog-category-view .products.list .product-item-info .product-item-inner .actions-primary button {
  border-radius: 30px;
}
.page-products .product-item-info {
  width: 240px;
}
.page-products .products-grid .product-item .product-item-details {
  position: static;
  float: left;
  width: 100%;
}
@media all and (min-width: 640px) {
  .products_listing_grid.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .products_listing_grid.products-grid .product-item-info:hover {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products_listing_grid.products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
  }
  .products_listing_grid.products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .products_listing_grid.products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .product-item-actions {
    display: block;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products_listing_grid.products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
    margin: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .products_listing_grid.products.wrapper .rating-summary .rating-result {
    width: 60px;
  }
}
@media (max-width: 719px) {
  .products_listing_grid.products.wrapper .additional_addtocart {
    margin: 5px 0;
  }
  .products_listing_grid.products.wrapper .item.product.product-item.out-of-stock .product-image-photo {
    opacity: 1;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-primary button {
    width: 100% !important;
    margin: 5px 0px !important;
  }
  .products_listing_grid.products.wrapper .product-item-inner .actions-primary form {
    display: inherit !important;
    justify-content: space-between !important;
  }
}
@media only screen and (max-width: 1500px) {
  .products_listing_grid.products.wrapper .products.list .product-item-info .price {
    font-size: 14px;
  }
  .products_listing_grid.products.wrapper .rating-summary .rating-result {
    width: 130px;
  }
}
@media only screen and (max-width: 390px) {
  .products_listing_grid.products.wrapper .products.list .product-item-info .price {
    font-size: 9px;
    display: inline-block;
  }
  .products_listing_grid.products.wrapper .rating-summary .rating-result {
    width: 130px;
  }
}
@media only screen and (max-width: 1024px) {
  .products_listing_grid.products.wrapper .product-reviews-summary-offers_list {
    min-height: 50px;
  }
  .products_listing_grid.products.wrapper .page-with-filter .product-item .product-reviews-summary .rating-summary {
    margin: 4px auto 0;
    width: 100%;
    text-align: left;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-link {
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-primary button {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .products_listing_grid.products.wrapper .price-box.price-final_price {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 425px) {
  .products_listing_grid.products.wrapper .product-reviews-summary-offers_list {
    min-height: 22px;
    min-height: 50px;
  }
}
@media (max-width: 767px) {
  .catalog-category-view .products.products-grid {
    padding: 0;
  }
  .catalog-category-view .products-grid .product-item {
    margin: 0 5px;
    width: calc((100% - 20px)/2);
    overflow: hidden;
  }
  .catalog-category-view .products.list .product-item-info .product-item-inner .actions-primary button {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .catalog-category-view .additional_addtocart {
    margin: 0 !important;
  }
  .catalog-category-view .product-item .price-box {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .catalog-category-view .actions-primary + .actions-secondary {
    vertical-align: top;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info {
    transition: 0.5s all ease;
    position: relative;
    width: 100%;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-image-container {
    width: 100% !important;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-image-container img {
    width: 100%;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-name {
    margin-bottom: 0;
    height: auto;
    width: 100%;
    line-height: normal;
    max-width: 100% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info a {
    display: inline;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info img {
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner {
    box-shadow: none;
    border: none;
    background: 0 0;
    border: 0;
    clip: auto !important;
    height: auto;
    margin: 0;
    overflow: visible !important;
    padding: 0;
    width: 100% !important;
    margin: 0 !important;
    position: unset !important;
    height: auto !important;
    float: left;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner:before {
    display: none;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-secondary {
    display: block;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 10px;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-secondary a:before {
    color: #ffffff;
    content: "\f08a";
    font-family: "FontAwesome";
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-primary {
    display: block;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-primary button {
    width: 100%;
    display: block;
    border-radius: 30px;
    background: #edaa38;
    border: none;
    text-transform: uppercase;
    line-height: normal;
    opacity: 1;
    height: auto;
    padding: 8px 0;
    margin: 0;
    font-family: 'Fedra Sans Book 5';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.45px;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-primary button:focus {
    border: none;
    outline: none;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info:hover {
    background: 0 0;
    padding: 0;
    box-shadow: none;
    border: none;
    margin: 0;
    transition: 0.5s all ease;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info:hover a {
    overflow: hidden;
    text-decoration: none;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info:hover a img {
    -moz-transform: scale(1.1) rotate(0deg);
    -webkit-transform: scale(1.1) rotate(0deg);
    -o-transform: scale(1.1) rotate(0deg);
    -ms-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info:hover button {
    width: 100%;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-link {
    color: #020202;
    font-size: 14px;
    font-family: 'Fedra Sans Book 5';
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .product-item-link:hover {
    text-decoration: underline;
  }
  .products_listing_grid.products.wrapper .products.list .product-item-info .price {
    color: #020202;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.45px;
  }
  .products_listing_grid.products.wrapper .rating-summary .rating-result:before {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../../frontend/OM/Isha/en_US/mage/images/grey-star.svg');
    content: "" !important;
    height: 20px;
  }
  .products_listing_grid.products.wrapper .rating-summary .rating-result > span:before {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../../frontend/OM/Isha/en_US/mage/images/yellow-star.svg');
    content: "" !important;
    height: 20px;
  }
  .products_listing_grid.products.wrapper .product-item {
    position: relative;
  }
  .products_listing_grid.products.wrapper .product-item .product-reviews-summary.short {
    position: relative;
    top: 0px;
    float: right;
    margin: 0;
  }
  .products_listing_grid.products.wrapper .product-item .product-reviews-summary.short .reviews-actions {
    display: none;
  }
  .products_listing_grid.products.wrapper .product-item:hover .product-item-inner {
    position: relative;
    top: 0;
  }
  .products_listing_grid.products.wrapper .item.product.product-item.out-of-stock .product-image-photo {
    filter: grayscale(100%);
    opacity: 0.7;
  }
  .products_listing_grid.products.wrapper .item.product.product-item.out-of-stock .product-item-inner {
    overflow: visible;
    padding: 0;
    position: static;
    width: 100%;
    box-shadow: none;
    border: none;
    background: 0 0;
    height: auto;
  }
  .products_listing_grid.products.wrapper .item.product.product-item.out-of-stock .product-item-inner .unavailable {
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'Fedra Sans Std';
    font-size: 11px;
    background: #ffffff;
    width: 91px;
    text-align: center;
    padding: 6px 0;
    z-index: 100;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .products_listing_grid.products.wrapper .pricewhatsapp {
    position: relative;
  }
  .products_listing_grid.products.wrapper input {
    color: #020202;
  }
  .page-products .products-grid .product-item .product-item-details {
    position: static;
  }
}
@media screen and (min-width: 1024px) {
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    width: calc((100% - 6%)/4);
  }
}
input::selection {
  background: #ff0;
}
.products_bottom_toolbar {
  display: none;
}
.page-main {
  display: block;
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 99;
}
.new-pdp-design .page-main {
  overflow: unset;
}
.toolbar.toolbar-products {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar.toolbar-products:before {
  content: '';
  display: table;
}
.toolbar.toolbar-products:after {
  content: '';
  display: table;
  clear: both;
}
.toolbar.toolbar-products .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar.toolbar-products p {
  margin-top: 0;
  margin-bottom: 1rem;
  orphans: 3;
  widows: 3;
}
.toolbar.toolbar-products p:empty {
  display: none;
}
.toolbar.toolbar-products strong {
  font-weight: 700;
  font-weight: bolder;
}
.toolbar.toolbar-products a {
  color: #2781d2;
  text-decoration: none;
  background-color: transparent;
}
.toolbar.toolbar-products a:visited {
  color: #2781d2;
  text-decoration: none;
}
.toolbar.toolbar-products a:hover {
  color: #2781d2;
  text-decoration: underline;
}
.toolbar.toolbar-products a:active {
  color: #a92611;
  text-decoration: underline;
}
.toolbar.toolbar-products a:not(.btn) {
  text-decoration: underline;
}
.toolbar.toolbar-products select {
  background: #ffffff url('../../frontend/OM/Isha/en_US/mage/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 1px;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: 0.01em;
  text-overflow: '';
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  word-wrap: normal;
  background-color: #ffffff;
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar.toolbar-products select:focus {
  border: 1px solid #c2c2c2;
}
.toolbar.toolbar-products select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
.toolbar.toolbar-products select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.toolbar.toolbar-products {
  position: relative;
  clear: both;
  margin: 0;
}
.toolbar.toolbar-products:after {
  content: '';
  border-top: solid 1px #e5b34c;
  width: 100%;
  top: 19px;
  left: 0;
  position: absolute;
  z-index: -1;
}
.toolbar.toolbar-products .modes {
  display: none;
}
.toolbar.toolbar-products .toolbar-amount {
  font-size: 15px;
  color: #020202;
  font-weight: 500;
  font-family: 'Fedra Sans Book 5';
  padding-right: 20px;
  background: #ffffff;
  display: none !important;
}
.toolbar.toolbar-products .toolbar-amount .toolbar-number {
  font-family: 'Fedra Sans Std';
  font-weight: 600;
}
.toolbar.toolbar-products .toolbar-sorter {
  width: auto;
  z-index: 1;
  top: -10px;
  position: relative;
  background: #ffffff;
  padding-left: 20px;
}
.toolbar.toolbar-products .toolbar-sorter.sorter {
  position: relative;
  float: left;
  width: 50%;
  display: flex;
}
.toolbar.toolbar-products .toolbar-sorter.sorter:after {
  content: '';
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 0.6;
  right: 15px !important;
  border-top: 0 !important;
}
.toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
  font-family: 'Fedra Sans Medium 5';
  color: #000000;
  font-size: 15px;
  padding-right: 10px;
  display: inline-block;
  width: inherit;
  padding-top: 8px;
}
.toolbar.toolbar-products .toolbar-sorter.sorter select {
  background: 0 0;
  border: none;
  box-shadow: none;
  text-rendering: auto;
  color: #020202;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: 'Fedra Sans Book 5';
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  border: solid 1px #cacaca;
  border-radius: 4px;
  padding: 8px 12px;
  height: auto;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  width: 64%;
  padding-right: 22px;
}
.toolbar.toolbar-products .toolbar-sorter.sorter .sorter-action:before {
  display: none;
}
.category-view-show {
  float: left;
  display: flex;
  padding-right: 20px;
}
.category-view-show h2 {
  font-family: 'Fedra Sans Medium 5';
  color: #000000;
  font-size: 15px;
  padding-top: 6px;
  margin: 0;
  padding-bottom: 0;
  padding-right: 8px;
}
.category-view-show .double-view {
  background: url('../../frontend/OM/Isha/en_US/mage/images/sho_cat_four_after.svg') no-repeat left top;
  width: 43px;
  height: 26px;
  cursor: pointer;
  opacity: 0.5;
  margin-left: 8px;
}
.category-view-show .double-view span {
  background: #908b86;
  width: 8px;
  height: 15px;
  display: inline-block;
  font-size: 0px;
  vertical-align: text-top;
  margin-left: 3px;
  display: none;
}
.category-view-show .single-view {
  background: url('../../frontend/OM/Isha/en_US/mage/images/show-cat_three_before.svg') no-repeat left top;
  width: 35px;
  height: 26px;
  cursor: pointer;
  opacity: 0.2;
}
.category-view-show .single-view span {
  display: inline-block;
  background: #eee6d7;
  font-size: 0px;
  width: 8px;
  height: 15px;
  vertical-align: text-top;
  margin-left: 3px;
  display: none;
}
body.single-product-view .category-view-show .single-view {
  opacity: 0.5;
}
body.single-product-view .double-view {
  opacity: 0.2;
}
.toolbartop {
  float: right;
  background: #ffffff;
  padding-left: 20px;
  width: 50%;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.toolbar-products .sorter-action {
  display: inline-block;
  text-decoration: none;
}
.toolbar-products .sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #6c757d;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.toolbar-products .sorter-action:hover:before {
  color: #020202;
}
.toolbar-products .sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toolbar-products .modes {
  display: none;
}
.toolbar-products .sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  .toolbar-products {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 479px) {
  .sorter-options {
    margin: 0 2px;
  }
}
@media screen and (min-width: 768px) {
  .toolbar.toolbar-products {
    position: relative;
    clear: both;
    margin: 0;
  }
  .toolbar.toolbar-products:after {
    content: '';
    border-top: solid 1px #e5b34c;
    width: 100%;
    top: 19px;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  .toolbar.toolbar-products .modes {
    display: none;
  }
  .toolbar.toolbar-products .toolbar-amount {
    font-size: 15px;
    color: #020202;
    font-weight: 500;
    font-family: 'Fedra Sans Book 5';
    padding-right: 20px;
    background: #ffffff;
    display: none !important;
  }
  .toolbar.toolbar-products .toolbar-amount .toolbar-number {
    font-family: 'Fedra Sans Std';
    font-weight: 600;
  }
  .toolbar.toolbar-products .toolbar-sorter {
    width: auto;
    z-index: 1;
    top: -10px;
    position: relative;
    background: #ffffff;
    padding-left: 20px;
  }
  .toolbar.toolbar-products .toolbar-sorter.sorter {
    position: relative;
  }
  .toolbar.toolbar-products .toolbar-sorter.sorter:after {
    content: '';
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0.6;
  }
  .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
    font-family: 'Fedra Sans Medium 5';
    color: #000000;
    font-size: 15px;
    padding-right: 10px;
    display: inline-block;
    width: inherit;
    padding-top: 8px;
  }
  .toolbar.toolbar-products .toolbar-sorter.sorter select {
    background: 0 0;
    border: none;
    box-shadow: none;
    text-rendering: auto;
    color: #020202;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-family: 'Fedra Sans Book 5';
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    border: solid 1px #cacaca;
    border-radius: 4px;
    padding: 8px 12px;
    height: auto;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 64%;
    padding-right: 22px;
  }
  .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-action:before {
    display: none;
  }
  .toolbar.toolbar-products .toolbartop {
    float: right;
    background: #ffffff;
    padding-left: 20px;
  }
  .category-view-show {
    float: left;
    display: flex;
    padding-right: 20px;
  }
  .category-view-show h2 {
    font-family: 'Fedra Sans Medium 5';
    color: #000000;
    font-size: 15px;
    padding-top: 6px;
    margin: 0;
    padding-bottom: 0;
    padding-right: 8px;
  }
  .category-view-show .double-view {
    background: url('../../frontend/OM/Isha/en_US/mage/images/sho_cat_four_after.svg') no-repeat left top;
    width: 43px;
    height: 26px;
    cursor: pointer;
    opacity: 0.5;
    margin-left: 8px;
  }
  .category-view-show .double-view span {
    background: #908b86;
    width: 8px;
    height: 15px;
    display: inline-block;
    font-size: 0px;
    vertical-align: text-top;
    margin-left: 3px;
    display: none;
  }
  .category-view-show .single-view {
    background: url('../../frontend/OM/Isha/en_US/mage/images/show-cat_three_before.svg') no-repeat left top;
    width: 35px;
    height: 26px;
    cursor: pointer;
    opacity: 0.2;
  }
  .category-view-show .single-view span {
    display: inline-block;
    background: #eee6d7;
    font-size: 0px;
    width: 8px;
    height: 15px;
    vertical-align: text-top;
    margin-left: 3px;
    display: none;
  }
  body.single-product-view .category-view-show .single-view {
    opacity: 0.5;
  }
  body.single-product-view .double-view {
    opacity: 0.2;
  }
}
@media screen and (min-width: 769px) {
  .modes-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.sidebar-main {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  padding-right: 0 !important;
}
.sidebar-main .filter-options-content {
  margin: 0;
  padding: 10px;
  padding: 5px 10px;
}
.sidebar-main .filter-options-content .filter-count-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar-main .filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.sidebar-main .filter-options-content a {
  color: #020202;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.sidebar-main .filter-options-content a:hover {
  background-color: #ffffff;
  text-decoration: none;
}
.sidebar-main .filter-options-content .count {
  color: #6c757d;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.sidebar-main .filter-options-content .count:before {
  content: '(';
}
.sidebar-main .filter-options-content .count:after {
  content: ')';
}
.sidebar-main .columns .sidebar-main {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.sidebar-main .items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.sidebar-main .filter .block-subtitle {
  display: none;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.sidebar-main .filter .filter-options-title {
  color: #020202;
  font-size: 1.1vw;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 400 !important;
  border-bottom: 1px solid #e4af3f;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 8px;
  padding-left: 0;
}
.sidebar-main .filter .filter-options-title:after {
  content: '';
  position: absolute;
  right: 0;
  top: 18px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/filter-arrow.png') no-repeat right top;
  width: 8px;
  height: 13px;
}
.sidebar-main .filter .filter-options-item {
  border-bottom: none;
}
.sidebar-main .filter .filter-options-item.active .filter-options-title:after {
  transform: rotate(90deg);
  right: 6px;
}
.sidebar-main .filter .filter-options-item.active .filter-options-content {
  display: block;
  transition: 0.5s all ease;
}
.sidebar-main .filter .filter-options-content {
  padding-left: 0;
  transition: 0.5s all ease;
  display: none;
}
.sidebar-main .filter .filter-options-content .count {
  position: relative;
}
.sidebar-main .filter .filter-options-content .count:after {
  right: 0;
  position: absolute;
}
.sidebar-main .filter .filter-options-content li {
  padding-bottom: 5px;
  margin-bottom: 12px;
}
.sidebar-main .filter .filter-options-content li a {
  color: #020202;
  font-size: 0.98vw;
  font-family: 'Fedra Sans Book 5';
  transition: 0.5s all ease;
  padding-top: 4px;
}
.sidebar-main .filter .filter-options-content li a:hover {
  background: 0 0;
  color: #a92611;
  transition: 0.5s all ease;
}
.sidebar-main .filter-title strong {
  background-color: #ffffff;
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #ccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.sidebar-main .filter-subtitle {
  display: none;
}
.sidebar-main .filter-options {
  margin: 0;
  text-align: left !important;
}
.sidebar-main .filter-options-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.sidebar-main .filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.sidebar-main .filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  right: 13px;
  top: 12px;
}
.sidebar-main .filter-options-title:hover {
  color: #000000;
}
.sidebar-main .active > .filter-options-title:after {
  content: '\e621';
}
@media screen and (max-width: 768px) {
  .sidebar-main .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) {
  .sidebar-main {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
    padding-right: 0 !important;
    box-sizing: border-box;
    padding-right: 2%;
  }
  .sidebar-main .filter .block-subtitle {
    display: none;
  }
  .sidebar-main .filter .filter-options-title {
    color: #020202;
    font-size: 1.1vw;
    font-family: 'Fedra Sans Medium 5';
    font-weight: 400 !important;
    border-bottom: 1px solid #e4af3f;
    text-transform: capitalize;
    font-weight: 600;
    padding-bottom: 8px;
    padding-left: 0;
  }
  .sidebar-main .filter .filter-options-title:after {
    content: '';
    position: absolute;
    right: 0;
    top: 18px;
    background: url('../../frontend/OM/Isha/en_US/mage/images/filter-arrow.png') no-repeat right top;
    width: 8px;
    height: 13px;
  }
  .sidebar-main .filter .filter-options-item {
    border-bottom: none;
  }
  .sidebar-main .filter .filter-options-item.active .filter-options-title:after {
    transform: rotate(90deg);
    right: 6px;
  }
  .sidebar-main .filter .filter-options-item.active .filter-options-content {
    display: block;
    transition: 0.5s all ease;
  }
  .sidebar-main .filter .filter-options-content {
    padding-left: 0;
    transition: 0.5s all ease;
    display: none;
  }
  .sidebar-main .filter .filter-options-content .count {
    position: relative;
  }
  .sidebar-main .filter .filter-options-content .count:after {
    right: 0;
    position: absolute;
  }
  .sidebar-main .filter .filter-options-content li {
    padding-bottom: 5px;
    margin-bottom: 12px;
  }
  .sidebar-main .filter .filter-options-content li a {
    color: #020202;
    font-size: 0.98vw;
    font-family: 'Fedra Sans Book 5';
    transition: 0.5s all ease;
    padding-top: 4px;
  }
  .sidebar-main .filter .filter-options-content li a:hover {
    background: 0 0;
    color: #a92611;
    transition: 0.5s all ease;
  }
}
.product-media-info-section .box-tocart {
  margin: 0 0 30px;
}
.product-media-info-section .box-tocart .action.tocart {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  width: 100%;
  vertical-align: top;
}
.product-media-info-section .box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-media-info-section .box-tocart .input-text.qty {
  text-align: center;
  width: 54px;
}
.product-media-info-section .action.skip:not(:focus) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-media-info-section .action.skip:focus {
  background: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.product-media-info-section .message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #a92611;
  padding-left: 45px;
  position: relative;
}
.product-media-info-section .message.error a {
  color: #2781d2;
}
.product-media-info-section .message.error a:hover {
  color: #2781d2;
}
.product-media-info-section .message.error a:active {
  color: #2781d2;
}
.product-media-info-section .message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #a92611;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.product-media-info-section .message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #28a745;
  padding-left: 45px;
  position: relative;
}
.product-media-info-section .message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #28a745;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.product-media-info-section .fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -0.31em;
}
.product-media-info-section .fieldset > * {
  letter-spacing: normal;
}
.product-media-info-section .fieldset > .field {
  margin: 0 0 20px;
}
.product-media-info-section .action.primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Fedra Sans Std';
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.product-media-info-section .action.primary:focus {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.product-media-info-section .action.primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.product-media-info-section .action.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .catalog-product-view .product-info-main {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1249px) {
  .product-media-info-section .product-info-main .stock {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-main .product.alert.stock a {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .product-media-info-section .rating-summary .rating-result {
    width: 60px;
  }
}
.product-media-info-section .catalog-product-view #product-addtocart-button {
  float: left;
}
.product-media-info-section .catalog-product-view .product.media {
  width: 48% !important;
  display: block;
}
.product-media-info-section .catalog-product-view .product.media .action.towishlist {
  float: left;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Fedra Sans Medium 5';
  margin: 10px 0 0 20px;
  padding-left: 22px;
  position: absolute;
  top: 5px;
  left: 145px;
  z-index: 9;
}
.product-media-info-section .catalog-product-view .product.media .action.towishlist:before {
  content: '';
  content: "\f08a";
  font-family: "FontAwesome";
  position: absolute;
  color: #ffffff;
  left: 2px;
  font-weight: 700;
}
.product-media-info-section .catalog-product-view .product.media .action.towishlist:hover {
  text-decoration: none;
}
.product-media-info-section .catalog-product-view .product-info-main {
  width: 50%;
  position: relative;
  padding-right: 0;
  height: 100%;
  padding-bottom: 0;
}
.product-media-info-section .catalog-product-view .product-info-main h1.page-title {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Fedra Sans Book 5';
  margin: 0;
  padding: 0 0 8px;
}
.product-media-info-section .catalog-product-view .product-info-main .page-title-wrapper.product {
  float: left;
  padding-right: 15px;
}
.product-media-info-section .catalog-product-view .product-info-main .product-info-price {
  width: auto;
  border: none;
  color: #000000;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}
.product-media-info-section .catalog-product-view .product-info-main .product-info-price span.price {
  color: #020202;
  font-weight: 700;
  font-size: 24px;
}
.product-media-info-section .catalog-product-view .product-info-main .price-box {
  margin-bottom: 0;
  padding: 0;
}
.product-media-info-section .catalog-product-view .product-info-main .box-tocart {
  clear: both;
  overflow: hidden;
  margin: 0 0 10px;
}
.product-media-info-section .catalog-product-view .product-info-main .box-tocart .field.qty {
  float: left;
  margin: 0;
  padding: 8px 35px 0 0;
}
.product-media-info-section .catalog-product-view .product-info-main .box-tocart .field.qty input {
  background: 0 0;
  border: none;
  font-weight: 600;
  width: 25px;
  padding: 0;
  text-align: center;
  line-height: normal;
  padding-top: 0;
  font-family: 'Fedra Sans Std';
  font-size: 24px;
  font-weight: 400;
}
.product-media-info-section .catalog-product-view .product-info-main .box-tocart .field.qty input:focus {
  outline: none;
  box-shadow: none;
}
.product-media-info-section .catalog-product-view .product-info-main .box-tocart .field.qty span {
  background: #ffffff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  padding: 1px 6px 6px 5px;
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  cursor: pointer;
}
.product-media-info-section .catalog-product-view .product-info-main .box-tocart .field.qty span.decrement-qty {
  padding: 1px 8px 6px;
}
.product-media-info-section .catalog-product-view .product-info-main .box-tocart .actions {
  display: flex;
  float: left;
  padding-left: 0;
  width: 70%;
}
.product-media-info-section .catalog-product-view .product-info-main .box-tocart .actions .primary.tocart {
  border: none;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  height: 48px;
  line-height: 48px;
  width: auto;
  border-radius: 4px;
  margin-right: 22px;
  background: #a92611;
  transition: 0.5s all ease;
  font-family: 'Fedra Sans Std';
  width: 180px;
  color: #fdf8ee;
  letter-spacing: 0px;
  padding: 0;
}
.product-media-info-section .catalog-product-view .product-info-main .box-tocart .actions .primary.tocart:hover {
  background: #e8532c;
  color: #fdf8ee;
}
.product-media-info-section .catalog-product-view .product-info-main .box-tocart .actions .primary.tocart:focus,
.product-media-info-section .catalog-product-view .product-info-main .box-tocart .actions .primary.tocart:hover {
  outline: none;
  border: none;
}
.product-media-info-section .catalog-product-view .product-info-main .box-tocart .actions #buy-now {
  border: none;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  font-size: 15px;
  padding: 0;
  width: auto;
  border-radius: 4px;
  font-family: 'Fedra Sans Std';
  background: #edaa38 url('../../frontend/OM/Isha/en_US/mage/images/buynow-bg.png') no-repeat 40px 14px;
  text-align: center;
  width: 180px;
  height: 48px;
  line-height: 48px;
  padding-left: 26px;
}
.product-media-info-section .catalog-product-view .product-info-main .box-tocart .actions #buy-now:hover {
  background: #ffb943 url('../../frontend/OM/Isha/en_US/mage/images/buynow-bg.png') no-repeat 40px 14px;
}
.product-media-info-section .catalog-product-view .product-info-main .box-tocart .actions #buy-now:focus {
  border: none;
  outline: none;
}
.product-media-info-section .catalog-product-view .product-info-main .product.alert.stock {
  float: none;
  clear: both;
  padding: 0;
  text-align: left;
  padding-top: 15px;
}
.product-media-info-section .catalog-product-view .product-info-main .product.alert.stock a {
  font-size: 15.5px;
  color: #020202;
  border: solid 1px #fdf8ee;
  padding: 10px;
  border-radius: 3px;
  letter-spacing: 0.45px;
}
.product-media-info-section .video-thumb-icon:after {
  background: url(../../frontend/OM/Isha/en_US/mage/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-media-info-section .price-container.weee:before {
  display: none;
}
.product-media-info-section .price-container .price {
  font-size: 1.4rem;
}
.product-media-info-section .rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.product-media-info-section .rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.product-media-info-section .rating-summary .rating-result:before {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../../frontend/OM/Isha/en_US/mage/images/grey-star.svg');
  content: "" !important;
  height: 20px !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  display: block;
}
.product-media-info-section .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.product-media-info-section .rating-summary .rating-result > span:before {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../../frontend/OM/Isha/en_US/mage/images/yellow-star.svg');
  content: "" !important;
  height: 20px;
  position: relative;
  z-index: 2;
  display: block;
}
.product-media-info-section .rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-media-info-section .codcheck-prod {
  border: 1px solid #e7e7e7;
  float: left;
  padding: 10px;
  width: 100%;
  border: none;
  padding: 0;
  position: relative;
  width: 370px;
  display: block;
  width: 480px;
}
.product-media-info-section .codcheck-prod h3 {
  font-family: 'Fedra Sans Std';
  font-size: 16px;
  font-weight: 600;
  color: #020202;
  float: left;
  padding-top: 10px;
  margin: 0;
}
.product-media-info-section .codcheck-prod .codcheck-text {
  float: left;
  padding-left: 20px;
  width: 60%;
  position: relative;
  width: 50%;
}
.product-media-info-section .codcheck-prod .codcheck-text input {
  border: solid 1px #edaa38;
  height: auto;
  padding: 8px;
  border-radius: 4px;
}
.product-media-info-section .codcheck-prod .codcheck-text input:focus {
  outline: none;
  box-shadow: none;
}
.product-media-info-section .codcheck-prod .codcheck-btn {
  position: absolute;
  right: 5px;
  top: 2px;
  padding: 0;
}
.product-media-info-section .codcheck-prod .codcheck-btn input {
  font-size: 14px;
  color: #a92611;
  top: 11px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Fedra Sans Medium 5';
  background: 0 0;
  border: none;
}
.product-media-info-section .codcheck-prod .codcheck-btn input:hover {
  background: 0 0;
  border: none;
  color: #a92611;
}
.product-media-info-section .codcheck-prod .codcheck-btn input:focus {
  outline: none;
  box-shadow: none;
  background: 0 0;
  border: none;
  color: #a92611;
}
.product-media-info-section .codcheck-prod #errormsg {
  display: block;
  background: 0 0;
  padding-top: 4px;
  padding-bottom: 0;
  padding-left: 0;
  line-height: normal;
  clear: both;
}
.product-media-info-section .codcheck-prod #errormsg .msg:before {
  display: none;
  width: 22px;
  margin: -18px 0 0;
}
.product-media-info-section .codcheck-prod .success.message {
  background: 0 0;
  padding-top: 4px;
  padding-bottom: 0;
  padding-left: 0;
  line-height: normal;
}
.product-media-info-section .codcheck-prod .success.message .msg:before {
  display: none;
  width: 22px;
  margin: -18px 0 0;
}
.product-media-info-section .codcheck-prod .message {
  margin: 0px !important;
  padding-top: 12px !important;
}
.product-media-info-section .product-info-main .product-info-price {
  color: #6c757d;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.product-media-info-section .product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product-media-info-section .product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-media-info-section .product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-media-info-section .product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-media-info-section .product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-media-info-section .product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-media-info-section .product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-media-info-section .product-info-main .stock {
  margin: 0 0 3px;
  clear: both;
}
.product-media-info-section .product-info-main .product.alert {
  margin: 10px 0;
}
.product-media-info-section .product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-media-info-section .product-info-main .rating-summary {
  margin-right: 30px;
}
.product-media-info-section .product-info-price .price-box {
  color: #6c757d;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-media-info-section .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-media-info-section .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-media-info-section .product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-media-info-section .action-skip-wrapper {
  height: 0;
  position: relative;
}
.product-media-info-section .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.product-media-info-section .media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product.media {
  padding-bottom: 0;
  margin-bottom: 30px !important;
  padding-left: 0;
  padding-right: 0;
  z-index: 1;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product.media .gallery-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product.media .video-thumb-icon:after {
  display: none;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product.media .action.towishlist {
  margin: 0 -12px 0 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  float: left;
  cursor: pointer;
  z-index: 0;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product.media .action.towishlist:before {
  display: none;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product.media .action.towishlist:after {
  content: "";
  width: 69px;
  height: 69px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url('../../frontend/OM/Isha/en_US/mage/IshaLife_ProductPage/images/wishlist-icon.svg');
  display: inline-block;
  background-size: contain;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product.media .action.towishlist:hover:after {
  background-image: url('../../frontend/OM/Isha/en_US/mage/IshaLife_ProductPage/images/wishlist-icon-hover.svg');
}
.catalog-product-view.new-pdp-design .product-media-info-section .clear {
  clear: both;
}
.catalog-product-view.new-pdp-design .product-media-info-section .clear:after {
  content: "";
  display: table;
  clear: both;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-media-info-section .product-container {
  position: relative;
}
.catalog-product-view.new-pdp-design .product-media-info-section .social-share-button {
  position: relative;
  display: inline-block;
}
.catalog-product-view.new-pdp-design .product-media-info-section .social-share-button:after {
  content: "";
  width: 69px;
  height: 69px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url('../../frontend/OM/Isha/en_US/mage/IshaLife_ProductPage/images/share-icon.svg');
  display: inline-block;
  background-size: contain;
}
.catalog-product-view.new-pdp-design .product-media-info-section .social-share-button:hover:after {
  background-image: url('../../frontend/OM/Isha/en_US/mage/IshaLife_ProductPage/images/share-icon-hover.svg');
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-icon {
  position: absolute;
  top: 5px;
  z-index: 99;
  right: 0;
  left: auto !important;
  height: fit-content;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .page-title-wrapper.product {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main h1.page-title {
  font-size: 18px;
  line-height: 34px;
  font-family: 'Fedra Sans Book 5';
  font-weight: 400;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .product-info-price {
  display: inline-block;
  float: none;
  width: 100% !important;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart {
  padding: 0;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .actions {
  width: 100%;
  padding-top: 0;
  display: block;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .actions #buy-now {
  background-color: #a92611;
  text-transform: none;
  border-radius: 4px;
  width: 48%;
  max-width: 288px;
  font-size: 21px;
  letter-spacing: 0.01em;
  line-height: 22px;
  height: 54px;
  padding-left: 0;
  background-image: none;
  font-family: 'Fedra Sans Std';
  font-weight: 500;
  transition: 0.3s all ease;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .actions #buy-now span {
  display: inline-block;
  background: 0 0;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .actions #buy-now span:after {
  content: "";
  width: 17px;
  height: 16px;
  margin-left: 10px;
  top: 50%;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url('../../frontend/OM/Isha/en_US/mage/IshaLife_ProductPage/images/btn-right-arrow.svg');
  vertical-align: middle;
  margin-bottom: 2px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .actions #buy-now:hover {
  background-color: #000000;
  background-image: none;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .field.qty {
  padding: 0 !important;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: none;
  background: 0 0;
  z-index: 0;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .field.qty:before {
  content: "Quantity:";
  font-size: 18px;
  color: #020202;
  margin-right: 25px;
  margin-top: 5px;
  display: inline-block;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .field.qty input {
  min-width: 45px;
  font-size: 21px;
  font-weight: 500;
  font-family: 'Fedra Sans Std';
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .field.qty .control {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .field.qty span {
  background: #ffffff !important;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 24px !important;
  font-family: 'Fedra Sans Std';
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .field.qty span.decrement-qty {
  padding: 4px 0 0 !important;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .field.qty span.increment-qty {
  padding: 2px 0 0 !important;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .field.qty span.deactive {
  background: rgba(196, 196, 196, 0.2) !important;
  color: #ffffff;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main #product-addtocart-button {
  background: #edaa39;
  text-transform: none;
  margin-right: 12px;
  border-radius: 4px;
  width: 48%;
  max-width: 288px;
  font-size: 21px;
  letter-spacing: 0.01em;
  height: 54px;
  line-height: 26px;
  font-family: 'Fedra Sans Std';
  font-weight: 500;
  position: relative;
  bottom: 0;
  right: 0;
  margin-bottom: 15px;
  z-index: 0;
  transition: 0.3s all ease;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main #product-addtocart-button:hover {
  background: #ffb943;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .product-add-form .fieldset {
  margin-bottom: 0;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .arar-review-summary {
  display: block;
  margin-bottom: 10px;
  clear: both;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .arar-review-summary .rating-links {
  padding-left: 0;
  padding-top: 4px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .arar-review-summary .rating-links .separator {
  display: none;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .arar-review-summary .rating-links [data-pr-action*=show-review-form] {
  display: none;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .arar-review-summary .rating-links a {
  color: #020202;
  text-transform: unset !important;
  text-decoration: none;
  display: inline-block;
  font-family: 'Fedra Sans Book 5';
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .arar-review-summary .rating-links a:before {
  content: "(";
  position: relative;
  left: 4px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .arar-review-summary .rating-links a:after {
  content: ")";
  position: relative;
  right: 4px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .arar-review-summary .rating-summary {
  padding-top: 0;
  display: inline-block;
  margin-right: 0;
  vertical-align: middle;
  z-index: 0;
  position: relative;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .rating-summary .rating-result {
  width: 120px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .rating-summary .rating-result:before {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../../frontend/OM/Isha/en_US/mage/IshaLife_ProductPage/images/grey-star.svg');
  content: "" !important;
  height: 24px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .rating-summary .rating-result > span:before {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('../../frontend/OM/Isha/en_US/mage/IshaLife_ProductPage/images/yellow-star.svg');
  content: "" !important;
  height: 24px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .codcheck-prod {
  width: 100%;
  margin-bottom: 35px;
  padding: 0;
  border: 0;
}
.catalog-product-view.new-pdp-design .product-media-info-section .codcheck-prod .codcheck-text {
  padding-left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  float: none;
}
.catalog-product-view.new-pdp-design .product-media-info-section .codcheck-prod .codcheck-text #codvalue {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 21px;
  border-radius: 0;
  background: 0 0;
  max-width: 180px;
  padding: 5px 0;
  font-family: 'Fedra Sans Std';
  font-weight: 500;
  letter-spacing: 0.5em;
  color: #020202;
}
.catalog-product-view.new-pdp-design .product-media-info-section .codcheck-prod .codcheck-text input[type=text]::placeholder {
  color: #6c757d !important;
  letter-spacing: 0;
  font-size: 21px !important;
  color: #6c757d;
  font-family: 'Fedra Sans Std';
  font-weight: 400;
  font-style: normal;
}
.catalog-product-view.new-pdp-design .product-media-info-section .codcheck-prod h3 {
  display: none;
}
.catalog-product-view.new-pdp-design .product-media-info-section .codcheck-prod .codcheck-btn {
  position: relative;
  right: 0;
  top: 0;
  padding: 0;
}
.catalog-product-view.new-pdp-design .product-media-info-section .codcheck-prod .codcheck-btn input {
  font-size: 21px;
  text-decoration: underline;
  padding: 0;
  color: #a92611;
  text-transform: capitalize;
  margin-left: 25px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .shipping-wrap {
  clear: both;
  font-size: 14px;
  line-height: 21px;
  color: #020202;
  text-align: center;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 50px;
  font-family: 'Fedra Sans Book 5';
}
.catalog-product-view.new-pdp-design .product-media-info-section .shipping-wrap .shipping-wrap {
  margin: 0;
}
.catalog-product-view.new-pdp-design .product-media-info-section .shipping-block {
  width: 20%;
  padding-left: 5px;
  padding-right: 5px;
  min-width: 100px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .shipping-block p {
  margin-bottom: 0;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}
.catalog-product-view.new-pdp-design .product-media-info-section .shipping-block-icon {
  min-height: 35px;
  margin-bottom: 12px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-short-info {
  margin-bottom: 45px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-short-info-title {
  font-family: 'Fedra Sans Std';
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 15px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-short-info-content {
  font-size: 18px;
  line-height: 30px;
  max-width: 490px;
  font-family: 'Fedra Sans Std';
}
.catalog-product-view.new-pdp-design .product-media-info-section .description .product-short-info-content {
  font-family: 'Fedra Sans Std';
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .description .product-short-info-content:before {
  left: 0;
  content: "";
  width: 100%;
  display: block;
  height: 13px;
  position: absolute;
  bottom: 0;
  background: #ffffff;
}
.catalog-product-view.new-pdp-design .product-media-info-section .description .product-short-info-content:after {
  left: 0;
  position: absolute;
  content: "";
  bottom: 10px;
  width: 100%;
  height: 18px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(253, 248, 238, 0.5) 50%);
}
.catalog-product-view.new-pdp-design .product-media-info-section .description .product-short-info-content p,
.catalog-product-view.new-pdp-design .product-media-info-section .description .product-short-info-content span {
  font-family: 'Fedra Sans Book 5';
  font-size: 18px;
  line-height: 30px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .read-toggle span {
  cursor: pointer;
  text-decoration: underline;
  color: #a92611;
  font-size: 21px;
  font-family: 'Fedra Sans Std';
  font-weight: 500;
}
.catalog-product-view.new-pdp-design .product-media-info-section .read-toggle .hidden {
  display: none;
}
.catalog-product-view.new-pdp-design .product-media-info-section .message .all-pincode-page-link {
  margin: 10px 0;
}
.catalog-product-view.new-pdp-design .product-media-info-section .message .all-pincode-page-link > a {
  color: #020202;
  text-decoration: underline;
  font-weight: 700;
}
.catalog-product-view.new-pdp-design .product-media-info-section .message .all-pincode-page-link > a:hover {
  color: #e8b55c;
}
.catalog-product-view.new-pdp-design .product-media-info-section .proceeds-ishalife {
  background: #ffffff;
  padding: 5px;
  box-shadow: 0px 12px 12px -8px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  margin-bottom: 58px;
}
.catalog-product-view.new-pdp-design .product-media-info-section .proceeds-ishalife p {
  font-size: 18px;
  color: #020202;
  margin-bottom: 0;
  padding-left: 18px;
  font-family: 'Fedra Sans Std';
}
.catalog-product-view.new-pdp-design .product-media-info-section .proceeds-border {
  border: 1px dashed #edaa39;
  padding: 12px 25px;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.catalog-product-view.new-pdp-design .product-media-info-section .codcheck-btn {
  padding: 10px 0;
}
.catalog-product-view.new-pdp-design .new-pdp-design .product-media-info-section .message .all-pincode-page-link > a {
  font-weight: 400;
}
.catalog-product-view .product.media {
  display: block;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .catalog-product-view.new-pdp-design .product.media {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .catalog-product-view.new-pdp-design .product.media .action.towishlist:after {
    width: 62px;
    height: 62px;
  }
  .catalog-product-view.new-pdp-design .social-share-button:after {
    width: 62px;
    height: 62px;
  }
  .catalog-product-view.new-pdp-design .product-info-main h1.page-title {
    font-size: 18px;
    line-height: 27px;
  }
  .catalog-product-view.new-pdp-design .product-info-main .product-info-price span.price {
    font-size: 27px;
  }
  .catalog-product-view.new-pdp-design .product-info-main #product-addtocart-button {
    font-size: 18px;
    height: 45px;
    margin-bottom: 12px;
  }
  .catalog-product-view.new-pdp-design .product-info-main .box-tocart .actions #buy-now {
    font-size: 18px;
    height: 45px;
  }
  .catalog-product-view.new-pdp-design .product-container .product-info-main {
    width: 100% !important;
  }
  .catalog-product-view.new-pdp-design .product-short-info {
    margin-bottom: 60px;
  }
  .catalog-product-view.new-pdp-design .about_product_detail .product-short-info-title {
    font-size: 20px;
  }
  .catalog-product-view.new-pdp-design .codcheck-prod .codcheck-btn input {
    font-size: 17px;
  }
  .catalog-product-view.new-pdp-design .codcheck-prod .codcheck-text #codvalue {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
  .catalog-product-view.new-pdp-design .codcheck-prod .codcheck-text input[type=text]::placeholder {
    font-size: 17px !important;
  }
  .catalog-product-view.new-pdp-design .shipping-wrap {
    font-size: 12px;
    line-height: 15px;
  }
  .catalog-product-view.new-pdp-design .product-short-info-content {
    font-size: 17px;
    line-height: 27px;
  }
  .catalog-product-view.new-pdp-design .read-toggle span {
    font-size: 17px;
  }
}
@media only screen and (max-width: 639px) {
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .rating-summary .rating-result {
    width: 60px;
  }
  .catalog-product-view .product-info-main .box-tocart .actions {
    width: 70%;
    display: flex;
  }
}
@media (max-width: 767px) {
  .catalog-product-view.new-pdp-design .product.media {
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 1200px) {
  .catalog-product-view.new-pdp-design .product-media-info-section .product-info-main {
    padding-left: 12px;
  }
  .catalog-product-view.new-pdp-design .product-media-info-section .product-info-main #product-addtocart-button {
    padding-top: 4px;
  }
  .catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .actions #buy-now {
    padding-top: 4px;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 991px) {
  .catalog-product-view.new-pdp-design .product-media-info-section .product-container {
    max-width: 96%;
  }
}
@media only screen and (max-device-width: 1199px) {
  .catalog-product-view.new-pdp-design .product-media-info-section .product-container .product-info-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .catalog-product-view.new-pdp-design .product-media-info-section .product-info-main #product-addtocart-button {
    max-width: 100%;
    margin-right: 10px;
  }
  .catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart .actions #buy-now {
    max-width: 100%;
    margin-right: 0;
  }
  .catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .arar-review-summary {
    display: flex;
    justify-content: left;
    padding-left: 0;
    text-align: left;
  }
  .catalog-product-view.new-pdp-design .product-media-info-section .codcheck-prod .codcheck-text {
    justify-content: center;
  }
  .catalog-product-view.new-pdp-design .product-media-info-section .shipping-wrap {
    overflow-x: auto;
    width: calc(100% + 60px);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .catalog-product-view.new-pdp-design .product-media-info-section .description {
    text-align: center;
    margin-bottom: 0;
  }
  .product-media-info-section .proceeds-ishalife {
    padding: 4px;
  }
  .product-media-info-section .proceeds-ishalife p {
    font-size: 13px;
    padding-left: 9px;
  }
  .product-media-info-section .proceeds-border {
    padding: 19px 12px;
  }
  .product-media-info-section .proceeds-border img {
    width: 40px;
  }
}
@media only screen and (max-device-width: 1024px) {
  .catalog-product-view.new-pdp-design .product-media-info-section .product-icon {
    position: absolute;
    top: 5px;
    z-index: 99;
    right: 0;
    left: auto !important;
    height: fit-content;
  }
}
div#webpush-prompt {
  display: none !important;
}
@media all and (min-width: 768px) {
  .product-media-info-section h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .product-media-info-section .product-info-main {
    float: right;
  }
  .product-media-info-section .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-media-info-section .product-info-main .product-add-form {
    padding-top: 0;
  }
  .product-media-info-section .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-media-info-section .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-media-info-section .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-media-info-section .product.media {
    float: left;
    margin-bottom: 25px;
  }
}
.rudrakshaguidemain .topbannersection .contentsecrtion {
  display: none;
  margin: auto;
}
.rudrakshaguidemain .topbannersection .set {
  margin-bottom: 12px;
}
.rudrakshaguidemain .topbannersection .accordingsecton {
  max-width: 940px;
  margin: auto;
}
.rudrakshaguidemain .topbannersection .qoute.for-mobile {
  background: none;
}
.rudrakshaguidemain .topbannersection .contentul li {
  font-size: 15px;
  list-style: none;
  padding-left: 10px;
  padding-bottom: 0px;
  padding-top: 20px;
}
.rudrakshaguidemain .topbannersection .contentul li h3 {
  font-family: 'Fedra Sans Std' !important;
  font-size: 14px !important;
  padding: 0px 30px 0px 0px !important;
  margin-bottom: 15px !important;
}
.rudrakshaguidemain .topbannersection .contentul li p {
  font-family: 'Fedra Sans Std' !important;
  font-size: 14px !important;
  padding: 0px 30px 0px 0px !important;
}
@media only screen and (min-width: 768px) {
  .rudrakshaguidemain .topbannersection .accordingsecton .accordion-container .set a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
    font-size: 16px;
    color: #a92611;
    font-family: 'Fedra Sans Std';
    font-weight: 500;
    background: #ffffff;
    padding: 10px 30px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
  }
  .rudrakshaguidemain .topbannersection .accordingsecton .accordion-container .set a h2 {
    font-family: 'Fedra Sans Std';
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    padding: 0px 0px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 767px) {
  .rudrakshaguidemain .topbannersection .accordingsecton .accordion-container .set a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
    font-size: 16px;
    color: #a92611;
    font-family: 'Fedra Sans Std';
    font-weight: 500;
    background: #ffffff;
    padding: 10px 30px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
  }
  .rudrakshaguidemain .topbannersection .accordingsecton .accordion-container .set a h2 {
    font-family: 'Fedra Sans Std';
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    padding: 0px 0px;
    font-weight: 600;
  }
  .page-wrapper .page-header {
    height: auto;
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  .rudrakshaguidemain .topbannersection .accordingsecton {
    max-width: 350px !important;
    margin: auto;
  }
}
.home-slider {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  padding: 32px 32px 63px;
}
.cms-index-index .row.homefeaturedoffer {
  max-width: 1280px;
  padding: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.home-slider span a {
  float: right;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  margin-bottom: 30px;
}
.widget-product-carousel .product-item-inner {
  position: static !important;
  clear: both;
}
.widget-product-carousel .product-item-inner .product-item-actions {
  display: flex;
  justify-content: center;
  padding-top: 6px;
}
.widget-product-carousel .product-item {
  padding: 0 3px !important;
}
.widget-product-carousel .product-item .product-photo {
  position: relative;
  float: left;
  width: 100%;
}
.widget-product-carousel .product-item .product-photo .offer-tag {
  font-family: "Fedra Sans Std";
  font-size: 16px;
  font-weight: 700;
  background: #b31212;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 0 25px 25px 0;
  min-width: max-content;
  padding: 14px 18px 9px 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.2;
  z-index: 1;
}
.widget-product-carousel .product-item .product-item-photo {
  float: left;
  width: 100%;
  background: #ebd5bb;
  border-radius: 7px;
  overflow: hidden;
  height: 100%;
}
.widget-product-carousel .product-item .product-item-photo .product-image-wrapper {
  padding-bottom: 101% !important;
}
.widget-product-carousel .product-item .product-item-photo .product-image-wrapper img {
  width: 100%;
  height: 100%;
}
.widget-product-carousel .product-item .product-reviews-summary .rating-summary {
  display: flex;
  left: 0;
  vertical-align: middle;
  justify-content: center;
}
.widget-product-carousel .product-item .price-box.price-final_price {
  justify-content: center;
}
.widget-product-carousel .product-item .product-item-name a {
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  width: 100%;
  text-align: left;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 34px;
  font-family: 'Fedra Sans Book 5';
  font-weight: 400;
  text-align: center;
}
.widget-product-carousel .product-item .product-item-actions .actions-primary > .stock.unavailable {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  background: #fff;
  padding: 5px 15px;
  font-size: 12px;
  color: #000 !important;
}
.widget-product-carousel .product-item .product-item-actions .actions-primary button.action.tocart.primary {
  width: auto;
  z-index: 9;
  font-size: 18px;
  padding: 9px 25px;
}
.widget-product-carousel .product-item .product-item-actions .actions-primary button.action.tocart.primary span {
  font-size: 18px;
}
.widget-product-carousel .product-item .product-item-actions .actions-primary + .actions-secondary > .action.towishlist {
  display: flex;
  border-radius: 37px;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: relative;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 37px;
  height: 37px;
  z-index: 9;
  display: none;
}
.widget-product-carousel .product-item .product-item-actions .actions-primary + .actions-secondary > .action.towishlist:before {
  margin: 0 !important;
}
.widget-product-carousel .product-item .price-box .price {
  white-space: nowrap;
  font-size: 15px;
  font-family: "Fedra Sans Medium 5";
  font-weight: 600;
  line-height: normal;
  color: #000;
}
.widget-product-carousel .product-item:hover .product-item-actions .actions-primary button.action.tocart.primary {
  display: block;
}
.widget-product-carousel .product-item:hover .product-item-actions .actions-primary + .actions-secondary > .action.towishlist {
  display: block;
}
.widget-product-carousel .slick-next {
  background: url('../../frontend/OM/Isha/en_US/mage//images/Right-Scroll.svg');
  margin-top: -22px;
  width: 72px;
  height: 72px;
  outline: none;
}
.widget-product-carousel .slick-next:before {
  content: none;
}
.widget-product-carousel .slick-prev {
  background: url('../../frontend/OM/Isha/en_US/mage//images/Left-Scroll.svg');
  margin-top: -22px;
  width: 72px;
  height: 72px;
  outline: none;
}
.widget-product-carousel .slick-prev:before {
  content: none;
}
.cms-index-index .block-title h2 {
  font-size: 45px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: "Fedra Sans Light";
  text-align: center;
}
.cms-index-index .page-main .block {
  padding: 25px 0 !important;
}
.cms-adiyogi-store,
.ishaessentials {
  background-color: #FFF !important;
}
html {
  scroll-behavior: smooth;
}
.item.product.product-item.out-of-stock .product-item-inner .unavailable {
  background: #f1bb61 !important;
}
.ishaessentials {
  padding: 0 !important;
}
.main-generic-category h2 {
  font-weight: 400;
  color: #231f20;
  font-size: 16px;
  line-height: 24px;
  margin-top: 18px;
  max-width: 158px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s ease-in-out 0s;
}
.main-generic-category li {
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.stock.notifyme {
  display: none;
}
.home-items.product-items li {
  display: none;
}
.ishaessentials .product-item-info .stock.unavailable {
  color: #000 !important;
}
.home-items.product-items li {
  width: 23% !important;
}
main#maincontent {
  max-width: 100% !important;
}
.more-button-cms-generic {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 50px;
}
.more-button-cms-generic a {
  height: auto;
  background: 0 0;
  border: solid 1px #a92611;
  line-height: normal;
  padding: 15px 40px;
  border-radius: 3px;
  color: #a92611;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .main-generic-category li {
    width: 12% !important;
  }
}
.main-generic-category a {
  display: block;
  text-decoration: none;
}
.cms-everyday-essentials .main-generic-category li {
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.main-generic-category ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}
.main-generic-category {
  text-align: center;
  padding: 90px 0 40px;
  background-color: #FFF !important;
}
.ishaessentials {
  background-color: #FFF !important;
}
html.essential-page,
html.essential-page body {
  scroll-behavior: smooth !important;
}
.main-generic-title,
h2.main-generic-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0 15px;
}
.ishaessentials {
  background: #fff !important;
}
.item.product.product-item.out-of-stock .product-item-inner .unavailable {
  color: #000 !important;
}
.item.product.product-item.out-of-stock .product-item-inner .unavailable:hover {
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .main-generic-category ul {
    flex-wrap: nowrap;
    overflow: auto;
    justify-content: flex-start;
  }
  .main-generic-category li {
    width: 50% !important;
    flex-shrink: 0;
  }
  .ishaessentials.onlyentials .stock.unavailable {
    line-height: 18px !important;
    margin-top: 0px !important;
    background: #f1bb61 !important;
    height: 30px !important;
    padding: 7px 0 !important;
    border-radius: 40px !important;
    color: #fff !important;
    border: none !important;
  }
  .ishaessentials .product-item-inner {
    min-height: 34px;
  }
  .ishaessentials .product-item .product-item-details {
    min-height: unset !important;
    padding: 0 10px 10px;
  }
  .ishaessentials .product-item {
    width: 46% !important;
    margin: 10px 2% !important;
  }
  .ishaessentials.onlyentials .stock.unavailable {
    background: #fff !important;
    border-radius: 0 !important;
    width: auto;
    color: #000 !important;
    font-size: 11px;
    padding: 7px 5px !important;
  }
  .ishaessentials.onlyentials .action.towishlist {
    top: 0 !important;
  }
  .product-item-inner .actions-primary form {
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .best-seller li {
    width: 48% !important;
  }
}
*,
::after,
::before {
  box-sizing: border-box;
}
.align-items-center {
  -ms-flex-align: center!important;
  align-items: center !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.justify-content-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap !important;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
button.close {
  padding: 0;
  background-color: transparent;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-secondary a:before {
  background: url('../../frontend/OM/Isha/en_US/mage/images/heart.svg') no-repeat center center;
  height: 16px;
  width: 18px;
  background-size: 100%;
}
.dropdown-menu-dekstop .level0 .level-top picture {
  display: inline-block;
  vertical-align: middle;
}
.minicart-items .product-image-wrapper .product-image-photo {
  width: 100%;
}
.dropdown-menu-dekstop .menu-left .menu-links .split-ul.hipainrelief {
  margin: 0 -50px;
  width: calc(100% + 100px) !important;
}
.account.customer-address-index .block.block-addresses-list {
  float: left;
  width: 100%;
}
.account.customer-address-index .block.block-addresses-list .block-content .box-title span {
  color: #020202;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Fedra Sans Medium 5';
}
body {
  font-family: 'Fedra Sans Book 5', 'Open Sans', sans-serif !important;
}
.cms-index-index .page-title-wrapper {
  display: none;
}
.customer-account-login .block-customer-login .actions-toolbar {
  width: 87%;
  margin: 0 30px;
  padding: 0 20px;
}
.newinisha {
  padding-top: 90px !important;
}
.customer-account-create .registermain .actions-toolbar {
  margin: 10px;
}
.customer-account-create .registermain .actions-toolbar .primary {
  width: 87%;
  margin: 0 30px;
  padding: 12px 20px;
}
.customer-account-create .registermain {
  width: 550px !important;
}
.customer-account-create .fieldset.create.account {
  padding: 20px !important;
}
.customer-account-create .fieldset.create.account {
  width: 100% !important;
}
.account.form-create-account .field-recaptcha {
  padding: 20px 0;
}
.opc-wrapper .shipping-address-item {
  width: 50% !important;
}
.checkout-index-index .page-main #checkout .field {
  margin: 0 !important;
}
#checkout-shipping-method-load input[type=radio]:not(:checked),
#checkout-shipping-method-load input[type=radio]:checked {
  opacity: 1 !important;
}
#checkout-payment-method-load input[type=radio]:not(:checked),
#checkout-payment-method-load input[type=radio]:checked {
  opacity: 1 !important;
}
.checkout-index-index .page-main #checkout .field .label {
  display: block !important;
}
#checkout-payment-method-load input[type=radio]:not(:checked) + label,
#checkout-payment-method-load input[type=radio]:checked + label {
  padding-left: 25px !important;
}
#checkout-step-shipping_method .actions-toolbar {
  text-align: left;
  float: right;
  position: relative;
  right: 15%;
  top: 20px;
}
.checkout-container .payment-group {
  width: 100%;
}
.payment-method-braintree .hosted-control {
  height: 45px !important;
}
#co-payment-form .actions-toolbar {
  margin-bottom: 15px !important;
}
.form.form-cart .cart.main.actions button {
  display: block !important;
}
.form.form-cart .cart.main.actions button.action.update {
  display: none !important;
}
.form.form-cart .cart.main.actions a,
.form.form-cart .cart.main.actions button {
  color: #a92611 !important;
  border: solid 1px #a92611 !important;
  font-weight: 700 !important;
}
.form.form-cart .cart.main.actions a:before,
.form.form-cart .cart.main.actions button:before {
  color: #a92611 !important;
}
.form.form-cart .cart.main.actions a:hover,
.form.form-cart .cart.main.actions button:hover {
  background: #fdf8ee !important;
  color: #a92611 !important;
  border: solid 1px #fdf8ee !important;
}
.form.form-cart .cart.main.actions button {
  float: right !important;
  margin: 0 10px !important;
  padding: 14px 36px !important;
}
.modal-popup.popup-authentication {
  z-index: 999;
}
.action.primary {
  background-image: none;
  background: #a92611;
  border: 1px solid #a92611;
}
.action.primary:hover {
  background: #a92611 !important;
  border: 1px solid #a92611 !important;
  color: #ffffff !important;
}
.modal-popup.popup-authentication .modal-content {
  border: 0;
}
.modal-popup.popup-authentication .modal-header {
  border-bottom: 0;
}
.form .actions-toolbar .primary button {
  padding: 10px !important;
  color: #ffffff;
  box-shadow: none;
}
.action-login {
  box-shadow: none;
}
.actions-toolbar .secondary a {
  color: #a92611;
}
#customer-reviews {
  margin-bottom: 80px !important;
}
.aw-sarp2-customer-subscriptions .col {
  width: auto !important;
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
  line-height: 40px;
}
.aw-sarp2-customer-subscriptions a {
  color: #e8b55c;
}
.aw-sarp2-customer-subscriptions .table thead th {
  border-bottom: 0;
}
.cms-about-isha-life p {
  font-size: 18px;
  font-family: 'Fedra Sans Book 5';
  line-height: 30px;
}
.cms-about-isha-life h1:after {
  content: '';
  width: 86%;
  height: 1px;
  background: #f1bf55;
  display: block;
  position: relative;
  bottom: 6px;
  z-index: -1;
  left: 24%;
  bottom: 22px;
}
.cms-about-isha-life h1 {
  color: #020202;
  font-family: 'Fedra Sans Book 5';
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 36px;
  padding-right: 20px;
}
.cms-privacy-policy-cookie-restriction-mode p {
  font-size: 18px;
  line-height: 30px;
}
.cms-privacy-policy-cookie-restriction-mode .page-main li {
  font-size: 18px;
  font-family: 'Fedra Sans Book 5';
  line-height: 40px;
}
.faq-content p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 18px;
  font-family: 'Fedra Sans Book 5';
  line-height: 40px;
}
.faq-content ul li {
  font-size: 18px;
  font-family: 'Fedra Sans Book 5';
  line-height: 40px;
}
.cms-terms-conditions p {
  font-family: 'Fedra Sans Book 5';
  margin-bottom: 30px;
  font-size: 18px;
}
.grouped thead th {
  vertical-align: bottom;
  border-bottom: 0;
}
.grouped .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table.grouped .col.item {
  width: 90%;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Fedra Sans Book 5';
}
.grouped .table th {
  border-top: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Fedra Sans Book 5';
}
.bundle-actions {
  margin: 10px 0;
  clear: both;
  position: relative;
  padding: 10px 0;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  text-decoration: line-through;
}
.bundle-options-wrapper div#product-options-wrapper label {
  margin-right: 0 !important;
  text-align: left;
  width: 100%;
  line-height: 26px;
}
.bundle-options-container .action.back {
  display: none;
}
.bundle-options-container .block-bundle-summary .product-image-container {
  height: auto;
  overflow: visible;
  position: relative;
  width: auto;
}
.bundle-options-container .block-bundle-summary > .title {
  border-bottom: 1px #e4e4e4 solid;
  margin: 0;
  padding: 0;
}
.bundle-options-container .product-add-form .block-bundle-summary .product-details .product.name {
  display: block !important;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  line-height: 40px;
  width: 100%;
  height: auto;
  position: relative;
}
.bundle-options-container .bundle-info .available.stock {
  display: block !important;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  line-height: 40px;
  width: 100%;
  height: auto;
  position: relative;
}
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart {
  line-height: 1.2rem;
  padding: 12px 10px;
  font-size: 1.8rem;
  background: #e8b55c;
  border: 1px solid #e8b55c;
  color: #ffffff;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0;
}
.block-bundle-summary .fieldset:last-child {
  margin-bottom: 0;
}
.bundle-options-container .block-bundle-summary .price-box .price-wrapper,
.bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
  color: #6c757d;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  font-family: 'Fedra Sans Book 5';
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 0;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 0;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  line-height: 30px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  line-height: 1.1;
  margin-top: 2.5rem;
  border-bottom: 2px solid #e8b55c;
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 18px;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  line-height: 1.1;
  font-weight: 600;
  font-size: 18px;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
  font-family: 'Fedra Sans Book 5';
  border-bottom: 2px solid #e8b55c;
  width: 20%;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
  display: none;
}
.bundle-options-wrapper div#product-options-wrapper label {
  margin-left: 0 !important;
}
.table.grouped .product-item-name {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.catalog-product-view .product-info-main .price-box {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.grouped thead th {
  vertical-align: bottom;
  border-bottom: 0;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  font-weight: 700;
}
.grouped th {
  border-top: 0;
}
.additional_addtocart label {
  cursor: pointer !important;
}
.products.list .product-item-info .product-item-inner .actions-primary button {
  width: 100% !important;
  display: block;
  border-radius: 30px;
  background: #e8b55c;
  border: none;
  text-transform: uppercase;
  line-height: normal;
  opacity: 1;
  height: auto !important;
  padding: 8px 0;
  margin: 0 !important;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px !important;
  font-weight: 400;
  letter-spacing: 0.45px;
}
.subscription-type label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Fedra Sans Book 5';
}
.contact-index-index .modal-popup .modal-inner-wrap {
  width: 60%;
  right: 22%;
  position: absolute;
  top: 14%;
}
#click-header {
  color: transparent;
  cursor: pointer;
}
.contact-index-index label,
.contact-index-index #content {
  height: 20px;
  width: auto;
  margin-bottom: 10px;
  border: 1px solid #ffffff;
  display: inline-block;
}
.contact-index-index #menu-toggle {
  display: none;
}
.contact-index-index #menu {
  background-color: orange;
  width: 780px;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
}
.contact-index-index #menu-toggle:checked + #menu {
  max-height: 100px;
}
.contact-index-index .accordion {
  color: #444;
  cursor: pointer;
  padding: 18px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.contact-index-index .accordion1 {
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.contact-index-index .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: 700;
  float: left;
  margin-left: 0;
  padding: 0 5px;
}
.contact-index-index .panel {
  padding: 0 18px;
  display: none;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: none;
}
.contact-index-index .column.main {
  width: 70% !important;
}
.contact-index-index .sidebar-main {
  width: 30% !important;
}
.faq_content ul {
  padding: 0;
  list-style-type: none;
  color: #000;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.email-icon {
  background: url('../../frontend/OM/Isha/en_US/mage/images/mail.png') no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  float: left;
}
.contact-index-index #maincontent .page-title {
  display: block !important;
  position: relative;
  left: 0;
  font-family: 'Fedra Sans Book 5';
  font-size: 24px;
  text-align: center;
}
#click-header {
  color: transparent;
  cursor: pointer;
}
h2.email-heading {
  cursor: pointer;
}
.email_us h2,
.telephone h2 {
  float: left;
  margin-left: 7%;
  color: #444;
  font-size: 14px;
}
.email-heading,
.tele-heading {
  font-weight: 700;
}
.contact_right,
.contac_infor {
  float: left;
  width: 100%;
  background: #efefef;
  padding: 0;
  height: 430px;
}
.contc-title h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0;
}
.cont-right-col {
  float: left;
  margin-left: 40px;
}
.contac_infor .email_us,
.contac_infor .telephone,
.contac_infor .lshalife_right {
  padding: 5px;
}
.email_us {
  float: left;
  margin-bottom: 10px;
}
.email-addr p {
  margin: 0;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.contac_infor .email_us,
.contac_infor .telephone,
.contac_infor .lshalife_right {
  padding: 5px;
}
.contac_infor .telephone,
.contac_infor .lshalife_right {
  float: left;
  clear: both;
  margin-bottom: 10px;
}
.telephone-icon {
  background: url('../../frontend/OM/Isha/en_US/mage/images/phone.png') no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  float: left;
}
.telephone h2 {
  float: left;
  font-size: 14px;
}
.telephone-addr p {
  margin: 0;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.lshalife_right-icon {
  background: url('../../frontend/OM/Isha/en_US/mage/images/location.png') no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  float: left;
}
.ishalife-addr {
  float: left;
  padding-left: 15px;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.ishalife-addr p {
  margin: 0;
  line-height: 20px;
}
.product-item .old-price {
  margin: 5px 0;
  text-decoration: line-through;
}
.bundle-options-container .price {
  font-size: 14px !important;
}
.aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list li .details-field {
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
}
.aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list li .details-value {
  font-family: 'Fedra Sans Book 5';
}
li.accordion1 a {
  color: #444;
}
li.listfaq-li a {
  color: #444;
}
li.accordion a {
  color: #444;
}
.contact-index-index .page-header.headersticky {
  position: relative;
}
.account .table-wrapper {
  border-bottom: 0;
}
.block.block-dashboard-orders table td a span,
.orders-history table td a span {
  border-bottom: 0 !important;
}
.aw_sarp2-profile-index .toolbar.bottom p.toolbar-amount {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.limiter-label {
  font-weight: 700;
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
}
.aw_sarp2-profile-index .toolbar.bottom select {
  background-color: transparent;
  border: solid 1px #f1bf55;
  font-size: 14px;
}
.toolbar.bottom span.limiter-text {
  font-size: 14px;
}
.page.messages {
  display: block;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 99999999;
  animation: css 0s 3s forwards !important;
}
.aw-sarp2-customer-subscriptions .table td,
.aw-sarp2-customer-subscriptions .table th {
  padding: 0 5px;
}
.bundle-info .box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 0;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 5px 0 !important;
}
.price-as-configured {
  margin-top: 0;
  margin-bottom: 0;
}
.bundle-options-container .block-bundle-summary .box-tocart .action.primary {
  margin: 0 !important;
}
.table.grouped .stock.unavailable {
  font-size: 14px;
}
.table-wrapper.downloadable-products {
  border: solid 1px #e8b55c;
  background: #fdf8ee;
  margin-bottom: 40px !important;
}
.downloadable-products-toolbar p.toolbar-amount {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.downloadable-products-toolbar .limiter-label {
  font-weight: 400;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.downloadable-products-toolbar select {
  background-color: transparent;
  border: solid 1px #f1bf55;
  font-weight: 400;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.downloadable-products-toolbar span.limiter-text {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.table-wrapper.downloadable-products .col a {
  color: #e8b55c;
}
.table-wrapper.downloadable-products .col a:hover {
  color: #e8b55c;
}
.table-downloadable-products .action.download:before {
  width: 25px;
}
.contact-index-index aside.modal-popup.modal-slide._inner-scroll._show {
  z-index: 999 !important;
}
.form.contact .fieldset > .field > .label {
  color: #020202;
  font-weight: 400;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.catalog-product-view .block.upsell {
  clear: both;
  overflow: hidden;
  width: 100vw;
  margin-left: -51.5vw;
  height: 100%;
  left: 51%;
  padding: 0;
  background: #fdf8ee;
  position: relative;
  padding-top: 60px;
  margin-bottom: 0;
}
.catalog-product-view .block.upsell .block-title.title {
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.catalog-product-view .block.upsell .block-title.title strong {
  display: inline-block;
  font-family: 'Fedra Sans Book 5';
  font-size: 22px;
  color: #020202;
  padding: 0;
  margin: 0;
  position: relative;
  font-weight: 400;
}
.catalog-product-view .block.upsell .block-title.title strong:before {
  content: '';
  position: absolute;
  left: -260px;
  top: 10px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/related-bg.png') no-repeat left top;
  width: 228px;
  height: 7px;
}
.catalog-product-view .block.upsell .block-title.title strong:after {
  content: '';
  position: absolute;
  right: -260px;
  top: 10px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/related-bg.png') no-repeat left top;
  width: 228px;
  height: 7px;
}
.catalog-product-view .block.upsell .block-content.content {
  padding-left: 118px;
  padding-right: 50px;
}
.catalog-product-view .block.upsell .block-content.content .block-actions {
  display: none;
}
.catalog-product-view .block.upsell .owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
  z-index: 100;
}
.catalog-product-view .block.upsell .owl-nav button.owl-prev {
  margin-left: -18px;
}
.catalog-product-view .block.upsell .owl-nav button {
  width: 72px;
  background: #faf3e7;
  height: 72px;
  border-radius: 50%;
  line-height: 28px;
}
.catalog-product-view .block.upsell .owl-nav button.owl-next {
  float: right;
  margin-right: 22px;
}
.catalog-product-view .block.upsell .owl-nav button span {
  color: #4b4645;
  font-size: 34px;
}
.review-toolbar .toolbar-amount {
  display: none;
}
.toolbar-products .pages {
  display: block;
  float: right;
}
.bundle-options-container .legend.title {
  font-size: 30px !important;
  font-size: 18px !important;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 18px;
}
.bundle-options-container .bundle-options-wrapper,
.bundle-options-container .product-options-wrapper {
  display: block !important;
}
.bundle-options-container .bundle-options-wrapper,
.bundle-options-container .product-options-wrapper {
  width: 100% !important;
}
.bundle-options-container .bundle-options-wrapper .product-item-link,
.bundle-options-container .product-options-wrapper .product-item-link {
  color: #000;
}
.checkbox.product.bundle.option.change-container-classname {
  display: inline-block !important;
}
.bundle-options-wrapper .field.option.required {
  border-bottom: 0 !important;
}
.bundle-options-container .bundle-info .product-image-wrapper {
  display: block !important;
  margin-top: 10px !important;
}
.options-container .product-add-form .block-bundle-summary .product-details .product.name {
  display: block !important;
}
.bundle-options-container .bundle-info .available.stock {
  display: block !important;
}
.block-bundle-summary .product-addto-links {
  display: block !important;
}
.bundle-options-container .product-add-form .block-bundle-summary .product-details .product-addto-links a {
  color: #ffffff !important;
}
.catalog-product-view product-rudraksh-guide1 .product-info-main .price-box {
  display: block !important;
}
.catalog-product-view product-rudraksh-guide1 .product-info-main .product-add-form {
  display: block !important;
}
div#pt_menu704 .parentMenu a {
  color: green;
  cursor: pointer;
}
.cms-index-index main#maincontent {
  max-width: 100% !important;
  padding: 0;
}
.subscription-details .block-content {
  width: 50%;
  float: left;
  text-align: left;
}
.aw-sarp2-subscription__wrapper-options {
  width: 50%;
}
.col-2.footer-static {
  max-width: 100%;
  flex: 0 0 24%;
}
.table-wrapper.downloadable-products {
  border: solid 1px #e8b55c;
  background: #fdf8ee;
  margin-bottom: 40px !important;
}
.toolbar-products .pages {
  clear: both;
}
.pages strong.page {
  background: #e5e5e5;
}
.pages .action.next {
  margin-left: 8px;
  border: solid 1px #f1bf55;
  font-weight: 400;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.aw-sarp2-customer-subscriptions .table td,
.aw-sarp2-customer-subscriptions .table th {
  padding: 0 5px;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.aw-sarp2__actions button.action.secondary {
  background: #a92611;
  border: 1px solid #a92611;
  color: #ffffff;
  padding: 10px;
}
.block.account-nav {
  width: 25% !important;
}
.page-layout-2columns-left .column.main {
  width: 75% !important;
  padding: 20px !important;
}
.additional_addtocart label {
  margin-bottom: 0;
}
.product-item-details .price-final_price .old-price .price-wrapper .price {
  font-size: 18px;
  text-decoration: line-through;
  padding-left: 15px;
  color: #e8b55c;
}
.product-item-details .price-final_price .old-price .price-wrapper .price {
  font-weight: 600;
  letter-spacing: 0.45px;
  font-size: 18px;
  text-decoration: line-through;
  padding-left: 15px;
  color: #e8b55c;
}
.products.list .product-item-info .price {
  color: #241f20;
  font-weight: 400;
  white-space: nowrap;
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
}
.bundle-options-container .block-bundle-summary {
  float: right;
  padding: 0 20px;
  position: relative;
  width: 40%;
  background: #fdf8ee !important;
  margin-top: 0 !important;
}
.stock.notifyme a.notifyme-btn {
  display: block !important;
  text-align: center;
  color: #ffffff;
  height: 32px;
  line-height: 1.5;
  border-radius: 30px;
  padding: 0 20px;
}
a.notifyme-btn {
  width: 100%;
  display: block;
  border-radius: 3px;
  background: #e8b55c;
  border: none;
  text-transform: uppercase;
  line-height: normal;
  opacity: 1;
  height: auto;
  padding: 8px 0;
  margin: 0;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.45px;
}
#checkout-step-shipping span.address-sequence.sequence {
  display: none;
}
.checkout-index-index .page-header {
  height: auto !important;
  background: transparent !important;
}
.maddress {
  float: left;
  margin: 9px 20px;
}
.maddress a {
  background: #e8b55c;
  border: solid 1px #e8b55c;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  transition: 0.5s all ease;
  padding: 8px 20px;
  height: auto;
  width: auto;
}
span.shipping-note {
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  color: #020202;
  font-family: 'Fedra Sans Book 5';
}
ul.shipping-list {
  margin-left: 13px;
}
.shipping-list {
  padding: 5px 13px;
}
.shipping-list li {
  font-size: 12px;
  font-style: normal;
  color: #020202;
  line-height: 22px;
  list-style-type: disc;
  font-family: 'Fedra Sans Book 5';
}
.table-checkout-shipping-method thead th {
  display: block !important;
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
}
.opc-block-summary .title {
  display: block !important;
}
.table-checkout-shipping-method {
  width: 100% !important;
}
.checkout-index-index #maincontent .opc-summary-wrapper {
  margin: 0;
  background: #fdf8ee !important;
  padding: 13px !important;
}
#checkout-step-shipping_method .actions-toolbar {
  right: 5% !important;
}
.checkout-index-index #mySidenav .menu-left {
  top: initial !important;
}
.checkout-index-index .page-main {
  padding-top: 0 !important;
}
.checkout-index-index #maincontent .opc-summary-wrapper .modal-content .opc-block-summary .title {
  background: 0 0 !important;
}
.opc-block-summary .table-totals .grand .mark strong {
  font-weight: 400 !important;
  text-transform: capitalize !important;
}
#co-payment-form .payment-method .payment-method-content {
  padding: 5px 15px !important;
}
.opc-summary-wrapper .modal-header {
  border-bottom: 0 !important;
}
.opc-block-summary .table-totals .totals-tax-summary .mark {
  border-bottom: 0 !important;
  border-top: 0 !important;
}
.contact-index-index #maincontent {
  width: 100% !important;
  max-width: 1280px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 auto !important;
  background: #ffffff;
}
.cms-pages-header.contact-us {
  margin-left: -50vw;
  position: relative;
  width: 100vw;
  left: 49.4%;
}
.cms-pages-header.contact-us img {
  width: 100% !important;
}
.custom-heading {
  font-family: 'Fedra Sans Std';
  font-size: 48px;
  position: absolute;
  bottom: 25px;
  left: 10%;
}
.cms-pages-header.contact-us h1 {
  font-family: 'Fedra Sans Medium 5';
  font-size: 48px;
  padding: 0 20px;
}
.page-header.headersticky #mySidenav .menu-left {
  top: 80px !important;
}
.ishaessentials.onlyentials .action.towishlist {
  font-size: 0px;
  position: absolute;
  z-index: 9;
  top: 10px !important;
  left: 10px !important;
}
.catalog-product-view .breadcrumbs {
  background: 0 0;
}
.subscription-type .fieldset > .field:last-child {
  margin-bottom: 0;
}
.orderform-index-index .page-wrapper {
  background: #ffffff;
}
.orderform-add {
  margin: 0 auto;
  width: 50%;
  background: #ffffff;
  border: none;
  padding: 20px;
  box-sizing: border-box;
  padding-top: 52px;
}
p.enquiry_txt {
  padding: 15px 0;
}
.orderform-index-index .page-title {
  margin-top: 10px;
}
#mySidenav .menu-left .menu-links {
  padding: 0 0 0 165px !important;
}
.header.content .right-container-wrap .minicart-wrapper {
  margin-top: -2px !important;
}
.subscription-type label.label {
  vertical-align: middle !important;
}
.magnify-opaque {
  max-width: 471px !important;
  max-height: 560px !important;
}
.footer.content ul {
  padding-right: 0 !important;
}
.catalog-product-view .product-info-main .product.info.detailed .title {
  border-bottom: none !important;
}
.modal-popup.popup-authentication .modal-header {
  background: #fdf8ee !important;
}
.modal-popup.popup-authentication .modal-content {
  background: #fdf8ee !important;
}
.account .form-wishlist-items li.product-item .product-item-actions .action.delete {
  right: 14px !important;
}
.table-credit-cards thead th {
  border-bottom: 0 !important;
}
.table-credit-cards .col {
  width: 50%;
}
.vault-cards-listaction aside.modal-popup.my-credit-cards-popup._show {
  position: absolute;
  top: 170px;
}
.vault-cards-listaction .modal-popup .modal-title {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.vault-cards-listaction .modal-content {
  border: 0;
  font-size: 16px;
}
.vault-cards-listaction .modal-popup .modal-header {
  padding-bottom: 0;
  padding-top: 3rem;
  border: 0;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
  border: 0;
}
.my-credit-cards-popup .action.secondary {
  font-size: 14px;
}
.old-price,
.old.price {
  color: #e8b55c !important;
  text-decoration: line-through !important;
}
.sale-tag {
  font-family: 'Fedra Sans Book 5';
  font-size: 11px;
  background: #ffffff;
  width: 91px;
  text-align: center;
  padding: 6px 0;
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 100;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
li.item.current .page {
  background: #413d3d;
  color: #ffffff;
  padding: 0 12px;
  font-weight: 700;
}
li.item .page {
  background: #fdf8ee;
  border: solid 1px #cabcbc;
  padding: 0 10px;
  color: #000;
  border-radius: 5px;
  font-weight: 700;
}
.toolbar-products .pages {
  width: auto;
  margin: 0 0 0 20px;
}
.label.pages-label {
  font-size: 14px;
  padding: 0 15px;
  position: relative;
  top: 5px;
}
.pages .action.next {
  border: solid 1px #cec1c0;
  background: #fdf8ee;
}
.pages a.action.previous {
  border: solid 1px #cec1c0;
  background: #fdf8ee;
}
li.item.pages-item-previous {
  background: #fdf8ee;
}
.pages .items {
  float: right;
}
.pages a.page:active {
  color: #000;
}
.pages a.page:hover {
  color: #000;
}
.bottom-toolbar .toolbartop {
  display: none;
}
.bottom-toolbar p#toolbar-amount {
  display: none;
}
.bottom-toolbar .toolbar-amount {
  float: none;
}
.bottom-toolbar .pages .items {
  float: none;
}
.bottom-toolbar .label.pages-label {
  position: relative;
  top: 0;
}
.bottom-toolbar .toolbar-products .pages {
  width: 90%;
  float: none;
}
.bottom-toolbar .toolbar-products:after {
  border-top: 0;
}
.toolbartop {
  width: 50%;
}
.toolbar.toolbar-products .toolbar-sorter.sorter {
  width: 50%;
  display: inline-flex;
}
.catalog-product-view .product-info-main .action.towishlist {
  background: #fdf8ee;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  padding: 1px 6px 6px 5px;
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  bottom: 10px;
  right: 20px;
}
.catalog-product-view .product-info-main .action.towishlist:focus {
  color: #a92611;
}
.catalog-product-view .product-info-main .action.towishlist:focus:before {
  color: #a92611;
}
.catalog-product-view .product-info-main .action.towishlist:before {
  content: "\f08a";
  font-family: "FontAwesome";
  position: absolute;
  color: #a92611;
  left: 7px;
  font-weight: 700;
  top: 10px;
}
a.action.mailto.friend {
  position: relative;
  top: 8px;
  left: 15px;
}
.catalog-product-view .product-info-main .action.towishlist:before {
  content: '';
  content: "\f08a";
  font-family: "FontAwesome";
  position: absolute;
  color: #a92611;
  left: 10px;
  font-weight: 700;
  top: 12px;
}
.block-minicart dl.product.options.list dt:nth-child(3) {
  display: none;
}
.block-minicart dl.product.options.list dd:nth-child(4) {
  display: none;
}
span.learnmore_faq {
  float: left;
  padding: 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .item-options dt:nth-child(3) {
  display: none;
}
.opc-block-summary .minicart-items .product-item-details .item-options dd {
  width: 100% !important;
}
.checkout-index-index .shipping-address-items .shipping-address-item button {
  box-shadow: none;
}
.aw-sarp2-customer-subscriptions .table td.col.trial-due-date {
  display: none;
}
.aw_sarp2-profile_edit-index a.cancel.action {
  display: none;
}
.aw-sarp2__current-address {
  padding: 0 5px;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list li:nth-child(2) .details-field {
  display: none;
}
.aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list li .details-value .starting-from {
  color: #1d1d1b !important;
  display: block;
  font-size: 12px !important;
  padding: 10px 0;
}
.aw-sarp2-product-subscription-options .block.block-title.sub-details {
  font-size: 14px;
  margin: 0;
}
.deliver-every {
  font-size: 14px;
}
.message.error {
  animation: css 0s 3s forwards !important;
}
#ishalife-shipping-block {
  max-height: 500px;
  height: 100%;
  overflow: scroll;
}
.checkout-index-index .page-main #checkout #checkout-shipping-method-load tr td {
  padding: 8px 10px !important;
  width: auto !important;
}
.checkout-index-index div#checkout-shipping-method-load {
  width: 100% !important;
}
.message-error .error.message {
  opacity: 1;
  transition: opacity 3s;
}
#zonos option[value=AL],
#zonos option[value=DZ],
#zonos option[value=AG],
#zonos option[value=AU],
#zonos option[value=BD],
#zonos option[value=BM],
#zonos option[value=BT],
#zonos option[value=BA],
#zonos option[value=CA],
#zonos option[value=IN],
#zonos option[value=LB],
#zonos option[value=MY],
#zonos option[value=MV],
#zonos option[value=MU],
#zonos option[value=NP],
#zonos option[value=NZ],
#zonos option[value=PK],
#zonos option[value=PH],
#zonos option[value=RU],
#zonos option[value=SG],
#zonos option[value=LK],
#zonos option[value=TH],
#zonos option[value=UA],
#zonos option[value=GB],
#zonos option[value=TW],
#zonos option[value=VN],
#zonos option[value=MM],
#zonos option[value=VG],
#zonos option[value=FR],
#zonos option[value=DE],
#zonos option[value=HK],
#zonos option[value=CN],
#zonos option[value=IT],
#zonos option[value=JP],
#zonos option[value=KW],
#zonos option[value=NL],
#zonos option[value=CH],
#zonos option[value=SD],
#zonos option[value=ZW],
#zonos option[value=TW] {
  display: none;
}
.zonos-success-index.page-layout-1column .columns .column.main {
  width: 100% !important;
  margin-bottom: 100px !important;
  margin-top: 40px !important;
  max-width: 500px;
  padding: 25px !important;
  margin: auto;
  text-align: center;
  background: #ffffff;
}
.zonos-success-index .columns .column.main .checkout-success {
  min-height: 350px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}
.zonos-success-index.page-layout-1column .columns .column.main .checkout-success p {
  margin-left: 0 !important;
}
.zonos-success-index .columns .column.main .checkout-success p {
  margin: 0 0 10px !important;
}
.zonos-success-index.page-layout-1column .actions-toolbar .action.primary.continue {
  margin-left: 0 !important;
  margin: 0 auto !important;
  text-align: center;
}
.zonos-success-index.page-layout-1column .actions-toolbar .primary {
  margin: 0 auto !important;
  float: none !important;
}
.toolbar.toolbar-products .toolbar-sorter .sort-list {
  top: -107px !important;
}
.block.block-collapsible-nav {
  float: left;
  width: 24%;
  background: #f8f8f9;
  padding: 20px;
  font-family: 'Fedra Sans Book 5';
  font-size: 15px;
}
.block .title {
  display: block;
  margin-bottom: 10px !important;
}
.block-collapsible-nav .content {
  background: 0 0;
  padding: 0;
}
.block.block-collapsible-nav ul {
  display: block;
}
.block.block-collapsible-nav ul li {
  line-height: normal;
  padding: 0 0 0 15px;
  margin: 0 0 18px;
}
.block.block-collapsible-nav ul li.current {
  border-left: solid 4px #e8b55c;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border: none;
  padding: 0;
}
.block-collapsible-nav .item a:hover {
  background: 0 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-information-title .mark {
  background-color: #eeac35;
  font-size: 22px;
  line-height: 22px;
  font-family: 'Fedra Sans Book 5';
  width: 34px;
  height: 34px;
}
.onestepcheckout-index-index .page-main .checkout-container input[type=checkbox]:checked + label:before {
  color: #eeac35;
}
main#maincontent {
  position: relative;
  z-index: 1;
}
.page.messages {
  margin-top: 0 !important;
  position: relative !important;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .email #customer-email-fieldset .actions-toolbar {
  display: flex;
  align-items: center;
}
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .email #customer-email-fieldset .actions-toolbar a.action.remind {
  margin-top: 0;
  margin-left: 12px;
}
.order-products-toolbar.toolbar.bottom .pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative !important;
  width: auto !important;
  margin-bottom: 0;
}
.order-products-toolbar.toolbar.bottom li a {
  color: #000;
}
.order-products-toolbar.toolbar.bottom li.item.current .page {
  color: #a92611;
}
.aw_sarp2-profile_edit-index.account .data.table .col.actions .action:after {
  display: none;
}
.aw_sarp2-profile_edit-index.account .aw-sarp2-customer-subscriptions .col.products ul > li {
  display: flex;
  justify-content: space-between;
}
.aw_sarp2-profile_edit-index.account .data.table .col.actions {
  display: flex;
  justify-content: flex-end;
}
.aw_sarp2-profile_edit-item.catalog-product-view .product-info-main .box-tocart .field.qty {
  display: flex;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}
.catalog-product-view .aw-sarp2-product-subscription-options .aw-sarp2-subscription__dropdown-switcher {
  margin-bottom: 0;
}
.catalog-product-view .aw-sarp2-product-subscription-options .fieldset:last-child {
  margin-bottom: 0;
}
.catalog-product-view .aw-sarp2-product-subscription-options .subscription-details {
  padding: 0;
}
.catalog-product-view .aw-sarp2-product-subscription-options .subscription-details .block {
  margin-bottom: 0;
}
dl.product.options.list dt:nth-child(5) {
  display: none;
}
dl.item-options div:nth-child(3) dt {
  display: none;
}
.aw_sarp2-profile_edit-item.catalog-product-view .product-info-main .box-tocart .field.qty {
  width: auto;
  margin: 8px 0 0;
  gap: 5px;
}
.aw_sarp2-profile_edit-item.catalog-product-view fieldset.fieldset {
  display: flex;
  align-items: center;
  gap: 15px;
}
.aw_sarp2-profile_edit-item.catalog-product-view .fieldset > .field > .label,
.aw_sarp2-profile_edit-item.catalog-product-view .fieldset > .fields > .field > .label {
  margin: 0;
}
.aw_sarp2-profile_edit-item.catalog-product-view .product-info-main .box-tocart .field.qty label.label span {
  background: 0 0 !important;
}
.aw_sarp2-profile_edit-item.catalog-product-view .product-info-main .box-tocart {
  margin: 15px 0 0;
}
.catalog-product-view .block.related .owl-nav.disabled {
  display: none;
}
ul.shipping-list li:last-child {
  display: none;
}
.swatch-opt input[type=radio]:checked + label:after {
  background: 0 0 !important;
}
.swatch-opt input[type=radio].selected:checked + label:after {
  background: #e8b55c !important;
}
.product-reviews-summary .reviews-actions .action.add {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .aw_sarp2-profile_edit-item.catalog-product-view .product-info-main .box-tocart .actions {
    width: auto;
    padding-top: 0;
  }
  .aw_sarp2-profile_edit-item.catalog-product-view .product-info-main .box-tocart {
    margin: 0;
  }
  .aw_sarp2-profile_edit-item.catalog-product-view fieldset.fieldset {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .aw_sarp2-profile_edit-item.catalog-product-view .product-info-main .box-tocart {
    padding: 0;
  }
  .aw_sarp2-profile_edit-item.catalog-product-view .product-info-main .field.qty {
    position: relative;
    padding: 0 !important;
  }
  .aw_sarp2-profile_edit-item.catalog-product-view .product-info-main .field.qty .control {
    padding-left: 10px;
  }
  .aw_sarp2-profile_edit-item.catalog-product-view .product-info-main .box-tocart .field.qty {
    padding: 5px !important;
  }
  .aw_sarp2-profile_edit-item.catalog-product-view #aw-sarp2-update-subscription-button {
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  #customer-reviews .block-title {
    width: auto !important;
  }
}
@media (max-width: 768px) {
  .block-collapsible-nav .title strong {
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'Fedra Sans Medium 5';
  }
  .block.block-collapsible-nav {
    width: 100% !important;
  }
  .account #maincontent .column.main {
    padding-top: 0 !important;
  }
  .block.block-collapsible-nav {
    width: 100% !important;
    background: 0 0;
    position: relative;
    text-align: left !important;
    top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .block-collapsible-nav .title {
    border-bottom-color: #f1bf55;
    border-top: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
  }
  .block-collapsible-nav .content {
    background: #fdf8ee;
    padding: 10px 25px;
  }
  .block.block-collapsible-nav ul li {
    padding: 6px 20px;
    padding-left: 10px;
    margin: 5px 0 0 !important;
  }
  #mini-cart li .product .details-qty.qty {
    display: block !important;
    position: relative;
    width: auto;
  }
  .zonos-success-index.page-layout-1column .page-main {
    margin: auto;
    text-align: center;
    margin-top: 30px;
    padding-top: 34px;
    margin-bottom: 80px;
    width: 400px;
  }
  .zonos-success-index.page-layout-1column .actions-toolbar .action.primary.continue {
    margin-top: 11px !important;
    margin-left: 1px !important;
  }
  .zonos-success-index.page-layout-1column .checkout-success a.order-number {
    color: #a92611;
  }
  .toolbar.toolbar-products .toolbar-sorter .sort-list {
    top: unset !important;
  }
}
.ishaessentials .owl-carousel .owl-item img {
  display: block;
  width: auto !important;
  height: 100%;
  object-fit: contain;
  max-width: initial;
}
.ishaessentials .products.list .product-item-info .product-image-container img {
  width: auto !important;
  height: 100%;
  object-fit: contain;
  max-width: initial;
}
.checkout-cart-index .footershipping {
  display: none;
}
.bundle-options-container .bundle-options-wrapper,
.bundle-options-container .product-options-wrapper {
  display: block !important;
  width: 100% !important;
}
.checkbox.product.bundle.option.change-container-classname {
  display: inline-block !important;
}
.bundle-options-wrapper .field.option.required {
  border-bottom: 0 !important;
}
.bundle-options-container .bundle-info .product-image-wrapper {
  display: block !important;
  margin-top: 10px !important;
}
.block-bundle-summary .product-addto-links,
.bundle-options-container .bundle-info .available.stock,
.bundle-options-container .product-add-form .block-bundle-summary .product-details .product.name {
  display: block !important;
}
.bundle-options-container .product-add-form .block-bundle-summary .product-details .product-addto-links a {
  color: #ffffff !important;
}
div#pt_menu562 .parentMenu a {
  color: green;
  cursor: pointer;
}
#mySidenav .menu-left .menu-links {
  padding: 0 0 0 120px !important;
}
.toolbartop {
  width: 50%;
}
.toolbar.toolbar-products .toolbar-sorter.sorter {
  width: 50%;
  display: inline-flex;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .toolbar.toolbar-products .toolbar-sorter.sorter {
    width: 100%;
    display: inline-flex;
    top: 100%;
    margin-top: 10px;
  }
  .toolbar.toolbar-products .category-view-show {
    float: right;
    padding-right: 0;
  }
  .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
    width: auto;
    text-align: right;
    min-width: 70px;
  }
  .toolbar.toolbar-products .toolbar-sorter.sorter select {
    width: inherit;
    max-width: 224px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .toolbar.toolbar-products .toolbar-sorter.sorter {
    width: 66%;
    display: inline-flex;
  }
  .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
    width: auto;
    text-align: right;
    min-width: 70px;
  }
  .toolbar.toolbar-products .toolbar-sorter.sorter select {
    width: 74%;
  }
}
.bundle-options-wrapper p.required,
.cart-summary #block-discount,
.contact-index-index .page-title-wrapper,
.field.qty.qty-holder {
  display: none;
}
.catalog-product-view .additional-attributes-wrapper th.col.label.short_description {
  color: transparent;
}
.bundle-options-container .product-options-bottom,
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 0;
}
.catalog-product-view .page-main .breadcrumbs ul.items li.item:last-child {
  display: none !important;
}
.bundle-options-container .block-bundle-summary {
  width: 35% !important;
  margin-bottom: 10px;
}
.contact-index-index .column.main {
  width: 100% !important;
}
.contact-banner {
  margin-bottom: 50px;
}
.contact-faq-content {
  float: left;
  width: 70%;
}
.contac_infor,
.contact_right {
  width: auto !important;
}
.aw_sarp2-profile-index .page.messages {
  position: initial;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  width: 16% !important;
}
.cart-container .cart-summary {
  padding-bottom: 16px;
}
#shopping-cart-table th {
  color: #000 !important;
  font-weight: 700 !important;
}
.amrma-customer-information,
.order-details-items.creditmemo,
.order-details-items.invoice,
.order-details-items.shipments,
.review-customer-index .table-wrapper.reviews,
.table-wrapper.amrma-items-table,
.table-wrapper.downloadable-products,
.table-wrapper.returns-history {
  background: #fdf8ee !important;
}
.aw-sarp2-customer-subscriptions .table td,
.aw-sarp2-customer-subscriptions .table th {
  padding: 5px 5px !important;
}
.form.create.account.form-create-account {
  margin: 0;
  padding: 0;
}
.catalog-category-view #product-item-info_4609 .actions-primary,
.category-conscious-gifts.catalog-category-view .product-item .product-reviews-summary.short,
.category-conscious-gifts.catalog-category-view .products.list .product-item-info .product-item-inner .actions-primary,
.category-conscious-gifts.catalog-category-view .toolbar.toolbar-products,
.product-linga-bhairavi-devi-gudi-consecrated .product-add-form,
.product-linga-bhairavi-gudi .product-info-main .box-tocart {
  display: none;
}
.category-cms img {
  width: 100%;
}
.grouped .table th,
.table.grouped .col.item {
  font-weight: 700 !important;
}
.catalog-product-view .product.attribute.overview p,
.product.attribute.description {
  padding-right: 0 !important;
}
.products.list .pricewhatsapp p.price-from {
  float: left;
  width: 30%;
}
.pricewhatsapp a.minimal-price-link {
  color: #e8b55c;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.45px;
  white-space: nowrap;
  font-family: 'Fedra Sans Medium 5';
}
.category-conscious-gifts.catalog-category-view .breadcrumbs {
  display: none !important;
}
.category-conscious-gifts.catalog-category-view .category-view {
  padding-top: 14px;
}
.category-conscious-gifts.catalog-category-view .page-layout-1column.page-with-filter .column.main {
  padding-top: 0 !important;
}
.category-conscious-gifts.catalog-category-view .products.list .product-item-info .price,
.category-conscious-gifts.catalog-category-view .products.list .product-item-info .product-item-link,
.categorypath-collections-conscious-gifts-for-him-and-her.catalog-category-view .products.list .product-item-info .price,
.categorypath-collections-conscious-gifts-for-him-and-her.catalog-category-view .products.list .product-item-info .product-item-link {
  color: #a92611 !important;
  font-weight: 400;
  font-size: 13px;
  font-family: 'Fedra Sans Book 5';
}
.category-conscious-gifts.catalog-category-view .category-description,
.category-conscious-gifts.catalog-category-view .pricewhatsapp a.minimal-price-link {
  font-size: 13px;
}
#product-item-info_4609 button.action.tocart.primary,
#product-item-info_4907 button.action.tocart.primary,
#product-item-info_5703 .stock.unavailable,
#product-price-5679,
.catalog-category-view.categorypath-collections-conscious-gifts-for-him-and-her .breadcrumbs,
.catalog-product-view.product-adventure-sadhguru-exclusive .box-tocart,
.catalog-product-view.product-adventure-sadhguru-exclusive .product-info-price,
.catalog-product-view.product-adventure-sadhguru-exclusive .product.info.detailed,
.catalog-product-view.product-adventure-sadhguru-exclusive .review-list,
.catalog-product-view.product-full-moon-flirtations .box-tocart,
.catalog-product-view.product-full-moon-flirtations .product-info-price,
.catalog-product-view.product-full-moon-flirtations .product.info.detailed,
.catalog-product-view.product-full-moon-flirtations .review-list,
.catalog-product-view.product-karma-book-tour-replays .product-info-main .product-add-form,
.catalog-product-view.product-karma-book-tour-replays .product-info-main div#customer-reviews,
.catalog-product-view.product-karma-book-tour-replays .product.info.detailed,
.catalog-product-view.product-self-exploration .box-tocart,
.catalog-product-view.product-self-exploration .product-info-price,
.catalog-product-view.product-self-exploration .product.info.detailed,
.catalog-product-view.product-self-exploration .review-list,
.category-conscious-gifts #product-item-info_4662 .pricewhatsapp,
.category-conscious-gifts-for-him-and-her.catalog-category-view .breadcrumbs,
.category-conscious-gifts.catalog-category-view #product-item-info_4632 .pricewhatsapp,
.category-conscious-gifts.catalog-category-view #product-item-info_4633 .pricewhatsapp,
.category-conscious-gifts.catalog-category-view #product-item-info_4635 .pricewhatsapp,
.category-conscious-gifts.catalog-category-view #product-item-info_4636 .pricewhatsapp,
.categorypath-collections-conscious-gifts-for-him-and-her #layered-filter-block,
.categorypath-collections-conscious-gifts-for-him-and-her .product.actions.product-item-actions,
.categorypath-collections-conscious-gifts-for-him-and-her .toolbar.toolbar-products,
.categorypath-consecrated-devi-consecrated-sarees .stock.unavailable,
div#account-nav li.nav.item:nth-child(8) {
  display: none;
}
#product-price-5703,
#product-price-5705,
.catalog-product-view.product-adventure-sadhguru-exclusive .block.review-add,
.catalog-product-view.product-adventure-sadhguru-exclusive .related-category,
.catalog-product-view.product-full-moon-flirtations .block.review-add,
.catalog-product-view.product-full-moon-flirtations .related-category,
.catalog-product-view.product-karma-book-tour-replays .product-info-main .block.review-add,
.catalog-product-view.product-karma-book-tour-replays .product-info-main .product-info-price,
.catalog-product-view.product-self-exploration .block.review-add,
.catalog-product-view.product-self-exploration .related-category {
  display: none !important;
}
.category-conscious-gifts.catalog-category-view #product-item-info_4636 {
  cursor: default;
  pointer-events: none;
}
.category-conscious-gifts.catalog-category-view li.item.product.product-item {
  width: 20%;
}
.categorypath-collections-conscious-gifts-for-him-and-her .columns {
  padding-top: 0;
}
.categorypath-collections-conscious-gifts-for-him-and-her .products {
  margin: 0;
  padding-top: 0;
}
.bottom-toolbar p#toolbar-amount {
  display: block !important;
  color: transparent;
}
.catalog-product-view .product-info-main .action.towishlist:before {
  left: 7px !important;
  top: 10px !important;
}
.aw-sarp2-product-subscription-options .aw-sarp2-subscription__dropdown-switcher .subscribe-and-save {
  display: block !important;
}
.aw-sarp2-product-subscription-options .subscription-details .subscription-details_inner .subscription-details-list li .details-value {
  font-size: 14px;
}
.opc-block-summary .minicart-items .product-item-details .item-options dd,
.opc-block-summary .minicart-items .product-item-details .item-options dt {
  width: 100% !important;
}
.aw_sarp2-profile_edit-index a.cancel.action {
  display: block !important;
}
.product-item-inner .actions-primary form {
  display: flex !important;
  justify-content: space-between !important;
}
.product-item-inner .actions-primary form .products.list .product-item-info .product-item-inner .actions-primary button {
  width: 50% !important;
}
.additional_addtocart {
  width: 100% !important;
}
.product.actions.product-item-actions form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sections.nav-sections li.level0.has-child .menu-left {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: visible !important;
  opacity: 1;
  display: none;
}
.sections.nav-sections li.level0.has-child:hover .menu-left {
  visibility: visible !important;
  opacity: 1;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  display: block;
}
.block-minicart .subtotal {
  display: block;
  padding: 25px 30px 15px;
  bottom: 75px;
  width: 100%;
  z-index: 10;
  background: #ffffff;
  left: 0;
  z-index: 999 !important;
}
.catalog-category-view div#product-item-info_4907 .actions-primary {
  display: block !important;
}
@media (min-width: 320px) and (max-width: 768px) {
  #mySidenav .menu-left {
    display: none;
  }
}
#product-price-5052,
#product-price-5075 {
  display: none;
}
#mySidenav .menu-left {
  z-index: 9999999999;
}
.header.content {
  height: auto;
}
span.total-tax-inclusive {
  margin-left: 6px;
  font-size: 13px;
}
#product-options-wrapper label {
  margin-right: 0 !important;
  text-align: center;
  width: auto !important;
  line-height: normal;
  margin-bottom: 0;
}
#shopping-cart-table .cart.item .col.item .product-item-details .item-options dd {
  display: inline-grid;
}
li.contact-li {
  font-size: 16px;
}
.catalog-product-view .product-info-main .product.info.detailed .data.item.content.active {
  display: block;
}
.product.data.items .table-wrapper {
  margin-top: 30px;
}
.product-social-links {
  width: 100%;
  float: left;
}
.page-product-downloadable .product-add-form {
  margin-bottom: 0;
}
.paypal.checkout.after.paypal-logo.ec_shortcut_DlWovBLlItIZRPMJSswjJ6djJr0OLp5o {
  display: none;
}
.cms-adiyogi-store,
.cms-adiyogi-store .ishaessentials,
.cms-diwali-store,
.cms-diwali-store .ishaessentials,
.cms-gift-store,
.cms-gift-store .ishaessentials,
.cms-offers-for-well-being,
.cms-offers-for-well-being .ishaessentials {
  background-color: #fdf8ee !important;
  padding-bottom: 25px;
}
.tophead h3 {
  text-align: center;
  font-size: 36px;
  position: relative;
  font-family: 'Fedra Sans Medium 5';
  background: none;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px;
  color: #a92611 !important;
}
.more-button {
  text-align: center;
  padding-top: 35px;
  margin-bottom: 50px;
}
.more-button a {
  height: auto;
  background: 0 0;
  border: solid 1px #a92611;
  line-height: normal;
  padding: 15px 40px;
  border-radius: 3px;
  color: #a92611;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.cms-adiyogi-store .product-image-container,
.cms-bhairavi-sadhana .product-image-container,
.cms-offers-for-well-being .product-image-container,
.cms-sadhana-supports .product-image-container,
.cms-save-soil .product-image-container,
.cms-summer-wellness .product-image-container,
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .product-image-container {
  display: contents;
  max-width: 100%;
}
.cms-offers-for-well-being .product-item-inner .actions-primary button {
  width: 100% !important;
  display: block;
  border-radius: 30px;
  background: #e8b55c;
  border: none;
  text-transform: uppercase;
  line-height: normal;
  opacity: 1;
  height: auto !important;
  padding: 8px 0;
  margin: 0 !important;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px !important;
  font-weight: 400;
  letter-spacing: 0.45px;
}
.page-products .products-grid .product-item .product-item-details,
.product-item .product-reviews-summary.short,
.products.list .product-item-info .product-item-inner,
.products.list .product-item-info a {
  float: left;
  width: 100%;
}
.product-item .product-reviews-summary.short {
  float: left !important;
  margin-bottom: 8px;
  margin-top: -8px;
}
.pricewhatsapp {
  margin: 5px 0 10px !important;
  margin-bottom: 0 !important;
  float: left;
  width: 100%;
}
.price-box.price-final_price,
.price-box.price-final_price .old-price span.price-container.price-final_price.tax.weee,
.price-final_price,
.product-item .old-price,
.product-item .old-price .price-final_price,
.product-item .price-box {
  float: left;
  width: 100%;
}
.price-box.price-final_price .old-price span.price-container.price-final_price.tax.weee,
.product-item .price-to {
  text-align: right;
}
.product-item-details .price-final_price .old-price .price-wrapper .price {
  padding-left: 0;
}
.page-bottom {
  margin: 0 auto;
  width: 100% !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  display: block;
}
span.wishlist {
  position: relative;
}
.swatch-option[data-option-empty|=true] {
  opacity: 0 !important;
}
.product-options-wrapper .swatch-opt .swatch-option[data-option-empty=true] + label:after {
  content: '';
  width: 3px;
  height: 100%;
  background: #e8b55c !important;
  border-radius: 0;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: 0;
  opacity: 1;
}
span.swatch-notify:after {
  opacity: 1 !important;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  position: absolute;
  bottom: -3px;
  z-index: 1;
  background: #ffffff;
  border-bottom: 1px solid red;
  border-right: 1px solid red;
  transform: rotate(45deg);
  left: calc(100% - 55%);
}
span.swatch-notify {
  top: -26px !important;
  margin-left: 0 !important;
  border: 1px solid red;
  padding: 4px !important;
  border-radius: 4px !important;
  width: max-content !important;
  left: 50% !important;
  transform: translateX(-50%);
  bottom: unset !important;
  min-width: unset !important;
  color: #231f20 !important;
  font-size: 12px !important;
}
.swatch-option-tooltip {
  display: none !important;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .label {
  position: absolute !important;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method .payment-method-title .radio:checked + .label:before {
  color: #eeac35;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content {
  width: 100%;
  padding: 0 !important;
}
body.onestepcheckout-index-index.page-layout-checkout_with_top_menu {
  background: #fdf8ee;
}
.onestepcheckout-index-index .page-main .checkout-container {
  max-width: 100%;
  font-family: 'Fedra Sans Book 5';
}
.onestep-shipping-method {
  max-height: 400px;
  overflow-y: scroll;
}
.product-reviews-summary-offers_list {
  min-height: 19px;
}
.product-reviews-summary-offers_list .swatch-attribute {
  display: none;
}
ul.shipping-list {
  margin-left: 3px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .group-title .mark {
  background: #eeac35 !important;
  color: #ffffff;
  font-size: 22px;
  line-height: 22px;
  font-family: 'Fedra Sans Book 5';
  width: 34px;
  height: 34px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar {
  background-color: #ffffff;
  border: 0;
  top: 155px;
  margin-top: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar::-webkit-scrollbar {
  display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-card {
  background: 0 0;
  border: none;
  border-bottom: 1px solid #d8d8d8;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr.totals .mark {
  font-size: 13px;
}
.onestepcheckout-index-index .aw-onestep-sidebar-totals .grand.totals .amount,
.onestepcheckout-index-index .aw-onestep-sidebar-totals .grand.totals .mark {
  font-size: 16px !important;
  font-weight: 700 !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.not-selected-item,
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method .payment-method-title,
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card {
  background-color: #f9f9f8;
}
.onestepcheckout-index-index.page-layout-checkout_with_top_menu .page-header {
  z-index: 10;
  height: auto;
}
.onestepcheckout-index-index.page-layout-checkout_with_top_menu main#maincontent {
  margin-top: 0;
}
.onestepcheckout-index-index .aw-button-simple {
  box-shadow: 0 0 3px 1px #00699d;
  border-radius: 20px;
  font-size: 11px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.selected-item {
  border: 1px solid #eeac35;
  box-shadow: inset 0 0 0 1px #eeac35;
}
#checkout-shipping-method-load input[type=radio]:checked + label:after,
.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .form .field.choice .checkbox:checked + .label:before,
.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.selected-item:after,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block .newsletter-subscriber .newsletter-subscriber__input:checked + .newsletter-subscriber__label:before,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block .newsletter-subscriber .newsletter-subscriber__input:focus + .newsletter-subscriber__label:before,
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block .newsletter-subscriber .newsletter-subscriber__input:hover + .newsletter-subscriber__label:before,
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .radio + .label:hover:before,
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .radio:checked + .label:before {
  color: #eeac35;
}
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address .billing-address-same-as-shipping:checked + .label:before,
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address .billing-address-same-as-shipping:focus + .label:before {
  color: #eeac35 !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form {
  margin-top: 22px;
}
.payment-method.payment-method-braintree {
  z-index: 0;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card--wrapper > .radio:checked + .label {
  border-color: #eeac35;
  box-shadow: inset 0 0 0 1px #eeac35;
}
.onestepcheckout-index-index header.page-header {
  z-index: 9999;
}
body .page-header.headersticky #mySidenav .menu-left,
body header #mySidenav .menu-left {
  top: auto !important;
}
.onlyentials:before {
  display: none;
}
.cms-sample-home-page .page-main .block {
  background: transparent;
  padding: 30px 0;
}
.cms-sample-home-page .page-main .block .block-content span.calltoaction.mobile {
  position: relative;
}
.cms-sample-home-page .page-main .widget-slider-content .bottom-link {
  text-align: center;
  padding-top: 25px;
}
.cms-sample-home-page .page-main .ishaessentials .calltoaction a {
  font-family: 'Fedra Sans Book 5';
  text-align: center;
  font-size: 21px;
  color: #a92611 !important;
  text-decoration: underline;
  text-transform: none;
}
.ishaessentials .block-title {
  margin-bottom: 20px;
}
.cms-sample-home-page .page-main .block.widget-slider-content {
  padding: 45px 0 !important;
}
.cms-sample-home-page .page-main #iconic-offer-homepage-block .block,
.widget-slider-content + .widget-slider-content + .block-static-block {
  padding-left: 6px !important;
  padding-right: 6px !important;
  box-sizing: border-box;
}
.iconic-carousel .owl-dots button {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5) !important;
}
.cms-sample-home-page .iconic-carousel {
  margin-bottom: 0;
}
.cms-sample-home-page .page-wrapper main#maincontent {
  margin-bottom: 0;
}
.cms-sample-home-page .page-main .block.home-review-wrap {
  background-color: #ffffff !important;
  padding: 20px 0 !important;
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.cms-sample-home-page .categorycarousel-container .categorycarousel-column {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cms-sample-home-page .categorycarousel-section {
  padding-top: 0;
}
.categorycarousel-container {
  padding: 40px 0;
}
.cms-sample-home-page .page-footer,
.page-footer {
  padding: 0px !important;
  margin: 0;
}
.filter-options {
  text-align: left !important;
}
.catalog-category-view .product-item-details {
  border: none;
}
#customer-reviews .items.review-items .review-content,
#customer-reviews .items.review-items .review-details,
#customer-reviews .items.review-items .review-title {
  text-align: left !important;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 1.75rem;
  color: #e8b55c;
}
div#product-options-wrapper .control {
  margin-top: 10px;
  width: 30%;
  font-size: 14px;
  min-width: fit-content;
}
.owl-carousel.iconic-carousela .owl-item img {
  display: block;
  width: auto;
}
.sections.nav-sections li.level0:hover:after {
  top: 31px !important;
}
.cms-sample-home-page .ishaessentials.onlyentials,
.cms-sample-home-page .page-main .block.widget-icons-slider .widget.block.block-static-block {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cms-sample-home-page .page-header.headersticky .header.content .right-container-wrap .header.links .icon.wishlist-my-icon {
  position: relative;
  top: 0 !important;
  left: 0 !important;
}
.giftstore-mid-section .widget.block.block-static-block {
  padding-bottom: 0;
}
.cms-sample-home-page .page-main .giftstore-mid-section .block {
  padding: 0 0 30px !important;
}
.cms-sample-home-page span.price-container.price-final_price.tax.weee {
  width: 100%;
  float: left;
  text-align: center;
}
.cms-sample-home-page .price-box.price-final_price .old-price,
.price-box.price-final_price .old-price {
  width: auto !important;
  margin: 0;
  margin-left: 0;
  float: left;
  text-align: center;
}
.cms-sample-home-page .product-item .product-item-details .price-box {
  margin: 0 auto;
  position: relative;
  height: auto;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.page-header .panel.wrapper .header-promo-slider h4 {
  justify-content: center !important;
  color: #000;
  font-size: 13px !important;
  margin-bottom: 0 !important;
  font-weight: 400;
  width: 100%;
  float: left;
  padding-top: 5px;
  min-height: 26px;
  text-align: center;
}
.account .block .block-content,
.box.box-information {
  text-align: left;
}
.cms-page-view .columns {
  padding-top: 0;
}
.minicart-wrapper {
  margin-left: 3px !important;
}
#mini-cart .product-item-details {
  padding: 0;
  width: calc(100% - 126px);
  padding-left: 15px;
  text-align: left;
  float: left;
  min-height: unset;
}
.categorycarousel-container .categorycarousel-product {
  padding-bottom: 0;
  min-height: 180px !important;
}
.widget-slider-content .categorycarousel-product .product-item-name {
  margin: 0;
}
.widget-icons-slider.owl-carousel .owl-stage {
  margin: 0 auto;
}
.widget.block.block-static-block.banner_space {
  padding: 0 !important;
}
.cms-sample-home-page .price-box.price-final_price .old-price span.price-container.price-final_price.tax.weee {
  width: 100%;
}
.widget-slider-content .product-item .category-carousal.price-box .old-price .price {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #e8b55c !important;
}
.minicart-wrapper .action.showcart:before {
  width: 32px !important;
  height: 30px !important;
  margin-top: 2px;
}
.catalog-product-view .product-info-main .product-info-price,
.product-info-main .product-info-price .price-box {
  width: 100%;
}
span.price-container.price-final_price.tax.weee {
  width: auto !important;
  float: left;
}
.cms-sample-home-page .page-main .block.widget-icons-slider,
.cms-sample-home-page .page-main .block.widget-icons-slider .widget.block.block-static-block {
  background: #ffffff;
}
.widget-product-grid .product-item .product-item-inner.mobile button.tocart {
  background: #e8b55c;
}
#minicart-content-wrapper .cartcalltoaction {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 10px;
  background: #ffffff;
  z-index: 10;
  width: 100%;
  padding: 0 10%;
}
body:not(.cms-sample-home-page) .page-wrapper .page-bottom {
  padding: 0 !important;
  margin: 0 !important;
  background-color: #ffffff !important;
}
.checkout-cart-index .page-title-wrapper,
.columns {
  padding-top: 0 !important;
}
.block-static-block h2,
.cms-sample-home-page .block-products-list .block-title strong,
.cms-sample-home-page .block-title h2 {
  text-transform: capitalize;
}
.cms-sample-home-page .block-products-list .block-title strong {
  padding: 0;
  margin-bottom: 0;
}
.categorycarousel-section .owl-carousel .owl-stage-outer {
  padding-top: 0;
}
.cms-sample-home-page .widget-slider-content .product-item .price-box.price-final_price {
  flex-direction: column;
}
.cms-sample-home-page .widget-slider-content .price-box.price-final_price .old-price,
.cms-sample-home-page .widget-slider-content span.price-container.price-final_price.tax.weee {
  width: 100% !important;
}
.minicart-wrapper.active .block-minicart {
  padding: 30px !important;
}
.minicart-items-wrapper {
  height: calc(100vh - 260px) !important;
  overflow-x: hidden;
}
.onestepcheckout-index-index .page-title {
  margin-top: 20px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item:not(:first-of-type) {
  margin-top: 50px;
}
.onestepcheckout-index-index .discount-code .form-discount .action-apply {
  min-height: unset !important;
  letter-spacing: 0;
  min-width: auto;
  font-size: 15px;
}
.onestepcheckout-index-index .discount-code .form-discount .action-apply:hover {
  color: #ffffff;
}
.onestepcheckout-index-index .page-main .checkout-container .osc-fluid .field + .field {
  margin-left: 10px !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .group-title h2 {
  display: flex;
  align-items: center;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .minicart-items-wrapper {
  margin-right: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-card {
  padding: 16px 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_content .aw-sidebar-product-card:last-child {
  border-bottom: none;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar-product-options .aw-sidebar-product-options-wrapper {
  flex-wrap: wrap;
  white-space: normal;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar .aw-sidebar-product-options .aw-sidebar-product-options-wrapper .values {
  margin-left: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-sidebar_order-note button:focus {
  outline: 0;
}
.checkout-onepage-success .page-main {
  margin-top: 80px;
}
.checkout-index-index .page-header {
  z-index: 9;
}
#product-item-info_5278 span.price-container.price-final_price.tax.weee {
  float: left;
  padding: 0;
  margin: 0;
}
#product-item-info_5278 .product-item-details .price-final_price .old-price .price-wrapper .price {
  padding-left: 10px;
}
.products.list .product-item-info .product-item-name {
  min-height: 18px;
}
.product-item .price-box {
  margin: 0;
}
.catalog-product-view .product.media {
  display: block;
}
.category-adiyogi li.item.product.product-item:nth-child(2) .stock.notifyme,
.cms-adiyogi-store li.item.product.product-item:first-child .stock.unavailable,
.product-adiyogi-statue-two-and-half-feet .product.alert,
body.product-adiyogi-statue-two-and-half-feet .stock.unavailable,
div#product-item-info_5703 .notifyme {
  display: none;
}
div#product-options-wrapper label {
  line-height: normal !important;
  margin-bottom: 0;
}
.price-box.price-final_price .old-price {
  float: left;
  width: 50%;
  margin: 0;
}
.price-box.price-final_price .old-price span.price-container.price-final_price.tax.weee {
  color: #e8b55c !important;
}
.contact-faq-content section:last-child {
  display: block;
}
.onestepcheckout-index-index .modal-popup .modal-inner-wrap {
  background: #fdf8ee;
  border-radius: 4px;
  max-width: 800px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 5rem 0;
}
.onestepcheckout-index-index .modal-popup .modal-header {
  border: none;
  padding-left: 42px;
}
.onestepcheckout-index-index .modal-popup .modal-inner-wrap .modal-header h1 {
  font-weight: 400;
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
  border: none;
  padding: 0;
}
.onestepcheckout-index-index .modal-popup .modal-inner-wrap .modal-footer {
  border: none;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  justify-content: flex-end;
}
.onestepcheckout-index-index .modal-popup .modal-content {
  border: none;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  justify-content: space-between;
  background: 0 0;
  padding-bottom: 0;
}
.onestepcheckout-index-index .modal-popup .modal-content .zonosmsg {
  border: 1px solid #f0b95b;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  background: 0 0;
  border-radius: 4px;
}
.modal-custom .action-close:active,
.modal-custom .action-close:focus,
.modal-popup .action-close:active,
.modal-popup .action-close:focus,
.modal-slide .action-close:active,
.modal-slide .action-close:focus {
  outline: 0;
}
.onestepcheckout-index-index .modal-popup .modal-content .zonosmsg .opcmodelpopup {
  visibility: hidden;
  display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .fl-label-state .label,
.onestepcheckout-index-index .page-main .checkout-container .fl-placeholder-state .label,
.onestepcheckout-index-index .page-main .checkout-container fieldset .field .label {
  z-index: 0;
}
.cms-adiyogi-store .ishaessentials .product-item-inner .actions-primary,
.cms-diwali-store .ishaessentials .product-item-inner .actions-primary,
.cms-gift-store .ishaessentials .product-item-inner .actions-primary,
.cms-offers-for-well-being .ishaessentials .product-item-inner .actions-primary {
  width: 100%;
  margin-bottom: 65px;
}
#product-options-wrapper .fieldset-bundle-options .control {
  width: 100%;
}
.price-box.price-final_price {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.product-item .minimal-price-link {
  margin-top: 0;
  width: auto !important;
}
.catalog-product-view .price-box .price-final_price .old-price {
  width: auto !important;
  margin-left: 98px !important;
  float: left;
  padding: 0 0 0 15px;
}
p.minimal-price {
  margin-bottom: 0;
}
.contact-index-index .columns {
  padding-top: 0;
}
.price-box.price-final_price .old-price {
  padding: 0 !important;
}
.cms-sample-home-page .product-item-details {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  vertical-align: top !important;
  align-content: center !important;
}
.ishaessentials .product-item-info .product-reviews-summary.short {
  top: 0 !important;
  margin-bottom: 0 !important;
  margin-top: -10px !important;
}
.cms-gift-store.product-item-details {
  position: relative !important;
}
.page-product-bundle .price-box.price-final_price .old-price {
  margin-left: 2px;
  float: left;
  padding: 0 0 0 15px;
}
.zonos-success-index.page-layout-1column .checkout-success a.order-number {
  color: #a92611;
}
.zonos-success-index h1.page-title {
  display: none !important;
}
.zonos-success-index.page-layout-1column {
  text-align: center;
  background: #fdf8ee;
  font-size: 16px;
}
.block.widget .products-grid .product-item .product-item-inner.mobile,
.page-layout-1column .block.widget .products-grid .product-item .product-item-inner.mobile,
.widget-product-grid .product-item .product-item-inner.mobile .tocart {
  display: none !important;
}
.bottom-toolbar .toolbar-products:after {
  border-top: none !important;
}
.catalog-product-view .block.related .owl-nav,
.catalog-product-view .block.upsell .owl-nav {
  text-align: left;
}
.catalog-product-view .block.related .owl-nav button span,
.catalog-product-view .block.upsell .owl-nav button span {
  line-height: 34px;
}
.catalog-product-view .block.related .owl-nav button:focus,
.catalog-product-view .block.upsell .owl-nav button:focus {
  outline: 0;
}
.catalog-product-view .block.related .owl-carousel .owl-stage,
.catalog-product-view .block.upsell .owl-carousel .owl-stage {
  margin: 0 auto;
}
.catalog-product-view .block.upsell .item.product.product-item {
  width: 100%;
}
.catalog-product-view .block.upsell .product-item-info {
  width: 85%;
}
.catalog-product-view .block.related .product.details.product-item-details,
.catalog-product-view .block.upsell .product.details.product-item-details {
  float: left;
  width: 100%;
  text-align: center;
}
.block.related .price-box.price-final_price,
.block.upsell .price-box.price-final_price {
  justify-content: center;
  display: flex;
}
.catalog-product-view .block.related .block-title.title strong,
.catalog-product-view .block.upsell .block-title.title strong {
  text-transform: capitalize;
}
.related-category {
  margin-bottom: 30px;
}
.relatedCategory {
  position: relative;
  margin: 0 auto !important;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.relatedCategory .innersection {
  display: flex;
}
.relatedCategory .pillslisting {
  width: auto !important;
}
.relatedCategory a {
  margin: 5px !important;
}
.relatedCategory span.related-category {
  margin: 5px 0;
  display: flex !important;
  padding-right: 0 !important;
}
.relatedCategory span.related-category span {
  margin-right: 8px;
  min-width: fit-content;
}
#iconic-offer-homepage-block.block-static-block h2 {
  padding: 40px 0 0;
}
#mini-cart li .product .details-qty.qty {
  display: flex !important;
  align-items: center;
  margin: 0 0 30px;
}
.minicart-items .item-qty {
  width: 42px;
}
.cms-offers-for-well-being span.wishlist {
  position: unset;
}
.cms-offers-for-well-being .ishaessentials .product-item .product-item-name {
  margin-bottom: 0;
  padding: 0;
}
.ishaessentials .product-item .product-item-name a {
  white-space: nowrap;
}
.cms-offers-for-well-being .ishaessentials .product-item-info .product-reviews-summary.short {
  margin-top: 0 !important;
  width: 100%;
}
.cms-offers-for-well-being .tophead h3 {
  margin-bottom: 30px;
}
header.modal-header {
  justify-content: center;
}
select.swatch-select.color {
  max-width: 350px;
  margin-left: 30px;
  margin-bottom: 10px;
}
.swatch-attribute-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.swatch-option-wrap {
  margin: 0 10px;
  position: relative;
  display: flex;
  max-width: 60px;
  float: left;
}
div#product-options-wrapper .swatch-attribute-options label {
  position: absolute;
  width: 42px !important;
  height: 42px;
  background: #eee6d7 !important;
  border-radius: 50%;
  z-index: 0;
  line-height: 45px !important;
  left: 0;
}
.aw-sbp__bundle-options-container div#product-options-wrapper label {
  width: calc(100% - 30px) !important;
  text-align: left;
}
.aw-sbp__bundle-options-container div#product-options-wrapper label a {
  color: #000;
}
.swatch-opt input[type=radio]:checked,
.swatch-opt input[type=radio]:not(:checked) {
  left: 0 !important;
  top: 0 !important;
  height: 42px !important;
  width: 42px !important;
  margin: 0 !important;
}
div#product-options-wrapper .swatch-attribute-options label:before {
  display: none;
}
.swatch-opt input[type=radio]:checked + label {
  background: #e8b55c !important;
  transition: all 0.2s ease 0s;
}
#minicart-content-wrapper .actions .primary button {
  border: none;
}
.field.downloads {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  #minicart-content-wrapper .cartcalltoaction {
    position: absolute !important;
    bottom: 0 !important;
    width: 100% !important;
    left: 0 !important;
    padding-top: 10px;
  }
  .products.list .product-item-info .product-item-inner .actions-primary button {
    font-size: 12px !important;
    width: 100% !important;
  }
  .offer-tag {
    font-family: 'Fedra Sans Book 5';
    font-size: 11px;
    background: #ffef34;
    width: 91px;
    text-align: center;
    padding: 6px 0;
    position: absolute;
    right: 0;
    color: #000;
    top: 0;
    z-index: 100;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .item.product.product-item.out-of-stock .product-item-inner .unavailable {
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'Fedra Sans Book 5';
    font-size: 11px;
    background: #ffffff;
    width: 91px;
    text-align: center;
    padding: 6px 0;
    z-index: 100;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border: none !important;
  }
  .item.product.product-item.out-of-stock .product-item-inner .unavailable {
    padding: 8px 0 !important;
    border-radius: 40px !important;
    color: #fff !important;
    border: none !important;
  }
  .item.product.product-item.out-of-stock .product-item-inner .unavailable:hover {
    background: #edaa39 !important;
  }
  .cms-adiyogi-store .seven-ways-banner,
  .cms-bond-of-grace .seven-ways-banner,
  .cms-books .seven-ways-banner,
  .cms-devi-yantras .seven-ways-banner,
  .cms-diwali .seven-ways-banner,
  .cms-diwali-offers .seven-ways-banner,
  .cms-independence-day .seven-ways-banner,
  .cms-navratri .seven-ways-banner,
  .cms-offers-for-well-being .seven-ways-banner,
  .cms-sadhana-supports .seven-ways-banner,
  .cms-save-soil .seven-ways-banner,
  .cms-stw-diwali .seven-ways-banner,
  .cms-summer-wellness .seven-ways-banner {
    position: relative;
    width: 100vw;
    left: 50%;
    bottom: 0;
    min-height: auto;
    margin-left: -50vw;
    top: 0;
  }
  .cms-adiyogi-store .seven-ways-banner img,
  .cms-bhairavi-sadhana .seven-ways-banner img,
  .cms-bond-of-grace .seven-ways-banner img,
  .cms-books .seven-ways-banner img,
  .cms-devi-yantras .seven-ways-banner img,
  .cms-diwali .seven-ways-banner img,
  .cms-diwali-offers .seven-ways-banner img,
  .cms-independence-day .seven-ways-banner img,
  .cms-navratri .seven-ways-banner img,
  .cms-offers-for-well-being .seven-ways-banner img,
  .cms-sadhana-supports .seven-ways-banner img,
  .cms-sannidhi-info .seven-ways-banner img,
  .cms-save-soil .seven-ways-banner img,
  .cms-stw-diwali .seven-ways-banner img,
  .cms-summer-wellness .seven-ways-banner img,
  .cms-the-rudraksha-guide .seven-ways-banner img {
    width: 100%;
  }
  .cms-adiyogi-store .for-mobile-view,
  .cms-bhairavi-sadhana .for-mobile-view,
  .cms-bond-of-grace .for-mobile-view,
  .cms-books .for-mobile-view,
  .cms-devi-yantras .for-mobile-view,
  .cms-diwali-offers .for-mobile-view,
  .cms-independence-day .for-mobile-view,
  .cms-navratri .for-mobile-view,
  .cms-offers-for-well-being .for-mobile-view,
  .cms-sadhana-supports .for-mobile-view,
  .cms-sannidhi-info .for-mobile-view,
  .cms-save-soil .for-mobile-view,
  .cms-stw-diwali .for-mobile-view,
  .cms-summer-wellness .for-mobile-view,
  .cms-the-rudraksha-guide .for-mobile-view {
    display: none;
  }
  .product-item .price-from,
  .product-item .price-to {
    float: left;
    width: 50%;
  }
  .products.list .pricewhatsapp p.price-from {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .product-item .price-box p.price-from .price-label {
    display: inline-block !important;
  }
  .products.list .pricewhatsapp p.price-to {
    display: none !important;
  }
  .page-header.headersticky #mySidenav .nav-main {
    margin-left: 0;
  }
  .cms-bhairavi-sadhana .page-main,
  .cms-bond-of-grace .page-main,
  .cms-diwali-offers .page-main,
  .cms-diwali-store,
  .cms-gift-store .page-main,
  .cms-independence-day .page-main,
  .cms-offers-for-well-being .page-main,
  .cms-sadhana-supports .page-main,
  .cms-sannidhi-info .page-main,
  .cms-save-soil .page-main,
  .cms-stw-diwali .page-main {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .cms-adiyogi-store .products-grid,
  .cms-bhairavi-sadhana .products-grid,
  .cms-diwali-offers .page-main,
  .cms-diwali-store .products-grid,
  .cms-gift-store .page-main,
  .cms-gift-store .products-grid,
  .cms-offers-for-well-being .products-grid,
  .cms-sadhana-supports .products-grid,
  .cms-save-soil .products-grid,
  .cms-summer-wellness .products-grid,
  .cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .products-grid {
    position: relative;
    width: 100%;
    padding: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n+1) {
    margin-left: 2% !important;
  }
  .cms-adiyogi-store .ishaessentials .product-item,
  .cms-bhairavi-sadhana .ishaessentials .product-item,
  .cms-diwali-offers .ishaessentials .product-item,
  .cms-diwali-store .ishaessentials .product-item,
  .cms-gift-store .ishaessentials .product-item,
  .cms-offers-for-well-being .ishaessentials .product-item,
  .cms-sadhana-supports .ishaessentials .product-item,
  .cms-save-soil .ishaessentials .product-item,
  .cms-summer-wellness .ishaessentials .product-item,
  .cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .ishaessentials .product-item {
    width: 23% !important;
  }
  .catalog-product-view .product-info-main .product.info.detailed .title a {
    height: auto;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1500px) {
  .product-item-details .price-final_price .old-price .price-wrapper .price {
    font-size: 14px;
    display: inline-block;
  }
  .products.list .product-item-info .price {
    font-size: 14px;
  }
  .rating-summary .rating-result {
    width: auto;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .iconic-carousel .item {
    padding: 0 0 30px;
  }
}
@media (max-width: 1366px) {
  #mySidenav .menu-left .menu-links {
    padding-left: 30px !important;
  }
}
@media only screen and (max-width: 1200px) {
  div#product-options-wrapper .control {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .relatedCategory span.related-category {
    margin: 0;
    display: block !important;
  }
  .relatedCategory span.related-category:after {
    top: -4px;
  }
  .catalog-product-view .product.attribute.overview p {
    text-align: left;
  }
  .catalog-product-view .product-info-main .product-info-price {
    padding: 0 15px 10px;
  }
  .catalog-product-view .product-info-main h1.page-title {
    text-align: left;
  }
  .catalog-product-view .product-info-main .product-reviews-summary {
    float: none;
    margin: 0;
    padding: 0 15px;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
  }
  .catalog-product-view .product-info-main .product-reviews-summary .reviews-actions {
    padding-left: 0;
    padding-top: 4px;
  }
  .product-reviews-summary-offers_list {
    min-height: 50px;
  }
  .page-with-filter .product-item .product-reviews-summary .rating-summary {
    margin: 4px auto 0;
    width: 100%;
    text-align: left;
  }
  .products.list .product-item-info .product-item-link {
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .products.list .product-item-info .product-item-inner .actions-primary button {
    margin: 0 !important;
  }
}
.bottom-toolbar p#toolbar-amount {
  color: transparent !important;
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .price-box.price-final_price {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .cart.table-wrapper .item-options {
    display: block !important;
  }
  .contact-index-index #maincontent .page-title {
    font-size: 20px;
  }
  .menu-parent > a {
    color: #a92611 !important;
  }
  h3.menu-parent {
    padding-left: 15px;
  }
  .contact-faq-content section {
    margin-bottom: 20px;
  }
  .contact-faq-content section ul {
    padding-inline-start: 40px;
  }
  .contact-faq-content {
    width: 100%;
  }
  .header.content .right-container-wrap .header.links .icon.wishlist-my-icon {
    display: block;
  }
  .minicart-wrapper .action.showcart:before {
    margin-top: 7px;
  }
  div#product-options-wrapper .control {
    width: 65%;
  }
}
.form .actions-toolbar .primary button:focus {
  outline: none;
}
.error_msg {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .relatedCategory span.related-category:after {
    width: 100%;
    height: 19px;
    background-size: contain;
    right: 0 !important;
    top: 0 !important;
  }
  .relatedCategory span.related-category .mobile {
    font-weight: 600 !important;
  }
  .relatedCategory a {
    margin: 5px 0 !important;
  }
  .checkout-cart-index .page-main form.form-cart {
    padding-right: 15px !important;
  }
  .cart-container .form.form-cart .cart.item .item-info {
    padding: 0;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 0;
  }
  .cart.table-wrapper .actions-toolbar > .action-delete:before {
    top: 18px;
    left: 25px;
  }
  .cart.table-wrapper .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    white-space: normal;
  }
  .checkout-cart-index .cart.table-wrapper .col.subtotal {
    width: 100% !important;
    padding-top: 0;
  }
  .cart-container .cart-summary {
    padding-bottom: 56px;
  }
  .onestepcheckout-index-index .columns .column.main {
    padding-bottom: 20px;
  }
  .modal-popup.modal-slide {
    left: 10px;
    right: 10px;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: auto;
  }
  .cms-offers-for-well-being .more-button {
    padding-top: 15px;
  }
  .cms-offers-for-well-being .widget-product-grid .product-item .product-item-inner,
  .cms-offers-for-well-being .widget-product-grid .products-grid .product-item .product-item-inner {
    display: block;
    position: relative !important;
    margin: 0;
  }
  .cms-offers-for-well-being .product-item-details {
    padding: 0;
  }
  .cms-offers-for-well-being .ishaessentials .product-item .product-item-name {
    padding: 0 10px;
  }
  .cms-offers-for-well-being .product-item .price-box {
    padding: 0 5px;
  }
  .cms-offers-for-well-being .widget-product-grid .product-item .price-box .price {
    font-size: 24px !important;
  }
  .cms-offers-for-well-being .tophead h3 {
    font-size: 32px;
    padding-bottom: 14px;
  }
  .more-button a {
    padding: 12px 34px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .block.widget .products-grid .product-item .product-item-inner.desktop,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner.desktop,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner.desktop,
  .widget-product-grid .product-item .product-item-inner.desktop .tocart {
    display: none !important;
  }
  .block.widget .products-grid .product-item .product-item-inner.mobile,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner.mobile,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner.mobile,
  .widget-product-grid .product-item .product-item-inner.mobile .tocart {
    display: block !important;
    position: relative !important;
  }
  .cms-adiyogi-store .ishaessentials .product-item-inner .actions-primary,
  .cms-diwali-store .ishaessentials .product-item-inner .actions-primary {
    margin-bottom: 0;
  }
}
@media (max-width: 719px) {
  .catalog-product-view .relatedCategory span.related-category:after {
    right: -24px !important;
    top: 20px;
  }
  .footerlinksection .col-2 {
    margin-left: 0;
  }
  .col-2.footer-static {
    flex: initial !important;
    padding: 15px;
  }
  #mySidenav .menu-left,
  li.more-tab-menu.show-tab {
    display: none;
  }
  .additional_addtocart {
    margin: 5px 0;
  }
  .item.product.product-item.out-of-stock .product-image-photo {
    opacity: 1;
  }
  .field.subscription-type {
    float: left;
    width: 100%;
    padding: 15px;
  }
  .checkout-index-index #maincontent .opc-wrapper {
    width: 100% !important;
  }
  .checkout-index-index .page-main #checkout .field {
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 10px;
  }
  .products.list .product-item-info .product-item-inner .actions-primary button {
    width: 100% !important;
    margin: 0 !important;
  }
  .opc-estimated-wrapper {
    padding: 30px 15px !important;
  }
  .opc-progress-bar {
    width: 100% !important;
    float: left;
    clear: both;
    margin-top: 60px;
  }
  .subscription-type .fieldset > .field .choice input {
    vertical-align: middle;
  }
  .catalog-product-view .header.content .nav-toggle:before {
    background: url('../../frontend/OM/Isha/en_US/mage/images/Menu.svg') no-repeat right top !important;
  }
  .catalog-product-view .minicart-wrapper .action.showcart:before {
    background: url('../../frontend/OM/Isha/en_US/mage/images/cart-mobile.svg') no-repeat right top !important;
  }
  .catalog-product-view .header.content .middle-container-wrap .block.block-search label:before {
    background: url('../../frontend/OM/Isha/en_US/mage/images/search-mobile.svg') no-repeat left top !important;
  }
  .subscription-type label.label {
    position: relative;
    left: 20px;
    vertical-align: middle;
  }
  .subscription-type input[type=radio] {
    float: left;
    clear: both;
    position: absolute;
  }
  .checkout-index-index .page-header {
    height: auto !important;
  }
  .checkout-index-index .header.content .nav-toggle {
    top: 30px;
    display: block;
  }
  .checkout-index-index .sections.nav-sections.open {
    background: 0 0 !important;
  }
  .checkout-index-index .right-container-wrap {
    display: block !important;
  }
  .checkout-index-index .header.content .right-container-wrap .minicart-wrapper,
  .checkout-index-index .page-header .minicart-wrapper {
    display: block !important;
    margin-top: -22px !important;
  }
  .maddress {
    float: left !important;
    margin: 10px 0 !important;
  }
  #checkout-step-shipping button.action.action-show-popup {
    width: 100% !important;
  }
  #mySidenav .menu-left .menu-links {
    padding: 0 !important;
  }
  .opc-estimated-wrapper .minicart-wrapper {
    display: none !important;
  }
  .account .block.account-nav {
    width: 100% !important;
  }
  .catalog-category-view .page.messages.product-added-success {
    display: block !important;
    position: fixed !important;
  }
  .ishaessentials.onlyentials .stock.unavailable {
    font-size: 18px;
    font-family: "Fedra Sans Book 5";
    background: #e8b55c;
    background: rgba(237, 170, 57, 0.8);
    color: #ffffff;
    width: 100%;
    height: 48px;
    text-align: center;
    border: 0 !important;
    padding: 0;
    font-weight: 400;
    border-radius: 0;
    line-height: 48px;
    margin-top: 53px;
  }
  .catalog-product-view #mySidenav .level0.has-child .angle-arrow {
    background: url('../../frontend/OM/Isha/en_US/mage/images/mobile-firstlabel-arrrow.png') no-repeat right top;
  }
  .catalog-product-view .sections.nav-sections.open .second-level-child {
    background: url('../../frontend/OM/Isha/en_US/mage/images/mobile-firstlabel-arrrow01.png') no-repeat right top !important;
  }
  .catalog-product-view .sections.nav-sections.open .second-level-child.opened {
    background: url('../../frontend/OM/Isha/en_US/mage/images/mobile-firstlabel-arrrow02.png') no-repeat right top !important;
  }
  .catalog-product-view .sections.nav-sections.open .back-button-menu {
    background: url('../../frontend/OM/Isha/en_US/mage/images/back-mobile.png') no-repeat left 34px !important;
  }
  td.col.data.short_description,
  th.col.label.short_description {
    display: none !important;
  }
  .catalog-product-view .block.related {
    overflow: visible !important;
  }
  .catalog-product-view .block.related .block-title.title:after {
    right: 20px !important;
  }
  .catalog-product-view .relatedCategory span.related-category:after {
    right: -20px !important;
  }
  .aw-sarp2-subscription__wrapper-options,
  .subscription-details .block-content {
    width: 100%;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: 0;
    margin-right: 0;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    width: 100% !important;
    margin: 0 10px;
  }
  .bundle-options-container .block-bundle-summary {
    width: 100% !important;
  }
  .orderform-add {
    width: 100%;
    background: #ffffff;
  }
  .catalog-product-view .block.upsell {
    padding-top: 0;
  }
  .ishaessentials .block-title:before {
    border-bottom: 0;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    margin: 10px 0 !important;
  }
  .form.create.account.form-create-account {
    margin: 0;
    padding: 0;
  }
  .form.form-cart .cart.main.actions {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    float: left;
  }
  .form.form-cart .cart.main.actions button {
    margin: 0 auto 10px !important;
    padding: 10px 40px !important;
    float: left !important;
    position: relative;
    left: unset;
    width: 260px;
  }
  .cart.table-wrapper .actions-toolbar > .action-edit {
    display: none !important;
  }
  .cart-container .form.form-cart .cart.item .item-actions {
    top: 0 !important;
  }
  .checkout-cart-index .footercopyright {
    display: block !important;
  }
  .form.form-cart .cart.main.actions .continue {
    width: 260px;
    position: relative;
    left: unset;
    margin-bottom: 10px;
    border-radius: 4px;
  }
  .catalog-product-view .page.messages.product-added-success {
    display: block;
    position: initial;
  }
  .products.list .price-box p.price-from {
    float: left;
    width: 50%;
  }
  .catalog-category-view div#product-item-info_4907 .actions-primary,
  .category-conscious-gifts.catalog-category-view #product-item-info_4632 .price-box.price-final_price,
  .category-conscious-gifts.catalog-category-view #product-item-info_4633 .price-box.price-final_price,
  .category-conscious-gifts.catalog-category-view #product-item-info_4635 .price-box.price-final_price,
  .category-conscious-gifts.catalog-category-view #product-item-info_4636 .price-box.price-final_price,
  li.item.product.product-item:nth-child(13) {
    display: none;
  }
  .category-conscious-gifts.catalog-category-view li.item.product.product-item {
    width: calc((100% - 2%)/2);
  }
  .catalog-product-view .product-info-main .product.attribute.overview p {
    padding: 0 !important;
  }
  .product-item-inner .actions-primary form {
    display: inherit !important;
    justify-content: space-between !important;
  }
  .homenewsletter {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .onestepcheckout-index-index .nav-toggle {
    display: block !important;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: calc((100% - 4%)/2) !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .ishaessentials .show-carousel.widget-product-grid .product-item {
    width: 88% !important;
  }
  .cms-sample-home-page .product-item-inner.mobile,
  .cms-sample-home-page .product-item:hover .product-item-inner.desktop,
  .cms-sample-home-page .widget-product-grid .product-item:hover .product-item-inner.mobile,
  .cms-sample-home-page .widget-product-grid .products-grid .product-item:hover .product-item-inner.mobile {
    display: none !important;
  }
  .cms-sample-home-page .product-item-inner.desktop {
    display: none;
  }
  .cms-sample-home-page .owl-carousel .product-item .product-item-info .product-item-details {
    min-height: unset !important;
  }
  .cms-sample-home-page .product-item-inner.mobile {
    position: relative !important;
    top: auto !important;
  }
  .page-product-bundle .price-box.price-final_price .old-price {
    margin-left: 135px !important;
  }
}
@media only screen and (max-width: 576px) {
  .order-products-toolbar.toolbar.bottom .pager {
    flex-direction: column;
  }
  .order-products-toolbar .pages {
    margin: 10px 0;
  }
  div#product-options-wrapper .control {
    width: 100%;
  }
  .catalog-product-view .product-info-main,
  .catalog-product-view .product.media {
    width: 100% !important;
    padding: 0 20px;
  }
  span.swatch-notify {
    top: -42px;
    max-width: 50px;
    line-height: normal;
    text-align: center;
    font-size: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .ishaessentials .product-item-info .product-reviews-summary.short {
    margin-bottom: 0;
    margin-top: 0;
  }
  .block.widget .products-grid .product-item {
    margin: 0 0 20px;
  }
  .block.widget .products-grid .product-item:last-child {
    margin-bottom: 0;
  }
  .product-reviews-summary-offers {
    min-height: unset;
  }
  .product-item-details .price-final_price .old-price .price-wrapper .price {
    font-size: 16px !important;
  }
  .more-button {
    text-align: center;
    padding-top: 0;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .more-button a {
    padding: 10px 34px;
  }
  .catalog-product-view .product-info-main h1.page-title,
  .catalog-product-view .product.attribute.overview p {
    text-align: left;
  }
  .catalog-product-view .product-info-main .product-info-price {
    padding: 0 15px 10px;
  }
  .catalog-product-view .product-info-main .product-reviews-summary {
    float: none;
    margin: 0;
    padding: 0 15px;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
  }
  .catalog-product-view .product-info-main .product-reviews-summary .reviews-actions {
    padding-left: 0;
    padding-top: 4px;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    border: 1px solid rgba(196, 196, 196, 0.25);
    margin: 0 auto 15px;
  }
  .cms-offers-for-well-being .product-item-details {
    border: none;
  }
  .cms-offers-for-well-being .more-button {
    padding-top: 0;
    margin-bottom: 45px;
  }
}
@media (max-width: 425px) {
  .product-reviews-summary-offers_list {
    min-height: 22px;
  }
  .product-reviews-summary-offers_list {
    min-height: 50px;
  }
  .catalog-product-view .page-main {
    padding: 0 15px;
  }
  .product-options-wrapper .swatch-opt .swatch-attribute-label {
    display: block;
    float: left;
    width: auto;
    margin-bottom: 15px;
  }
  .swatch-attribute-options {
    width: 100%;
  }
  .swatch-opt input[type=radio]:checked,
  .swatch-opt input[type=radio]:checked + label:after,
  .swatch-opt input[type=radio]:not(:checked) {
    height: 32px;
    width: 32px;
  }
  div#product-options-wrapper .swatch-attribute-options label {
    width: 32px !important;
    height: 32px;
    line-height: 32px !important;
    font-size: 12px;
  }
  .aw-sbp__bundle-options-container div#product-options-wrapper label {
    width: calc(100% - 30px) !important;
    text-align: left;
  }
  .aw-sbp__bundle-options-container div#product-options-wrapper label a {
    color: #000;
  }
}
@media only screen and (max-width: 390px) {
  .product-item-details .price-final_price .old-price .price-wrapper .price,
  .products.list .product-item-info .price {
    font-size: 9px;
    display: inline-block;
  }
}
.mobile_banner {
  display: none;
}
@media only screen and (max-width: 767px) {
  .desktop_banner {
    display: none;
  }
  .mobile_banner {
    display: block;
  }
}
.catalog-product-view .block.related .block-title.title:after {
  width: 100%;
  height: 19px;
  background-size: contain;
  right: 0 !important;
}
.catalog-product-view .block.related .product-item-info .product-item-name {
  color: #241f20;
  font-weight: 600;
  font-size: 18px !important;
  letter-spacing: 0.45px;
}
.catalog-product-view .products.list .product-item-info .product-item-link {
  color: #020202;
  font-size: 15px !important;
  line-height: 28px;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Fedra Sans Book 5';
}
.catalog-product-view .product-item-details .price-final_price .old-price .price-wrapper .price,
.catalog-product-view .products.list .product-item-info .price {
  font-size: 18px;
  display: inline-block;
}
.catalog-product-view .block.related .product.details.product-item-details,
.catalog-product-view .block.upsell .product.details.product-item-details {
  text-align: left;
}
.block.upsell .price-box.price-final_price,
.catalog-product-view .block.related .price-box.price-final_price {
  justify-content: start;
}
.catalog-product-view .block.upsell .block-title.title strong {
  font-size: 20px;
}
.cms-sample-home-page .iconic-carousel .iconic-header h3 {
  font-size: 38px;
  color: #a92611;
  letter-spacing: 0.01em;
  font-family: 'Fedra Sans Medium 5';
  word-wrap: normal;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-main,
  .catalog-product-view .product.media {
    width: 100% !important;
    padding: 0;
  }
  .catalog-product-view .product-info-main .product.attribute.overview {
    padding: 15px 0;
  }
  .catalog-product-view .product-info-main .product-info-price {
    padding: 0 0 10px;
  }
  #customer-reviews,
  .catalog-product-view .product-info-main .product-reviews-summary {
    padding: 0;
  }
  .catalog-product-view .product-info-main .page-title-wrapper.product {
    padding-right: 0;
    padding-left: 0;
  }
  .catalog-product-view .page-main .breadcrumbs {
    padding: 10px 0 !important;
  }
  #customer-reviews .write-review-btn {
    right: 0;
  }
}
.cms-sample-home-page .iconic-carousel .iconic-header h3 {
  font-size: 38px;
  color: #a92611;
  letter-spacing: 0.01em;
  font-family: 'Fedra Sans Medium 5';
  word-wrap: normal;
}
.sales-order-view .order-details-items.ordered .product-item-name {
  float: none;
}
#product-price-5703 {
  display: block !important;
}
#mini-cart li .product .details-qty.qty {
  display: block !important;
  position: relative;
  width: auto;
}
.page-layout-pdpproductpage.catalog-product-view.new-pdp-design .fotorama__arr--prev {
  top: calc(41% - 27px) !important;
  bottom: auto !important;
  right: auto;
  left: auto;
}
.page-layout-pdpproductpage.catalog-product-view.new-pdp-design .fotorama__arr--next {
  top: calc(41% - 27px) !important;
  bottom: auto !important;
  right: auto;
  left: auto;
}
.page-layout-pdpproductpage.catalog-product-view.new-pdp-design .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr {
  top: calc(41% - 27px) !important;
  bottom: auto !important;
}
.page-layout-pdpproductpage.catalog-product-view.new-pdp-design .prar-review-list-wrp .prar-rev-item-detail {
  margin-bottom: 0;
}
.catalog-category-view a.notifyme-btn {
  font-size: 14px !important;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .catalog-category-view .column.main {
    width: 100% !important;
    padding: 0 !important;
  }
  .catalog-category-view .columns {
    padding: 0 15px;
    padding-top: 15px !important;
  }
  .catalog-category-view .products.products-grid {
    padding: 0;
  }
  .catalog-category-view .products.products-grid toolbar-products {
    margin: 0;
  }
  .catalog-category-view .products-grid .product-item {
    margin: 0 5px;
    width: calc((100% - 20px)/2);
    overflow: hidden;
  }
  .catalog-category-view .products.list .product-item-info .product-item-inner .actions-primary button {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .catalog-category-view .additional_addtocart {
    margin: 0 !important;
  }
  .catalog-category-view .product-item .price-box {
    margin: 0;
  }
  .prar-rating-box .prar-rating-text {
    position: relative;
    left: 200px;
    bottom: 21px;
    width: 150px;
    text-align: left;
    pointer-events: none;
  }
}
.cms-sample-home-page .page-main .block.block-static-block {
  padding: 0 !important;
}
.cms-sample-home-page .page-main .block.block-static-block .seven-ways-banner {
  width: 100%;
}
.cms-sample-home-page .page-main .block.block-static-block .seven-ways-banner img {
  width: 100%;
}
.cms-sample-home-page .Homecategory {
  padding: 2%;
}
.cms-sample-home-page .Homecategory .block.block-products-list {
  padding: 0;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid {
  display: flex;
  justify-content: space-between;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  background: transparent;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item {
  padding: 0 !important;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info {
  width: auto;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #efefef;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info:hover {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-photo {
  position: relative;
  width: 100%;
  height: 100%;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-photo .product-image-container {
  padding: 15px 15px 5px !important;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details {
  width: 100%;
  min-height: fit-content;
  margin: 0 !important;
  padding: 0 0 10px;
  position: relative;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .product-item-name {
  position: relative;
  width: 100%;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  top: 0;
  overflow: hidden;
  font-size: 16px;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .product-reviews-summary.short {
  position: absolute;
  top: 26px;
  width: 100%;
  margin: 0 !important;
  padding: 0;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  min-height: fit-content;
  margin: 4px 0 10px;
  padding: 0;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price .price-wrapper {
  position: relative;
  height: 100%;
  min-height: fit-content;
  display: flex;
  width: 100%;
  justify-content: center;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price .price-wrapper .price {
  font-size: 14px !important;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .gudibuy {
  margin: 0 !important;
  padding: 0;
  height: auto;
  min-height: fit-content;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .product-item-inner {
  position: relative !important;
  top: 0 !important;
  width: 100%;
  box-shadow: none;
  margin: 0;
  padding: 0;
  outline: none;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  position: relative;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item:hover .product-item-details .product-item-inner {
  position: static !important;
  top: 0 !important;
  width: 100%;
  box-shadow: none;
  margin: 0;
  padding: 0;
  outline: none;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner,
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item:hover .product-item-inner {
  display: flex !important;
  height: fit-content !important;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .tocart {
  height: 32px;
  text-align: center;
  border: 0 !important;
  padding: 0 15px;
  font-weight: 400;
  border-radius: 35px;
  background: #e8b55c !important;
  border: none !important;
  outline: none !important;
  font-size: 14px;
  line-height: 1;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .tocart:hover {
  text-decoration: none;
  background: #ee7203 !important;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .product-item-actions .actions-primary .stock.unavailable {
  height: 32px;
  text-align: center;
  border: 0 !important;
  font-weight: 400;
  border-radius: 35px;
  background: #e8b55c !important;
  border: none !important;
  outline: none !important;
  font-size: 14px;
  font-family: "Fedra Sans Book 5";
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  cursor: not-allowed;
  opacity: 0.5;
  line-height: 1;
  position: relative;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info .actions-secondary .action.towishlist {
  top: 25px;
  left: auto;
  z-index: 99;
  position: absolute;
  right: 25px;
}
.cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info .actions-secondary .action.towishlist:before {
  margin: 0;
}
.cms-sample-home-page .Homecategory .calltoaction.desktop {
  display: flex;
  position: relative;
  width: 100%;
}
.cms-sample-home-page .Homecategory .calltoaction.desktop a,
.cms-sample-home-page .Homecategory .calltoaction.mobile a {
  margin-left: auto;
  text-decoration: none;
}
.cms-sample-home-page .page-wrapper .page-bottom {
  padding: 0 !important;
}
.page-bottom .page-bottom {
  padding: 0;
}
.page-bottom .page-bottom .footernewsletter {
  position: relative;
  padding: 104px 40px;
  background: #00206d;
  max-width: 100%;
}
.page-bottom .page-bottom .footernewsletter .footernewsletter-bg {
  width: 100%;
  transition: 0.3s;
  position: absolute;
  height: 100%;
  object-fit: cover;
  inset: 0;
  pointer-events: none;
}
.page-bottom .page-bottom .footernewsletter .content {
  position: relative !important;
  top: unset;
  left: auto;
  width: 55% !important;
  right: auto;
  margin: 0;
  padding: 0;
}
.page-bottom .page-bottom .footernewsletter .content h2 {
  font-family: 'Fedra Sans Std';
  font-size: 30px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #ffffff;
}
.page-bottom .page-bottom .footernewsletter .content h3 {
  font-family: 'Fedra Sans Std';
  color: #ffffff;
}
.page-bottom .page-bottom .footernewsletter .content h3 img {
  line-height: 0;
  max-width: 280px;
  width: 100%;
  height: auto;
  margin: 15px auto 20px;
  position: relative;
}
.page-bottom .page-bottom .footernewsletter .subscribe-box a {
  width: 55% !important;
  background: #f1bb61;
  border-radius: 30px !important;
  color: #00206b;
  font-weight: 700;
  border: 1px solid #f1bb61;
}
.page-bottom .page-bottom .footernewsletter .newsletter-content {
  color: #ffffff;
}
.page-bottom .page-bottom .footernewsletter .newsletter-content a {
  color: #ffffff;
  text-decoration: underline;
}
.cms-sample-home-page .page-footer .footer.content {
  padding: 0;
}
.cms-sample-home-page .page-footer:before {
  top: 0 !important;
}
.cms-sample-home-page .footercopyright .justify-content-between {
  padding: 0;
}
.page-header.headersticky #mySidenav .nav-main {
  margin: 0 !important;
}
.minicart-wrapper .action.showcart:before {
  width: 32px !important;
  height: 25px !important;
  margin-top: 5px;
}
.minicart-wrapper .action.showcart .counter.qty {
  top: -10px !important;
}
.owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}
@media only screen and (max-width: 1366px) {
  .cms-sample-home-page .page-main .block.block-static-block {
    padding: 0 !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price .price-wrapper .price {
    font-size: 14px !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .tocart {
    height: 32px;
    text-align: center;
    border: 0 !important;
    padding: 0 15px;
    font-weight: 400;
    border-radius: 35px;
    font-size: 14px;
  }
  .page-bottom .page-bottom .footernewsletter {
    position: relative;
    padding: 50px 15px !important;
    background: #00206d;
    max-width: 100%;
  }
  .page-bottom .page-bottom .footernewsletter .footernewsletter-bg {
    width: 100%;
    transition: 0.3s;
    position: absolute;
    height: 100%;
    object-fit: cover;
    inset: 0;
    pointer-events: none;
    object-position: left;
    padding: 0;
  }
  .page-bottom .page-bottom .footernewsletter .content {
    padding: 0 !important;
  }
  .cms-sample-home-page .page-main .block.block-static-block {
    padding: 0 0 10px !important;
    margin-bottom: 0 !important;
    display: block;
    position: relative;
    overflow: hidden;
  }
  .cms-sample-home-page .page-main .block.block-static-block .seven-ways-banner {
    margin-bottom: 10px;
  }
  .cms-sample-home-page .Homecategory {
    padding: 5px;
  }
  .cms-sample-home-page .Homecategory .calltoaction.desktop {
    display: none !important;
  }
  .cms-sample-home-page .Homecategory .calltoaction.mobile {
    display: flex;
    position: relative;
    width: 100%;
  }
  .cms-sample-home-page .Homecategory .calltoaction.mobile a {
    margin-left: auto;
    text-decoration: none;
    position: relative;
    right: 5px;
    font-size: 16px;
  }
  .widget-product-grid .products-grid .product-item .product-item-inner,
  .widget-product-grid .product-item {
    margin: 0 0.5% 2% !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid {
    display: flex;
    justify-content: space-between;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    display: block;
    justify-content: space-between;
    gap: 5px;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item {
    padding: 0 !important;
    position: relative;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info {
    width: auto;
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #efefef;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info:hover {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-photo {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-photo .product-image-container {
    padding: 15px 15px 5px !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details {
    width: 100%;
    min-height: fit-content;
    margin: 0 !important;
    padding: 0 0 10px;
    position: relative;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .product-item-name {
    position: relative;
    width: 100%;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    top: 0;
    overflow: hidden;
    font-size: 14px;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .product-reviews-summary.short {
    position: absolute;
    top: 26px;
    width: 100%;
    margin: 0 !important;
    padding: 0;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    min-height: fit-content;
    margin: 4px 0 10px;
    padding: 0;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price .price-wrapper {
    position: relative;
    height: 100%;
    min-height: fit-content;
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price .price-wrapper .price {
    font-size: 14px !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .gudibuy {
    margin: 0 !important;
    padding: 0;
    height: auto;
    min-height: fit-content;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .product-item-inner {
    position: relative !important;
    top: 0 !important;
    width: 100%;
    box-shadow: none;
    margin: 0;
    padding: 0;
    outline: none;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    position: relative;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item:hover .product-item-details .product-item-inner {
    position: relative !important;
    top: 0 !important;
    width: 100%;
    box-shadow: none;
    margin: 0;
    padding: 0;
    outline: none;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner,
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item:hover .product-item-inner {
    display: flex !important;
    height: fit-content !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .tocart {
    height: 32px;
    text-align: center;
    border: 0 !important;
    padding: 0 15px;
    font-weight: 400;
    border-radius: 35px;
    background: #e8b55c !important;
    border: none !important;
    outline: none !important;
    font-size: 14px;
    line-height: 1;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .tocart:hover {
    text-decoration: none;
    background: #ee7203 !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .product-item-actions .actions-primary .stock.unavailable {
    position: relative;
    height: 32px;
    text-align: center;
    border: 0 !important;
    font-weight: 400;
    border-radius: 35px;
    background: #e8b55c !important;
    border: none !important;
    outline: none !important;
    font-size: 14px;
    font-family: "Fedra Sans Book 5";
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    cursor: not-allowed;
    opacity: 0.5;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info .actions-secondary .action.towishlist {
    top: 10px;
    left: auto;
    z-index: 99;
    position: absolute;
    right: 10px;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-info .actions-secondary .action.towishlist:before {
    margin: 0;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .product-item-actions .actions-secondary {
    display: none;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .product-item-actions .actions-primary {
    display: inline-flex;
    margin: 0 auto;
    width: auto;
    justify-content: center;
  }
  .page-bottom .page-bottom {
    padding: 0;
  }
  .page-bottom .page-bottom .footernewsletter {
    position: relative;
    padding: 104px 40px;
    background: #00206d;
    max-width: 100%;
  }
  .page-bottom .page-bottom .footernewsletter .footernewsletter-bg {
    width: 100%;
    transition: 0.3s;
    position: absolute;
    height: 100%;
    object-fit: cover;
    inset: 0;
    pointer-events: none;
  }
  .page-bottom .page-bottom .footernewsletter .content {
    position: relative !important;
    top: unset;
    left: auto;
    width: 100% !important;
    right: auto;
    margin: 0;
    padding: 0;
  }
  .page-bottom .page-bottom .footernewsletter .content h2 {
    font-family: 'Fedra Sans Std';
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #ffffff;
    padding: 0;
  }
  .page-bottom .page-bottom .footernewsletter .content h3 {
    font-family: 'Fedra Sans Std';
    color: #ffffff;
    font-size: 20px;
    padding: 0;
  }
  .page-bottom .page-bottom .footernewsletter .content h3 img {
    line-height: 0;
    max-width: 280px;
    width: 100%;
    height: auto;
    margin: 15px auto 20px;
    position: relative;
  }
  .page-bottom .page-bottom .footernewsletter .subscribe-box a {
    width: 90% !important;
    background: #f1bb61;
    border-radius: 30px !important;
    color: #00206b;
    font-weight: 700;
    border: 1px solid #f1bb61;
  }
  .page-bottom .page-bottom .footernewsletter .newsletter-content {
    color: #ffffff;
  }
  .page-bottom .page-bottom .footernewsletter .newsletter-content a {
    color: #ffffff;
    text-decoration: underline;
  }
  .cms-sample-home-page .page-footer .footer.content {
    padding: 0;
  }
  .cms-sample-home-page .page-footer:before {
    top: 0 !important;
  }
  .cms-sample-home-page .footercopyright .justify-content-between {
    padding: 0;
  }
  .cms-sample-home-page .page-main .block.block-products-list {
    padding: 0;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item {
    width: calc((100% - 6%)/6);
    margin-left: 0.5% !important;
    margin-right: 0.5% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item {
    width: calc((100% - 4%)/4);
    margin-left: 0.5% !important;
    margin-right: 0.5% !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-photo .product-image-container {
    padding: 0px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item {
    width: calc((100% - 4%)/4);
    margin-left: 0.5% !important;
    margin-right: 0.5% !important;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-photo .product-image-container {
    padding: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item {
    width: calc((100% - 3%)/3);
    margin-left: 0.5% !important;
    margin-right: 0.5% !important;
  }
}
@media only screen and (max-width: 376px) {
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .product-item-name {
    font-size: 13px;
    line-height: 1;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-details .price-box.price-final_price .price-wrapper .price {
    font-size: 12px;
    line-height: 1;
  }
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .tocart,
  .cms-sample-home-page .Homecategory .block.block-products-list .block-content .products-grid.grid .product-items .product-item .product-item-inner .product-item-actions .actions-primary .stock.unavailable {
    font-size: 12px;
    line-height: 1;
    height: 28px;
    padding: 0 10px;
  }
  .page-bottom .footernewsletter .content h2 {
    font-size: 16px;
  }
  .page-bottom .page-bottom .footernewsletter .content h3 img {
    max-width: 200px;
  }
  .page-bottom .page-bottom .footernewsletter .subscribe-box a {
    width: auto !important;
    font-size: 16px;
    padding: 5px 25px;
  }
}
@media only screen and (min-width: 1023px) {
  .cms-sample-home-page .page-main .block.block-static-block .seven-ways-banner.mobile {
    display: none;
  }
  .cms-sample-home-page .page-main .block.block-static-block .seven-ways-banner.web {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .cms-sample-home-page .page-main .block.block-static-block .seven-ways-banner.mobile {
    display: block;
  }
  .cms-sample-home-page .page-main .block.block-static-block .seven-ways-banner.web {
    display: none;
  }
}
.landing-shop-page .title-page {
  display: block !important;
  position: relative;
  left: 0;
  font-family: 'Fedra Sans Std Demi';
  font-size: 24px;
  margin-bottom: 10px;
}
.landing-shop-page .sub-title-page {
  position: relative;
  left: 0;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 20px;
}
.landing-shop-page .title-box {
  display: block !important;
  position: relative;
  left: 0;
  font-family: 'Fedra Sans Std Demi';
  font-size: 24px;
  margin-bottom: 10px;
}
.landing-shop-page p,
.landing-shop-page span {
  position: relative;
  left: 0;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  line-height: 20px;
}
.landing-shop-page ul li {
  position: relative;
  left: 0;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  line-height: 20px;
}
.landing-shop-page .wrap-background {
  margin: 30px auto;
}
.cms-terms-conditions,
.cms-privacy-policy-cookie-restriction-mode,
.cms-faq,
.cms-ordermanagementfaq,
.cms-shipping_policy_faq,
.cms-shipping-policy,
.cms-sso-faq,
.cms-subscriptionfaq,
.cms-shipping-policy,
.cms-accountmanagementfaq {
  background: #ffffff !important;
}
.cms-terms-conditions .page-main,
.cms-privacy-policy-cookie-restriction-mode .page-main,
.cms-faq .page-main,
.cms-ordermanagementfaq .page-main,
.cms-shipping_policy_faq .page-main,
.cms-shipping-policy .page-main,
.cms-sso-faq .page-main,
.cms-subscriptionfaq .page-main,
.cms-shipping-policy .page-main,
.cms-accountmanagementfaq .page-main {
  background: #ffffff !important;
}
.cms-terms-conditions h1.page-title,
.cms-privacy-policy-cookie-restriction-mode h1.page-title,
.cms-faq h1.page-title,
.cms-ordermanagementfaq h1.page-title,
.cms-shipping_policy_faq h1.page-title,
.cms-shipping-policy h1.page-title,
.cms-sso-faq h1.page-title,
.cms-subscriptionfaq h1.page-title,
.cms-shipping-policy h1.page-title,
.cms-accountmanagementfaq h1.page-title {
  font-size: 35px;
  font-weight: 700;
  margin: 22px 0;
  font-family: 'Fedra Sans Book 5' !important;
}
.cms-terms-conditions h1.page-title:after,
.cms-privacy-policy-cookie-restriction-mode h1.page-title:after,
.cms-faq h1.page-title:after,
.cms-ordermanagementfaq h1.page-title:after,
.cms-shipping_policy_faq h1.page-title:after,
.cms-shipping-policy h1.page-title:after,
.cms-sso-faq h1.page-title:after,
.cms-subscriptionfaq h1.page-title:after,
.cms-shipping-policy h1.page-title:after,
.cms-accountmanagementfaq h1.page-title:after {
  position: relative;
  bottom: 20px;
  z-index: -1;
  display: none !important;
}
.cms-terms-conditions h1.page-title span,
.cms-privacy-policy-cookie-restriction-mode h1.page-title span,
.cms-faq h1.page-title span,
.cms-ordermanagementfaq h1.page-title span,
.cms-shipping_policy_faq h1.page-title span,
.cms-shipping-policy h1.page-title span,
.cms-sso-faq h1.page-title span,
.cms-subscriptionfaq h1.page-title span,
.cms-shipping-policy h1.page-title span,
.cms-accountmanagementfaq h1.page-title span {
  font-family: 'Fedra Sans Book 5' !important;
  font-size: 35px;
  font-weight: 700;
  padding: 0 !important;
}
.cms-terms-conditions p,
.cms-privacy-policy-cookie-restriction-mode p,
.cms-faq p,
.cms-ordermanagementfaq p,
.cms-shipping_policy_faq p,
.cms-shipping-policy p,
.cms-sso-faq p,
.cms-subscriptionfaq p,
.cms-shipping-policy p,
.cms-accountmanagementfaq p {
  font-size: 14px;
  line-height: 28px;
  font-family: 'Fedra Sans Book 5';
}
.cms-terms-conditions h2,
.cms-privacy-policy-cookie-restriction-mode h2,
.cms-faq h2,
.cms-ordermanagementfaq h2,
.cms-shipping_policy_faq h2,
.cms-shipping-policy h2,
.cms-sso-faq h2,
.cms-subscriptionfaq h2,
.cms-shipping-policy h2,
.cms-accountmanagementfaq h2 {
  color: #020202;
  font-family: 'Fedra Sans Book 5';
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.cms-terms-conditions .column.main p,
.cms-privacy-policy-cookie-restriction-mode .column.main p,
.cms-faq .column.main p,
.cms-ordermanagementfaq .column.main p,
.cms-shipping_policy_faq .column.main p,
.cms-shipping-policy .column.main p,
.cms-sso-faq .column.main p,
.cms-subscriptionfaq .column.main p,
.cms-shipping-policy .column.main p,
.cms-accountmanagementfaq .column.main p {
  font-size: 18px;
}
.cms-terms-conditions .page-main ul li,
.cms-privacy-policy-cookie-restriction-mode .page-main ul li,
.cms-faq .page-main ul li,
.cms-ordermanagementfaq .page-main ul li,
.cms-shipping_policy_faq .page-main ul li,
.cms-shipping-policy .page-main ul li,
.cms-sso-faq .page-main ul li,
.cms-subscriptionfaq .page-main ul li,
.cms-shipping-policy .page-main ul li,
.cms-accountmanagementfaq .page-main ul li {
  position: relative;
  left: 0;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  line-height: 20px;
}
.cms-terms-conditions table.data-table,
.cms-privacy-policy-cookie-restriction-mode table.data-table,
.cms-faq table.data-table,
.cms-ordermanagementfaq table.data-table,
.cms-shipping_policy_faq table.data-table,
.cms-shipping-policy table.data-table,
.cms-sso-faq table.data-table,
.cms-subscriptionfaq table.data-table,
.cms-shipping-policy table.data-table,
.cms-accountmanagementfaq table.data-table {
  font-family: 'Fedra Sans Book 5';
}
.cms-terms-conditions table.data-table tr td,
.cms-privacy-policy-cookie-restriction-mode table.data-table tr td,
.cms-faq table.data-table tr td,
.cms-ordermanagementfaq table.data-table tr td,
.cms-shipping_policy_faq table.data-table tr td,
.cms-shipping-policy table.data-table tr td,
.cms-sso-faq table.data-table tr td,
.cms-subscriptionfaq table.data-table tr td,
.cms-shipping-policy table.data-table tr td,
.cms-accountmanagementfaq table.data-table tr td {
  border: 0 !important;
  font-size: 15px;
}
.cms-terms-conditions table.data-table tr th,
.cms-privacy-policy-cookie-restriction-mode table.data-table tr th,
.cms-faq table.data-table tr th,
.cms-ordermanagementfaq table.data-table tr th,
.cms-shipping_policy_faq table.data-table tr th,
.cms-shipping-policy table.data-table tr th,
.cms-sso-faq table.data-table tr th,
.cms-subscriptionfaq table.data-table tr th,
.cms-shipping-policy table.data-table tr th,
.cms-accountmanagementfaq table.data-table tr th {
  border: 0 !important;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .cms-terms-conditions table.data-table,
  .cms-privacy-policy-cookie-restriction-mode table.data-table,
  .cms-faq table.data-table,
  .cms-ordermanagementfaq table.data-table,
  .cms-shipping_policy_faq table.data-table,
  .cms-shipping-policy table.data-table,
  .cms-sso-faq table.data-table,
  .cms-subscriptionfaq table.data-table,
  .cms-shipping-policy table.data-table,
  .cms-accountmanagementfaq table.data-table {
    display: block !important;
    display: table;
    font-family: 'Fedra Sans Book 5';
  }
  .cms-terms-conditions table.data-table tr th,
  .cms-privacy-policy-cookie-restriction-mode table.data-table tr th,
  .cms-faq table.data-table tr th,
  .cms-ordermanagementfaq table.data-table tr th,
  .cms-shipping_policy_faq table.data-table tr th,
  .cms-shipping-policy table.data-table tr th,
  .cms-sso-faq table.data-table tr th,
  .cms-subscriptionfaq table.data-table tr th,
  .cms-shipping-policy table.data-table tr th,
  .cms-accountmanagementfaq table.data-table tr th {
    width: 35% !important;
    word-break: break-all;
  }
  .cms-terms-conditions table.data-table tr td,
  .cms-privacy-policy-cookie-restriction-mode table.data-table tr td,
  .cms-faq table.data-table tr td,
  .cms-ordermanagementfaq table.data-table tr td,
  .cms-shipping_policy_faq table.data-table tr td,
  .cms-shipping-policy table.data-table tr td,
  .cms-sso-faq table.data-table tr td,
  .cms-subscriptionfaq table.data-table tr td,
  .cms-shipping-policy table.data-table tr td,
  .cms-accountmanagementfaq table.data-table tr td {
    width: 65% !important;
    word-break: break-all;
  }
}
.cms-terms-conditions .faq-content p,
.cms-privacy-policy-cookie-restriction-mode .faq-content p,
.cms-faq .faq-content p,
.cms-ordermanagementfaq .faq-content p,
.cms-shipping_policy_faq .faq-content p,
.cms-shipping-policy .faq-content p,
.cms-sso-faq .faq-content p,
.cms-subscriptionfaq .faq-content p,
.cms-shipping-policy .faq-content p,
.cms-accountmanagementfaq .faq-content p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px !important;
  line-height: 28px;
  font-family: 'Fedra Sans Book 5';
}
.cms-terms-conditions .faq-content ul li,
.cms-privacy-policy-cookie-restriction-mode .faq-content ul li,
.cms-faq .faq-content ul li,
.cms-ordermanagementfaq .faq-content ul li,
.cms-shipping_policy_faq .faq-content ul li,
.cms-shipping-policy .faq-content ul li,
.cms-sso-faq .faq-content ul li,
.cms-subscriptionfaq .faq-content ul li,
.cms-shipping-policy .faq-content ul li,
.cms-accountmanagementfaq .faq-content ul li {
  font-size: 14px !important;
  line-height: 35px;
  font-family: 'Fedra Sans Book 5';
  margin: 0;
}
.cms-terms-conditions .faq-content h4,
.cms-privacy-policy-cookie-restriction-mode .faq-content h4,
.cms-faq .faq-content h4,
.cms-ordermanagementfaq .faq-content h4,
.cms-shipping_policy_faq .faq-content h4,
.cms-shipping-policy .faq-content h4,
.cms-sso-faq .faq-content h4,
.cms-subscriptionfaq .faq-content h4,
.cms-shipping-policy .faq-content h4,
.cms-accountmanagementfaq .faq-content h4 {
  font-size: 20px;
  font-family: 'Fedra Sans Book 5';
  line-height: 30px;
  font-weight: 700;
  color: #020202;
}
@media only screen and (max-width: 1023px) {
  .account .page-main .block-content {
    text-align: left !important;
  }
}
/*! CSS Used fontfaces */
body {
  color: #020202;
  font-family: 'Fedra Sans Std', sans-serif;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: 'lnum';
  -webkit-font-feature-settings: 'lnum';
  font-feature-settings: 'lnum' on;
}
.logo img {
  width: auto;
}
.cms-home .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.cms-home #maincontent {
  max-width: 100% !important;
  padding: 0;
}
.cms-home .column.main {
  padding-bottom: 0px;
}
.homepagebanner img {
  width: 100%;
}
.page-header {
  background: #ffffff;
  height: 187px;
}
.sections.nav-sections {
  background: transparent;
}
.sections.nav-sections .navigation {
  background: none;
}
.homefeaturedoffer {
  padding: 20px 50px 60px 50px;
  position: relative;
  background: #ffffff;
}
.homefeaturedoffer .mobilehed {
  flex: auto;
  width: 19%;
}
.homefeaturedoffer .blocksection {
  flex: auto;
  max-width: 18%;
}
.homefeaturedoffer .blocksection img {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
  width: 100%;
}
.homefeaturedoffer .blocksection:hover {
  transition: 0.5s all ease;
}
.homefeaturedoffer .blocksection:hover img {
  -moz-transform: scale(1.1) rotate(0deg);
  -webkit-transform: scale(1.1) rotate(0deg);
  -o-transform: scale(1.1) rotate(0deg);
  -ms-transform: scale(1.1) rotate(0deg);
  transform: scale(1.1) rotate(0deg);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.homefeaturedoffer .blocksection a {
  text-decoration: none;
  transition: 0.5s all ease;
  display: block;
  overflow: hidden;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.homefeaturedoffer .row {
  margin-left: 0;
  margin-right: 0;
}
.homefeaturedoffer .innersection span.newtag {
  font-family: 'Fedra Sans Std';
  font-size: 12px;
  font-weight: 400;
  background: #edaa38;
  color: #ffffff;
  width: 57px;
  height: 57px;
  display: block;
  position: absolute;
  right: -20px;
  line-height: 57px;
  text-align: center;
  border-radius: 50%;
  top: -20px;
  z-index: 1;
}
.homefeaturedoffer .innersection .image {
  width: 100%;
  overflow: hidden;
}
.homefeaturedoffer .innersection .content {
  font-family: 'Fedra Sans Book 5';
  font-size: 0.8vw;
  padding-left: 20px;
  padding-top: 20px;
  background: #ffffff;
  padding-bottom: 10px;
  color: #020202;
  box-shadow: none !important;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.homefeaturedoffer .innersection .content span.subhead {
  opacity: 0.7;
}
.homefeaturedoffer .innersection .content span.mobilespan {
  display: block;
  font-size: 1.18vw;
}
.homefeaturedoffer .innersection .content span.mobilespan a {
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
  color: #020202;
  transition: 0.5s all ease;
}
.homefeaturedoffer .innersection .content span.mobilespan a:hover {
  transition: 0.5s all ease;
  text-decoration: underline;
}
.homefeaturedoffer h2 {
  font-family: 'Fedra Sans Std';
  font-size: 36px;
  position: absolute;
  bottom: 12px;
}
.homefeaturedoffer h2::before {
  content: '';
  position: absolute;
  left: -281px;
  top: -90px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/featured-bg.png') no-repeat left top;
  z-index: 1;
  height: 66px;
  width: 429px;
  background-size: 100%;
}
.homefeaturedoffer h2 span {
  display: block;
  font-size: 30px;
  font-weight: 400;
}
p:empty {
  display: none;
}
.sevewayishalife {
  position: relative;
  background: #ffffff;
  overflow: hidden;
  padding-bottom: 0px;
}
.sevewayishalife .tophead {
  text-align: center;
  padding-bottom: 20px;
}
.sevewayishalife .tophead h3 {
  font-size: 36px;
  position: relative;
  font-family: 'Fedra Sans Medium 5';
  background: url('../../frontend/OM/Isha/en_US/mage/images/home-heading-bg.png') no-repeat center bottom;
  padding-bottom: 20px;
}
.sevewayishalife .tophead p {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 0px;
  font-family: 'Fedra Sans Book 5';
  margin-bottom: 0px;
  z-index: 101;
  position: relative;
}
.sevewayishalife .tophead p span {
  font-weight: bold;
}
.sevewayishalife .banner {
  position: relative;
}
.sevewayishalife .banner::before {
  content: '';
  position: absolute;
  top: -45px;
  left: 0px;
  width: 100%;
  height: 57px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/7-ways-top-updated.png') no-repeat center top;
  background-size: cover;
  z-index: 100;
}
.sevewayishalife::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 57px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/7-ways-bottom-updated.png') no-repeat center top;
  background-size: cover;
  z-index: 100;
}
.sevenwayslider {
  padding: 0 140px;
  position: relative;
}
.sevenwayslider .owl-stage-outer {
  overflow: visible;
}
.sevenwayslider .sevenwayisha .item {
  position: relative;
}
.sevenwayslider .sevenwayisha .item img {
  width: auto;
}
.sevenwayslider .sevenwayisha .item .content {
  position: absolute;
  width: 341px;
  background: rgba(0, 0, 0, 0.4);
  padding: 15px 0;
  text-align: center;
  color: #ffffff;
  bottom: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 24px;
  font-family: 'Fedra Sans Medium 5';
}
.sevenwayslider .sevenwayisha .item .content span {
  display: block;
  font-weight: bold;
  font-size: 30px;
}
.sevenwayslider .sevenwayisha .active.center .item {
  position: absolute;
  top: -30px;
}
.sevenwayslider .sevenwayisha .active.center .item img {
  -webkit-box-shadow: -2px -1px 17px -2px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: -2px -1px 17px -2px rgba(0, 0, 0, 0.34);
  box-shadow: -2px -1px 17px -2px rgba(0, 0, 0, 0.34);
  border-radius: 12px;
}
.discoverisha {
  padding-top: 40px;
  padding-left: 35px;
  padding-right: 35px;
  background: #ffffff;
  position: relative;
  padding-bottom: 52px;
}
.discoverisha .tophead {
  text-align: center;
  width: 100%;
  padding-bottom: 15px;
}
.discoverisha .tophead h3 {
  color: #020202;
  text-align: center;
  font-size: 36px;
  font-family: 'Fedra Sans Medium 5';
  background: url('../../frontend/OM/Isha/en_US/mage/images/home-heading-bg.png') no-repeat center bottom;
  padding-bottom: 10px;
}
.discoverisha .tophead p {
  font-size: 18px;
  padding-top: 5px;
  position: relative;
  font-family: 'Fedra Sans Book 5';
}
.discoverisha img {
  width: 100%;
}
.discoverisha .list {
  position: relative;
}
.discoverisha .list a {
  display: block;
  overflow: hidden;
}
.discoverisha .list img {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.discoverisha .list:hover a {
  overflow: hidden;
}
.discoverisha .list:hover a img {
  -moz-transform: scale(1.1) rotate(0deg);
  -webkit-transform: scale(1.1) rotate(0deg);
  -o-transform: scale(1.1) rotate(0deg);
  -ms-transform: scale(1.1) rotate(0deg);
  transform: scale(1.1) rotate(0deg);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.discoverisha .content {
  font-family: 'Fedra Sans Medium 5';
  font-size: 22px;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  color: #ffffff;
  transform: translate(-50%, -50%);
  letter-spacing: 0.45px;
}
.discoverisha .content::after {
  content: '';
  position: absolute;
  border-bottom: solid 2px #ffffff;
  width: 34%;
  height: 2px;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ishaessentials {
  padding: 40px 120px;
  position: relative;
  background: #ffffff;
  padding-bottom: 0px;
  clear: both;
  overflow: hidden;
}
.ishaessentials .block-title {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.ishaessentials .block-title::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 15px;
  width: 100%;
  border-bottom: solid 1px #edaa38;
  z-index: -1;
}
.ishaessentials .block-title strong {
  color: #020202;
  font-size: 36px;
  font-family: 'Fedra Sans Medium 5';
  display: inline-block;
  position: relative;
  background: #ffffff;
  padding-right: 19px;
}
.ishaessentials .block-title span {
  border-bottom: solid 1px #edaa38;
  width: 67%;
  display: inline-block;
  font-size: 0px;
  margin-left: 20px;
  margin-top: 20px;
  vertical-align: text-top;
  display: none;
}
.ishaessentials .block-title span.calltoaction {
  background: #ffffff;
  display: inline-block;
  width: auto;
  float: right;
  margin-top: 8px;
  padding-left: 20px;
  border: none;
}
.ishaessentials .block-title span.calltoaction.mobile {
  display: none;
}
.ishaessentials .block-title span.calltoaction a {
  background: none;
  padding: 8px 30px;
  display: inline-block;
  line-height: normal;
  font-size: 12px;
  border: solid 1px #a92611;
  font-family: 'Fedra Sans Book 5';
  font-weight: 400;
  letter-spacing: 1px;
  border-radius: 3px;
  color: #a92611;
  text-decoration: none;
}
.ishaessentials .bss-quickview {
  display: none;
}
.ishaessentials .product-item-info {
  width: 100%;
}
.ishaessentials .product-item-info .stock.unavailable {
  position: absolute;
  top: 0;
  right: 8px;
  font-family: 'Fedra Sans Book 5';
  font-size: 11px;
  background: #ffffff;
  width: 91px;
  text-align: center;
  padding: 6px 0;
  z-index: 100;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ishaessentials .product-item-info:hover {
  padding: 0;
  box-shadow: none;
  background: none;
  border: none;
  margin: 0px;
}
.ishaessentials .product-item-info:hover .product-item-inner {
  border: none;
  margin: 0px !important;
  padding: 0px;
}
.ishaessentials .product-item-info:hover .bss-quickview {
  display: block !important;
  position: absolute !important;
  bottom: 0px;
  top: auto !important;
  width: 100% !important;
  font-size: 13px;
  color: #020202;
  background: rgba(253, 248, 239, 0.7) !important;
  text-indent: unset !important;
  text-align: center;
  font-family: 'Fedra Sans Medium 5';
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.9399999999999999px;
  z-index: 9999;
  padding: 14px 0;
  text-decoration: none;
}
.ishaessentials .product-item-info .product-reviews-summary.short {
  top: -2px;
}
.ishaessentials .product-item {
  width: 100% !important;
}
.ishaessentials .product-item .product-item-name {
  width: 100%;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #241f20;
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
  text-align: left;
}
.ishaessentials .product-item .price {
  font-weight: 400;
  white-space: nowrap;
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
}
.ishaessentials .tophed h4 {
  font-size: 26px;
  font-family: 'Fedra Sans Medium 5';
  padding-bottom: 25px;
}
.ishaessentials .tophed h4 span {
  display: block;
  font-weight: bold;
  font-size: 36px;
  position: relative;
}
.ishaessentials .tophed h4 span::after {
  content: '';
  position: absolute;
  left: 200px;
  bottom: 10px;
  border-bottom: solid 1px #e4af3f;
  width: 80%;
}
.ishaessentials .content {
  color: #000;
  font-size: 14px;
  padding-top: 10px;
}
.ishaessentials .content .price {
  font-size: 18px;
}
.ishaessentials .block-products-list {
  margin-bottom: 30px;
}
.ishaessentials.newarrival {
  padding-top: 30px;
  padding-bottom: 60px;
}
.ishaessentials.newarrival .block-new-products {
  margin-bottom: 40px;
}
.ishaessentials.newarrival .block-title strong::before {
  width: 66%;
  left: 248px;
}
.ishaessentials.newarrival::after {
  display: none;
}
.ishaessentials.newarrival .tophed span::after {
  width: 75%;
  left: 250px;
}
.ishaessentials.newarrival .reviews-actions {
  display: none;
}
.ishaessentials.newarrival .price-box.price-final_price {
  float: left;
}
.ishaessentials.newarrival .product-reviews-summary {
  float: right;
}
.ishaessentials.newarrival .product-item-actions .actions-primary {
  width: 100%;
}
.ishaessentials.newarrival .product-item-actions .actions-primary button {
  width: 100%;
  display: block;
  border-radius: 4px;
  background: #edaa38;
  border: none;
  text-transform: uppercase;
  line-height: normal;
  opacity: 1;
  height: auto;
  padding: 8px 0;
  margin: 0px;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  font-weight: normal;
}
.ishaessentials.newarrival .product-item-actions .actions-primary button:focus {
  outline: none;
}
.ishaessentials.newarrival .product-item-actions .actions-secondary {
  display: none;
}
.ishaessentials.newarrival .calltoaction {
  top: 5px;
  padding-top: 0px;
}
.ishaessentials.exclusive::after {
  display: none;
}
.ishaessentials.exclusive .tophed span::after {
  width: 85%;
  left: 190px;
}
.ishaessentials.exclusive img {
  width: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.ishaessentials.exclusive .content {
  background: #ffffff;
  padding: 25px;
}
.ishaessentials.exclusive .content h4 {
  display: inline-block;
}
.ishaessentials.exclusive .content span {
  display: inline-block;
  float: right;
  background: #e4af3f;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 50%;
}
.ishaessentials.exclusive .content span a {
  color: #ffffff;
  font-size: 16px;
  display: block;
  padding-bottom: 4px;
  line-height: normal;
}
.ishaessentials.exclusive .content span a:hover {
  text-decoration: none;
}
.ishaessentials.exclusive .lefbox {
  background: #ffffff;
}
.ishaessentials.exclusive .lefbox .content {
  position: absolute;
  width: 100%;
  padding: 0 40px;
  bottom: 40px;
}
.ishaessentials.exclusive a {
  display: block;
  overflow: hidden;
}
.ishaessentials.exclusive a:hover {
  overflow: hidden;
}
.ishaessentials.exclusive a:hover img {
  -moz-transform: scale(1.1) rotate(0deg);
  -webkit-transform: scale(1.1) rotate(0deg);
  -o-transform: scale(1.1) rotate(0deg);
  -ms-transform: scale(1.1) rotate(0deg);
  transform: scale(1.1) rotate(0deg);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.ishaessentials .owl-nav {
  display: block !important;
  position: static;
  top: auto;
  width: auto;
}
.ishaessentials .owl-nav button {
  background: #ffffff !important;
  width: 38px;
  height: 38px;
  box-shadow: 2px 3.5px 9px 0 rgba(0, 0, 0, 0.12);
  margin-left: -20px;
  border-radius: 50%;
  line-height: 0px !important;
}
.ishaessentials .owl-nav button span {
  color: #a92611;
  font-size: 30px;
  font-weight: 600;
  vertical-align: text-top;
  display: inline-block;
  margin-top: -2px;
  font-family: 'Fedra Sans Std';
}
.ishaessentials .owl-nav button.owl-prev {
  position: absolute;
  top: 30%;
  left: 0;
}
.ishaessentials .owl-nav button.owl-next {
  position: absolute;
  top: 30%;
  right: 0;
}
.ishaessentials .owl-nav .owl-prev {
  float: left;
}
.ishaessentials .owl-nav .owl-prev:focus {
  outline: none;
}
.ishaessentials .owl-nav .owl-next {
  float: right;
  margin-right: -10px;
}
.ishaessentials .owl-nav .owl-next:focus {
  outline: none;
}
.ishaessentials .product-item-inner {
  position: static !important;
  height: auto !important;
  clip: auto !important;
  overflow: visible !important;
  width: 100% !important;
  background: none;
  box-shadow: none !important;
  padding-top: 10px !important;
  margin: 0px !important;
  float: left;
}
.ishaessentials .product-item-inner .actions-secondary {
  display: none;
}
.ishaessentials .product-item-inner .actions-primary {
  width: 100%;
}
.ishaessentials .product-item-inner .actions-primary button {
  width: 100%;
  display: block;
  border-radius: 4px;
  background: #edaa38;
  border: none;
  text-transform: uppercase;
  line-height: normal;
  opacity: 1;
  height: auto;
  padding: 8px 0;
  margin: 0px;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  font-weight: 400;
  margin-left: 1px;
}
.ishaessentials .product-item-inner .actions-primary button:focus {
  outline: none;
}
.homenewsletter {
  background: #ffffff;
  padding: 40px 0 0px 0;
}
.homenewsletter img {
  width: 100%;
}
.homenewsletter .innersection {
  position: absolute;
  text-align: center;
  bottom: 30px;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.homenewsletter .innersection .toplink a {
  font-size: 20px;
  color: #ffffff;
  font-family: 'Fedra Sans Medium 5';
  border: solid 2px #e9ae32;
  padding: 12px 19px;
  border-radius: 4px;
  margin-right: 20px;
  transition: 0.5s all ease;
  text-decoration: none;
}
.homenewsletter .innersection .toplink a:hover {
  background: #e9ae32;
  transition: 0.5s all ease;
  text-decoration: none;
}
.homenewsletter .innersection .toplink a.knowmore {
  background: #e9ae32;
}
.homenewsletter .innersection .toplink a.knowmore:hover {
  background: none;
  transition: 0.5s all ease;
  text-decoration: none;
}
.homenewsletter .innersection .alredayuser {
  font-size: 18px;
  padding-top: 30px;
  color: #ffffff;
}
.homenewsletter .innersection .alredayuser a {
  color: #e9ae32;
  text-decoration: underline;
}
.wellbeing {
  background: #ffffff;
  padding-bottom: 40px;
  padding-top: 40px !important;
  display: flex;
  justify-content: space-between;
}
.wellbeing .tophed {
  position: relative;
  display: block;
  z-index: 1;
}
.wellbeing .tophed::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 35px;
  width: 100%;
  border-bottom: solid 1px #edaa38;
  z-index: -1;
}
.wellbeing .tophed h4 {
  color: #020202;
  font-size: 36px;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 400;
  display: inline-block;
  background: #ffffff;
  padding-right: 20px;
}
.wellbeing .tophed h4 span {
  font-size: 18px;
  position: relative;
  font-family: 'Fedra Sans Book 5';
  font-weight: normal;
}
.wellbeing .tophed h4 span::after {
  display: none;
}
.wellbeing .tophed span.arrow {
  border-bottom: solid 1px #edaa38;
  width: 71.5%;
  display: inline-block;
  font-size: 0px;
  margin-left: 20px;
  margin-top: 11px;
  vertical-align: text-top;
  display: none;
}
.wellbeing .tophed .calltoaction {
  float: right;
  background: #ffffff;
  border: none;
  padding-left: 24px;
  margin-top: 34px;
}
.wellbeing .tophed .calltoaction a {
  padding: 8px 30px;
  line-height: normal;
  font-size: 12px;
  border: solid 1px #a92611;
  font-family: 'Fedra Sans Book 5';
  font-weight: 400;
  letter-spacing: 1px;
  border-radius: 3px;
  display: inline-block;
  width: auto;
  color: #a92611;
  text-decoration: none;
}
.wellbeing .calltoaction {
  top: 103px !important;
  right: 120px;
}
.wellbeing .calltoaction a {
  display: inline-block;
}
.wellbeing .item {
  background: #ffffff;
  width: 32%;
}
.wellbeing h4 {
  font-family: 'Fedra Sans Medium 5';
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 20px;
}
.wellbeing h4 span {
  display: block;
}
.wellbeing .contentbox {
  margin-bottom: 25px;
  padding: 40px;
  padding-bottom: 0px;
}
.wellbeing .contentbox p {
  font-size: 14px;
  color: #7a766f;
  font-family: 'Fedra Sans Book 5';
  line-height: normal;
  font-weight: 400;
  height: 70px;
  overflow: hidden;
}
.wellbeing .contentbox a {
  font-size: 14px;
  color: #a92611;
  font-family: 'Fedra Sans Book 5';
}
.wellbeing .owl-nav {
  display: none !important;
}
.footershipping {
  padding: 50px 110px;
  background: #ffffff;
  display: flex;
  position: relative;
}
.footershipping img {
  float: left;
  margin-right: 20px;
  width: auto;
}
.footershipping p {
  color: #43260f;
  font-size: 14px;
  line-height: normal;
  font-family: 'Fedra Sans Book 5';
  margin: 0;
}
.footershipping p span {
  font-size: 16px;
  display: block;
  font-weight: 600;
  color: #edaa38;
  padding-bottom: 5px;
  font-family: 'Fedra Sans Book 5';
}
.footershipping::before {
  content: '';
  position: absolute;
  left: 0px;
  top: -40px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/footer-shipping-topbg.png') no-repeat top center;
  width: 100%;
  height: 58px;
  z-index: 99;
  background-size: 100%;
}
.footershipping .owl-carousel .owl-item img {
  width: auto;
}
.footercopyright {
  background: #000000;
  padding: 10px 30px;
  color: #f3edd9;
  font-size: 0.9vw;
  font-family: 'Fedra Sans Std';
}
.footercopyright a {
  color: #f3edd9;
  display: inline-block;
  border-right: solid 1px #020202;
  padding: 0 10px;
}
.footercopyright a:last-child {
  border: none;
}
.page-bottom {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: #ffffff !important;
}
.page-bottom .footernewsletter {
  position: relative;
}
.page-bottom .footernewsletter img {
  width: 100%;
}
.page-bottom .footernewsletter .content {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 40%;
  color: #020202;
  transform: translate(-50%, -50%);
  left: 50%;
}
.page-bottom .footernewsletter .content h2 {
  font-size: 1.95vw;
  color: #020202;
  font-family: 'Fedra Sans Book 5';
  font-weight: bold;
}
.page-bottom .footernewsletter .content p {
  font-size: 1.1vw;
  font-family: 'Fedra Sans Book 5';
}
.page-bottom .footernewsletter .content .block.newsletter .subscribe {
  width: 600px;
  margin: auto;
  padding-top: 160px;
}
.page-bottom .footernewsletter .content .block.newsletter .subscribe .field.newsletter {
  width: 70%;
}
.page-bottom .footernewsletter .content .block.newsletter .subscribe .field.newsletter label {
  width: 100%;
}
.page-bottom .footernewsletter .content .block.newsletter .subscribe .field.newsletter label input {
  border: solid 1px #e4af3f;
  height: auto;
  padding: 12px;
  width: 100%;
}
.page-bottom .footernewsletter .content .block.newsletter .subscribe .field.newsletter label input:focus {
  outline: none;
  box-shadow: none;
}
.page-bottom .footernewsletter .content .block.newsletter .actions {
  width: 30%;
}
.page-bottom .footernewsletter .content .block.newsletter .actions button {
  background: #a92611;
  text-transform: uppercase;
  height: auto;
  padding: 13px;
  border: none;
  width: 100%;
  letter-spacing: 0.95px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.block.newsletter .field .control:before {
  display: none;
}
.page-header .panel {
  max-width: 100% !important;
}
.page-header .panel.wrapper {
  background: #000000;
}
.page-header .panel.wrapper .top-promo-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 12px;
  text-transform: capitalize;
  padding: 0 15px;
  font-family: 'Fedra Sans Book 5';
  font-size: 0.7vw;
}
.page-header .panel.wrapper .top-promo-container p {
  margin: 0px;
  font-family: 'Fedra Sans Book 5';
  letter-spacing: 0.3px;
  font-size: 12px;
}
.page-header .panel.wrapper .top-promo-container .top-promo-right {
  display: flex;
  flex-wrap: wrap;
}
.page-header .panel.wrapper .top-promo-container .top-promo-right p {
  padding-left: 15px;
}
.page-header .panel.wrapper .top-promo-container .top-promo-right p img {
  display: inline-block;
  margin-right: 5px;
}
.footerlinksection h4 {
  padding-bottom: 15px;
  font-family: 'Fedra Sans Medium 5';
  font-size: 21px;
}
.footerlinksection li {
  padding-bottom: 10px;
}
.footerlinksection a {
  color: #020202;
  font-family: 'Fedra Sans Std';
  font-size: 14px;
}
.footerlinksection .footersocail a {
  display: inline-block;
  margin-right: 10px;
}
.page-footer {
  background: #ffffff;
  padding: 22px 0 200px 0;
  position: relative;
}
.page-footer::before {
  content: '';
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
  background: url('../../frontend/OM/Isha/en_US/mage/images/footer-torn-effect.png') no-repeat center top;
  height: 100%;
  background-size: contain;
}
.header.content {
  max-width: 100%;
  padding: 0 40px;
  padding-top: 10px;
  padding-right: 63px;
  height: 147px;
}
.header.content .left-container-wrap {
  float: left;
  width: 55px;
}
.header.content .left-container-wrap .logo {
  margin: 0;
  display: block;
  width: 100%;
  float: none;
  max-width: 100%;
  padding-top: 10px;
}
.header.content .left-container-wrap .logo img {
  width: 100%;
}
.header.content .middle-container-wrap {
  float: left;
  width: 37.6%;
  padding-left: 49px;
  padding-top: 35px;
}
.header.content .middle-container-wrap .block.block-search {
  float: none;
  width: 94%;
}
.header.content .middle-container-wrap .block.block-search input {
  height: 36px;
  padding: 10px 20px;
}
.header.content .middle-container-wrap .block.block-search .actions button {
  background: #edaa38;
  opacity: 1;
  color: #ffffff;
  padding: 2px 10px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}
.header.content .middle-container-wrap .block.block-search .actions button::before {
  color: #ffffff;
  font-size: 18px;
}
.header.content .right-container-wrap {
  float: right;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: 'Fedra Sans Book 5';
  padding-top: 40px;
  padding-right: 0px;
}
.header.content .right-container-wrap .header.links {
  padding-right: 0px;
  position: relative;
  font-size: 0.9vw;
  font-family: 'Fedra Sans Book 5';
  display: flex;
}
.header.content .right-container-wrap .header.links .customer-welcome {
  position: absolute;
  right: 0;
  top: 0px;
}
.header.content .right-container-wrap .header.links .customer-welcome button {
  color: #000;
}
.header.content .right-container-wrap .header.links .icon {
  cursor: pointer;
}
.header.content .right-container-wrap .header.links .icon img {
  display: inline-block;
  margin-right: 15px;
}
.header.content .right-container-wrap .header.links .icon.user-my-icon {
  padding-right: 20px;
  border-right: solid 1px #c9c4bb;
  margin-right: 20px;
  padding-bottom: 0;
}
.header.content .right-container-wrap .header.links .icon.wishlist-my-icon {
  position: relative;
  display: flex;
  padding-right: 20px;
  border-right: solid 1px #c9c4bb;
  margin-right: 20px;
  padding-bottom: 0;
}
.header.content .right-container-wrap .header.links .icon.wishlist-my-icon .items-wishlist-count {
  color: #ffffff;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 20px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  border-radius: 50%;
  background: #edaa38;
  position: absolute;
  left: 21px;
  top: -12px;
  font-size: 11px;
}
.header.content .right-container-wrap .header.links .icon.wishlist-my-icon li a {
  padding: 0px;
  text-decoration: none;
  color: #020202;
  font-size: 0.9vw;
  font-family: 'Fedra Sans Book 5';
  padding-left: 10px;
  padding-top: 3px;
}
.header.content .right-container-wrap .header.links .icon.wishlist-my-icon li a:hover {
  text-decoration: none;
}
.header.content .right-container-wrap .header.links .show-login-logout {
  position: absolute;
  top: 24px;
  left: -134px;
  padding-top: 20px;
  z-index: 999999999;
  width: 286px;
}
.header.content .right-container-wrap .header.links .show-login-logout .at-myaccount-menu {
  box-shadow: 2.7px 10px 8px 0 rgba(0, 0, 0, 0.12);
}
.header.content .right-container-wrap .header.links .show-login-logout .show-customer-name {
  background: #ffffff;
  padding: 25px 50px 10px 50px;
  font-family: 'Fedra Sans Medium 5';
  font-size: 15px;
}
.header.content .right-container-wrap .header.links .show-login-logout .show-customer-name span {
  display: block;
  padding-bottom: 10px;
  position: relative;
  text-transform: capitalize;
}
.header.content .right-container-wrap .header.links .show-login-logout .show-customer-name span::after {
  content: '';
  position: absolute;
  width: 236px;
  height: 1px;
  border-bottom: solid 1px #e4af3f;
  right: -50px;
  bottom: 0px;
}
.header.content .right-container-wrap .header.links .show-login-logout .show-account-section {
  background: #ffffff;
  padding: 10px 40px;
}
.header.content .right-container-wrap .header.links .show-login-logout .show-account-section ul li a {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  color: #020202;
  transition: 0.5s all ease;
}
.header.content .right-container-wrap .header.links .show-login-logout .show-account-section ul li a:hover {
  transition: 0.5s all ease;
  color: #a92611;
}
.header.content .right-container-wrap .header.links .show-login-logout .authorization-link {
  background: #ffffff;
  padding-left: 48px;
  padding-bottom: 30px;
  padding-top: 5px;
}
.header.content .right-container-wrap .header.links .show-login-logout .authorization-link.logged-in {
  text-align: center;
  padding: 30px 0;
  border-radius: 3px;
  margin-top: -5px;
  background: #ffffff;
  width: 286px;
  text-align: left;
  left: 0;
  margin: 0;
}
.header.content .right-container-wrap .header.links .show-login-logout .authorization-link.logged-in a {
  padding: 0;
  border: none;
  font-weight: 500;
  font-size: 15px;
  font-family: 'Fedra Sans Book 5';
  font-weight: 400;
  list-style-type: 0.45px;
}
.header.content .right-container-wrap .header.links .show-login-logout .authorization-link.logged-in .beforelogin {
  padding-left: 40px;
}
.header.content .right-container-wrap .header.links .show-login-logout .authorization-link.logged-in .beforelogin h2 {
  color: #020202;
  font-size: 18px;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 400;
  border-bottom: solid 1px #edaa38;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.header.content .right-container-wrap .header.links .show-login-logout .authorization-link.logged-in .beforelogin p {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.header.content .right-container-wrap .header.links .show-login-logout .authorization-link.logged-in .beforelogin .custom-h2 {
  color: #020202;
  font-size: 18px;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 400;
  border-bottom: solid 1px #edaa38;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.header.content .right-container-wrap .header.links .show-login-logout .authorization-link a {
  font-family: 'Fedra Sans Book 5';
  line-height: normal;
  background: #a92611;
  border-radius: 3px;
  text-align: center;
  width: 70%;
  color: #ffffff;
  font-size: 15px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  padding: 12px 0 !important;
  margin-left: 40px;
}
.header.content .right-container-wrap .header.links span.myaccounticon img {
  margin: 0;
  margin-left: 8px;
}
.header.content .right-container-wrap ul {
  list-style-type: none;
  padding: 0px;
}
.header.content .right-container-wrap ul li .icon {
  display: inline-block;
}
.header.content .right-container-wrap ul li a {
  color: #020202;
  font-size: 16px;
  padding-top: 2px;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}
.header.content .right-container-wrap .minicart-wrapper {
  margin-top: -5px;
}
.minicart-wrapper .action.showcart:before {
  background: url('../../frontend/OM/Isha/en_US/mage/images/Cart.svg') no-repeat center top !important;
  width: 28px;
  height: 28px;
  font-size: 0px;
  content: '' !important;
}
.sections.nav-sections {
  max-width: 100%;
  padding: 0 0 0px 87px;
  margin: 0px 0 0 0;
  clear: both;
}
.sections.nav-sections .navigation {
  max-width: 100%;
}
.sections.nav-sections .navigation ul {
  padding: 0;
}
.sections.nav-sections ul {
  justify-content: space-between;
  float: left;
}
.sections.nav-sections ul li.level0 {
  margin: 0px;
  position: static;
}
.sections.nav-sections ul li.level0 a {
  font-size: 0.9vw;
  color: #020202;
  font-weight: normal;
  font-family: 'Fedra Sans Book 5';
  white-space: nowrap;
}
#mySidenav .nav-main > ul {
  width: 100%;
}
#mySidenav .nav-main {
  width: 100%;
}
#mySidenav .nav-main ul {
  display: flex;
  justify-content: space-between;
}
#mySidenav .menu-left {
  background: #ffffff;
  left: 38px;
  position: fixed;
  top: 186px;
  z-index: 999;
  padding: 20px;
  padding-bottom: 0px;
  width: 95%;
  box-shadow: 0 2px 5px #ddd;
  padding-right: 0px;
  padding-left: 0px;
  overflow: hidden;
}
#mySidenav .menu-left .menu-links {
  padding: 0 0px 0 120px;
  width: 100%;
}
#mySidenav .menu-left .menu-links ul {
  display: block;
  padding: 0px;
}
#mySidenav .menu-left .menu-links ul li {
  margin: 0 0 0 0;
  line-height: 24px;
  clear: both;
}
#mySidenav .menu-left .menu-links ul li a {
  transition: 0.5s all ease;
}
#mySidenav .menu-left .menu-links ul li a:hover {
  color: #a92611;
  transition: 0.5s all ease;
  text-decoration: none;
}
#mySidenav .menu-left .menu-links ul.category-image {
  float: right;
  position: absolute;
  right: 0;
}
.contact-index-index #maincontent {
  max-width: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.contact-index-index #maincontent .page-title {
  display: none;
}
.contact-index-index #maincontent .contactustop {
  position: relative;
}
.contact-index-index #maincontent .contactustop .innertext {
  position: absolute;
  top: 60px;
  left: 150px;
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
}
.contact-index-index #maincontent .contactustop .innertext h2 {
  font-size: 30px;
  padding-bottom: 10px;
  font-family: 'Fedra Sans Medium 5';
}
.contact-index-index #maincontent .form.contact .fieldset {
  margin-bottom: 20px;
}
.contact-index-index #maincontent .form.contact .fieldset br {
  display: none;
}
.contact-index-index #maincontent .form.contact .fieldset .legend {
  border: none;
  margin: 0;
  font-family: 'Fedra Sans Medium 5';
  font-size: 22px;
  padding: 0;
}
.contact-index-index #maincontent .form.contact .fieldset .note {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  padding-bottom: 20px;
}
.contact-index-index #maincontent .form.contact .fieldset .field {
  padding-bottom: 15px;
}
.contact-index-index #maincontent .form.contact .fieldset .field .label {
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
  font-weight: 600;
  letter-spacing: 0.95px;
}
.contact-index-index #maincontent .form.contact .fieldset .field input,
.contact-index-index #maincontent .form.contact .fieldset .field textarea,
.contact-index-index #maincontent .form.contact .fieldset .field select {
  border: solid 1px #edaa38;
  height: auto;
  padding: 10px;
}
.contact-index-index #maincontent .form.contact .fieldset .field textarea {
  height: 208px;
}
.contact-index-index #maincontent .form.contact .actions-toolbar {
  padding-left: 15px;
}
.contact-index-index #maincontent .form.contact .actions-toolbar button {
  transition: 0.5s all ease;
  border-radius: 3px;
  background: #edaa38;
  border: solid 1px #edaa38;
  text-transform: uppercase;
  font-size: 16px;
  height: auto;
  padding: 10px 30px;
  display: block;
  width: 100%;
  letter-spacing: 1px;
  margin: 0;
  font-weight: 400;
  font-family: 'Fedra Sans Medium 5';
}
.contact-index-index #maincontent .form.contact .actions-toolbar button:hover {
  background: #a92611;
  border: solid 1px #a92611;
  color: #ffffff;
}
.mobilehomenewsleter,
.formobile {
  display: none;
}
.nav-container-wrap {
  clear: both;
  overflow: hidden;
  margin-top: 0;
  position: relative;
  top: -30px;
  left: 14px;
}
.nav-container-wrap.fixed-header {
  position: fixed;
  top: 30px;
  background: #f3edd9;
  z-index: 999;
  width: 100%;
  box-shadow: 0px 0px 10px #ccc;
}
.nav-container-wrap.fixed-header .sections.nav-sections {
  padding-left: 15px;
  background: #F2EADC;
}
.nav-container-wrap.fixed-header #mySidenav .menu-left {
  top: 46px;
}
.nav-container-wrap.fixed-header #mySidenav .menu-left .menu-links {
  padding: 0 0px 0 20px;
}
sections.nav-sections ul > .split-ul {
  float: left;
  position: relative;
  z-index: 9;
}
.header.content .middle-container-wrap .block.block-search input::-webkit-input-placeholder {
  color: #b2b2b2;
  font-family: 'Fedra Sans Book 5';
  font-size: 0.9vw;
}
.header.content .middle-container-wrap .block.block-search input::-moz-placeholder {
  color: #b2b2b2;
  font-family: 'Fedra Sans Book 5';
  font-size: 0.9vw;
}
.header.content .middle-container-wrap .block.block-search input:-ms-input-placeholder {
  color: #b2b2b2;
  font-family: 'Fedra Sans Book 5';
  font-size: 0.9vw;
}
.header.content .middle-container-wrap .block.block-search input {
  color: #020202;
  font-family: 'Fedra Sans Book 5';
  font-size: 0.9vw;
  border: none;
}
.header.content .middle-container-wrap .block.block-search input:focus {
  outline: none;
  box-shadow: none;
}
.sections.nav-sections ul > li.level0.has-child > a::after {
  content: '';
  position: absolute;
  right: 4px;
  top: 22px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/menu-down-arrow.png') no-repeat right top;
  width: 7px;
  height: 5px;
}
.sections.nav-sections ul > li.level0.has-child > a.level-top::after {
  display: none;
}
.sections.nav-sections ul li.level0 {
  position: relative;
  cursor: pointer;
}
.sections.nav-sections li.level0:hover > a {
  color: #a92611;
}
.sections.nav-sections li.level0:hover:after {
  content: '';
  position: absolute;
  bottom: auto;
  top: 42px;
  border-bottom: solid 4px #edaa38;
  height: 4px !important;
  left: 0 !important;
  width: 100% !important;
}
.icon.user-my-icon:hover .show-login-logout {
  display: block !important;
  text-decoration: none;
}
.icon.user-my-icon:hover .show-login-logout a {
  text-decoration: none;
}
.ishalifeexclsive {
  background: #fdf8ee url('../../frontend/OM/Isha/en_US/mage/images/Isha-Life-Exclusive_bg.png') no-repeat center top;
  padding: 10px 0;
  background-size: contain;
  padding-top: 50px;
  margin-top: -10px;
  padding-bottom: 35px;
  position: relative;
}
.ishalifeexclsive::before {
  content: '';
  position: absolute;
  left: 0;
  top: -38px;
  width: 100%;
  height: 57px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/il-exclusive-top-updated.png') no-repeat center top;
  background-size: cover;
}
.ishalifeexclsive h2 {
  color: #020202;
  text-align: center;
  font-size: 36px;
  font-family: 'Fedra Sans Medium 5';
  background: url('../../frontend/OM/Isha/en_US/mage/images/home-heading-bg.png') no-repeat center bottom;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.ishalifeexclsive .exclusiveslider {
  width: 100%;
  margin: auto;
  padding-left: 118px;
  padding-right: 150px;
  overflow: hidden;
}
.ishalifeexclsive .exclusiveslider .owl-dots {
  text-align: center;
  padding-top: 10px;
}
.ishalifeexclsive .exclusiveslider .owl-dots button {
  background: #E3DDD2 !important;
  border-radius: 50%;
  margin-right: 10px;
  width: 8px;
  height: 10px;
}
.ishalifeexclsive .exclusiveslider .owl-dots button.active {
  background: #1E191A !important;
}
.ishalifeexclsive .exclusiveslider .owl-nav {
  display: block !important;
  position: absolute;
  top: 50%;
  width: 83%;
  margin-top: 0;
}
.ishalifeexclsive .exclusiveslider .owl-nav button {
  background: #ffffff !important;
  width: 38px;
  height: 38px;
  box-shadow: 2px 3.5px 9px 0 rgba(0, 0, 0, 0.12);
  margin-left: -20px;
  border-radius: 50%;
  line-height: 0px !important;
}
.ishalifeexclsive .exclusiveslider .owl-nav button span {
  color: #a92611;
  font-size: 30px;
  font-weight: 600;
  vertical-align: text-top;
  display: inline-block;
  margin-top: 0px;
  font-family: 'Fedra Sans Std';
}
.ishalifeexclsive .exclusiveslider .owl-nav .owl-prev {
  float: left;
}
.ishalifeexclsive .exclusiveslider .owl-nav .owl-prev:focus {
  outline: none;
}
.ishalifeexclsive .exclusiveslider .owl-nav .owl-next {
  float: right;
  margin-right: -10px;
}
.ishalifeexclsive .exclusiveslider .owl-nav .owl-next:focus {
  outline: none;
}
.discoverinner {
  padding: 0 70px;
  padding-right: 116px;
}
.ajax-login-form .tophednote,
.login-window.account-login .tophednote {
  color: rgba(35, 31, 32, 0.75);
  font-family: 'Fedra Sans Book 5';
  font-size: 15px;
  text-transform: capitalize;
  text-align: center;
  padding-top: 5px;
}
.ajax-login-form .page_title img,
.login-window.account-login .page_title img {
  display: inline-block;
  vertical-align: text-top;
  padding-right: 5px;
}
.ajax-login-form .page_title span,
.login-window.account-login .page_title span {
  color: #020202;
  font-size: 21px;
  font-family: 'Fedra Sans Medium 5';
  letter-spacing: 1px;
  display: block;
  padding-bottom: 32px;
  padding-top: 10px;
}
.ajax-login-form #login-type,
.login-window.account-login #login-type {
  border: solid 1px #edaa38;
  clear: both;
  overflow: hidden;
  height: auto;
  border-radius: 30px;
  padding: 0px;
  background: #ffffff;
  border: none;
  margin-top: 15px;
  margin-left: 0px;
}
.ajax-login-form #login-type li,
.login-window.account-login #login-type li {
  margin: 0px !important;
  width: 50%;
}
.ajax-login-form #login-type li:first-child a img,
.login-window.account-login #login-type li:first-child a img {
  padding-top: 3px;
}
.ajax-login-form #login-type li:first-child a img.inactive,
.login-window.account-login #login-type li:first-child a img.inactive {
  display: none;
}
.ajax-login-form #login-type li:first-child a.inactive img.inactive,
.login-window.account-login #login-type li:first-child a.inactive img.inactive {
  display: inline-block;
}
.ajax-login-form #login-type li img,
.login-window.account-login #login-type li img {
  vertical-align: top;
  display: inline-block;
  padding-right: 5px;
}
.ajax-login-form #login-type li a,
.login-window.account-login #login-type li a {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  background: #edaa38;
  padding: 9px 0;
  display: inline-block;
  width: 100%;
}
.ajax-login-form #login-type li a img.otpinactive,
.login-window.account-login #login-type li a img.otpinactive {
  display: none;
}
.ajax-login-form #login-type li a.inactive,
.login-window.account-login #login-type li a.inactive {
  background: #ffffff;
  color: #a92611;
}
.ajax-login-form #login-type li a.inactive img.active,
.login-window.account-login #login-type li a.inactive img.active {
  display: none;
}
.ajax-login-form #login-type li a.inactive img.otpactive,
.login-window.account-login #login-type li a.inactive img.otpactive {
  display: none;
}
.ajax-login-form #login-type li a.inactive img.otpinactive,
.login-window.account-login #login-type li a.inactive img.otpinactive {
  display: inline-block;
}
.ajax-login-form #login-type li a span,
.login-window.account-login #login-type li a span {
  font-weight: 600;
}
.ajax-login-form .submitbtnajax .mobbtn,
.login-window.account-login .submitbtnajax .mobbtn {
  background: #a92611;
  box-shadow: none;
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 400;
  width: 100%;
  border: none;
  letter-spacing: 0.9px;
  padding: 12px 0;
  line-height: normal;
  text-transform: none;
  transition: 0.5s all ease;
}
.ajax-login-form .submitbtnajax .mobbtn:hover,
.login-window.account-login .submitbtnajax .mobbtn:hover {
  background: #e8532c;
}
.ajax-login-form .loginlink button,
.login-window.account-login .loginlink button {
  background: #a92611;
  box-shadow: none;
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 400;
  width: 100%;
  border: none;
  letter-spacing: 0.9px;
  padding: 12px 0;
  line-height: normal;
}
.ajax-login-form .otp-content,
.login-window.account-login .otp-content {
  width: 100%;
  margin-right: 0px;
}
.ajax-login-form .otp-content input,
.login-window.account-login .otp-content input {
  box-shadow: none;
  border: solid 1px #edaa38;
  border-radius: 3px;
  height: auto !important;
  padding: 12px;
  font-family: 'Fedra Sans Book 5';
  height: 54px !important;
  line-height: 54px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.ajax-login-form .buttons-set .register,
.login-window.account-login .buttons-set .register {
  padding-left: 6px;
}
.ajax-login-form .buttons-set .forogotlink,
.login-window.account-login .buttons-set .forogotlink {
  padding-right: 6px;
  padding-top: 5px;
}
#ajaxlogin-create-form .page_title span {
  color: #020202;
  font-size: 21px;
  font-family: 'Fedra Sans Medium 5';
  letter-spacing: 1px;
  padding-top: 32px;
  display: block;
  padding-bottom: 18px;
}
#ajaxlogin-create-form .page_title .tophednote {
  color: rgba(35, 31, 32, 0.75);
  font-family: 'Fedra Sans Book 5';
  font-size: 15px;
  text-transform: capitalize;
  text-align: center;
  padding-top: 5px;
}
.ajax-register-form .verifyotp {
  background: #a92611;
  box-shadow: none;
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 400;
  width: 100%;
  border: none;
  letter-spacing: 0.9px;
  padding: 12px 0;
  line-height: normal;
}
.submitbtnajax.send-otp-button input {
  background: #edaa38;
  color: #ffffff;
  border: none;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Fedra Sans Book 5';
  padding: 10px 10px;
  transition: 0.5s all ease;
  border-radius: 2px;
  line-height: normal;
  display: inline-block;
}
.login-window .content {
  background: #ffffff;
}
.login-window .content li {
  position: relative;
}
.login-window .content li .forogotlink {
  position: absolute;
  top: 12px;
  right: 0;
}
.login-window .content li .forogotlink a {
  color: #d9422c;
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
  font-weight: 600;
  float: right;
}
.createlinking {
  text-decoration: none !important;
}
.modal.ajax-register-form .close {
  right: -25px;
}
.modal.ajax-register-form .mobile-modal-content {
  height: auto;
  padding-left: 74px;
  padding-right: 74px;
}
.modal.ajax-register-form .mobile-modal-content {
  border-radius: 2px;
  top: 6.5%;
}
.modal.ajax-register-form .orsocial {
  clear: both;
  padding-top: 30px;
  position: relative;
}
.modal.ajax-register-form .register {
  padding-top: 10px;
}
#forgotmob-div .flag-container {
  display: none;
}
#forgotmob-div input {
  padding-left: 10px;
}
.forgotmobileget .otp-content.input-box {
  background: #ffffff;
  padding: 12px 20px 18px 20px;
  border: solid 1px #edaa38;
  border-radius: 3px;
}
.forgotmobileget .otp-content.input-box .custom-select {
  border: none;
  margin: 0;
  padding-top: 0px;
  width: 25%;
  float: right;
  font-size: 14px;
}
#ajaxlogin-create-form #reg-mob-error-msg {
  color: #f44242;
  font-size: 12px;
  font-family: 'Fedra Sans Book 5';
  padding-top: 5px;
  display: inline-block;
}
.customer-account-logoutsuccess .page-main {
  text-align: center;
}
.customer-account-logoutsuccess .page-main h1 {
  font-family: 'Fedra Sans Medium 5';
  padding-top: 60px;
  margin: 0;
  padding-bottom: 10px;
}
.customer-account-logoutsuccess .page-main p {
  font-family: 'Fedra Sans Book 5';
  font-size: 18px;
  letter-spacing: 0.45px;
}
.cart-empty {
  font-family: 'Fedra Sans Book 5';
  font-size: 16px;
  padding-left: 10px;
}
.cart-empty a {
  color: #a92611;
}
#mySidenav .menu-left .menu-links > ul.split-ul:last-child {
  margin-right: 90px;
}
#mySidenav li.category-image-section {
  position: relative;
  z-index: 1;
}
.home-banner-slider .owl-nav {
  display: block !important;
  position: absolute;
  top: 168px;
  width: 100%;
  padding: 0 105px;
}
.home-banner-slider .owl-nav button {
  background: #ffffff !important;
  width: 38px;
  height: 38px;
  box-shadow: 2px 3.5px 9px 0 rgba(0, 0, 0, 0.12);
  margin-left: -20px;
  border-radius: 50%;
  line-height: 0px !important;
}
.home-banner-slider .owl-nav button span {
  color: #a92611;
  font-size: 30px;
  font-weight: 600;
  vertical-align: text-top;
  display: inline-block;
  margin-top: 0px;
  font-family: 'Fedra Sans Std';
}
.home-banner-slider .owl-nav .owl-prev {
  float: left;
}
.home-banner-slider .owl-nav .owl-prev:focus {
  outline: none;
}
.home-banner-slider .owl-nav .owl-next {
  float: right;
}
.home-banner-slider .owl-nav .owl-next:focus {
  outline: none;
}
.home-banner-slider .owl-dots {
  text-align: center;
  background: #ffffff;
  padding: 10px 0;
}
.home-banner-slider .owl-dots button {
  background: #E3DDD2;
  padding: 5px !important;
  border-radius: 50%;
  margin-right: 10px;
}
.home-banner-slider .owl-dots button.active {
  background: #000;
}
.modal.ajax-login-form .orsocial,
.ajax-register-form .orsocial {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
  position: relative;
  opacity: 0.75;
  margin-top: 16px;
  letter-spacing: 0.35px;
  padding-bottom: 25px;
}
.modal.ajax-login-form .orsocial::before,
.ajax-register-form .orsocial::before {
  content: '';
  position: absolute;
  width: 31%;
  height: 1px;
  left: 10px;
  border-bottom: solid 1px #edaa38;
  top: 30px;
}
.modal.ajax-login-form .orsocial::after,
.ajax-register-form .orsocial::after {
  content: '';
  position: absolute;
  width: 31%;
  height: 1px;
  right: 10px;
  border-bottom: solid 1px #edaa38;
  top: 30px;
}
.modal.ajax-login-form a.btn-facebook,
.ajax-register-form a.btn-facebook {
  background: url('../../frontend/OM/Isha/en_US/mage/images/social-login01.png') no-repeat center top;
  width: 61px;
  height: 61px;
}
.modal.ajax-login-form a.btn-facebook span,
.ajax-register-form a.btn-facebook span,
.modal.ajax-login-form a.btn-facebook i,
.ajax-register-form a.btn-facebook i {
  display: none;
}
.modal.ajax-login-form a.btn-google,
.ajax-register-form a.btn-google {
  background: url('../../frontend/OM/Isha/en_US/mage/images/social-login02.png') no-repeat center top;
  width: 61px;
  height: 61px;
}
.modal.ajax-login-form a.btn-google span,
.ajax-register-form a.btn-google span,
.modal.ajax-login-form a.btn-google i,
.ajax-register-form a.btn-google i {
  display: none;
}
.modal.ajax-login-form .social-popup-form .block-content,
.ajax-register-form .social-popup-form .block-content {
  display: flex;
  justify-content: space-between;
  width: 40%;
  margin: auto;
}
.modal.ajax-login-form .mobile-modal-content,
.ajax-register-form .mobile-modal-content {
  padding: 40px 50px;
  padding-bottom: 20px;
  top: 10%;
}
.forgotmob-div .flag-container {
  display: none !important;
}
.loginotpverify .info {
  width: 100%;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.45px;
}
.loginotpverify .info p {
  padding: 0px;
  margin: 0;
}
.loginotpverify .otp-content {
  margin-top: 10px;
}
.otp-content.input-box .select-items {
  border: solid 1px #f1bf55;
  line-height: normal;
  padding: 0;
  border-bottom: none;
}
.otp-content.input-box .select-items div {
  border-bottom: solid 1px #f1bf55;
}
.kwicks {
  width: 100%;
  padding: 0px;
  display: flex;
}
.kwicks > li {
  width: 125px;
  height: 498px;
  float: left;
  list-style-type: none;
  overflow: hidden;
  border-right: solid 4px #ffffff;
}
.kwicks > li .innerimage {
  position: relative;
  left: 84px;
  top: 120px;
  z-index: 1;
  width: 211px;
}
.kwicks > li .innerimage img {
  width: 100%;
  height: 100%;
}
.kwicks > li .contentsection {
  color: #000;
  left: 355px;
  position: relative;
  top: -110px;
}
.kwicks > li .contentsection p {
  font-family: 'Fedra Sans Book 5';
  font-size: 20px;
  letter-spacing: 0.45px;
  margin: 0;
}
.kwicks > li .contentsection h2 {
  font-family: 'Fedra Sans Medium 5';
  font-size: 45px;
  padding-bottom: 30px;
  padding-top: 10px;
}
.kwicks > li .contentsection h2 span {
  display: block;
  font-weight: 300;
  font-size: 35px;
  font-family: 'Fedra Sans Book 5';
}
.kwicks > li .contentsection .viewmore {
  background: #a92611;
  color: #ffffff;
  font-size: 14px;
  padding: 14px 30px;
  border-radius: 3px;
  font-family: 'Fedra Sans Book 5';
  font-weight: 400;
  letter-spacing: 0.95px;
  text-decoration: none;
}
.kwicks > li .contentsection .viewmore:hover {
  color: #ffffff;
}
.kwicks li a {
  text-decoration: none;
}
.kwicks li a:hover {
  text-decoration: none;
}
#panel-1 {
  background: url('../../frontend/OM/Isha/en_US/mage/images/seven-way_bg01.png') no-repeat center top;
}
#panel-2 {
  background: url('../../frontend/OM/Isha/en_US/mage/images/seven-way_bg02.png') no-repeat center top;
  z-index: 10;
}
#panel-2 .innerimage {
  top: 107px;
}
#panel-2 .contentsection h2 {
  font-family: 'Fedra Sans Book 5';
  font-size: 35px;
}
#panel-2 .contentsection h2 span {
  display: block;
  font-size: 45px;
  font-family: 'Fedra Sans Medium 5';
}
#panel-3 {
  background: url('../../frontend/OM/Isha/en_US/mage/images/seven-way_bg03.png') no-repeat center top;
  z-index: 20;
}
#panel-3 .innerimage {
  height: 137px;
  width: 467px;
  left: 34px;
  top: 220px;
}
#panel-3 .contentsection {
  left: 540px;
  top: 20px;
}
#panel-3 .contentsection h2 {
  font-family: 'Fedra Sans Book 5';
  font-size: 35px;
}
#panel-3 .contentsection h2 span {
  display: inline-block;
  font-size: 45px;
  font-family: 'Fedra Sans Medium 5';
}
#panel-4 {
  background: url('../../frontend/OM/Isha/en_US/mage/images/seven-way_bg04.png') no-repeat center top;
  z-index: 21;
}
#panel-4 .innerimage {
  top: 70px;
}
#panel-4 .innerimage img {
  width: auto;
}
#panel-4 .contentsection {
  top: -180px;
  left: 280px;
}
#panel-4 .contentsection h2 {
  font-family: 'Fedra Sans Book 5';
  font-size: 35px;
}
#panel-4 .contentsection h2 span {
  display: block;
  font-size: 45px;
  font-family: 'Fedra Sans Medium 5';
}
#panel-5 {
  background: url('../../frontend/OM/Isha/en_US/mage/images/seven-way_bg05.png') no-repeat center top;
  z-index: 22;
}
#panel-5 .innerimage img {
  width: auto;
}
#panel-5 .contentsection {
  top: -100px;
  left: 280px;
}
#panel-5 .contentsection h2 {
  font-family: 'Fedra Sans Book 5';
  font-size: 35px;
}
#panel-5 .contentsection h2 span {
  display: block;
  font-size: 45px;
  font-family: 'Fedra Sans Medium 5';
}
#panel-6 {
  background: url('../../frontend/OM/Isha/en_US/mage/images/seven-way_bg06.png') no-repeat center top;
  z-index: 23;
}
#panel-6 .innerimage {
  left: 34px;
  width: 297px;
  top: 80px;
}
#panel-6 .contentsection {
  top: -209px;
  left: 390px;
}
#panel-6 .contentsection h2 {
  font-family: 'Fedra Sans Std';
  font-size: 35px;
}
#panel-6 .contentsection h2 span {
  display: inline-block;
  font-size: 45px;
  font-family: 'Fedra Sans Std';
}
#panel-7 {
  background: url('../../frontend/OM/Isha/en_US/mage/images/seven-way_bg07.png') no-repeat center top;
  z-index: 24;
}
#panel-7 .innerimage {
  top: 60px;
  left: 32px;
  width: 290px;
}
#panel-7 .contentsection {
  top: -190px;
  left: 390px;
}
#panel-7 .contentsection h2 {
  font-family: 'Fedra Sans Book 5';
  font-size: 35px;
}
#panel-7 .contentsection h2 span {
  display: inline-block;
  font-size: 45px;
  font-family: 'Fedra Sans Medium 5';
}
.owl-carousel.wellbeing {
  padding-top: 0px !important;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: none;
  font-family: 'Fedra Sans Book 5';
  font-size: 11px;
  line-height: normal;
}
.minicart-wrapper .action.showcart .counter.qty {
  font-size: 11px;
}
.toppromo {
  padding-right: 15px;
}
.toppromo .closeicon {
  font-size: 20px;
  position: absolute;
  right: 12px;
  display: none;
}
.authorization-link {
  overflow: hidden;
}
.authorization-link.logged-out .beforelogin {
  display: none;
}
.authorization-link.logged-out .logoutajax {
  margin-left: 0px !important;
}
.authorization-link.logged-out .loginbeforeicon {
  display: none;
}
.authorization-link .loginbeforeicon img {
  margin-top: 40px;
  margin-left: -48px;
  padding-bottom: 10px;
}
.modal.ajax-login-form {
  z-index: 99999 !important;
}
#ajaxlogin-create-form .reg-form {
  background: #ffffff;
  padding: 2px 20px;
  border: solid 1px #edaa38;
  border-radius: 3px;
  clear: both;
  overflow: hidden;
}
#ajaxlogin-create-form .reg-form .flag-container {
  display: none;
}
#ajaxlogin-create-form .reg-form input {
  border: none;
  border-bottom: solid 1px #edaa38;
  padding-left: 0px;
}
#ajaxlogin-create-form .reg-form input.mobnumber {
  padding-left: 0px;
}
#ajaxlogin-create-form .reg-form .submitbtnajax {
  clear: both;
  float: none;
  overflow: hidden;
}
#ajaxlogin-create-form .reg-form .submitbtnajax input {
  background: #a92611;
  width: 100%;
}
#ajaxlogin-create-form .reg-form .reginput {
  width: 100%;
}
#ajaxlogin-create-form .reg-form .even {
  margin-left: 0px;
}
#ajaxlogin-create-form .reg-form input.mobnumber {
  padding-bottom: 0px;
  border-bottom: none;
}
.shippingformobile {
  display: flex;
  width: 100%;
}
.ishaessentials .actions-secondary {
  display: block !important;
  position: absolute;
  top: 10px;
  left: 5px;
  z-index: 9;
}
.ishaessentials .actions-secondary .tocompare {
  display: none !important;
}
.ishaessentials .actions-secondary a::before {
  content: "\f08a" !important;
  font-family: "FontAwesome";
  color: #ffffff !important;
}
.mobile-modal-content .register {
  width: 100%;
  text-align: center;
}
.mobile-modal-content .buttons-set {
  margin: 20px 0 0 0 !important;
}
.ishaessentials.newarrival.exclusive.wellbeing {
  display: block;
}
.ishaessentials.newarrival.exclusive.wellbeing .wellbeing {
  padding-top: 0px !important;
}
.checkout-onepage-success {
  background: #ffffff;
}
.checkout-onepage-success .page-title {
  display: none !important;
}
.checkout-onepage-success .page-main {
  width: 100%;
  margin: auto;
  text-align: center;
  background: #ffffff;
  margin-top: 120px;
  padding-top: 34px;
  margin-bottom: 80px;
}
.checkout-onepage-success .sucessheading {
  font-family: 'Fedra Sans Medium 5';
  font-size: 25px;
  padding-top: 28px;
  padding-bottom: 50px;
}
.checkout-onepage-success .sucessheading span {
  display: block;
  font-size: 37px;
  color: #00c853;
}
.checkout-onepage-success .success-messages {
  font-family: 'Fedra Sans Book 5';
  margin-bottom: 0px;
}
.checkout-onepage-success .success-messages p {
  font-size: 22px;
}
.checkout-onepage-success .success-messages p a {
  text-decoration: none;
}
.checkout-onepage-success .estimated {
  padding-bottom: 50px;
}
.checkout-onepage-success .estimated span {
  font-family: 'Fedra Sans Medium 5';
  font-weight: 500;
}
.checkout-onepage-success p.youwill {
  font-size: 18px;
  color: #020202;
  padding: 0 80px;
}
.checkout-onepage-success .actions-toolbar {
  text-align: center;
}
.checkout-onepage-success .actions-toolbar a {
  text-transform: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.9px;
}
#notice a {
  color: rgba(35, 31, 32, 0.75);
  text-decoration: underline;
  margin: 0px;
}
.loginotpmobileget .flag-container .selected-flag {
  display: none;
}
.loginotpmobileget .otp-content {
  position: relative;
}
.loginotpmobileget .flagimagebox {
  position: absolute;
  z-index: 9;
  border-right: solid 1px rgba(35, 31, 32, 0.5);
  padding-right: 13px;
  height: auto;
  display: inline-block;
  line-height: normal;
  top: 18px;
  left: 20px;
}
.loginotpmobileget .flagimagebox img {
  width: 24px;
}
.loginotpmobileget #loginotpmob {
  padding-left: 70px !important;
}
.modal.ajax-forgot-form .mobile-modal-content {
  padding-left: 40px;
  padding-right: 40px;
}
.update-address-popup {
  width: 350px;
  margin: auto;
  position: absolute;
  top: 410px;
  left: 50%;
  z-index: 99999 !important;
  background: #ffffff;
  color: #000;
  transform: translate(-50%, -50%);
  padding: 50px;
  font-family: 'Fedra Sans Book 5';
  font-size: 15px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0px 0px 40px #ccc;
}
.update-address-popup .close-update-popup {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cms-savetheweave {
  background: #ffffff;
}
.cms-savetheweave .breadcrumbs {
  display: none;
}
.cms-savetheweave .page-main {
  max-width: 100% !important;
  padding: 0px !important;
}
.cms-savetheweave .page-main .savetheweave .mobileheading {
  display: none;
}
.cms-savetheweave .page-main .savetheweave .banner img {
  width: 100%;
}
.cms-savetheweave .page-main .innerpagelisting {
  padding: 0 100px;
  padding-top: 46px;
}
.cms-savetheweave .page-main .innerpagelisting .imagebanenr {
  overflow: hidden;
}
.cms-savetheweave .page-main .innerpagelisting .imagebanenr img {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
  width: 100%;
}
.cms-savetheweave .page-main .innerpagelisting .imagebanenr:hover {
  transition: 0.5s all ease;
}
.cms-savetheweave .page-main .innerpagelisting .imagebanenr:hover img {
  -moz-transform: scale(1.1) rotate(0deg);
  -webkit-transform: scale(1.1) rotate(0deg);
  -o-transform: scale(1.1) rotate(0deg);
  -ms-transform: scale(1.1) rotate(0deg);
  transform: scale(1.1) rotate(0deg);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.cms-savetheweave .page-main .innerpagelisting .content {
  background: #EEE6D7;
  text-align: center;
  color: #a92611;
  font-family: 'Fedra Sans Book 5';
  font-size: 16px;
  padding: 7px 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cms-savetheweave .page-main .innerpagelisting .content a {
  color: #a92611;
  transition: 0.5s all ease;
}
.cms-savetheweave .page-main .innerpagelisting .content a:hover {
  text-decoration: underline;
  transition: 0.5s all ease;
}
.cms-savetheweave .page-main .savetheweavetext {
  font-family: 'Fedra Sans Book 5';
  font-size: 18px;
  padding: 44px 115px 150px 115px;
}
.cms-savetheweave .page-main .savetheweavetext p {
  margin: 0;
  padding-right: 50px;
}
.cms-savetheweave .page-main .savetheweavetext p img {
  float: left;
  margin-right: 34px;
  margin-bottom: 14px;
}
.cms-savetheweave .page-main .savetheweavetext p span {
  display: block;
  padding-bottom: 34px;
}
.cms-the-phenomenon-consecration {
  background: #ffffff;
}
.cms-the-phenomenon-consecration .breadcrumbs {
  display: block;
}
.cms-the-phenomenon-consecration .page-main {
  max-width: 100% !important;
  padding: 0px !important;
}
.cms-the-phenomenon-consecration .page-main .cysmaincount .banner img {
  width: 100%;
}
.cms-the-phenomenon-consecration .page-main .topcategory {
  padding: 0 168px;
  padding-top: 45px;
  padding-bottom: 50px;
  text-align: center;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul {
  padding: 0;
  list-style: none;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li {
  display: inline-block;
  width: 32%;
  position: relative;
  margin: 0px;
  padding-bottom: 10px;
  transition: 0.3s;
  margin-right: 10px;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li:nth-child(3n) {
  margin-right: 0px;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li span {
  position: absolute;
  bottom: 27px;
  width: 100%;
  text-align: center;
  left: 0;
  font-family: 'Fedra Sans Medium 5';
  font-size: 23px;
  color: #ffffff;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li span a {
  color: #ffffff;
  font-size: 18px;
  padding: 0 40px;
  text-align: center;
  display: block;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li span a:hover {
  text-decoration: underline;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li span.wishlist {
  font-size: 0px;
  position: absolute;
  top: 18px;
  left: 21px;
  bottom: auto;
  width: auto;
  z-index: 99;
  display: none;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li span.wishlist::before {
  content: "\f08a";
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 14px;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li .hovereffect {
  display: none;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li .image img {
  width: 100%;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li:hover .hovereffect {
  display: block;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #a92611;
  opacity: 0.95;
  width: 100%;
  height: 98%;
  border-radius: 3px;
  padding: 0 40px;
  padding-top: 40px;
  font-family: 'Fedra Sans Book 5';
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li:hover .hovereffect h2 {
  color: #ffffff;
  font-size: 23px;
  font-family: 'Fedra Sans Medium 5';
  display: none;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li:hover .hovereffect .topsubttitle {
  font-size: 15.5px;
  border-bottom: solid 1px #edaa38;
  padding-top: 4px;
  margin-bottom: 18px;
  display: inline-block;
  line-height: normal;
  color: #ffffff;
  padding-bottom: 8px;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li:hover .hovereffect p {
  font-size: 14px;
  line-height: normal;
  color: #ffffff;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li:hover .hovereffect a {
  width: 180px;
  height: 46px;
  line-height: 46px;
  background: #ffffff;
  color: #a92611;
  display: inline-block;
  border-radius: 3px;
  font-size: 15.5px;
  font-weight: 600;
  margin-top: 60px;
  text-decoration: none;
}
.cms-the-phenomenon-consecration .page-main .topcategory ul li:hover .hovereffect a:hover {
  text-decoration: none;
}
.cms-the-phenomenon-consecration .page-main .otherofferings .onlyentials {
  background: none;
  padding: 40px 130px;
  padding-bottom: 0px;
}
.cms-the-phenomenon-consecration .page-main .otherofferings .onlyentials .block-products-list {
  margin-bottom: 10px;
}
.cms-the-phenomenon-consecration .page-main .otherofferings .onlyentials .block-title::before {
  bottom: 8px;
}
.cms-the-phenomenon-consecration .page-main .otherofferings .onlyentials .block-title strong {
  font-size: 26px;
  background: #ffffff;
}
.cms-the-phenomenon-consecration .page-main .otherofferings .onlyentials .calltoaction {
  background: #ffffff;
  margin-top: -2px;
}
.cms-the-phenomenon-consecration .page-main .otherofferings .onlyentials .product-item-inner {
  display: none;
}
.cms-the-phenomenon-consecration .page-main .explorecategory {
  padding: 0 130px;
}
.cms-the-phenomenon-consecration .page-main .explorecategory h2 {
  font-family: 'Fedra Sans Medium 5';
  font-size: 24px;
  text-align: center;
  padding-bottom: 33px;
  margin: 0;
  position: relative;
  width: 1274px;
}
.cms-the-phenomenon-consecration .page-main .explorecategory h2::before {
  content: '';
  position: absolute;
  bottom: 39px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/home-heading-bg.png') no-repeat left top;
  width: 50%;
  height: 7px;
  transform: translate(-50%, -50%);
  left: 45%;
}
.cms-the-phenomenon-consecration .page-main .explorecategory h2::after {
  content: '';
  position: absolute;
  bottom: 39px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/home-heading-bg.png') no-repeat right top;
  width: 50%;
  height: 7px;
  transform: translate(-50%, -50%);
  right: -5%;
}
.cms-the-phenomenon-consecration .page-main .explorecategory ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.cms-the-phenomenon-consecration .page-main .explorecategory ul li {
  display: inline-block;
}
.cms-the-phenomenon-consecration .page-main .explorecategory ul li:last-child {
  float: right;
}
.cms-the-phenomenon-consecration .page-main .explorecategory .content {
  padding-bottom: 100px;
}
.cms-the-phenomenon-consecration .page-main .explorecategory .content h3 {
  font-family: 'Fedra Sans Medium 5';
  font-size: 24px;
  padding-top: 25px;
  position: relative;
  z-index: 1;
}
.cms-the-phenomenon-consecration .page-main .explorecategory .content h3 span {
  z-index: 1;
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding-right: 20px;
}
.cms-the-phenomenon-consecration .page-main .explorecategory .content h3::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 7px;
  width: 97%;
  border-bottom: solid 1px #edaa38;
  z-index: -1;
}
.cms-the-phenomenon-consecration .page-main .explorecategory .content p {
  font-family: 'Fedra Sans Book 5';
  font-size: 16px;
  line-height: 26px;
  padding-top: 10px;
  margin: 0;
  padding-right: 40px;
}
.menu-parent > a {
  font-family: 'Fedra Sans Medium 5';
  font-weight: normal !important;
  color: #a92611 !important;
  line-height: normal;
  display: block;
  font-size: 16px !important;
  border-bottom: solid 1px #fdf8ee;
  transition: 0.5s all ease;
  display: inline-block;
}
.menu-parent > a:hover {
  border-bottom: solid 1px #a92611;
  text-decoration: none !important;
}
.menu-left {
  padding-top: 0px !important;
}
.menu-left .menu-links {
  display: block !important;
}
.menu-left .menu-links .split-ul {
  display: block;
  float: left;
  padding-top: 0px !important;
}
.menu-left .menu-links .split-ul.templeright {
  padding-left: 50px !important;
  padding-right: 70px !important;
}
.menu-left .menu-links .split-ul.meditationmat {
  padding-right: 78px !important;
}
.menu-left .menu-links .split-ul.yogamat {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.menu-left .menu-links .split-ul.nfoodbeverage {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.menu-left .menu-links .split-ul.nfoodmuesli {
  padding-right: 70px !important;
}
.menu-left .menu-links .split-ul.hipainrelief {
  padding-left: 88px !important;
  padding-right: 66px !important;
}
.menu-left .menu-links .split-ul.menclothing {
  padding-left: 48px !important;
  padding-right: 75px !important;
}
.menu-left .menu-links .split-ul.programclothing {
  padding-right: 77px !important;
}
.menu-left .menu-links .split-ul.skincare {
  padding-left: 54px !important;
  padding-right: 54px !important;
}
.menu-left .menu-links .split-ul.deepamdiya {
  padding-left: 34px !important;
  padding-right: 54px !important;
}
.menu-left .menu-links .split-ul.decoratives {
  padding-right: 84px !important;
}
.menu-left .menu-links .split-ul.bookmagazines {
  padding-left: 115px !important;
  padding-right: 115px !important;
}
.menu-left .menu-links .split-ul.bookphotos {
  padding-right: 85px !important;
}
.menu-left .menu-links .split-ul.sptaikmalas {
  padding-left: 24px !important;
}
.menu-left .menu-links .split-ul .menu-parent {
  padding-top: 25px;
  padding-bottom: 0px;
}
.menu-left .menu-links .split-ul .menu-parent .menu-right {
  padding-top: 6px;
}
.menu-left .menu-links .split-ul .menu-parent span.break {
  display: block;
}
.menu-left .menu-links .split-ul .menu-parent span.newtag {
  display: inline-block;
  margin-left: 5px;
  background: #edaa38;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Fedra Sans Book 5';
  padding: 1px 4px;
  line-height: normal;
}
.menu-left .menu-links.savetheweave {
  padding-top: 38px !important;
  display: flex;
}
.menu-left .menu-links.savetheweave ul {
  text-align: center;
  display: flex !important;
}
.menu-left .menu-links.savetheweave ul li {
  display: inline-block;
  margin-right: 23px !important;
}
.menu-left .menu-links.savetheweave ul li span {
  display: block;
  color: #a92611;
  font-size: 16px;
  font-family: 'Fedra Sans Medium 5';
  font-weight: normal;
  padding-top: 10px;
}
.menu-left .menu-links.savetheweave ul li:last-child {
  margin: 0px !important;
}
.ajax-register-form .orsocial::before {
  top: 40px;
  width: 26%;
}
.ajax-register-form .orsocial::after {
  top: 40px;
  width: 26%;
}
.modal-popup.confirm._show {
  z-index: 99999 !important;
}
#passresetbyotp input {
  width: 100% !important;
}
.page-header.headersticky {
  position: fixed;
  width: 100%;
  top: 0px;
  height: 80px;
  z-index: 99999;
}
.page-header.headersticky .icon.user-my-icon {
  font-size: 0px;
  border-right: none !important;
  padding: 0px !important;
  margin: 0px 0px 0 0 !important;
}
.page-header.headersticky .icon.wishlist-my-icon {
  border: none !important;
  padding: 0px !important;
  margin: 0px !important;
}
.page-header.headersticky .icon.wishlist-my-icon img {
  margin: 0px 5px 0 0 !important;
}
.page-header.headersticky .icon.wishlist-my-icon a {
  font-size: 0px !important;
}
.page-header.headersticky .middle-container-wrap {
  position: absolute;
  right: 175px;
  top: -3px;
}
.page-header.headersticky .middle-container-wrap .minisearch.active {
  margin-top: -8px;
}
.page-header.headersticky .middle-container-wrap .minisearch.active #search {
  background: #ffffff;
  width: 100%;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.page-header.headersticky .middle-container-wrap .minisearch.active .actions .action.search {
  background: #edaa38 url('../../frontend/OM/Isha/en_US/mage/images/sticky-search-after.svg') no-repeat center 6px;
  position: absolute;
  cursor: pointer !important;
}
.page-header.headersticky .middle-container-wrap .action.search {
  background: url('../../frontend/OM/Isha/en_US/mage/images/sticky-search.svg') no-repeat center right !important;
  position: absolute;
  cursor: pointer !important;
}
.page-header.headersticky .middle-container-wrap .action.search::before {
  display: none;
}
.page-header.headersticky .logo {
  padding-top: 5px !important;
}
.page-header.headersticky .logo img {
  width: 34px !important;
}
.page-header.headersticky #mySidenav .nav-main {
  width: 98%;
  margin-left: 24px;
}
.page-header.headersticky .header.content {
  padding-top: 0px;
}
.page-header.headersticky .nav-container-wrap {
  top: -48px;
  width: 86%;
}
.page-header.headersticky .sections.nav-sections {
  padding-left: 50px;
}
.page-header.headersticky .navigation ul {
  padding: 0px;
}
.page-header.headersticky.down-scroll {
  position: absolute;
}
.mobilebanner {
  display: none;
}
.headersticky .navigation .level0 > .level-top {
  padding: 0px 5px;
}
.headersticky .sections.nav-sections ul li.level0 > a {
  font-size: 0.95vw;
  padding: 0 13px;
}
.headersticky .header.content .right-container-wrap {
  padding-top: 30px;
}
.angle-arrow,
.back-button-menu,
.second-level-child {
  display: none;
}
#search_mini_form_cms {
  background: #ffffff;
  padding: 10px;
  border: 1px solid #e3e3e3;
}
#search_mini_form_cms .input-box label {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  text-align: left;
}
#search_mini_form_cms .input-box input {
  width: calc(100% - 80px);
}
#search_mini_form_cms .input-box button {
  display: inline-block;
  background: #a92611;
  color: #ffffff;
  border: none;
  font-size: 13px;
  vertical-align: top;
}
#size-chart {
  font-size: 18px;
}
.ccavenuepay_frontend_logo {
  background-size: 100%;
  width: 100%;
}
input::-moz-selection {
  background: yellow;
}
input::selection {
  background: yellow;
}
.modal.ajax-login-form .mobile-modal-content {
  padding: 20px 68px !important;
}
.ajax-login-form .page_title span,
.login-window.account-login .page_title span {
  padding-bottom: 15px;
  padding-top: 2px;
}
dl.item-options {
  display: inline-block;
  white-space: nowrap;
  color: #000;
}
dl.item-options dt {
  font-weight: bold;
}
dl.item-options dt,
dl.item-options dd {
  display: inline-block;
}
#size-chart {
  font-size: 18px;
  cursor: pointer;
}
.action.print {
  display: none !important;
}
.modal.ajax-login-form .mobile-modal-content,
.ajax-register-form .mobile-modal-content {
  padding: 20px 50px;
  top: 4%;
}
#ajaxlogin-create-form .page_title span {
  padding-top: 6px;
  padding-bottom: 0px;
}
.block.social-login-authentication-channel.account-social-login.social-popup-form {
  margin-bottom: 10px;
}
.order-details-items.invoice th.qty,
.order-details-items.shipments th.qty,
.table-wrapper.returns-history th.qty {
  opacity: 1;
}
.cms-contact-us .breadcrumbs {
  display: none;
}
.cms-contact-us .cms-pages-header {
  margin-left: -50vw;
  position: relative;
  width: 100vw;
  left: 50%;
}
.cms-contact-us .cms-pages-header img {
  width: 100%;
}
.cms-contact-us .cms-pages-header .custom-heading {
  font-family: 'Fedra Sans Std';
  font-size: 48px;
  position: absolute;
  bottom: 25px;
  left: 10%;
}
.cms-contact-us .cms-pages-header .custom-heading h1 {
  font-size: 48px;
  padding: 0 20px;
}
.cms-contact-us .cms-margin-top {
  padding-top: 50px;
}
.cms-contact-us .cms-margin-top .address-block {
  margin: 10px 0px;
}
.cms-contact-us .cms-margin-top .address-block h2 {
  font-size: 22px;
  line-height: 33px;
  font-family: 'Fedra Sans Medium 5';
}
.cms-contact-us .cms-margin-top .address-block p {
  font-size: 17px;
  line-height: normal;
  margin-top: 10px;
  font-family: 'Fedra Sans Book 5';
}
.cms-contact-us .cms-margin-top .address-block p a {
  color: #a92611;
  text-decoration: underline;
}
.cms-page-view {
  background: #ffffff;
  overflow-x: hidden;
}
.cms-page-view .page-main > .page-title-wrapper .page-title {
  display: block;
  position: relative;
}
.cms-page-view .breadcrumbs {
  display: none;
}
.cms-page-view .page-main {
  background: #ffffff;
}
.cms-sample-home-page {
  background: #fdf8ee;
}
.cms-sample-home-page .page-main {
  background: #fdf8ee;
}
.catalog-product-view .modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}
div#product-options-wrapper input[type=radio] {
  margin-top: 6px;
}
div#product-options-wrapper label {
  font-size: 15px;
}
.customer-review .review-details .review-title {
  font-size: initial;
}
.customer-review .review-details .review-content {
  font-size: initial;
}
.customer-review .review-details .customer-review-rating .rating-label {
  font-size: initial;
}
.customer-review .review-details .review-date {
  font-size: initial;
}
.cms-about-us .page-title-wrapper {
  display: none;
}
.cms-about-us .isha-outlet {
  margin-top: 20px;
}
.cms-about-us .text-carousel .owl-nav {
  display: none;
}
.cms-about-us .text-carousel .owl-dots .owl-dot.active span,
.cms-about-us .text-carousel .owl-dots .owl-dot:hover span {
  background: #000000;
}
.cms-about-us .text-carousel.owl-theme .owl-dots .owl-dot {
  border: 0;
  outline: none;
  box-shadow: none;
}
.cms-about-us p.sub-head {
  font-size: 24px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-family: 'Fedra Sans Book 5';
  padding: 24px 0 45px;
  margin-bottom: 0 !important;
}
.cms-about-us .item h4 {
  font-size: 24px;
  text-align: center;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 400;
  line-height: 36px;
}
.cms-about-us .item p {
  font-size: 21px;
  text-align: center;
  max-width: 916px;
  margin: 0 auto;
  margin-bottom: 58px;
  font-family: 'Fedra Sans Book 5';
  line-height: 30px;
  padding-bottom: 8px;
}
.cms-about-us .item .custom-col {
  display: flex;
  text-align: center;
  padding-left: 32px;
}
.cms-about-us .item .custom-col .outlet-image img {
  margin-bottom: 20px;
}
.cms-about-us .item .custom-col .first-col {
  max-width: 300px;
  margin-right: 20px;
  display: inline-block;
}
.cms-about-us .item .custom-col .second-col {
  max-width: 515px;
  margin-right: 20px;
  display: inline-block;
}
.cms-about-us .item .custom-col .third-col {
  max-width: 319px;
  margin-right: 0px;
  display: inline-block;
}
.cms-about-us .isha-foundation {
  margin: 90px 0;
}
.cms-about-us .isha-foundation p {
  font-size: 21px;
  font-family: 'Fedra Sans Book 5';
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 35px;
}
.cms-about-us .isha-foundation a.visit-button {
  font-size: 18px;
  border: 1px solid #a92611;
  padding: 15px 107px;
  color: #a92611;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
}
.cms-about-us .isha-foundation h2 {
  margin-bottom: 25px;
}
.cms-about-us .custom-heading {
  font-family: 'Fedra Sans Std';
  font-size: 48px;
  position: absolute;
  bottom: 25px;
  left: 10%;
}
.cms-about-us .cms-margin-top {
  padding-top: 50px;
}
.cms-about-us .cms-pages-header {
  margin-left: -50vw;
  position: relative;
  width: 100vw;
  left: 50%;
}
.cms-about-us .cms-pages-header img {
  width: 100%;
}
.cms-about-us .quote {
  background: url('../../frontend/OM/Isha/en_US/mage/images/quote.png') no-repeat center top;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  color: #a92611;
  font-size: 27px;
  font-family: 'Fedra Sans Std';
  font-weight: 400;
  padding: 90px;
}
.cms-about-us .quote .author {
  font-weight: bold;
  display: block;
}
.cms-about-us .about {
  position: relative;
}
.cms-about-us .about p {
  font-size: 21px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
  font-family: 'Fedra Sans Book 5';
  color: #020202;
  line-height: 34px;
}
.cms-terms-conditions {
  background: #ffffff;
}
.cms-terms-conditions h1.page-title span {
  border-bottom: 0px solid #f3edd9;
  color: #020202;
  background: #ffffff;
  font-family: 'Fedra Sans Book 5';
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 36px;
  padding: 0px 20px 3px 0;
}
.cms-terms-conditions h1.page-title:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #f1bf55;
  display: block;
}
.cms-terms-conditions p {
  font-family: 'Fedra Sans Book 5';
  margin-bottom: 30px;
}
.cms-terms-conditions.cms-page-view .page-main {
  background: #ffffff;
}
.cms-privacy-policy-cookie-restriction-mode .main-block-content.termcms p {
  font-size: 18px;
}
.cms-privacy-policy-cookie-restriction-mode {
  background: #ffffff;
}
.cms-privacy-policy-cookie-restriction-mode h1.page-title span {
  border-bottom: 0px solid #f3edd9 !important;
  color: #020202;
  background: #ffffff;
  font-family: 'Fedra Sans Std';
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 36px;
  padding-right: 20px;
}
.cms-privacy-policy-cookie-restriction-mode h1.page-title:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #f1bf55;
  display: block;
  position: absolute;
  bottom: 6px;
  Z-INDEX: -1;
}
.cms-privacy-policy-cookie-restriction-mode p {
  font-family: 'Fedra Sans Book 5';
  margin-bottom: 30px;
}
.cms-privacy-policy-cookie-restriction-mode h2 {
  font-size: 24px !important;
}
.cms-privacy-policy-cookie-restriction-mode table.data-table {
  display: block;
}
.cms-privacy-policy-cookie-restriction-mode .for-mobile-only {
  display: none;
}
.cms-privacy-policy-cookie-restriction-mode .for-mobile-only p strong {
  display: block;
  font-weight: 500 !important;
  font-family: 'Fedra Sans Medium 5';
}
.cms-privacy-policy-cookie-restriction-mode .for-mobile-only p.italic {
  font-style: italic;
}
.cms-privacy-policy-cookie-restriction-mode.cms-page-view .page-main {
  background: #ffffff;
}
.cms-store-locator .cms-pages-header {
  background: url('../../frontend/OM/Isha/en_US/mage/images/store-locator-banner.png') no-repeat;
  position: absolute;
  display: block;
  width: 100%;
  padding: 180px 0 30px;
  left: 0;
  height: auto;
  background-size: 100%;
}
.cms-store-locator .cms-pages-header .custom-heading {
  padding: 0 150px;
  font-family: 'Fedra Sans Medium 5';
  font-size: 48px;
}
.cms-store-locator .cms-pages-header .custom-heading h1 {
  font-size: 30px;
  padding: 0 20px;
}
.cms-store-locator .cms-pages-header .custom-heading h1 strong {
  display: block;
  font-family: 'Fedra Sans Medium 5';
  font-size: 48px;
  font-weight: 500;
}
.cms-store-locator .cms-margin-top {
  padding-top: 315px;
}
.cms-store-locator #googlemaps {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  /* Set z-index to 0 as it will be on a layer below the contact form */
}
.cms-store-locator #address-list {
  position: relative;
  z-index: 1;
  /* The z-index should be higher than Google Maps */
  width: 300px;
  margin: 60px auto 0;
  padding: 10px;
  background: black;
  height: auto;
  opacity: 0.45;
  /* Set the opacity for a slightly transparent Google Form */
  color: white;
}
.sections.nav-sections ul li.level0 > a {
  font-size: 1.05vw;
  padding: 0 1.05vw;
}
.sections.nav-sections ul li.level0 a:last-child {
  padding-right: 0px;
}
.sections.nav-sections ul li.level0 > a:last-child::after {
  right: -14px;
}
#mySidenav .menu-left .menu-links ul li a {
  padding: 0px;
}
.menu-links.savetheweave {
  padding-bottom: 20px !important;
}
.cms-customer-support {
  background: #ffffff;
}
.cms-customer-support html {
  scroll-behavior: smooth;
}
.cms-customer-support .page-main {
  max-width: 100% !important;
  width: 100%;
  padding: 0px;
}
.cms-customer-support .customersupport h2 {
  text-align: center;
  font-size: 36px;
  font-family: 'Fedra Sans Medium 5';
  margin: 0;
  padding-top: 35px;
  position: relative;
}
.cms-customer-support .customersupport h2::after {
  content: '';
  background: url('../../frontend/OM/Isha/en_US/mage/images/heading-bg.png') no-repeat center bottom;
  width: 228px;
  height: 7px;
  position: absolute;
  left: 50%;
  bottom: -23px;
  transform: translate(-50%, -50%);
}
.cms-customer-support .customersupport .toplisting {
  padding-top: 60px;
  width: 1140px;
  margin: auto;
}
.cms-customer-support .customersupport .toplisting ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cms-customer-support .customersupport .toplisting ul li {
  width: 33%;
  text-align: center;
  margin: 0px;
  padding-bottom: 84px;
}
.cms-customer-support .customersupport .toplisting ul li a {
  font-size: 20px;
  color: #020202;
  font-family: 'Fedra Sans Book 5';
  font-weight: 600;
  transition: 0.5s all ease;
}
.cms-customer-support .customersupport .toplisting ul li a:hover {
  color: #a92611;
}
.cms-customer-support .customersupport .toplisting ul li a span {
  display: block;
  padding-top: 20px;
}
.cms-customer-support .customersupport .accordingsecton {
  background: #ffffff url('../../frontend/OM/Isha/en_US/mage/images/cutomer-down-bg.png') no-repeat top;
  background-size: contain;
  padding-top: 105px;
}
.cms-customer-support .customersupport .accordingsecton .accordion-container {
  width: 1140px;
  margin: auto;
  padding-bottom: 68px;
  position: relative;
}
.cms-customer-support .customersupport .accordingsecton .accordion-container.paymentsection::before {
  content: '';
  position: absolute;
  left: -230px;
  top: -86px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/customer-bg-icon.svg') no-repeat left top;
  width: 303px;
  height: 121px;
  background-size: 80%;
}
.cms-customer-support .customersupport .accordingsecton .accordion-container.paymentsection::after {
  content: '';
  position: absolute;
  right: -310px;
  bottom: -66px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/customer-bg-icon.svg') no-repeat left top;
  width: 303px;
  height: 121px;
  background-size: 80%;
}
.cms-customer-support .customersupport .accordingsecton .accordion-container h3 {
  font-size: 26px;
  font-family: 'Fedra Sans Book 5';
  font-weight: 500;
  padding-bottom: 20px;
  margin: 0px;
  padding-left: 18px;
}
.cms-customer-support .customersupport .accordingsecton .accordion-container .set {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}
.cms-customer-support .customersupport .accordingsecton .accordion-container .set a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  font-size: 16px;
  color: #a92611;
  font-family: 'Fedra Sans Book 5';
  font-weight: 600;
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
}
.cms-customer-support .customersupport .accordingsecton .accordion-container .set .contentsecrtion {
  display: none;
  background: #ffffff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cms-customer-support .customersupport .accordingsecton .accordion-container .set .contentsecrtion p {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  padding: 20px;
  margin: 0;
}
.cms-customer-support .column.main {
  padding-bottom: 0px !important;
}
.cms-customer-support .backtotop {
  display: none;
}
.cms-support-ticket input[type="file"] {
  display: none;
}
.cms-support-ticket {
  background: #ffffff;
  position: relative;
}
.cms-support-ticket .breadcrumbs {
  display: block;
  margin-top: 0px;
  background: #ffffff;
}
.cms-support-ticket::before {
  content: '';
  position: absolute;
  right: -80px;
  top: 230px;
  width: 312px;
  height: 143px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/ticket-rigght-bg.png') no-repeat right top;
  background-size: 100%;
}
.cms-support-ticket .page-main {
  position: relative;
}
.cms-support-ticket .page-main::after {
  content: '';
  position: absolute;
  left: -250px;
  bottom: 0;
  width: 312px;
  height: 143px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/ticket-bottombg.png') no-repeat right top;
  background-size: 100%;
  top: auto;
}
.cms-support-ticket .supportticket {
  padding-bottom: 60px;
  clear: both;
  overflow: hidden;
}
.cms-support-ticket .supportticket .supportcaptcha {
  float: left;
}
.cms-support-ticket .supportticket .tophead {
  text-align: center;
  font-family: 'Fedra Sans Medium 5';
  padding-top: 50px;
  padding-bottom: 28px;
}
.cms-support-ticket .supportticket .tophead h2 {
  color: #020202;
  font-size: 28px;
  margin: 0;
  padding-bottom: 8px;
}
.cms-support-ticket .supportticket .tophead p {
  font-family: 'Fedra Sans Book 5';
  font-size: 18px;
}
.cms-support-ticket .supportticket .fieldset {
  width: 582px;
  margin: auto;
}
.cms-support-ticket .supportticket .fieldset .field {
  float: left;
  width: 48%;
}
.cms-support-ticket .supportticket .fieldset .field.emailaddress {
  width: 100%;
  float: none;
  clear: both;
}
.cms-support-ticket .supportticket .fieldset .field.commentbox {
  clear: both;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.cms-support-ticket .supportticket .fieldset .field.commentbox textarea {
  border: solid 1px #edaa38;
  padding: 12px;
  height: auto;
  height: 180px;
  font-size: 14px;
}
.cms-support-ticket .supportticket .fieldset .field.commentbox textarea:focus {
  outline: none;
  box-shadow: none;
}
.cms-support-ticket .supportticket .fieldset .field.rightcount {
  float: right;
}
.cms-support-ticket .supportticket .fieldset .field input,
.cms-support-ticket .supportticket .fieldset .field select {
  border: solid 1px #edaa38;
  padding: 12px;
  height: auto;
  border-radius: 3px;
  font-size: 14px;
  width: 100%;
}
.cms-support-ticket .supportticket .fieldset .field input:focus,
.cms-support-ticket .supportticket .fieldset .field select:focus {
  box-shadow: none;
}
.cms-support-ticket .supportticket .fieldset .submitbutton {
  clear: none;
  text-align: center;
  float: right;
  width: 40%;
  padding-top: 8px;
}
.cms-support-ticket .supportticket .fieldset .submitbutton button {
  width: 100%;
  margin: auto;
  background: #a92611;
  color: #ffffff;
  border: none;
  font-size: 20px;
  height: 60px;
  line-height: normal;
  border-radius: 3px;
  transition: 0.5s all ease;
  border-radius: 30px;
}
.cms-support-ticket .supportticket .fieldset .submitbutton button:hover {
  background: #a92611;
}
.cms-support-ticket .supportticket .fieldset .submitbutton button:focus {
  outline: none;
  border: none;
}
.cms-support-ticket .supportticket .fieldset .customfilesecton {
  border-top: solid 1px #fdf8ee;
  position: absolute;
  bottom: 10px;
  width: 98%;
  left: 8px;
  padding-top: 10px;
  background: #ffffff;
}
.cms-support-ticket .supportticket .fieldset .customfilesecton .fileicon {
  background: #2A89E1;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}
.cms-support-ticket .supportticket .fieldset .customfilesecton .fileicon img {
  width: 14px;
}
.cms-support-ticket .supportticket .fieldset .customfilesecton .text {
  color: rgba(35, 31, 32, 0.5);
  font-size: 14px;
  display: inline-block;
  padding-left: 10px;
  font-family: 'Fedra Sans Book 5';
}
.cms-support-ticket .column.main {
  position: relative;
}
.cms-support-ticket.cms-page-view .page-main {
  background: #ffffff;
}
.cms-store-locator .page-main {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}
.cms-store-locator .page-main .storelocatermain .banner img {
  width: 100%;
}
.cms-store-locator .page-main .storelocatermain .banner .innercount {
  position: relative;
  padding: 0 155px;
}
.cms-store-locator .page-main .storelocatermain .banner .innercount h1 {
  font-family: 'Fedra Sans Book 5';
  font-size: 30px;
  margin: 0;
  position: absolute;
  bottom: 70px;
}
.cms-store-locator .page-main .storelocatermain .banner .innercount h1 span {
  display: block;
  font-family: 'Fedra Sans Medium 5';
  font-size: 48px;
}
.cms-store-locator .page-main .storelocatermain .storeinformation {
  padding: 0 155px;
  padding-top: 84px;
}
.cms-store-locator .page-main .storelocatermain .storeinformation h2 {
  font-family: 'Fedra Sans Medium 5';
  font-size: 36px;
  padding-bottom: 30px;
  position: relative;
}
.cms-store-locator .page-main .storelocatermain .storeinformation h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0px;
  height: 1px;
  border-bottom: solid 1px #f1bf55;
  bottom: 40px;
  z-index: -1;
}
.cms-store-locator .page-main .storelocatermain .storeinformation h2 span {
  background: #ffffff;
  display: inline-block;
  padding-right: 20px;
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details {
  clear: both;
  overflow: hidden;
  padding-bottom: 45px;
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details h3 {
  color: #edaa38;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Fedra Sans Book 5';
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details .listing {
  background: #ffffff;
  float: left;
  padding: 30px 50px;
  border-radius: 3px;
  width: 360px;
  margin-right: 46px;
  margin-top: 12px;
  min-height: 177px;
  margin-bottom: 20px;
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details .listing.last {
  margin-right: 0px;
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details .listing h4 {
  font-size: 18px;
  font-family: 'Fedra Sans Medium 5';
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details .listing p {
  font-family: 'Fedra Sans Book 5';
  font-size: 16px;
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details .listing .storedetails {
  padding-top: 12px;
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details .listing .storedetails a {
  color: #a92611;
  font-size: 15px;
  font-family: 'Fedra Sans Medium 5';
  border-bottom: solid 1px #a92611;
  transition: 0.5s all ease;
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details .listing .storedetails a:hover {
  text-decoration: none;
  color: #0056b3;
  border-bottom: solid 1px #0056b3;
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details .listing .storedetails a:focus {
  text-decoration: none;
  color: #0056b3;
  border-bottom: solid 1px #0056b3;
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details .listing .storedetails .hoverbox {
  display: block;
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details .listing .storedetails .hoverbox .box {
  font-size: 16px;
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details .listing .storedetails .hoverbox .box img {
  float: left;
  margin-right: 10px;
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details .listing .storedetails .hoverbox .box a {
  color: #a92611;
  font-size: 16px;
  border-bottom: solid 1px #a92611;
}
.cms-store-locator .page-main .storelocatermain .storeinformation .details .listing .storedetails .hoverbox {
  display: none;
  padding-top: 10px;
}
#mySidenav .menu-left .menu-links ul.category-image {
  z-index: 1;
}
.block-products-list.grid .action.towishlist {
  top: -10px;
  left: 0px;
  z-index: 99;
  position: absolute;
}
@media only screen and (max-width: 1260px) {
  .header.content .right-container-wrap .header.links .icon.wishlist-my-icon li a {
    font-size: 14px;
  }
  .sections.nav-sections ul > li.level0.has-child > a::after {
    background-size: 70%;
    right: -1px;
    top: 21px;
  }
  .sections.nav-sections ul li.level0 > a {
    font-size: 14.5px !important;
    padding: 0 8px;
  }
  #mySidenav .nav-main ul {
    display: block;
  }
  .sections.nav-sections ul li.level0 a {
    font-size: 13.5px;
  }
  .menu-parent > a {
    font-size: 14px !important;
  }
}
.mobile-modal-content .modal .success {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.modal .error1 {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.form.password.reset .label {
  font-size: 14px;
  font-weight: normal;
}
.form.password.reset #password-strength-meter-container {
  font-size: 11px;
}
.lifeoutlets .owl-dots button span {
  width: 8px !important;
  height: 8px !important;
  margin: 5px 4px !important;
}
.cms-the-rudraksha-guide,
.cms-copper-cleaning-instructions,
.cms-hi-the-rudraksha-guide,
.cms-ml-the-rudraksha-guide,
.cms-kn-the-rudraksha-guide,
.cms-te-the-rudraksha-guide,
.cms-ta-the-rudraksha-guide {
  background: #ffffff;
}
.cms-the-rudraksha-guide .page-header.headersticky,
.cms-copper-cleaning-instructions .page-header.headersticky,
.cms-hi-the-rudraksha-guide .page-header.headersticky,
.cms-ml-the-rudraksha-guide .page-header.headersticky,
.cms-kn-the-rudraksha-guide .page-header.headersticky,
.cms-te-the-rudraksha-guide .page-header.headersticky,
.cms-ta-the-rudraksha-guide .page-header.headersticky {
  position: relative;
}
.cms-the-rudraksha-guide .page-title-wrapper,
.cms-copper-cleaning-instructions .page-title-wrapper,
.cms-hi-the-rudraksha-guide .page-title-wrapper,
.cms-ml-the-rudraksha-guide .page-title-wrapper,
.cms-kn-the-rudraksha-guide .page-title-wrapper,
.cms-te-the-rudraksha-guide .page-title-wrapper,
.cms-ta-the-rudraksha-guide .page-title-wrapper {
  display: none;
}
.cms-the-rudraksha-guide .page-main,
.cms-copper-cleaning-instructions .page-main,
.cms-hi-the-rudraksha-guide .page-main,
.cms-ml-the-rudraksha-guide .page-main,
.cms-kn-the-rudraksha-guide .page-main,
.cms-te-the-rudraksha-guide .page-main,
.cms-ta-the-rudraksha-guide .page-main {
  max-width: 100%;
  padding: 0px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain,
.cms-copper-cleaning-instructions .rudrakshaguidemain,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain,
.cms-te-the-rudraksha-guide .rudrakshaguidemain,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain {
  background: url('../../frontend/OM/Isha/en_US/mage/images/RudrakshaGuide-mainbanner.png') no-repeat top;
  background-size: contain;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .accordion-container,
.cms-copper-cleaning-instructions .rudrakshaguidemain .accordion-container,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .accordion-container,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .accordion-container,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .accordion-container,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .accordion-container,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .accordion-container {
  padding-left: 100px;
  padding-right: 100px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection {
  padding-top: 52px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection h2,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection h2,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection h2,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection h2,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection h2,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection h2,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection h2 {
  text-align: center;
  font-size: 36px;
  font-family: 'Fedra Sans Medium 5';
  position: relative;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection h2::after,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection h2::after,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection h2::after,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection h2::after,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection h2::after,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection h2::after,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection h2::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 211px;
  transform: translate(-50%, -50%);
  border-bottom: solid 3px #edaa38;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .readin,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin {
  text-align: center;
  padding-top: 35px;
  font-family: 'Fedra Sans Book 5';
  padding-bottom: 22px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .readin ul,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul {
  padding: 0px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .readin ul li,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 0 30px 0 0;
  position: relative;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:first-child,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .readin ul li:first-child,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:first-child,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:first-child,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:first-child,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:first-child,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:first-child {
  line-height: 12px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li::after,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .readin ul li::after,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li::after,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li::after,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li::after,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li::after,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li::after {
  content: '';
  position: absolute;
  right: -18px;
  top: 12px;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li a,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .readin ul li a,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li a,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li a,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li a,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li a,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li a {
  font-size: 24px;
  color: #a92611;
  font-weight: 600;
  text-decoration: none;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:first-child::after,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .readin ul li:first-child::after,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:first-child::after,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:first-child::after,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:first-child::after,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:first-child::after,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:first-child::after {
  display: none;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:last-child::after,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .readin ul li:last-child::after,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:last-child::after,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:last-child::after,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:last-child::after,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:last-child::after,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .readin ul li:last-child::after {
  display: none;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .listing,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing {
  width: 1140px;
  margin: auto;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .listing .contentpart,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart {
  background: #edaa38;
  color: #ffffff;
  padding-left: 40px !important;
  padding-top: 31px !important;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart:first-child,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .listing .contentpart:first-child,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart:first-child,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart:first-child,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart:first-child,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart:first-child,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart:first-child {
  border-top-left-radius: 4px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart:last-child,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .listing .contentpart:last-child,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart:last-child,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart:last-child,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart:last-child,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart:last-child,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart:last-child {
  border-bottom-right-radius: 4px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart a,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .listing .contentpart a,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart a,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart a,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart a,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart a,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart a {
  text-transform: uppercase;
  color: #a92611;
  font-size: 15.5px;
  border-bottom: solid 1px #DD7827;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart a:hover,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .listing .contentpart a:hover,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart a:hover,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart a:hover,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart a:hover,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart a:hover,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart a:hover {
  text-decoration: none;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart h3,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .listing .contentpart h3,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart h3,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart h3,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart h3,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart h3,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart h3 {
  font-family: 'Fedra Sans Medium 5';
  font-size: 27px;
  text-transform: none;
  color: #ffffff;
  font-weight: 500;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart .number,
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .listing .contentpart .number,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart .number,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart .number,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart .number,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart .number,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .topbannersection .listing .contentpart .number {
  color: #F0BC6C;
  font-size: 108px;
  position: absolute;
  bottom: 10px;
  right: 30px;
  font-weight: 600;
  font-family: 'Fedra Sans Book 5';
}
.cms-the-rudraksha-guide .rudrakshaguidemain .accordingsecton,
.cms-copper-cleaning-instructions .rudrakshaguidemain .accordingsecton,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .accordingsecton,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .accordingsecton,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .accordingsecton,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .accordingsecton,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .accordingsecton {
  padding-top: 105px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container,
.cms-copper-cleaning-instructions .rudrakshaguidemain .accordingsecton .accordion-container,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container {
  width: 1140px;
  margin: auto;
  padding-bottom: 68px;
  position: relative;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::before,
.cms-copper-cleaning-instructions .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::before,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::before,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::before,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::before,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::before,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::before {
  content: '';
  position: absolute;
  left: -230px;
  top: -86px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/customer-bg-icon.svg') no-repeat left top;
  width: 303px;
  height: 121px;
  background-size: 80%;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::after,
.cms-copper-cleaning-instructions .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::after,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::after,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::after,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::after,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::after,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container.paymentsection::after {
  content: '';
  position: absolute;
  right: -310px;
  bottom: -66px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/customer-bg-icon.svg') no-repeat left top;
  width: 303px;
  height: 121px;
  background-size: 80%;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container h3,
.cms-copper-cleaning-instructions .rudrakshaguidemain .accordingsecton .accordion-container h3,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container h3,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container h3,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container h3,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container h3,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container h3 {
  font-size: 26px;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 500;
  padding-bottom: 20px;
  margin: 0px;
  padding-left: 18px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set,
.cms-copper-cleaning-instructions .rudrakshaguidemain .accordingsecton .accordion-container .set,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set a,
.cms-copper-cleaning-instructions .rudrakshaguidemain .accordingsecton .accordion-container .set a,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set a,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set a,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set a,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set a,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  font-size: 16px;
  color: #a92611;
  font-family: 'Fedra Sans Book 5';
  font-weight: 500;
  background: #ffffff;
  padding: 10px 30px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion,
.cms-copper-cleaning-instructions .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion {
  display: none;
  background: #ffffff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion p,
.cms-copper-cleaning-instructions .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion p,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion p,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion p,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion p,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion p,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion p {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  padding: 20px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion ul,
.cms-copper-cleaning-instructions .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion ul,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion ul,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion ul,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion ul,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion ul,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .accordingsecton .accordion-container .set .contentsecrtion ul {
  padding: 0;
  font-size: 15px;
  list-style: none;
  padding-left: 25px;
  padding-bottom: 20px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .productslist,
.cms-copper-cleaning-instructions .rudrakshaguidemain .productslist,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .productslist,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .productslist,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .productslist,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .productslist,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .productslist {
  width: 950px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed,
.cms-copper-cleaning-instructions .rudrakshaguidemain .productslist h2.tophed,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed {
  font-family: 'Fedra Sans Medium 5';
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed::before,
.cms-copper-cleaning-instructions .rudrakshaguidemain .productslist h2.tophed::before,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed::before,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed::before,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed::before,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed::before,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed::before {
  content: '';
  background: url('../../frontend/OM/Isha/en_US/mage/images/heading-bg.png') no-repeat center bottom;
  width: 42%;
  height: 7px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed::after,
.cms-copper-cleaning-instructions .rudrakshaguidemain .productslist h2.tophed::after,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed::after,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed::after,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed::after,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed::after,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .productslist h2.tophed::after {
  content: '';
  background: url('../../frontend/OM/Isha/en_US/mage/images/heading-bg.png') no-repeat center bottom;
  width: 42%;
  height: 7px;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 0px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li,
.cms-copper-cleaning-instructions .rudrakshaguidemain .productslist .products-grid-cms ul li,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li {
  width: 205px;
  margin-right: 42px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .starting,
.cms-copper-cleaning-instructions .rudrakshaguidemain .productslist .products-grid-cms ul li .starting,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .starting,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .starting,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .starting,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .starting,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .starting {
  float: left;
  padding-right: 5px;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .product-item-name,
.cms-copper-cleaning-instructions .rudrakshaguidemain .productslist .products-grid-cms ul li .product-item-name,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .product-item-name,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .product-item-name,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .product-item-name,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .product-item-name,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .product-item-name {
  font-size: 14px !important;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .price,
.cms-copper-cleaning-instructions .rudrakshaguidemain .productslist .products-grid-cms ul li .price,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .price,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .price,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .price,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .price,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li .price {
  font-size: 18px !important;
}
.cms-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li:last-child,
.cms-copper-cleaning-instructions .rudrakshaguidemain .productslist .products-grid-cms ul li:last-child,
.cms-hi-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li:last-child,
.cms-ml-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li:last-child,
.cms-kn-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li:last-child,
.cms-te-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li:last-child,
.cms-ta-the-rudraksha-guide .rudrakshaguidemain .productslist .products-grid-cms ul li:last-child {
  margin-right: 0px !important;
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .cms-copper-cleaning-instructions .orderone {
    order: 1;
  }
  .cms-copper-cleaning-instructions .ordertwo {
    order: 2;
  }
  .cms-copper-cleaning-instructions .orderthree {
    order: 3;
  }
  .cms-copper-cleaning-instructions .orderfour {
    order: 4;
  }
  .cms-copper-cleaning-instructions .list img {
    width: 100%;
  }
}
.cms-copper-cleaning-instructions .bannercontent {
  font-size: 21px;
  width: 1140px;
  margin: auto;
  line-height: normal;
  text-align: center;
  padding: 50px 100px 40px 100px;
}
.cms-copper-cleaning-instructions .bannercontent p {
  margin: 0px;
  padding-bottom: 30px;
}
.cms-copper-cleaning-instructions .rudrakshaguidemain {
  background: none;
}
.cms-copper-cleaning-instructions .topbannersection {
  background: url('../../frontend/OM/Isha/en_US/mage/images/coppermain_banner.png') no-repeat top;
  background-size: cover;
  height: 560px;
}
.cms-copper-cleaning-instructions .topbannersection .listing .contentpart {
  padding-left: 30px !important;
}
.cms-copper-cleaning-instructions .topbannersection .contentpart h3 {
  padding-right: 10px;
}
.cms-copper-cleaning-instructions .copperlistingtext {
  width: 1140px;
  margin: auto;
  padding-top: 166px;
}
.cms-copper-cleaning-instructions .copperlistingtext h3 {
  font-size: 26px;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 500;
  padding-bottom: 20px;
  padding-left: 18px;
  margin: 0px;
}
.cms-copper-cleaning-instructions .copperlistingtext ul {
  padding: 0 100px 0 100px;
  font-size: 18px;
}
.cms-copper-cleaning-instructions #Lemon {
  padding-bottom: 90px;
}
.cms-copper-cleaning-instructions #Lemon h3 {
  padding-left: 80px;
}
.cms-copper-cleaning-instructions #tamarind {
  padding-bottom: 90px;
}
.cms-copper-cleaning-instructions #tamarind h3 {
  padding-left: 80px;
}
.cms-copper-cleaning-instructions .productslist .product-item-name {
  min-height: inherit !important;
  padding-bottom: 2px;
}
.cms-copper-cleaning-instructions .productslist .starting {
  font-size: 14px;
  font-family: 'Fedra Sans Book 5';
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .cms-copper-cleaning-instructions .bannercontent {
    width: 100% !important;
  }
  .cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .listing {
    float: left;
    width: 100%;
  }
  .cms-copper-cleaning-instructions .copperlistingtext {
    width: 100%;
    float: left;
  }
}
.cms-copper-cleaning-instructions .rudrakshaguidemain .topbannersection .listing .contentpart {
  padding-left: 25px !important;
}
.blog-page .page-bottom {
  background: #ffffff;
}
.blog-page .post-holder {
  border: none;
}
.blog-page .post-view {
  background: url('../../frontend/OM/Isha/en_US/mage/images/rectangle-3-copy.png') no-repeat top;
  background-size: contain;
}
.blog-page .post-view .block.comments {
  width: 900px;
  margin: auto;
}
.blog-page .post-view .block.comments .c-count {
  font-family: 'Fedra Sans Medium 5';
  font-size: 22px;
  font-weight: 400;
  border-bottom: solid 1px #dfd6c4;
}
.blog-page .post-view .block.comments .c-replyform {
  margin: 0;
  padding-top: 30px;
}
.blog-page .post-view .block.comments .c-replyform form textarea {
  border: solid 1px #edaa38;
  font-family: 'Fedra Sans Book 5';
  font-size: 15px;
  height: 80px;
}
.blog-page .post-view .block.comments .c-replyform form .c-btn-hld {
  background: none;
  border: none;
  padding: 20px 0 0 0;
}
.blog-page .post-view .block.comments .c-replyform form .c-btn-hld input {
  border: solid 1px #EDAA38;
  height: auto;
  padding: 10px;
}
.blog-page .post-view .block.comments .c-replyform form .c-btn-hld button {
  background: #a92611;
  box-shadow: none;
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  width: auto;
  border: none;
  letter-spacing: 0.9px;
  padding: 10px 20px;
  line-height: normal;
  margin: 0;
  float: left;
}
.blog-page .page-main {
  max-width: 100%;
  padding: 0px;
}
.blog-page .breadcrumbs {
  display: none;
}
.blog-page .page-title-wrapper {
  display: none;
}
.blog-page .sidebar.sidebar-additional {
  width: 100%;
  margin: auto;
  float: none;
  clear: both;
  padding: 0px;
}
.blog-page .sidebar.sidebar-additional .block-recent-posts {
  background: #ede5d6;
  background: linear-gradient(180deg, rgba(237, 229, 214, 0.02594541) 0%, #ede5d6 100%);
  margin: 0px;
}
.blog-page .sidebar.sidebar-additional .block-title {
  font-family: 'Fedra Sans Medium 5';
  font-size: 30px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/illustration-divider-1.png') no-repeat center bottom;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.blog-page .sidebar.sidebar-additional .block-content {
  clear: both;
  overflow: hidden;
  width: 1180px;
  margin: auto;
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.blog-page .sidebar.sidebar-additional .block-content .item {
  width: 31%;
  background: #ffffff;
  padding: 0 0 30px 0 !important;
  box-shadow: 2px 6px 6px rgba(0, 0, 0, 0.11);
}
.blog-page .sidebar.sidebar-additional .block-content .item:last-child {
  margin-right: 0px;
}
.blog-page .sidebar.sidebar-additional .block-content .item .post-image {
  padding: 0px;
  width: 100%;
  border: none;
}
.blog-page .sidebar.sidebar-additional .block-content .item .post-image a img {
  width: 100%;
  margin-top: -10px;
}
.blog-page .sidebar.sidebar-additional .block-content .item .post-item-link {
  color: #020202;
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
  font-weight: 400;
  margin-left: 20px;
  float: left;
  margin-top: 20px;
  height: 50px;
  line-height: normal;
}
.blog-page .sidebar.sidebar-additional .block-content .item .post-item-date {
  clear: both;
  overflow: hidden;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  opacity: 0.7;
  padding-left: 20px;
  padding-top: 15px;
}
.blog-page .sidebar.sidebar-additional .blogbottom {
  background: #ffffff;
  padding: 60px 0;
}
.blog-page .sidebar.sidebar-additional .blogbottom ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 1180px;
  margin: auto;
  padding: 0px;
}
.blog-page .column.main {
  width: 100%;
}
.blog-page .column.main .post-content .post-info {
  display: none;
}
.blog-page .column.main .post-content .post-text-hld h1 {
  text-align: center;
  font-family: 'Fedra Sans Medium 5';
  font-size: 45px;
  width: 30%;
  margin: auto;
  padding-top: 40px;
}
.blog-page .column.main .post-content .post-text-hld h2 {
  font-weight: 400;
  width: 50%;
  margin: auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 50px;
}
.blog-page .column.main .post-content .post-text-hld h2 p {
  font-size: 20px;
  line-height: 34px;
  color: #8a8173;
  font-family: 'Fedra Sans Std';
}
.blog-page .column.main .post-content .post-ftimg-hld {
  width: 942px;
  margin: auto;
  position: relative;
}
.blog-page .column.main .post-content .post-ftimg-hld .post-header {
  position: absolute;
  left: -50px;
  top: 50%;
}
.blog-page .column.main .post-content .post-ftimg-hld .post-header a {
  display: block;
  float: none !important;
}
.blog-page .column.main .post-content .blogmaincontent {
  width: 670px;
  margin: auto;
  background: url('../../frontend/OM/Isha/en_US/mage/images/editor-note-divider.svg') no-repeat center bottom;
  padding-bottom: 80px;
}
.blog-page .column.main .post-content .blogmaincontent .top {
  font-family: 'Fedra Sans Book 5';
  font-size: 20px;
  padding-bottom: 80px;
  padding-top: 50px;
}
.blog-page .column.main .post-content .blogmaincontent .editorsection {
  border-right: solid 30px #EDAA38;
  margin-right: 130px;
}
.blog-page .column.main .post-content .blogmaincontent .editorsection p {
  font-size: 28px;
  color: #6f6358;
  font-weight: normal;
  text-align: right;
  font-family: 'Fedra Sans Book 5';
  padding-right: 30px;
}
.blog-page .column.main .post-content .blogmaincontent .editorsection p span {
  display: block;
}
.blog-page .column.main .post-content .accordingsecton {
  width: 900px;
  margin: auto;
  font-family: 'Fedra Sans Book 5';
  padding-top: 55px;
}
.blog-page .column.main .post-content .accordingsecton .set {
  border-bottom: solid 1px #dfd6c4;
  padding: 15px 0;
}
.blog-page .column.main .post-content .accordingsecton .set .mainlink {
  font-family: 'Fedra Sans Book 5';
  color: #020202;
  font-size: 18px;
  font-weight: 600;
  display: block;
  padding: 0 0 0px 0;
  position: relative;
  text-decoration: none;
}
.blog-page .column.main .post-content .accordingsecton .set .mainlink::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0px;
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  opacity: 0.7;
}
.blog-page .column.main .post-content .accordingsecton .set .mainlink.active::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.blog-page .column.main .post-content .accordingsecton .set .contentsecrtion {
  padding: 20px 80px 0 30px;
  display: none;
}
.blog-page .column.main .post-content .accordingsecton .set .contentsecrtion p {
  font-size: 18px;
  padding-bottom: 20px;
}
.blog-page .column.main .post-content .accordingsecton .set .contentsecrtion p span {
  font-weight: 600;
}
.blog-page .column.main .post-content .accordingsecton .editornotes {
  font-size: 18px;
  margin-top: 90px;
  padding-top: 70px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/editor-note-divider.svg') no-repeat center top;
}
.blog-page .column.main .post-content .accordingsecton .editornotes p span {
  font-weight: 600;
}
.blog-page .column.main .post-content .accordingsecton .editornotes p a {
  color: #a92611;
  display: inline-block;
  border-bottom: solid 1px #a92611;
}
.blog-page .column.main .post-content .accordingsecton .exandall {
  clear: both;
  border-bottom: solid 1px #dfd6c4;
  overflow: hidden;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.blog-page .column.main .post-content .accordingsecton .exandall a {
  color: #a92611;
  font-size: 18px;
  float: right;
}
.blog-page .block.block-tagclaud {
  width: 850px;
  margin: auto;
  padding: 30px 0 50px 0;
  clear: both;
  overflow: hidden;
}
.blog-page .block.block-tagclaud .block-title {
  float: left;
}
.blog-page .block.block-tagclaud .block-title strong {
  color: #8a8173;
  font-size: 20px;
  font-weight: 600;
  padding-right: 20px;
  font-family: 'Fedra Sans Book 5';
}
.blog-page .block.block-tagclaud .tagclaud-hld {
  float: left;
  width: 80%;
}
.blog-page .block.block-tagclaud .tagclaud-hld a {
  color: #676055;
  font-size: 15px;
  border: solid 1px #dfd6c4;
  line-height: normal;
  padding: 8px 14px;
  border-radius: 30px;
  text-transform: capitalize;
  height: auto;
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 15px;
  text-decoration: none;
  font-family: 'Fedra Sans Book 5';
}
.cms-snake-ring .page-title {
  padding-top: 50px;
}
.cms-snake-ring .page-title span {
  display: block;
  text-align: center;
  font-size: 36px;
  font-family: 'Fedra Sans Medium 5';
  position: relative;
  border: none !important;
  color: #020202;
}
.cms-snake-ring .page-title span::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 211px;
  transform: translate(-50%, -50%);
  border-bottom: solid 3px #edaa38;
}
.cms-snake-ring .snake-ringmain {
  padding-top: 60px;
}
.cms-snake-ring .snake-ringmain p {
  font-family: 'Fedra Sans Book 5';
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 20px;
  margin: 0px;
}
.cms-pincode {
  background: #ffffff;
}
.cms-pincode #delivery_faqs {
  text-align: center;
  font-size: 36px;
  font-family: 'Fedra Sans Medium 5';
  position: relative;
  padding-top: 40px;
}
.cms-pincode #delivery_faqs::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 211px;
  transform: translate(-50%, -50%);
  border-bottom: solid 3px #edaa38;
}
.cms-pincode .accordion-container {
  position: relative;
}
.cms-pincode .accordion-container .set {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}
.cms-pincode .accordion-container .set a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  font-size: 16px;
  color: #a92611;
  font-family: 'Fedra Sans Book 5';
  font-weight: 600;
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
}
.cms-pincode .accordion-container .set .contentsecrtion {
  display: none;
  background: #ffffff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cms-pincode .accordion-container .set .contentsecrtion p {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  padding: 20px;
  margin: 0;
}
.cms-pincode .accordion-container .set .contentsecrtion p a {
  background: none;
  display: inline-block;
  padding: 0;
  font-weight: normal;
  font-size: 14px;
}
.cms-pincode .pincodecontent {
  padding-top: 60px;
}
.cms-pincode .pincodecontent h1 {
  font-size: 26px;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 500;
  margin: 0px;
  padding: 0 0 15px 0;
  width: 100%;
  float: none;
}
.cms-pincode .pincodecontent table {
  font-family: 'Fedra Sans Book 5';
  font-size: 16px;
}
.cms-pincode .pincodecontent table th,
.cms-pincode .pincodecontent table td {
  padding: 10px 20px;
}
.cms-safety-and-delivery-faqs {
  background: #ffffff;
}
.cms-safety-and-delivery-faqs .safety-and-delivery-faqs {
  padding-bottom: 40px;
}
.cms-safety-and-delivery-faqs .safety-and-delivery-faqs td {
  vertical-align: text-top;
  display: inline;
}
.cms-safety-and-delivery-faqs .safety-and-delivery-faqs td img {
  display: inline-block;
  margin-top: -2px;
}
.cms-safety-and-delivery-faqs .safety-and-delivery-faqs .headercontent {
  text-align: center;
  width: 100%;
  padding: 40px 0;
}
.cms-safety-and-delivery-faqs .safety-and-delivery-faqs .headercontent h2 {
  font-family: 'Fedra Sans Medium 5';
}
.cms-safety-and-delivery-faqs .safety-and-delivery-faqs .headercontent h3 {
  padding: 20px 0;
}
.cms-safety-and-delivery-faqs .safety-and-delivery-faqs .headercontent h3 a {
  font-family: 'Fedra Sans Book 5';
  background: #a92611;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.45px;
  padding: 10px 20px;
  border-radius: 3px;
  line-height: normal;
  height: auto;
}
.cms-safety-and-delivery-faqs .safety-and-delivery-faqs .headercontent h4 a {
  color: #a92611;
  font-size: 18px;
  border-bottom: solid 1px #a92611;
  font-family: 'Fedra Sans Book 5';
}
.cms-safety-and-delivery-faqs .accordion-container {
  position: relative;
}
.cms-safety-and-delivery-faqs .accordion-container .set {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}
.cms-safety-and-delivery-faqs .accordion-container .set a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  font-size: 16px;
  color: #a92611;
  font-family: 'Fedra Sans Book 5';
  font-weight: 600;
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
}
.cms-safety-and-delivery-faqs .accordion-container .set .contentsecrtion {
  display: none;
  background: #ffffff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cms-safety-and-delivery-faqs .accordion-container .set .contentsecrtion p {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  padding: 20px;
  margin: 0;
}
.cms-safety-and-delivery-faqs .accordion-container .set .contentsecrtion p a {
  background: none;
  display: inline-block;
  padding: 0;
  font-weight: normal;
  font-size: 14px;
}
.cms-safety-and-delivery-faqs #delivery_faqs {
  font-size: 28px;
  font-family: 'Fedra Sans Medium 5';
  font-weight: 500;
}
.cms-how-to-clean-yoga-mat .page-main {
  max-width: 100%;
  padding: 0px;
}
.cms-how-to-clean-yoga-mat .page-main .how-to-clean-yoga-mat {
  width: 1140px;
  margin: auto;
}
.cms-how-to-clean-yoga-mat .page-main .how-to-clean-yoga-mat h2 {
  font-family: 'Fedra Sans Medium 5';
  font-size: 20px;
  padding-bottom: 20px;
  padding-top: 40px;
}
.cms-how-to-clean-yoga-mat .page-main .how-to-clean-yoga-mat p {
  font-family: 'Fedra Sans Book 5';
  font-size: 16px;
}
.cms-how-to-clean-yoga-mat .page-main .how-to-clean-yoga-mat ul {
  padding: 0 0 0 16px;
}
.cms-how-to-clean-yoga-mat .page-main .how-to-clean-yoga-mat ul li {
  font-family: 'Fedra Sans Book 5';
  font-size: 16px;
}
.cms-how-to-clean-yoga-mat .page-main .how-to-clean-yoga-mat ul li a {
  color: #a92611;
  text-decoration: none;
}
.cms-significance-of-kumkum {
  background: #ffffff;
}
.cms-significance-of-kumkum .page-main {
  max-width: 100%;
  padding: 0px;
}
.cms-significance-of-kumkum .page-main .page-title-wrapper {
  display: none;
}
.cms-significance-of-kumkum .page-main .contentarea {
  width: 1140px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  font-family: 'Fedra Sans Book 5';
  font-size: 16px;
}
.cms-significance-of-kumkum .page-main .contentarea h2 {
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
  padding-bottom: 15px;
}
.cms-pod .page-main {
  max-width: 100%;
  padding: 0px;
}
.cms-pod .page-main .bannertop img {
  width: 100%;
}
.cms-pod .page-main .bannertop .content {
  width: 700px;
  margin: auto;
  text-align: center;
  padding: 40px 0;
  line-height: 26px;
}
.cms-pod .page-main .bannertop .content h2 {
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
  margin: 0;
  padding-bottom: 20px;
  line-height: 26px;
}
.cms-pod .page-main .bannertop .content p {
  font-family: 'Fedra Sans Book 5';
  font-size: 16px;
}
.cms-pod .page-main .podpagemain {
  width: 1140px;
  margin: auto;
}
.cms-pod .page-main .podpagemain .tabs ul {
  display: flex;
  justify-content: space-between;
  width: 854px;
  margin: auto;
  border: none;
}
.cms-pod .page-main .podpagemain .tabs ul li a {
  color: #ffffff;
  background: #38445e;
  border: 1px solid #becbd2;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom: none;
  margin: 4px 0.25em;
  display: block;
  float: left;
  position: relative;
  padding: 3px 8px;
  text-align: center;
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  text-decoration: none;
}
.cms-pod .page-main .podpagemain .tabs ul li a.active-a {
  color: #38445e;
  background: #D4D4D4;
  font-weight: 600;
}
.cms-pod .page-main .podpagemain .tabs ul li img {
  width: 20%;
}
.cms-pod .page-main .podpagemain .tabs ul li:last-child img {
  width: 29%;
}
.cms-pod .page-main .podpagemain .cutometabing .tab {
  width: 1170px;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}
.cms-pod .page-main .podpagemain .cutometabing .tab.tab-active {
  display: block;
  clear: both;
  overflow: hidden;
}
.cms-pod .page-main .podpagemain .cutometabing .tab .mediabox {
  float: left;
  width: 25%;
  padding: 0 25px;
}
.cms-pod .page-main .podpagemain .cutometabing .tab .mediabox img {
  display: block;
  margin: auto;
}
.cms-pod .page-main .podpagemain .cutometabing .tab .mediabox h3 {
  font-family: 'Fedra Sans Medium 5';
  font-size: 16px;
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cms-pod .page-main .podpagemain .cutometabing .tab .mediabox p {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
}
.cms-emi-payments .page-main {
  max-width: 100%;
  padding: 0px;
}
.cms-emi-payments .page-main .page-title-wrapper {
  display: none;
}
.cms-emi-payments .page-main .topbanner img {
  width: 100%;
}
.cms-emi-payments .page-main .topbanner .conent {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Fedra Sans Medium 5';
  font-size: 16px;
  width: 980px;
  margin: auto;
}
.cms-emi-payments .page-main .emimaincount {
  width: 1140px;
  margin: auto;
}
.cms-emi-payments .page-main .emimaincount h2 {
  font-size: 18px;
  font-family: 'Fedra Sans Medium 5';
  padding-bottom: 20px;
  padding-left: 15px;
}
.cms-emi-payments .page-main .emimaincount .banklogoinner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px !important;
}
.cms-emi-payments .page-main #row-yoga {
  box-shadow: 0 0 5px #ccc;
  transition: box-shadow 0.3s ease-in-out;
}
.cms-emi-payments .page-main #row-yoga #idy-header {
  font-family: 'Fedra Sans Medium 5';
  margin: 0;
  font-size: 26px;
  padding: 13px 0;
}
.cms-emi-payments .page-main #row-yoga .emiproductlisting {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cms-emi-payments .page-main #row-yoga .emiproductlisting h1 {
  margin: 0px;
  padding-bottom: 10px;
}
.cms-emi-payments .page-main #row-yoga .emiproductlisting h1 a {
  font-family: 'Fedra Sans Book 5';
  font-size: 14px;
  color: #020202;
  line-height: 22px;
  display: block;
  height: 50px;
}
.cms-emi-payments .page-main #row-yoga .emiproductlisting h1.rs {
  font-family: 'Fedra Sans Book 5';
  font-size: 15px;
}
.cms-emi-payments .page-main .bottomcont {
  padding-top: 60px;
}
.cms-emi-payments .page-main .bottomcont h3 {
  text-align: center;
  font-family: 'Fedra Sans Medium 5';
  font-size: 18px;
  padding: 20px 0;
}
.cms-emi-payments .page-main .bottomcont p {
  font-family: 'Fedra Sans Book 5';
  text-align: center;
  font-size: 16px;
}
.custom_addto_form span.wishlist::before {
  display: none;
}
.custom_addto_form span.wishlist a {
  font-size: 0px !important;
}
.custom_addto_form span.wishlist a::before {
  content: "\f08a" !important;
  font-family: "FontAwesome";
  color: #ffffff !important;
  font-size: 14px;
}
.custom_addto_form span.wishlist a.wishlist-added::before {
  content: "\f004" !important;
  font-family: "FontAwesome";
}
#ajaxlogin-create-form .mobilenumber.reg-mobile {
  position: relative;
}
#ajaxlogin-create-form .mobilenumber.reg-mobile .submitbtnajax.send-otp-button {
  position: absolute;
  top: 4px;
  right: 0px;
  margin: 0;
  padding: 0;
}
#ajaxlogin-create-form .mobilenumber.reg-mobile .submitbtnajax.send-otp-button input {
  background: none;
  border: none;
  color: #d9422c;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 600;
}
#ajaxlogin-create-form .otp-content.reginput.field input {
  border-bottom: none !important;
}
#mySidenav .menu-left .menu-links ul {
  position: relative;
  z-index: 99;
}
.cms-fabric .products-grid-cms ul {
  width: 100%;
}
.cms-fabric .products-grid-cms ul .product-item-info {
  width: 100%;
}
.cms-consecrated-rudraksha .productslist li:first-child .price-box {
  display: flex;
}
.cms-consecrated-rudraksha .productslist li:first-child .price-box .price {
  padding-left: 5px;
}
.cms-consecrated-rudraksha .productslist li .product-item-info span.wishlist {
  position: absolute;
  left: 10px;
  top: 10px;
}
#ajax-goto {
  width: auto;
  padding-top: 40px;
}
#ajax-goto a span {
  display: block;
  line-height: normal;
}
#ajax-goto a {
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  line-height: normal;
  opacity: 1;
  height: auto;
  margin: 0px;
  font-family: 'Fedra Sans Book 5';
  letter-spacing: 0.45px;
  width: auto;
  color: #a92611;
  border: solid 1px #a92611;
  background: no-repeat;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  padding: 14px 50px;
}
.cms-page-view .productslist .action.towishlist {
  position: absolute;
  left: 10px;
  top: 10px;
}
.ishaessentials.onlyentials .block-products-list.grid .product-item .action.towishlist {
  top: 15px;
  left: 15px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .checkout-index-index .actions-toolbar button.checkout {
    width: 100% !important;
  }
}
.trackorder-index-view form#track-form .fieldset:last-child {
  display: flex;
}
.trackorder-index-view .field.track.required {
  margin-bottom: 0;
  width: 100%;
}
.trackorder-index-view .block-customer-track .form-track label.label {
  display: none;
}
.trackorder-index-view .field.track.required input {
  border: solid 1px #edaa39;
  height: auto;
  padding: 10px 15px 8px;
  height: 48px;
  width: 475px;
  font-size: 18px;
  font-family: "Fedra Sans Book 5";
  font-weight: 400;
  box-shadow: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  max-width: 100%;
}
.trackorder-index-view .field.email.required {
  display: none;
}
.header.content .nav-toggle {
  display: none !important;
}
.header-promo-slider {
  float: left;
}
@media only screen and (max-width: 768px) {
  .trackorder-index-view .block-customer-track {
    padding: 0 !important;
  }
  .field.track.required input {
    width: 100% !important;
    font-size: 14px !important;
  }
}
/*iPad pro*/
@media (min-width: 1024px) and (max-width: 1024px) {
  .ishaessentials {
    padding: 40px 20px;
  }
  .ishalifeexclsive .exclusiveslider .owl-nav {
    width: 74%;
  }
  .footershipping {
    padding: 50px 0;
  }
  .footershipping img {
    width: 100px;
  }
  .footershipping p {
    float: left;
    width: 60%;
  }
  .col-3.footersocail {
    padding: 0px;
  }
  .rating-summary .rating-result {
    width: 60px;
  }
  .catalog-product-view .product-info-main .box-tocart .actions {
    width: 70%;
    display: flex;
  }
  .sections.nav-sections ul li.level0 > a {
    padding: 0 0.5vw !important;
    font-size: 12px !important;
  }
  .headersticky .header.content .middle-container-wrap .block.block-search .actions button {
    right: 30px;
  }
  .also-see .full-for-mobile {
    display: inline-block;
    margin-bottom: 30px;
  }
  .catalog-product-view .product-info-main .product.info.detailed .title a {
    font-size: 14px;
  }
  .catalog-product-view .product-info-main .product.info.detailed .title {
    padding-right: 8px;
  }
  .relatedCategory .pillslisting {
    width: 70%;
  }
  .relatedCategory .innersection {
    padding-right: 0px;
  }
}
/*iPad pro*/
.modal.ajax-forgot-form {
  z-index: 9999999999 !important;
}
.forgotmobileget .otp-content.input-box .custom-select {
  display: none;
}
.forgotcustom .list {
  width: 100% !important;
  display: flex !important;
  padding-left: 1px;
  padding-bottom: 20px;
}
.forgotcustom .list span {
  margin-right: 30px;
}
.checkout-address-edit-ajax .field.zip .message.warning,
.form-address-edit .field.zip .message.warning,
.billing-address-form .fieldset.address input[name="postcode"] + .message.warning {
  display: none !important;
}
.parent-container-wrap {
  height: 60px !important;
  overflow: hidden !important;
}
.mega_menu_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  line-height: 30px;
}
.mega_menu_list ul li {
  font-family: 'Fedra Sans Medium 5' !important;
}
.mega_menu_list ul li .menu-left {
  min-height: unset;
  padding-bottom: 20px;
  height: fit-content !important;
  padding-bottom: 10px !important;
}
.mega_menu_list ul li .menu-left .menu-links {
  padding: 15px 0 10px 65px !important;
}
.mega_menu_list ul li .menu-left .menu-links ul li {
  font-family: 'Fedra Sans Medium 5' !important;
  font-weight: 400 !important;
  color: #a92611 !important;
  line-height: normal;
  display: block;
  border-bottom: solid 1px #fdf8ee;
  transition: 0.5s all ease;
}
.mega_menu_list ul li .menu-left .menu-links ul li a {
  font-family: 'Fedra Sans Medium 5' !important;
  font-weight: 400 !important;
  line-height: normal;
}
.mega_menu_list ul li .menu-left .menu-links .menu-links-right li a {
  font-family: 'Fedra Sans Book 5' !important;
}
.dropdown-menu-dekstop {
  width: 360px;
  background: #fff;
  position: fixed;
  top: 0;
  left: -400px;
  bottom: 0;
  height: 100%;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.06);
  z-index: 99;
  overflow: auto;
  max-height: 100vh;
  padding-bottom: 20px;
  transition: ease-in-out 0.5s;
}
.dropdown-menu-dekstop.open-menu {
  left: 0;
}
.desktop-menu-togle {
  float: left;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-width: 2px 0;
  position: relative;
}
.desktop-menu-togle:before {
  content: '';
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.dropdown-menu-dekstop ul {
  list-style: none;
}
.dropdown-menu-dekstop .mega_menu_list {
  display: block !important;
  line-height: 1 !important;
}
.dropdown-menu-dekstop .menu-left .menu-links .split-ul.sptaikmalas,
.dropdown-menu-dekstop .menu-left .menu-links .split-ul.nfoodbeverage,
.dropdown-menu-dekstop .menu-left .menu-links .split-ul.bookmagazines,
.dropdown-menu-dekstop .menu-left .menu-links .split-ul.deepamdiya,
.dropdown-menu-dekstop .menu-left .menu-links .split-ul.skincare,
.dropdown-menu-dekstop .menu-left .menu-links .split-ul.menclothing,
.dropdown-menu-dekstop .menu-left .menu-links .split-ul.hipainrelief,
.dropdown-menu-dekstop .menu-left .menu-links .split-ul.yogamat,
.dropdown-menu-dekstop ul,
.dropdown-menu-dekstop .menu-left .menu-links .split-ul.templeright,
.dropdown-menu-dekstop .mega_menu_list ul li .menu-left .menu-links {
  padding: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.dropdown-menu-dekstop ul li a {
  width: 100%;
  float: left;
}
.dropdown-menu-dekstop .level0 .level-top {
  font-family: 'Fedra Sans Medium 5' !important;
  font-weight: 400 !important;
  line-height: normal;
  font-size: 14px;
  color: #000;
  background: #fff;
  padding: 8px 10px;
  border-bottom: 2px solid #f8f8f8;
}
.dropdown-menu-dekstop .category-image,
.dropdown-menu-dekstop li.category-image-section.menu-parent.desktopbanner,
.dropdown-menu-dekstop li.category-image-section.menu-parent.mobilebanner {
  display: none !important;
}
body .dropdown-menu-dekstop .menu-left .menu-links .split-ul .menu-parent {
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}
.dropdown-menu-dekstop .menu-parent > a {
  color: #000 !important;
}
.dropdown-menu-dekstop .menu-right a {
  color: #000;
}
.dropdown-menu-dekstop .menu-left .menu-links .split-ul {
  width: 100%;
  padding-right: 0 !important;
}
.dropdown-menu-dekstop .mega_menu_list ul li .menu-left {
  display: none;
}
.dropdown-menu-dekstop ul li {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
}
.dropdown-menu-dekstop .angle-arrow {
  display: block !important;
  position: absolute;
  background: transparent;
  width: 80px;
  height: 40px;
  top: 20px;
  right: 0;
}
.dropdown-menu-dekstop .level0 .level-top img {
  width: 80px;
  display: inline !important;
}
.dropdown-menu-dekstop .widget.block.block-static-block {
  padding: 0 !important;
}
.dropdown-menu-dekstop .top-section {
  float: left;
  width: 100%;
  background: #FFFDF8;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  box-shadow: 0 0 28px -11px rgba(0, 0, 0, 0.5);
  margin-bottom: 17px;
}
.dropdown-menu-dekstop .angle-arrow:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #231F20;
  border-width: 1px 1px 0 0;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 56%;
}
.dropdown-menu-dekstop ul li.open-top .angle-arrow::after {
  transform: translate(-50%, -69%) rotate(135deg);
}
.dropdown-menu-dekstop .mega_menu_list ul li .menu-left .menu-links ul li a {
  padding: 15px 10px;
  background: #f8f8f8;
  border-bottom: 1px solid #e4e1e1;
  font-size: 14px;
}
.dropdown-menu-dekstop .menu-left .menu-links .split-ul .menu-parent .menu-right {
  display: none;
}
.sub-menu-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 40px;
  background: transparent;
}
.sub-menu-arrow:before {
  /* content: '';
    width: 20px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #231f20;
  border-width: 1px 1px 0 0;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
}
/* .sub-menu-arrow:after {
    width: 1px;
    height: 20px;
    position: absolute;
    background: #000;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
/* body .dropdown-menu-dekstop .menu-left .menu-links .split-ul .menu-parent.open-top .sub-menu-arrow:after{display: none;} */
body .dropdown-menu-dekstop .menu-left .menu-links .split-ul .menu-parent.open-top .sub-menu-arrow:before {
  transform: translate(-50%, -69%) rotate(135deg);
}
.dropdown-menu-dekstop .mega_menu_list ul li .menu-left .menu-links .menu-links-right li a {
  background: #fff;
}
.dropdown-menu-dekstop .menu-left .menu-links .split-ul.bookphotos {
  padding-right: 0 !important;
}
.bottom-section {
  float: left;
  width: 100%;
  padding: 20px;
}
.dropdown-menu-dekstop ul.menu-bottom li a {
  padding: 10px 0;
  color: #000;
  font-size: 14px;
}
.dropdown-menu-dekstop ul.menu-bottom,
.dropdown-menu-dekstop ul.social-media {
  float: left;
  width: 100%;
}
.dropdown-menu-dekstop ul.social-media {
  display: flex;
}
.dropdown-menu-dekstop .bottom-mark {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.dropdown-menu-dekstop .bottom-mark span {
  font-size: 13px;
  color: #838383;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.dropdown-menu-dekstop .bottom-mark span.bestseller {
  margin-right: 0;
}
.dropdown-menu-dekstop .bottom-mark span:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 100%;
  float: left;
  margin-right: 5px;
}
.dropdown-menu-dekstop .bottom-mark span.newarrivals:before {
  background: #8432EF;
}
.dropdown-menu-dekstop .bottom-mark span.sale:before {
  background: #32C864;
}
.dropdown-menu-dekstop .bottom-mark span.bestseller:before {
  background: #0067DF;
}
.dropdown-menu-dekstop .myaccounticon,
.dropdown-menu-dekstop .icon.wishlist-my-icon {
  display: none;
}
.dropdown-menu-dekstop .icon.user-my-icon span:after {
  content: 'Login/Sign up';
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 13px;
}
.dropdown-menu-dekstop .icon.user-my-icon.open span:before {
  content: '' !important;
  width: 18px;
  height: 14px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/back-arrow.png') no-repeat center center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.dropdown-menu-dekstop .icon.user-my-icon .customername span.customer-name:before {
  content: none !important;
}
.dropdown-menu-dekstop .icon.user-my-icon .customername {
  position: relative;
}
.dropdown-menu-dekstop .icon.user-my-icon.open .customername:before {
  content: '' !important;
  width: 18px;
  height: 14px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/back-arrow.png') no-repeat center center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  order: 1;
}
.dropdown-menu-dekstop .icon.user-my-icon .customername:after {
  content: '';
  width: 22px;
  height: 22px;
  background: url('../../frontend/OM/Isha/en_US/mage/images/profile-fill.png') no-repeat center center;
  order: 2;
}
.dropdown-menu-dekstop .icon.user-my-icon .customername span {
  order: 3;
}
.dropdown-menu-dekstop .icon.user-my-icon.loggedin-icon.open {
  position: fixed;
  background: #fff;
  width: 360px;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 99;
}
.dropdown-menu-dekstop span.customer-name {
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.dropdown-menu-dekstop .authorization-link.logged-out {
  padding: 0 !important;
}
.dropdown-menu-dekstop .icon.user-my-icon:hover .show-login-logout,
.dropdown-menu-dekstop .d-flex.align-items-center.loggedin-icon {
  display: none !important;
}
.dropdown-menu-dekstop .icon.user-my-icon.open:hover .show-login-logout {
  display: block !important;
}
.dropdown-menu-dekstop .icon.user-my-icon.loggedin-icon.open .customername {
  display: flex !important;
  background: #FFFDF8;
  padding: 10px;
  box-shadow: 0 0 28px -11px rgba(0, 0, 0, 0.5);
  align-items: center;
  gap: 10px;
}
.dropdown-menu-dekstop .icon.user-my-icon.open .d-flex.align-items-center {
  background: #FFFDF8;
  padding: 10px;
  box-shadow: 0 0 28px -11px rgba(0, 0, 0, 0.5);
}
.dropdown-menu-dekstop .icon.user-my-icon.loggedin-icon.open .customername span.closeshowlogin-name {
  display: bock !important;
}
.dropdown-menu-dekstop .icon.user-my-icon.loggedin-icon.open .customername span:after {
  content: none !important;
}
.dropdown-menu-dekstop .icon.user-my-icon.loggedin-icon.open .customername .customer-name:after {
  content: '';
  width: 22px;
  height: 22px;
  background: url('../../frontend/OM/Isha/en_US/mage/profile-fill.png') no-repeat center center;
  position: absolute;
}
.dropdown-menu-dekstop .icon.user-my-icon.loggedin-icon.open .show-login-logout {
  display: block !important;
}
.dropdown-menu-dekstop .show-customer-name {
  display: none !important;
}
.dropdown-menu-dekstop .show-account-section ul {
  float: left;
  width: 100%;
}
.dropdown-menu-dekstop .show-account-section ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.dropdown-menu-dekstop .show-account-section ul li a {
  float: left;
  width: 100%;
  color: #000;
  padding: 5px 10px;
  font-size: 14px;
}
.dropdown-menu-dekstop .authorization-link {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0 20px;
}
.dropdown-menu-dekstop .authorization-link a {
  float: left;
  width: 100%;
  color: #BC1717;
  padding: 5px 10px;
  font-size: 16px;
  text-decoration: underline;
}
.dropdown-menu-dekstop span.closeshowlogin-name {
  display: block !important;
}
.dropdown-menu-dekstop .icon.user-my-icon.open {
  position: fixed !important;
  width: 360px;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2;
  max-height: 100vh;
  overflow: auto;
}
.dropdown-menu-dekstop .show-login-logout.open {
  display: block !important;
}
.dropdown-menu-dekstop .show-login-logout li.authorization-link.logged-in .beforelogin h2 {
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 30px;
}
.dropdown-menu-dekstop .show-login-logout li.authorization-link.logged-in .beforelogin p {
  font-size: 14px;
}
.dropdown-menu-dekstop .show-login-logout li.authorization-link.logged-in .beforelogin p br {
  display: none !important;
}
.dropdown-menu-dekstop .show-login-logout li.authorization-link.logged-in .beforelogin + a {
  line-height: normal;
  background: #a92611;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 15px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  padding: 12px 0 !important;
  border-radius: 30px;
  margin-top: 20px;
  margin-bottom: 5px;
  text-decoration: none;
}
.dropdown-menu-dekstop .loginbeforeicon {
  float: left;
  width: 100%;
}
.dropdown-menu-dekstop .loginbeforeicon .terms-privacy p a {
  width: auto;
  display: inline-block;
  float: none;
  font-size: 12px;
  padding: 0;
}
.dropdown-menu-dekstop .authorization-link .login-promo + a {
  padding: 0;
  width: auto !important;
  margin: 0 -20px !important;
}
.dropdown-menu-dekstop .authorization-link .login-promo figure,
.dropdown-menu-dekstop .authorization-link .login-promo img {
  margin: 0 !important;
  padding: 0 !important;
}
.dropdown-menu-dekstop .authorization-link .login-promo + a img {
  margin: 0 !important;
  padding: 0 !important;
}
.dropdown-menu-dekstop .icon.user-my-icon.loggedin-icon .customername {
  display: flex !important;
  align-items: center;
}
.dropdown-menu-dekstop .icon.user-my-icon.loggedin-icon .customername span:after {
  content: none !important;
}
html .page-header .dropdown-menu-dekstop .icon.user-my-icon .myaccounticon {
  display: none !important;
}
.dropdown-menu-dekstop .icon.user-my-icon.open .show-login-logout {
  display: block !important;
}
.dropdown-menu-dekstop .login-promo {
  display: block !important;
  margin: 0 -20px;
}
.dropdown-menu-dekstop .login-promo img {
  margin: 10px 0 !important;
}
.desktop-toggle {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -6px;
}
.sections.nav-sections .mega_menu_list ul li.level0 {
  font-family: 'Fedra Sans Medium 5' !important;
}
.sections.nav-sections .mega_menu_list ul li.level0 > a {
  font-family: 'Fedra Sans Medium 5' !important;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 18px !important;
  letter-spacing: 0.02em;
  text-align: center;
  color: #020202;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .sections.nav-sections .mega_menu_list ul li.level0 > a {
    font-size: 11px !important;
  }
}
.page-wrapper .page-header .panel.wrapper .header .action.skip.contentarea {
  display: none;
}
aside.modal-popup.popup-authentication.modal-slide._inner-scroll {
  display: none;
}
.header-promo-slider-block {
  background-color: #C1CFAC;
}
.landig-video-banner {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 85px 25px;
}
.landig-video-banner .video-bg {
  width: 100%;
  height: auto;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}
.landig-video-banner .landig-video-col {
  max-width: 900px;
  position: relative;
  margin: auto;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  box-shadow: 0px 24px 24px -12px #000000 5C;
  line-height: 0;
}
.landig-video-banner .video-poster {
  border-radius: 6px;
  cursor: pointer;
  height: auto;
  width: 100%;
  max-width: 900px;
}
.landig-video-banner .is-mobile {
  display: none;
}
.landig-video-banner .play-icon {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 84px;
  transform: translate(-50%, -50%);
}
#banner-video-load {
  line-height: 0;
  max-height: 507px;
  display: none;
}
@media (max-width: 768px) {
  .landig-video-banner {
    padding: 30px 0;
  }
  .landig-video-banner .video-poster {
    display: none;
  }
  .landig-video-banner .video-poster.is-mobile.banner-image {
    display: block;
  }
  .landig-video-banner .play-icon {
    width: 64px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .menu-left .menu-links .split-ul.nfoodmuesli {
    padding-right: 10px !important;
  }
  .menu-left .menu-links .split-ul.nfoodbeverage {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  body #mySidenav .menu-left .menu-links {
    padding: 0 0 0 15px !important;
  }
  #mySidenav .menu-left .menu-links > ul.split-ul:last-child {
    margin-right: 15px;
  }
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/OM/Isha/en_US/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #00699D;
  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: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbb;
  color: #ffffff;
  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: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: 0.5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
  min-height: 30px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/OM/Isha/en_US/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
._block-content-loading .fotorama-item {
  position: absolute !important;
  z-index: -1;
  top: 0;
  width: 100%;
}
.gallery-placeholder:not(._block-content-loading) .gallery-placeholder__image {
  display: none;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_cmspages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2Fisha.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fgallery.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_fullscreen.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOM%5C%2FIsha%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_focus.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAQJ%3BAACA%3BEACI%2CcAAA%3BEACA%2CaC4ByB%2C4BD5BzB%3BEACA%2CiCAAA%3BEACA%2C4BAA4B%2CMAA5B%3BEACA%2C%2BBAA%2BB%2CMAA%5C%2FB%3BEACA%2CuBAAuB%2CSAAvB%3B%3BAAGJ%2CqBAAqB%2CeACjB%2C4BACI%2CmBACI%2CGAAE%3BEACE%2CaCuBc%2CmBDvBd%3BEACA%2CeAAA%3B%3BAAMhB%2CeACI%3BEACI%2C2BAAA%3B%3BAAuJR%2C2CAA4C%2CWAAW%2CGAAG%3BEACtD%2C0BAAA%3B%3BAAEJ%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAARJ%2CeAUI%3BAATJ%2CgBASI%3BAARJ%2C0BAQI%3BAAPJ%2CkBAOI%3BAANJ%2C0BAMI%3BAALJ%2C8BAKI%3BAAJJ%2CWAII%3BEACI%2CaAAA%3B%3BAAXR%2CeAcI%3BAAbJ%2CgBAaI%3BAAZJ%2C0BAYI%3BAAXJ%2CkBAWI%3BAAVJ%2C0BAUI%3BAATJ%2C8BASI%3BAARJ%2CWAQI%3BEACI%2CkBAAA%3BEAEA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAtBR%2CeAcI%2CmBAUI%3BAAvBR%2CgBAaI%2CmBAUI%3BAAtBR%2C0BAYI%2CmBAUI%3BAArBR%2CkBAWI%2CmBAUI%3BAApBR%2C0BAUI%2CmBAUI%3BAAnBR%2C8BASI%2CmBAUI%3BAAlBR%2CWAQI%2CmBAUI%3BEACI%2CWAAA%3B%3BAAzBZ%2CeA6BI%3BAA5BJ%2CgBA4BI%3BAA3BJ%2C0BA2BI%3BAA1BJ%2CkBA0BI%3BAAzBJ%2C0BAyBI%3BAAxBJ%2C8BAwBI%3BAAvBJ%2CWAuBI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CaCnLqB%2CgBDmLrB%3BEACA%2CcAAA%3BEACA%2CgBAAgB%2C2CAAhB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEAEA%2CiBAAA%3B%3BAAvCR%2CeA6BI%2COAYI%3BAAxCR%2CgBA4BI%2COAYI%3BAAvCR%2C0BA2BI%2COAYI%3BAAtCR%2CkBA0BI%2COAYI%3BAArCR%2C0BAyBI%2COAYI%3BAApCR%2C8BAwBI%2COAYI%3BAAnCR%2CWAuBI%2COAYI%3BEACI%2CaC5LiB%2CgBD4LjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA5CZ%2CeA6BI%2COAYI%2CEAKI%3BAA7CZ%2CgBA4BI%2COAYI%2CEAKI%3BAA5CZ%2C0BA2BI%2COAYI%2CEAKI%3BAA3CZ%2CkBA0BI%2COAYI%2CEAKI%3BAA1CZ%2C0BAyBI%2COAYI%2CEAKI%3BAAzCZ%2C8BAwBI%2COAYI%2CEAKI%3BAAxCZ%2CWAuBI%2COAYI%2CEAKI%3BEACI%2CaC9La%2CqBD8Lb%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAnDhB%2CeAwDI%3BAAvDJ%2CgBAuDI%3BAAtDJ%2C0BAsDI%3BAArDJ%2CkBAqDI%3BAApDJ%2C0BAoDI%3BAAnDJ%2C8BAmDI%3BAAlDJ%2CWAkDI%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CeANJ%2CiBAMK%3BAAAD%2CgBANJ%2CiBAMK%3BAAAD%2C0BANJ%2CiBAMK%3BAAAD%2CkBANJ%2CiBAMK%3BAAAD%2C0BANJ%2CiBAMK%3BAAAD%2C8BANJ%2CiBAMK%3BAAAD%2CWANJ%2CiBAMK%3BEACG%2CiBAAA%3B%3BAAGJ%2CeAVJ%2CiBAUK%3BAAAD%2CgBAVJ%2CiBAUK%3BAAAD%2C0BAVJ%2CiBAUK%3BAAAD%2CkBAVJ%2CiBAUK%3BAAAD%2C0BAVJ%2CiBAUK%3BAAAD%2C8BAVJ%2CiBAUK%3BAAAD%2CWAVJ%2CiBAUK%3BEACG%2CiBAAA%3B%3BAAGJ%2CeAdJ%2CiBAcK%3BAAAD%2CgBAdJ%2CiBAcK%3BAAAD%2C0BAdJ%2CiBAcK%3BAAAD%2CkBAdJ%2CiBAcK%3BAAAD%2C0BAdJ%2CiBAcK%3BAAAD%2C8BAdJ%2CiBAcK%3BAAAD%2CWAdJ%2CiBAcK%3BEACG%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CeAnBJ%2CiBAmBK%3BAAAD%2CgBAnBJ%2CiBAmBK%3BAAAD%2C0BAnBJ%2CiBAmBK%3BAAAD%2CkBAnBJ%2CiBAmBK%3BAAAD%2C0BAnBJ%2CiBAmBK%3BAAAD%2C8BAnBJ%2CiBAmBK%3BAAAD%2CWAnBJ%2CiBAmBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CuDAAhB%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAApFZ%2CeAwDI%2CiBA%2BBI%3BAAtFR%2CgBAuDI%2CiBA%2BBI%3BAArFR%2C0BAsDI%2CiBA%2BBI%3BAApFR%2CkBAqDI%2CiBA%2BBI%3BAAnFR%2C0BAoDI%2CiBA%2BBI%3BAAlFR%2C8BAmDI%2CiBA%2BBI%3BAAjFR%2CWAkDI%2CiBA%2BBI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CeAnCR%2CiBA%2BBI%2CSAIK%3BAAAD%2CgBAnCR%2CiBA%2BBI%2CSAIK%3BAAAD%2C0BAnCR%2CiBA%2BBI%2CSAIK%3BAAAD%2CkBAnCR%2CiBA%2BBI%2CSAIK%3BAAAD%2C0BAnCR%2CiBA%2BBI%2CSAIK%3BAAAD%2C8BAnCR%2CiBA%2BBI%2CSAIK%3BAAAD%2CWAnCR%2CiBA%2BBI%2CSAIK%3BEACG%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAHJ%2CeAnCR%2CiBA%2BBI%2CSAIK%2CkBAKG%3BAALJ%2CgBAnCR%2CiBA%2BBI%2CSAIK%2CkBAKG%3BAALJ%2C0BAnCR%2CiBA%2BBI%2CSAIK%2CkBAKG%3BAALJ%2CkBAnCR%2CiBA%2BBI%2CSAIK%2CkBAKG%3BAALJ%2C0BAnCR%2CiBA%2BBI%2CSAIK%2CkBAKG%3BAALJ%2C8BAnCR%2CiBA%2BBI%2CSAIK%2CkBAKG%3BAALJ%2CWAnCR%2CiBA%2BBI%2CSAIK%2CkBAKG%3BEACI%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAIR%2CeA%5C%2FCR%2CiBA%2BBI%2CSAgBK%3BAAAD%2CgBA%5C%2FCR%2CiBA%2BBI%2CSAgBK%3BAAAD%2C0BA%5C%2FCR%2CiBA%2BBI%2CSAgBK%3BAAAD%2CkBA%5C%2FCR%2CiBA%2BBI%2CSAgBK%3BAAAD%2C0BA%5C%2FCR%2CiBA%2BBI%2CSAgBK%3BAAAD%2C8BA%5C%2FCR%2CiBA%2BBI%2CSAgBK%3BAAAD%2CWA%5C%2FCR%2CiBA%2BBI%2CSAgBK%3BEACG%2CkBAAA%3B%3BAADJ%2CeA%5C%2FCR%2CiBA%2BBI%2CSAgBK%2CiBAGG%3BAAHJ%2CgBA%5C%2FCR%2CiBA%2BBI%2CSAgBK%2CiBAGG%3BAAHJ%2C0BA%5C%2FCR%2CiBA%2BBI%2CSAgBK%2CiBAGG%3BAAHJ%2CkBA%5C%2FCR%2CiBA%2BBI%2CSAgBK%2CiBAGG%3BAAHJ%2C0BA%5C%2FCR%2CiBA%2BBI%2CSAgBK%2CiBAGG%3BAAHJ%2C8BA%5C%2FCR%2CiBA%2BBI%2CSAgBK%2CiBAGG%3BAAHJ%2CWA%5C%2FCR%2CiBA%2BBI%2CSAgBK%2CiBAGG%3BEACI%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAIR%2CeAzDR%2CiBA%2BBI%2CSA0BK%3BAAAD%2CgBAzDR%2CiBA%2BBI%2CSA0BK%3BAAAD%2C0BAzDR%2CiBA%2BBI%2CSA0BK%3BAAAD%2CkBAzDR%2CiBA%2BBI%2CSA0BK%3BAAAD%2C0BAzDR%2CiBA%2BBI%2CSA0BK%3BAAAD%2C8BAzDR%2CiBA%2BBI%2CSA0BK%3BAAAD%2CWAzDR%2CiBA%2BBI%2CSA0BK%3BEACG%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2CeAzDR%2CiBA%2BBI%2CSA0BK%2CkBAIG%3BAAJJ%2CgBAzDR%2CiBA%2BBI%2CSA0BK%2CkBAIG%3BAAJJ%2C0BAzDR%2CiBA%2BBI%2CSA0BK%2CkBAIG%3BAAJJ%2CkBAzDR%2CiBA%2BBI%2CSA0BK%2CkBAIG%3BAAJJ%2C0BAzDR%2CiBA%2BBI%2CSA0BK%2CkBAIG%3BAAJJ%2C8BAzDR%2CiBA%2BBI%2CSA0BK%2CkBAIG%3BAAJJ%2CWAzDR%2CiBA%2BBI%2CSA0BK%2CkBAIG%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3B%3BAANR%2CeAzDR%2CiBA%2BBI%2CSA0BK%2CkBASG%3BAATJ%2CgBAzDR%2CiBA%2BBI%2CSA0BK%2CkBASG%3BAATJ%2C0BAzDR%2CiBA%2BBI%2CSA0BK%2CkBASG%3BAATJ%2CkBAzDR%2CiBA%2BBI%2CSA0BK%2CkBASG%3BAATJ%2C0BAzDR%2CiBA%2BBI%2CSA0BK%2CkBASG%3BAATJ%2C8BAzDR%2CiBA%2BBI%2CSA0BK%2CkBASG%3BAATJ%2CWAzDR%2CiBA%2BBI%2CSA0BK%2CkBASG%3BEACI%2CmBAAA%3B%3BAAIR%2CeAvER%2CiBA%2BBI%2CSAwCK%3BAAAD%2CgBAvER%2CiBA%2BBI%2CSAwCK%3BAAAD%2C0BAvER%2CiBA%2BBI%2CSAwCK%3BAAAD%2CkBAvER%2CiBA%2BBI%2CSAwCK%3BAAAD%2C0BAvER%2CiBA%2BBI%2CSAwCK%3BAAAD%2C8BAvER%2CiBA%2BBI%2CSAwCK%3BAAAD%2CWAvER%2CiBA%2BBI%2CSAwCK%3BEACG%2CiBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CeA5ER%2CiBA%2BBI%2CSA6CK%3BAAAD%2CgBA5ER%2CiBA%2BBI%2CSA6CK%3BAAAD%2C0BA5ER%2CiBA%2BBI%2CSA6CK%3BAAAD%2CkBA5ER%2CiBA%2BBI%2CSA6CK%3BAAAD%2C0BA5ER%2CiBA%2BBI%2CSA6CK%3BAAAD%2C8BA5ER%2CiBA%2BBI%2CSA6CK%3BAAAD%2CWA5ER%2CiBA%2BBI%2CSA6CK%3BEACG%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CeAjFR%2CiBA%2BBI%2CSAkDK%3BAAAD%2CgBAjFR%2CiBA%2BBI%2CSAkDK%3BAAAD%2C0BAjFR%2CiBA%2BBI%2CSAkDK%3BAAAD%2CkBAjFR%2CiBA%2BBI%2CSAkDK%3BAAAD%2C0BAjFR%2CiBA%2BBI%2CSAkDK%3BAAAD%2C8BAjFR%2CiBA%2BBI%2CSAkDK%3BAAAD%2CWAjFR%2CiBA%2BBI%2CSAkDK%3BEACG%2CiBAAA%3BEACA%2CeAAA%3B%3BAAFJ%2CeAjFR%2CiBA%2BBI%2CSAkDK%2CgBAIG%3BAAJJ%2CgBAjFR%2CiBA%2BBI%2CSAkDK%2CgBAIG%3BAAJJ%2C0BAjFR%2CiBA%2BBI%2CSAkDK%2CgBAIG%3BAAJJ%2CkBAjFR%2CiBA%2BBI%2CSAkDK%2CgBAIG%3BAAJJ%2C0BAjFR%2CiBA%2BBI%2CSAkDK%2CgBAIG%3BAAJJ%2C8BAjFR%2CiBA%2BBI%2CSAkDK%2CgBAIG%3BAAJJ%2CWAjFR%2CiBA%2BBI%2CSAkDK%2CgBAIG%3BEACI%2CmBAAA%3B%3BAALR%2CeAjFR%2CiBA%2BBI%2CSAkDK%2CgBAQG%3BAARJ%2CgBAjFR%2CiBA%2BBI%2CSAkDK%2CgBAQG%3BAARJ%2C0BAjFR%2CiBA%2BBI%2CSAkDK%2CgBAQG%3BAARJ%2CkBAjFR%2CiBA%2BBI%2CSAkDK%2CgBAQG%3BAARJ%2C0BAjFR%2CiBA%2BBI%2CSAkDK%2CgBAQG%3BAARJ%2C8BAjFR%2CiBA%2BBI%2CSAkDK%2CgBAQG%3BAARJ%2CWAjFR%2CiBA%2BBI%2CSAkDK%2CgBAQG%3BEACI%2CmBAAA%3B%3BAATR%2CeAjFR%2CiBA%2BBI%2CSAkDK%2CgBAYG%3BAAZJ%2CgBAjFR%2CiBA%2BBI%2CSAkDK%2CgBAYG%3BAAZJ%2C0BAjFR%2CiBA%2BBI%2CSAkDK%2CgBAYG%3BAAZJ%2CkBAjFR%2CiBA%2BBI%2CSAkDK%2CgBAYG%3BAAZJ%2C0BAjFR%2CiBA%2BBI%2CSAkDK%2CgBAYG%3BAAZJ%2C8BAjFR%2CiBA%2BBI%2CSAkDK%2CgBAYG%3BAAZJ%2CWAjFR%2CiBA%2BBI%2CSAkDK%2CgBAYG%3BEACI%2CkBAAA%3B%3BAAIR%2CeAlGR%2CiBA%2BBI%2CSAmEK%3BAAAD%2CgBAlGR%2CiBA%2BBI%2CSAmEK%3BAAAD%2C0BAlGR%2CiBA%2BBI%2CSAmEK%3BAAAD%2CkBAlGR%2CiBA%2BBI%2CSAmEK%3BAAAD%2C0BAlGR%2CiBA%2BBI%2CSAmEK%3BAAAD%2C8BAlGR%2CiBA%2BBI%2CSAmEK%3BAAAD%2CWAlGR%2CiBA%2BBI%2CSAmEK%3BEACG%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2CeAlGR%2CiBA%2BBI%2CSAmEK%2CcAIG%3BAAJJ%2CgBAlGR%2CiBA%2BBI%2CSAmEK%2CcAIG%3BAAJJ%2C0BAlGR%2CiBA%2BBI%2CSAmEK%2CcAIG%3BAAJJ%2CkBAlGR%2CiBA%2BBI%2CSAmEK%2CcAIG%3BAAJJ%2C0BAlGR%2CiBA%2BBI%2CSAmEK%2CcAIG%3BAAJJ%2C8BAlGR%2CiBA%2BBI%2CSAmEK%2CcAIG%3BAAJJ%2CWAlGR%2CiBA%2BBI%2CSAmEK%2CcAIG%3BEACI%2CmBAAA%3B%3BAA%5C%2FJpB%2CeAwDI%2CiBA%2BBI%2CSA4EI%3BAAlKZ%2CgBAuDI%2CiBA%2BBI%2CSA4EI%3BAAjKZ%2C0BAsDI%2CiBA%2BBI%2CSA4EI%3BAAhKZ%2CkBAqDI%2CiBA%2BBI%2CSA4EI%3BAA%5C%2FJZ%2C0BAoDI%2CiBA%2BBI%2CSA4EI%3BAA9JZ%2C8BAmDI%2CiBA%2BBI%2CSA4EI%3BAA7JZ%2CWAkDI%2CiBA%2BBI%2CSA4EI%3BEACI%2CgBAAgB%2CyDAAhB%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaC1Ta%2CgBD0Tb%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAA1KhB%2CeAwDI%2CiBA%2BBI%2CSAsFI%3BAA5KZ%2CgBAuDI%2CiBA%2BBI%2CSAsFI%3BAA3KZ%2C0BAsDI%2CiBA%2BBI%2CSAsFI%3BAA1KZ%2CkBAqDI%2CiBA%2BBI%2CSAsFI%3BAAzKZ%2C0BAoDI%2CiBA%2BBI%2CSAsFI%3BAAxKZ%2C8BAmDI%2CiBA%2BBI%2CSAsFI%3BAAvKZ%2CWAkDI%2CiBA%2BBI%2CSAsFI%3BEACI%2CeAAA%3BEACA%2CaCjUa%2CgBDiUb%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAjLhB%2CeAwDI%2CiBA%2BBI%2CSA6FI%3BAAnLZ%2CgBAuDI%2CiBA%2BBI%2CSA6FI%3BAAlLZ%2C0BAsDI%2CiBA%2BBI%2CSA6FI%3BAAjLZ%2CkBAqDI%2CiBA%2BBI%2CSA6FI%3BAAhLZ%2C0BAoDI%2CiBA%2BBI%2CSA6FI%3BAA%5C%2FKZ%2C8BAmDI%2CiBA%2BBI%2CSA6FI%3BAA9KZ%2CWAkDI%2CiBA%2BBI%2CSA6FI%3BEACI%2CeAAA%3BEACA%2CaCxUa%2CgBDwUb%3BEACA%2CiBAAA%3B%3BAAvLhB%2CeA4LI%3BAA3LJ%2CgBA2LI%3BAA1LJ%2C0BA0LI%3BAAzLJ%2CkBAyLI%3BAAxLJ%2C0BAwLI%3BAAvLJ%2C8BAuLI%3BAAtLJ%2CWAsLI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAjMR%2CeA4LI%2CYAOI%3BAAlMR%2CgBA2LI%2CYAOI%3BAAjMR%2C0BA0LI%2CYAOI%3BAAhMR%2CkBAyLI%2CYAOI%3BAA%5C%2FLR%2C0BAwLI%2CYAOI%3BAA9LR%2C8BAuLI%2CYAOI%3BAA7LR%2CWAsLI%2CYAOI%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BAArMZ%2CeA4LI%2CYAYI%3BAAvMR%2CgBA2LI%2CYAYI%3BAAtMR%2C0BA0LI%2CYAYI%3BAArMR%2CkBAyLI%2CYAYI%3BAApMR%2C0BAwLI%2CYAYI%3BAAnMR%2C8BAuLI%2CYAYI%3BAAlMR%2CWAsLI%2CYAYI%3BEACI%2CsBAAA%3B%3BAAzMZ%2CeA4LI%2CYAYI%2CcAGI%3BAA1MZ%2CgBA2LI%2CYAYI%2CcAGI%3BAAzMZ%2C0BA0LI%2CYAYI%2CcAGI%3BAAxMZ%2CkBAyLI%2CYAYI%2CcAGI%3BAAvMZ%2C0BAwLI%2CYAYI%2CcAGI%3BAAtMZ%2C8BAuLI%2CYAYI%2CcAGI%3BAArMZ%2CWAsLI%2CYAYI%2CcAGI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaCrWa%2CgBDqWb%3BEACA%2CgBAAA%3B%3BAApNhB%2CeA4LI%2CYAYI%2CcAeI%3BAAtNZ%2CgBA2LI%2CYAYI%2CcAeI%3BAArNZ%2C0BA0LI%2CYAYI%2CcAeI%3BAApNZ%2CkBAyLI%2CYAYI%2CcAeI%3BAAnNZ%2C0BAwLI%2CYAYI%2CcAeI%3BAAlNZ%2C8BAuLI%2CYAYI%2CcAeI%3BAAjNZ%2CWAsLI%2CYAYI%2CcAeI%3BEACI%2CWAAA%3B%3BAAEA%2CeA9BZ%2CYAYI%2CcAeI%2CmBAGK%3BAAAD%2CgBA9BZ%2CYAYI%2CcAeI%2CmBAGK%3BAAAD%2C0BA9BZ%2CYAYI%2CcAeI%2CmBAGK%3BAAAD%2CkBA9BZ%2CYAYI%2CcAeI%2CmBAGK%3BAAAD%2C0BA9BZ%2CYAYI%2CcAeI%2CmBAGK%3BAAAD%2C8BA9BZ%2CYAYI%2CcAeI%2CmBAGK%3BAAAD%2CWA9BZ%2CYAYI%2CcAeI%2CmBAGK%3BEACG%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FNpB%2CeA4LI%2CYAwCI%3BAAnOR%2CgBA2LI%2CYAwCI%3BAAlOR%2C0BA0LI%2CYAwCI%3BAAjOR%2CkBAyLI%2CYAwCI%3BAAhOR%2C0BAwLI%2CYAwCI%3BAA%5C%2FNR%2C8BAuLI%2CYAwCI%3BAA9NR%2CWAsLI%2CYAwCI%3BEACI%2CaAAA%3B%3BAArOZ%2CeA4LI%2CYA4CI%3BAAvOR%2CgBA2LI%2CYA4CI%3BAAtOR%2C0BA0LI%2CYA4CI%3BAArOR%2CkBAyLI%2CYA4CI%3BAApOR%2C0BAwLI%2CYA4CI%3BAAnOR%2C8BAuLI%2CYA4CI%3BAAlOR%2CWAsLI%2CYA4CI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaC1XiB%2CqBD0XjB%3BEACA%2CeAAA%3B%3BAA5OZ%2CeA4LI%2CYAmDI%3BAA9OR%2CgBA2LI%2CYAmDI%3BAA7OR%2C0BA0LI%2CYAmDI%3BAA5OR%2CkBAyLI%2CYAmDI%3BAA3OR%2C0BAwLI%2CYAmDI%3BAA1OR%2C8BAuLI%2CYAmDI%3BAAzOR%2CWAsLI%2CYAmDI%3BEACI%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAA1PZ%2CeA4LI%2CYAiEI%2CsBACI%3BAA7PZ%2CgBA2LI%2CYAiEI%2CsBACI%3BAA5PZ%2C0BA0LI%2CYAiEI%2CsBACI%3BAA3PZ%2CkBAyLI%2CYAiEI%2CsBACI%3BAA1PZ%2C0BAwLI%2CYAiEI%2CsBACI%3BAAzPZ%2C8BAuLI%2CYAiEI%2CsBACI%3BAAxPZ%2CWAsLI%2CYAiEI%2CsBACI%3BEACI%2CWAAA%3B%3BAA%5C%2FPhB%2CeA4LI%2CYAiEI%2CsBAKI%2CiBACI%3BAAlQhB%2CgBA2LI%2CYAiEI%2CsBAKI%2CiBACI%3BAAjQhB%2C0BA0LI%2CYAiEI%2CsBAKI%2CiBACI%3BAAhQhB%2CkBAyLI%2CYAiEI%2CsBAKI%2CiBACI%3BAA%5C%2FPhB%2C0BAwLI%2CYAiEI%2CsBAKI%2CiBACI%3BAA9PhB%2C8BAuLI%2CYAiEI%2CsBAKI%2CiBACI%3BAA7PhB%2CWAsLI%2CYAiEI%2CsBAKI%2CiBACI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CaC3ZU%2CmBD2ZV%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAjRpB%2CeA4LI%2CYAiEI%2CsBAwBI%3BAApRZ%2CgBA2LI%2CYAiEI%2CsBAwBI%3BAAnRZ%2C0BA0LI%2CYAiEI%2CsBAwBI%3BAAlRZ%2CkBAyLI%2CYAiEI%2CsBAwBI%3BAAjRZ%2C0BAwLI%2CYAiEI%2CsBAwBI%3BAAhRZ%2C8BAuLI%2CYAiEI%2CsBAwBI%3BAA%5C%2FQZ%2CWAsLI%2CYAiEI%2CsBAwBI%3BEACI%2CaAAA%3B%3BAAtRhB%2CeA4LI%2CYA8FI%2CWAAU%3BAAzRlB%2CgBA2LI%2CYA8FI%2CWAAU%3BAAxRlB%2C0BA0LI%2CYA8FI%2CWAAU%3BAAvRlB%2CkBAyLI%2CYA8FI%2CWAAU%3BAAtRlB%2C0BAwLI%2CYA8FI%2CWAAU%3BAArRlB%2C8BAuLI%2CYA8FI%2CWAAU%3BAApRlB%2CWAsLI%2CYA8FI%2CWAAU%3BEACN%2CWAAA%3B%3BAA3RZ%2CeA%2BRI%3BAA9RJ%2CgBA8RI%3BAA7RJ%2C0BA6RI%3BAA5RJ%2CkBA4RI%3BAA3RJ%2C0BA2RI%3BAA1RJ%2C8BA0RI%3BAAzRJ%2CWAyRI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CeAXJ%2CUAWK%3BAAAD%2CgBAXJ%2CUAWK%3BAAAD%2C0BAXJ%2CUAWK%3BAAAD%2CkBAXJ%2CUAWK%3BAAAD%2C0BAXJ%2CUAWK%3BAAAD%2C8BAXJ%2CUAWK%3BAAAD%2CWAXJ%2CUAWK%3BEACG%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CeArBJ%2CUAqBK%3BAAAD%2CgBArBJ%2CUAqBK%3BAAAD%2C0BArBJ%2CUAqBK%3BAAAD%2CkBArBJ%2CUAqBK%3BAAAD%2C0BArBJ%2CUAqBK%3BAAAD%2C8BArBJ%2CUAqBK%3BAAAD%2CWArBJ%2CUAqBK%3BEACG%2CgBAAgB%2CkDAAhB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAA5TZ%2CeA%2BRI%2CUAgCI%3BAA9TR%2CgBA8RI%2CUAgCI%3BAA7TR%2C0BA6RI%2CUAgCI%3BAA5TR%2CkBA4RI%2CUAgCI%3BAA3TR%2C0BA2RI%2CUAgCI%3BAA1TR%2C8BA0RI%2CUAgCI%3BAAzTR%2CWAyRI%2CUAgCI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAlUZ%2CeA%2BRI%2CUAgCI%2CkBAKI%2CeACI%3BAApUhB%2CgBA8RI%2CUAgCI%2CkBAKI%2CeACI%3BAAnUhB%2C0BA6RI%2CUAgCI%2CkBAKI%2CeACI%3BAAlUhB%2CkBA4RI%2CUAgCI%2CkBAKI%2CeACI%3BAAjUhB%2C0BA2RI%2CUAgCI%2CkBAKI%2CeACI%3BAAhUhB%2C8BA0RI%2CUAgCI%2CkBAKI%2CeACI%3BAA%5C%2FThB%2CWAyRI%2CUAgCI%2CkBAKI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAvUpB%2CeA%2BRI%2CUAgCI%2CkBAKI%2CeAMI%3BAAzUhB%2CgBA8RI%2CUAgCI%2CkBAKI%2CeAMI%3BAAxUhB%2C0BA6RI%2CUAgCI%2CkBAKI%2CeAMI%3BAAvUhB%2CkBA4RI%2CUAgCI%2CkBAKI%2CeAMI%3BAAtUhB%2C0BA2RI%2CUAgCI%2CkBAKI%2CeAMI%3BAArUhB%2C8BA0RI%2CUAgCI%2CkBAKI%2CeAMI%3BAApUhB%2CWAyRI%2CUAgCI%2CkBAKI%2CeAMI%3BEACI%2CeAAA%3BEACA%2CaC9dS%2CgBD8dT%3BEACA%2CmBAAA%3B%3BAA7UpB%2CeA%2BRI%2CUAgCI%2CkBAKI%2CeAMI%2CEAKI%3BAA9UpB%2CgBA8RI%2CUAgCI%2CkBAKI%2CeAMI%2CEAKI%3BAA7UpB%2C0BA6RI%2CUAgCI%2CkBAKI%2CeAMI%2CEAKI%3BAA5UpB%2CkBA4RI%2CUAgCI%2CkBAKI%2CeAMI%2CEAKI%3BAA3UpB%2C0BA2RI%2CUAgCI%2CkBAKI%2CeAMI%2CEAKI%3BAA1UpB%2C8BA0RI%2CUAgCI%2CkBAKI%2CeAMI%2CEAKI%3BAAzUpB%2CWAyRI%2CUAgCI%2CkBAKI%2CeAMI%2CEAKI%3BEACI%2CeAAA%3BEACA%2CaCneK%2CgBDmeL%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAtVxB%2CeA%2BRI%2CUAgCI%2CkBAKI%2CeAMI%2CEAeI%2CEAAC%3BAAxVrB%2CgBA8RI%2CUAgCI%2CkBAKI%2CeAMI%2CEAeI%2CEAAC%3BAAvVrB%2C0BA6RI%2CUAgCI%2CkBAKI%2CeAMI%2CEAeI%2CEAAC%3BAAtVrB%2CkBA4RI%2CUAgCI%2CkBAKI%2CeAMI%2CEAeI%2CEAAC%3BAArVrB%2C0BA2RI%2CUAgCI%2CkBAKI%2CeAMI%2CEAeI%2CEAAC%3BAApVrB%2C8BA0RI%2CUAgCI%2CkBAKI%2CeAMI%2CEAeI%2CEAAC%3BAAnVrB%2CWAyRI%2CUAgCI%2CkBAKI%2CeAMI%2CEAeI%2CEAAC%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAA7VxB%2CeA%2BRI%2CUAgCI%2CkBAKI%2CeA6BI%3BAAhWhB%2CgBA8RI%2CUAgCI%2CkBAKI%2CeA6BI%3BAA%5C%2FVhB%2C0BA6RI%2CUAgCI%2CkBAKI%2CeA6BI%3BAA9VhB%2CkBA4RI%2CUAgCI%2CkBAKI%2CeA6BI%3BAA7VhB%2C0BA2RI%2CUAgCI%2CkBAKI%2CeA6BI%3BAA5VhB%2C8BA0RI%2CUAgCI%2CkBAKI%2CeA6BI%3BAA3VhB%2CWAyRI%2CUAgCI%2CkBAKI%2CeA6BI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CaCtfS%2CgBDsfT%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CeAzEhB%2CUAgCI%2CkBAKI%2CeA6BI%2CGAOK%3BAAAD%2CgBAzEhB%2CUAgCI%2CkBAKI%2CeA6BI%2CGAOK%3BAAAD%2C0BAzEhB%2CUAgCI%2CkBAKI%2CeA6BI%2CGAOK%3BAAAD%2CkBAzEhB%2CUAgCI%2CkBAKI%2CeA6BI%2CGAOK%3BAAAD%2C0BAzEhB%2CUAgCI%2CkBAKI%2CeA6BI%2CGAOK%3BAAAD%2C8BAzEhB%2CUAgCI%2CkBAKI%2CeA6BI%2CGAOK%3BAAAD%2CWAzEhB%2CUAgCI%2CkBAKI%2CeA6BI%2CGAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3B%3BAAhXxB%2CeA%2BRI%2CUAgCI%2CkBAKI%2CeA6BI%2CGAkBI%3BAAlXpB%2CgBA8RI%2CUAgCI%2CkBAKI%2CeA6BI%2CGAkBI%3BAAjXpB%2C0BA6RI%2CUAgCI%2CkBAKI%2CeA6BI%2CGAkBI%3BAAhXpB%2CkBA4RI%2CUAgCI%2CkBAKI%2CeA6BI%2CGAkBI%3BAA%5C%2FWpB%2C0BA2RI%2CUAgCI%2CkBAKI%2CeA6BI%2CGAkBI%3BAA9WpB%2C8BA0RI%2CUAgCI%2CkBAKI%2CeA6BI%2CGAkBI%3BAA7WpB%2CWAyRI%2CUAgCI%2CkBAKI%2CeA6BI%2CGAkBI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAxXxB%2CeA%2BRI%2CUAiGI%3BAA%5C%2FXR%2CgBA8RI%2CUAiGI%3BAA9XR%2C0BA6RI%2CUAiGI%3BAA7XR%2CkBA4RI%2CUAiGI%3BAA5XR%2C0BA2RI%2CUAiGI%3BAA3XR%2C8BA0RI%2CUAiGI%3BAA1XR%2CWAyRI%2CUAiGI%3BEACI%2CaAAA%3B%3BAAjYZ%2CeA%2BRI%2CUAiGI%2CSAGI%3BAAlYZ%2CgBA8RI%2CUAiGI%2CSAGI%3BAAjYZ%2C0BA6RI%2CUAiGI%2CSAGI%3BAAhYZ%2CkBA4RI%2CUAiGI%2CSAGI%3BAA%5C%2FXZ%2C0BA2RI%2CUAiGI%2CSAGI%3BAA9XZ%2C8BA0RI%2CUAiGI%2CSAGI%3BAA7XZ%2CWAyRI%2CUAiGI%2CSAGI%3BEACI%2CcAAA%3B%3BAApYhB%2CeA%2BRI%2CUAiGI%2CSAGI%2CKAGI%3BAArYhB%2CgBA8RI%2CUAiGI%2CSAGI%2CKAGI%3BAApYhB%2C0BA6RI%2CUAiGI%2CSAGI%2CKAGI%3BAAnYhB%2CkBA4RI%2CUAiGI%2CSAGI%2CKAGI%3BAAlYhB%2C0BA2RI%2CUAiGI%2CSAGI%2CKAGI%3BAAjYhB%2C8BA0RI%2CUAiGI%2CSAGI%2CKAGI%3BAAhYhB%2CWAyRI%2CUAiGI%2CSAGI%2CKAGI%3BEACI%2CWAAA%3B%3BAAvYpB%2CeA%2BRI%2CUAiGI%2CSAGI%2CKAOI%3BAAzYhB%2CgBA8RI%2CUAiGI%2CSAGI%2CKAOI%3BAAxYhB%2C0BA6RI%2CUAiGI%2CSAGI%2CKAOI%3BAAvYhB%2CkBA4RI%2CUAiGI%2CSAGI%2CKAOI%3BAAtYhB%2C0BA2RI%2CUAiGI%2CSAGI%2CKAOI%3BAArYhB%2C8BA0RI%2CUAiGI%2CSAGI%2CKAOI%3BAApYhB%2CWAyRI%2CUAiGI%2CSAGI%2CKAOI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CaCjiBS%2CgBDiiBT%3BEACA%2CcAAA%3B%3BAAhZpB%2CeA%2BRI%2CUAiGI%2CSAGI%2CKAOI%2COAQI%3BAAjZpB%2CgBA8RI%2CUAiGI%2CSAGI%2CKAOI%2COAQI%3BAAhZpB%2C0BA6RI%2CUAiGI%2CSAGI%2CKAOI%2COAQI%3BAA%5C%2FYpB%2CkBA4RI%2CUAiGI%2CSAGI%2CKAOI%2COAQI%3BAA9YpB%2C0BA2RI%2CUAiGI%2CSAGI%2CKAOI%2COAQI%3BAA7YpB%2C8BA0RI%2CUAiGI%2CSAGI%2CKAOI%2COAQI%3BAA5YpB%2CWAyRI%2CUAiGI%2CSAGI%2CKAOI%2COAQI%3BEACI%2CeAAA%3B%3BAAUxB%2CgBAKI%3BAAJJ%2C0BAII%3BAAHJ%2C0BAGI%3BAAFJ%2CWAEI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3B%3BAAIR%2C0BAEI%3BAADJ%2C0BACI%3BEACI%2CcAAA%3B%3BAAIR%2CkBACI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAJR%2CkBAOI%2CiBAAiB%3BEACb%2CaAAA%3B%3BAARR%2CkBAWI%2CiBAAiB%3BEACb%2CeAAA%3BEACA%2CgBAAA%3B%3BAAbR%2CkBAWI%2CiBAAiB%2CSAIb%2CGAAG%3BEACC%2CeAAA%3B%3BAAMZ%2C0BAEI%2CiBAAiB%2CSAAS%3BEACtB%2CgCAAA%3B%3BAAKR%2C8BAEI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAALR%2C8BAQI%2CiBAAiB%2CSAAS%3BEACtB%2CgCAAA%3B%3BAATR%2C8BAYI%3BEACI%2CoBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAAGI%2CYADJ%2CGAAE%2CWACG%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAATZ%2CYAGI%2CGAAE%2CWASE%3BEACI%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CaC1nBkB%2CmBD0nBlB%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAAOR%2CYAAC%2CqBACG%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAHR%2CYAAC%2CqBACG%2CMAII%3BEACI%2CSAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CYAVP%2CqBACG%2CMASK%3BEACG%2CyBAAA%3B%3BAADJ%2CYAVP%2CqBACG%2CMASK%2CMAGG%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CoCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaCpqBS%2CgBDoqBT%3BEACA%2CiBAAA%3B%3BAAhBR%2CYAVP%2CqBACG%2CMASK%2CMAGG%2CaAeI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAAxBZ%2CYAVP%2CqBACG%2CMASK%2CMAGG%2CaAyBI%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAApCZ%2CYAVP%2CqBACG%2CMASK%2CMAGG%2CaAoCI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3B%3BAAWxB%2CeAOI%2CiBACI%3BAAPR%2CgBAMI%2CiBACI%3BAANR%2C0BAKI%2CiBACI%3BAALR%2C0BAII%2CiBACI%3BAAJR%2CkBAGI%2CiBACI%3BAAHR%2CWAEI%2CiBACI%3BAAFR%2C8BACI%2CiBACI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3B%3BAAVZ%2CeAOI%2CiBACI%2CWAII%3BAAXZ%2CgBAMI%2CiBACI%2CWAII%3BAAVZ%2C0BAKI%2CiBACI%2CWAII%3BAATZ%2C0BAII%2CiBACI%2CWAII%3BAARZ%2CkBAGI%2CiBACI%2CWAII%3BAAPZ%2CWAEI%2CiBACI%2CWAII%3BAANZ%2C8BACI%2CiBACI%2CWAII%3BEACI%2CiBAAA%3B%3BAAMhB%3BEACI%2CWAAA%3B%3BAADJ%2CSAGI%3BEACI%2C2BAAA%3B%3BAAJR%2CSAOI%2CaAAY%3BEACR%2CeAAA%3B%3BAARR%2CSAOI%2CaAAY%2CqBAGR%3BEACI%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3B%3BAAbZ%2CSAOI%2CaAAY%2CqBAGR%2CSAKI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAMhB%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAANJ%2CaAQI%2CmBACI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAjBZ%2CaAQI%2CmBACI%2CGAUI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CaAtBZ%2CmBACI%2CGAUI%2CGAWK%3BEACG%2CWAAA%3B%3BAA%5C%2FBpB%2CaAQI%2CmBACI%2CGAUI%2CGAeI%2CcACI%2CmBACI%2CsBACI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CaCxyBH%2CgBDwyBG%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAhDhC%2CaAQI%2CmBACI%2CGAUI%2CGAeI%2CcACI%2CmBACI%2CsBAeI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAArDhC%2CaAQI%2CmBACI%2CGAUI%2CGAeI%2CcACI%2CmBACI%2CsBAeI%2CoBAII%2CsBACI%3BEACI%2CWAAA%3B%3BAAzDxC%2CaAQI%2CmBACI%2CGAUI%2CGAeI%2CcACI%2CmBACI%2CsBAeI%2CoBAII%2CsBACI%2CiBAGI%2CQAAO%2COAAO%3BEACV%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CaC5zBd%2CmBD4zBc%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAA1E5C%2CaAQI%2CmBACI%2CGAUI%2CGAeI%2CcACI%2CmBACI%2CsBA4CI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAlFhC%2CaAQI%2CmBACI%2CGAUI%2CGAeI%2CcACI%2CmBACI%2CsBA4CI%2CWAII%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAA3FpC%2CaAQI%2CmBACI%2CGAUI%2CGAeI%2CcACI%2CmBACI%2CsBA4CI%2CWAcI%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAjGpC%2CaAQI%2CmBACI%2CGAUI%2CGAeI%2CcACI%2CmBACI%2CsBA4CI%2CWAcI%2CyBAKI%2CgBACI%3BEACI%2CYAAA%3B%3BAAEA%2CaA%5C%2FFxC%2CmBACI%2CGAUI%2CGAeI%2CcACI%2CmBACI%2CsBA4CI%2CWAcI%2CyBAKI%2CgBACI%2CKAGK%3BEACI%2C4BAAA%3BEACD%2CgCAAA%3BEACA%2CsBAAsB%2C4BAAtB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAchD%2C8BAGI%2CcACI%2CmBACI%2CGACI%2CGACI%2CcACI%2CmBACI%2CsBACI%3BAAThC%2CWAEI%2CcACI%2CmBACI%2CGACI%2CGACI%2CcACI%2CmBACI%2CsBACI%3BAARhC%2CkBACI%2CcACI%2CmBACI%2CGACI%2CGACI%2CcACI%2CmBACI%2CsBACI%3BEACI%2CmBAAA%3B%3BAAWpC%2CgBACI%2CYACI%3BEACI%2CYAAA%3B%3BAAKZ%2CeACI%2COAAM%3BEACF%2CQAAA%3B%3BAAIR%2C0BAEI%2CcACI%3BAAFR%2CgBACI%2CcACI%3BEACI%2CkBAAA%3B%3BAAJZ%2C0BAEI%2CcACI%2CGAGI%3BAALZ%2CgBACI%2CcACI%2CGAGI%3BEACI%2CWAAA%3B%3BAAKhB%2C0BACI%2CgBACI%2CmBACI%3BEACI%2CYAAA%3B%3BAAMhB%3BEACI%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CWAAW%3BEACP%2CqBACI%2CoBACA%2CaAFJ%3BEAGG%2C8BAAA%3BEACH%2CoBAAoB%2CcAApB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAIJ%2CWAAW%3BEACV%2CeACO%2C2BACA%2CiCAFP%3B%3BAAID%2CGAAG%2CoBAAqB%2CYAAW%3BEAC%5C%2FB%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3B%3BAAqGJ%2CwBAnG2C%3BEACvC%2CeACI%2COAAM%3BIACF%2CQAAA%3BIACA%2CUAAA%3B%3BEAIR%2CgBACI%2COAAM%3BIACF%2CQAAA%3BIACA%2CUAAA%3B%3BEAIR%2C0BACI%2COAAM%3BIACF%2CQAAA%3BIACA%2CUAAA%3B%3BEAIR%2CkBACI%2COAAM%3BIACF%2CQAAA%3BIACA%2CUAAA%3B%3BEAIR%2C8BACI%2COAAM%3BIACF%2CQAAA%3BIACA%2CUAAA%3B%3BEAIR%2CWACI%2COAAM%3BIACF%2CQAAA%3BIACA%2CUAAA%3B%3BEAIR%2C0BACI%2COAAM%3BIACF%2CQAAA%3BIACA%2CUAAA%3B%3BEAKJ%2CQAAC%3BIACG%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2C6BAAA%3B%3BEAGJ%2CQAAC%3BIACG%2C6BAAA%3BIACA%2C6BAAA%3B%3BEAGJ%2CQAAC%3BIACG%2C6BAAA%3BIACA%2C6BAAA%3B%3BEAGJ%2CQAAC%3BIACG%2C6BAAA%3BIACA%2C6BAAA%3B%3BEAGJ%2CQAAC%3BIACG%2C6BAAA%3BIACA%2C6BAAA%3B%3BEAGJ%2CQAAC%3BIACG%2C4BAAA%3BIACA%2C6BAAA%3B%3BEAGJ%2CQAAC%3BIACG%2C4BAAA%3BIACA%2C6BAAA%3B%3BEAIR%2CgBACI%3BIACI%2C4BAAA%3B%3BEAFR%2CgBACI%2CYAGI%3BIACI%2CYAAA%3B%3B%3BAA0ChB%2CwBApC2C%3BEACvC%2CgBACI%3BIACI%2CaAAA%3BIACA%2C8BAAA%3B%3BEAHR%2CgBACI%2CGAII%3BIACI%2CYAAA%3B%3BEAUQ%2CgCAJhB%2CWACI%2CaACI%2CGACI%2CGACK%2CMACG%3BIACI%2CaAAA%3BIACA%2CoCAAA%3B%3BEAHR%2CgCAJhB%2CWACI%2CaACI%2CGACI%2CGACK%2CMAMG%3BIACI%2C2BAAA%3B%3B%3BAAYhC%3BEACI%3BIACI%2CWAAW%2CaAAX%3B%3BEAGJ%3BIACI%2CWAAW%2CiBAAX%3B%3BEAGJ%3BIACI%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CWAAW%2CaAAX%3B%3BEAGJ%3BIACI%2CWAAW%2CiBAAX%3B%3BEAGJ%3BIACI%2CWAAW%2CaAAX%3B%3B%3BAAIR%2CcACI%2CGAAE%3BEACE%2CeAAA%3BEACA%2CcAAA%3B%3BAAHR%2CcACI%2CGAAE%2CWAIE%3BEACI%2CcAAA%3B%3BAAKZ%3BEACI%2CgBAAgB%2C%2BBAAhB%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAADJ%2CcAGI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CaC7oCqB%2CqBD6oCrB%3B%3BAAPR%2CcAUI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CaCppCqB%2CqBDopCrB%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CIACI%3BEACI%2CWAAA%3B%3BAAIR%2CQACI%3BEAMI%2CkBAAA%3B%3BAAPR%2CQACI%2CGACI%3BEACI%2CeAAA%3BEACA%2CaC1qCiB%2CgBD0qCjB%3B%3BAAJZ%2CQAUI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAbR%2CQAgBI%3BEACI%2CeAAA%3BEACA%2CaCxrCqB%2CgBDwrCrB%3B%3BAAlBR%2CQAqBI%2CYACI%3BEACI%2CyBAAA%3BEACA%2CeAAA%3B%3BAAxBZ%2CQAqBI%2CYAMI%3BEACI%2CyBAAA%3BEACA%2CeAAA%3B%3BAAKZ%2CMACI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaC5sCqB%2CqBD4sCrB%3B%3BAAPR%2CMAUI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAfR%2CMAkBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CkBACI%3BEACI%2CmBAAA%3B%3BAAIR%2CWACI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CUACI%3BEAMI%2CeAAA%3B%3BAAPR%2CUACI%2CEACI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAOZ%2CIAAI%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAANJ%2CQAQI%3BEACI%2CWAAA%3B%3BAAIR%2COAAO%2COACH%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CaCjxCqB%2CgBDixCrB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAEA%2COATD%2COACH%2CGAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CmDAAhB%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CiBAAiB%2CWACb%3BEACI%2CaCpyCqB%2CgBDoyCrB%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CcAAA%3B%3BAADJ%2CKAAK%2CWAGD%2CGACI%3BEACI%2CoBAAA%3B%3BAALZ%2CKAAK%2CWAGD%2CGAKI%3BEACI%2CoBAAA%3B%3BAAQA%2CWAFR%2CoBACI%2CMAAK%2CYACA%2CIAAI%3BEACD%2CSAAA%3BEAEA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CWAXR%2CoBACI%2CMAAK%2CYAUA%3BEACG%2CSAAA%3BEAEA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAMhB%2CYACI%2COAAM%3BEACF%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CYAMI%2CQAAO%3BEACH%2CeAAA%3B%3BAAPR%2CYAMI%2CQAAO%2CMAGH%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKZ%3BEAOI%2CoBAAA%3BEACA%2C6BAAA%3B%3BAARJ%2CKACI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAOR%2COAAO%3BEAiKH%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3B%3BAArKJ%2COAAO%2CQACH%3BEACI%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3B%3BAALR%2COAAO%2CQACH%2CsBAMI%2CQAAO%3BEACH%2C8BAAA%3BEACA%2CgBAAA%3B%3BAATZ%2COAAO%2CQACH%2CsBAMI%2CQAAO%2CMAIH%3BEACI%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3B%3BAAfhB%2COAAO%2CQACH%2CsBAMI%2CQAAO%2CMAIH%2CMAMI%3BEACI%2C0BAAA%3BEACA%2C4BAAA%3B%3BAAnBpB%2COAAO%2CQACH%2CsBAMI%2CQAAO%2CMAgBH%2CMAAK%2CiBACD%2CUAAS%3BEACL%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CaCl5CS%2CqBDk5CT%3BEACA%2CYAAA%3B%3BAAMA%2COA%5C%2FCb%2CQACH%2CsBAMI%2CQAAO%2CMAsCH%2CcACI%2CKACK%2CYACG%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAnD5B%2COAAO%2CQACH%2CsBAMI%2CQAAO%2CMAkDH%2CkBACI%3BEACI%2CWAAA%3B%3BAA3DpB%2COAAO%2CQACH%2CsBAMI%2CQAAO%2CMAwDH%2CmBACI%2CoBACI%2CiBACI%3BEACI%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAtE5B%2COAAO%2CQACH%2CsBAMI%2CQAAO%2CMAwDH%2CmBACI%2CoBACI%2CiBAQI%2CeACI%3BEACI%2CaCx7CH%2CgBDw7CG%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA9EhC%2COAAO%2CQACH%2CsBAMI%2CQAAO%2CMAwDH%2CmBACI%2CoBACI%2CiBAQI%2CeAQI%3BEACI%2CaC%5C%2F7CH%2CgBD%2B7CG%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CqCAAA%3BEACA%2C2BAAA%3B%3BAAxFhC%2COAAO%2CQACH%2CsBAMI%2CQAAO%2CMAwDH%2CmBA%2BBI%2CoBAAmB%3BEACf%2C4BAAA%3B%3BAA%5C%2FFpB%2COAAO%2CQACH%2CsBAmGI%3BEACI%2CwBAAA%3B%3BAArGZ%2COAAO%2CQAyGH%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3B%3BAA%5C%2FGR%2COAAO%2CQAyGH%2CuBAQI%2COAAM%3BEACF%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAArHZ%2COAAO%2CQAyGH%2CuBAQI%2COAAM%2CaAMF%3BEACI%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CuCAAA%3BEACA%2CmBAAA%3B%3BAAEA%2COAhIT%2CQAyGH%2CuBAQI%2COAAM%2CaAMF%2CMASK%3BEACG%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2COArIT%2CQAyGH%2CuBAQI%2COAAM%2CaAMF%2CMAcK%3BEACG%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2COA1IT%2CQAyGH%2CuBAQI%2COAAM%2CaAMF%2CMAmBK%3BEACG%2CcAAA%3BEACA%2C0BAAA%3B%3BAA5IpB%2COAAO%2CQAyGH%2CuBAQI%2COAAM%2CaA%2BBF%2CSACI%3BEACI%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3B%3BAAEA%2COAvJb%2CQAyGH%2CuBAQI%2COAAM%2CaA%2BBF%2CSACI%2COAMK%3BEACG%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3B%3BAA1JxB%2COAAO%2CQAuKH%2COAAM%3BEACF%2CaAAA%3B%3BAAxKR%2COAAO%2CQA2KH%3BEACI%2C2BAAA%3B%3BAAIR%3BEAwDI%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAA3DJ%2CiBACI%2CQAAO%3BEAiCH%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAArCR%2CiBACI%2CQAAO%2CSACH%2CSAAQ%3BEACJ%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CaC%5C%2FiDiB%2CgBD%2BiDjB%3B%3BAAlBZ%2CiBACI%2CQAAO%2CSAoBH%3BEACI%2C0BAAA%3BEACA%2CaCjjDiB%2CqBDijDjB%3B%3BAAGJ%2CiBAzBJ%2CQAAO%2CSAyBF%3BEACG%2CaAAA%3B%3BAA3BZ%2CiBACI%2CQAAO%2CSA6BH%2CSAAQ%2CIAAI%3BEACR%2CwBAAA%3B%3BAA%5C%2FBZ%2CiBACI%2CQAAO%2CSAsCH%3BEACI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FCZ%2CiBACI%2CQAAO%2CSAiDH%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAUZ%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CmBAII%2CUAAS%3BEACL%2CqDAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CmBAAA%3BEACA%2C2CAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CSAAS%3BEACL%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3B%3BAAIQ%2CSATH%2CaAOL%2CGAAE%2COACG%2CMACI%3BEACG%2CoBAAA%3BEACA%2CwBAAA%3B%3BAAMhB%2CUACI%3BEACI%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAHR%2CUACI%2CUAIK%3BEACG%2C2BAAA%3B%3BAAKZ%2CIACI%2CaAAY%2CaACR%2CuBAEI%2CYAAW%3BEACP%2CwBAAA%3B%3BAALhB%2CIACI%2CaAAY%2CaACR%2CuBAMI%2CQAAO%3BEACH%2CyBAAA%3B%3BAAThB%2CIACI%2CaAAY%2CaAYR%2CQAAO%2CQACH%2CuBACI%2COAAM%3BEACF%2C0BAAA%3BEACA%2CWAAA%3B%3BAAjBpB%2CIACI%2CaAAY%2CaAqBR%3BEACI%2CyBAAA%3B%3BAAvBZ%2CIA2BI%2CcACI%2CYAAW%2COACP%3BEACI%2CwBAAA%3B%3BAA9BhB%2CIAmCI%2COAAM%2CaACF%2CuBACI%2COAAM%2CaACF%2CYACI%2CSACI%3BEACI%2CgBAAgB%2CqDAAhB%3BEACA%2CgCAAA%3BEACA%2C0CAAA%3BEACA%2CwBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAA9C5B%2CIAsDI%2CaACI%2CWACI%3BEACI%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAA7DhB%2CIAkEI%2CoBACI%2CSACI%3BEAKI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAhFhB%2CIAkEI%2CoBACI%2CSACI%2COACI%3BEACI%2CaAAA%3B%3BAAtEpB%2CIAkEI%2CoBACI%2CSAgBI%2COAAM%3BEACF%2CgBAAgB%2C0CAAhB%3BEACA%2CUAAA%3B%3BAArFhB%2CIAkEI%2CoBACI%2CSAqBI%2COAAM%3BEACF%2CgBAAgB%2C2CAAhB%3BEACA%2CWAAA%3B%3BAA1FhB%2CIAkEI%2CoBA4BI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3B%3BAAnGZ%2CIAuGI%2CaACI%3BEACI%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAA5GZ%2CIAuGI%2CaACI%2CkBAMI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CIAfZ%2CaACI%2CkBAMI%2CeAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAgB%2CsCAAhB%3BEACA%2CcAAA%3B%3BAAIA%2CIAxBhB%2CaACI%2CkBAMI%2CeAgBK%2CMACI%3BEACG%2CgBAAgB%2C0CAAhB%3B%3BAAhIxB%2CIAuGI%2CaACI%2CkBA6BI%2CSACI%3BEACI%2CeAAA%3BEACA%2CaCvxDU%2CmBDuxDV%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA3IpB%2CIAuGI%2CaACI%2CkBA6BI%2CSASI%2COAAM%2CWACF%2COAAM%3BEACF%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CaCpyDM%2CmBDoyDN%3BEACA%2C0BAAA%3BEACA%2CUAAA%3B%3BAAEA%2CIAlDpB%2CaACI%2CkBA6BI%2CSASI%2COAAM%2CWACF%2COAAM%2CUAUD%3BEACG%2CyBAAA%3B%3BAA1J5B%2CIAuGI%2CaACI%2CkBAwDI%2COAAM%3BEACF%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAnKhB%2CIAuGI%2CaACI%2CkBAwDI%2COAAM%2CWAKF%3BEACI%2C2BAAA%3BEACA%2CWAAW%2CYAAX%3B%3BAAvKpB%2CIAuGI%2CaACI%2CkBAwDI%2COAAM%2CWAUF%3BEACI%2CaAAA%3B%3BAA3KpB%2CIAuGI%2CaACI%2CkBAuEI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaCl0DkB%2CqBDk0DlB%3B%3BAAtLhB%2CIAuGI%2CaACI%2CkBAuEI%2CoBASI%3BEACI%2CcAAA%3BEACA%2CaCt0Dc%2CqBDs0Dd%3B%3BAA1LpB%2CIAgMI%2CcACI%3BEACI%2CUAAA%3B%3BAAlMZ%2CIAsMI%2CQAAO%3BEACH%2CiBAAA%3B%3BAAKI%2CIAFR%2CmBACK%2CMACI%3BEACG%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CIAPR%2CmBACK%2CMAMI%2CUAAU%3BEACP%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CIAZR%2CmBACK%2CMAWI%2CUAAU%3BEACP%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CIAjBR%2CmBACK%2CMAgBI%2CUAAU%3BEACP%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CIAtBR%2CmBACK%2CMAqBI%2CUAAU%3BEACP%2CaAAA%3BEACA%2CcAAA%3B%3BAAlOhB%2CIAuOI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAA7OR%2CIAuOI%2CiBAQI%3BEACI%2CcAAA%3BEACA%2C%2BBAAA%3B%3BAAEA%2CIAZR%2CiBAQI%2CEAIK%3BEACG%2CgBAAA%3B%3BAApPhB%2CIAuOI%2CiBAiBI%3BEAMI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAjQZ%2CIAuOI%2CiBAiBI%2CyBACI%3BEACI%2CiBAAA%3BEACA%2CUAAA%3B%3BAA3PhB%2CIAuOI%2CiBAiBI%2CyBAWI%3BEACI%2CUAAA%3B%3BAAKZ%2CIAAC%2CIAAI%2CWACD%2CaACI%3BEACI%2CcAAA%3BEACA%2CuBAAA%3B%3BAAJZ%2CIAAC%2CIAAI%2CWACD%2CaACI%2CkBAIK%3BEACG%2CeAAA%3B%3BAAhRpB%2CIAsRI%2CqBAAoB%2CUAChB%3BEACI%2CaAAA%3BEACA%2CWAAA%3B%3BAAzRZ%2CIAsRI%2CqBAAoB%2CUAMhB%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CwBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAjSZ%2CIAsRI%2CqBAAoB%2CUAMhB%2CUAOI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3B%3BAAxShB%2CIAsRI%2CqBAAoB%2CUAMhB%2CUAOI%2CSAOI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAjTpB%2CIAsRI%2CqBAAoB%2CUAMhB%2CUAyBI%2CSAAQ%2COACJ%3BEACI%2CmBAAA%3BEACA%2CYAAA%3B%3BAAxTpB%2CIA8TI%2CeAAc%2CaACV%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAnUZ%2CIA8TI%2CeAAc%2CaACV%2CUAMI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3B%3BAA3UhB%2CIA8TI%2CeAAc%2CaACV%2CUAMI%2CSAQI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAArVpB%2CIA8TI%2CeAAc%2CaACV%2CUA0BI%2CSAAQ%2COACJ%3BEACI%2CmBAAA%3B%3BAA3VpB%2CIAiWI%2CuBACI%2CcACI%2CWAAU%3BEACN%2CaAAA%3BEACA%2CsBAAA%3B%3BAAKZ%2CIAAC%2CIAAI%2CuBACD%2CcACI%3BEACI%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAMhB%3BEACI%2CwBAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%2CaACI%2CcACI%2CUAAS%2CaACL%2CGACI%2CGAAE%2COACG%3BEACG%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3B%3BAARxB%2CaAeI%2COAAM%2CaACF%2CUAAS%2CaACL%2CGACI%2CGAAE%2COACG%3BEACG%2C8BAAA%3B%3BAApBxB%2CaA2BI%2CaACI%2COAAM%2CQACF%3BEACI%2CqBAAA%3B%3BAA9BhB%2CaA2BI%2CaACI%2COAAM%2CQACF%2CQAGI%2CQAAO%2CKAAK%3BEACR%2CaAAA%3B%3BAAOpB%2CaACI%2CsCAAqC%3BEACjC%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAHR%2CaAMI%3BEACI%2CaAAA%3BEACA%2CwBAAA%3B%3BAARR%2CaAWI%3BEACI%2CqBAAA%3BEACA%2CSAAA%3B%3BAAIR%2CMAAM%2CYAAY%2CaACd%2CMACI%3BEACI%2CsBAAA%3B%3BAAHZ%2CMAAM%2CYAAY%2CaAOd%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3B%3BAATR%2CMAAM%2CYAAY%2CaAYd%2CQAAO%2CQACH%3BEACI%2CeAAA%3BEACA%2CaAAA%3B%3BAAfZ%2CMAAM%2CYAAY%2CaAmBd%3BEACI%2C4BAAA%3B%3BAAIR%2CqBACI%2CQAAO%3BEACH%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAJR%2CqBAOI%3BEACI%2CyBAAA%3B%3BAARR%2CqBAWI%2CWACI%3BEACI%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAKZ%3BEAgCI%2C6BAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAApCJ%2CmBACI%3BEACI%2C4BAAA%3B%3BAAFR%2CmBAKI%2CeAAc%2CKACV%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAARZ%2CmBAYI%2CUACI%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApBZ%2CmBAYI%2CUACI%2COASI%3BEACI%2CwBAAA%3B%3BAAvBhB%2CmBAYI%2CUAeI%2COAAM%3BEACF%2CmBAAA%3B%3BAAWZ%2CsBACI%3BEACI%2CyBAAA%3B%3BAAKR%2CSACI%3BEACI%2CyBAAA%3B%3BAAFR%2CSACI%2CWAGI%3BEACI%2CeAAA%3BEACA%2C2BAAA%3B%3BAANZ%2CSACI%2CWAQI%2COAAM%3BEACF%2CyBAAA%3B%3BAAVZ%2CSACI%2CWAYI%2COAAM%3BEACF%2CyBAAA%3BEACA%2CgCAAA%3B%3BAAfZ%2CSAmBI%3BEACI%2CkBAAA%3B%3BAApBR%2CSAmBI%2CaAGI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CaC%5C%2FrEiB%2CgBD%2BrEjB%3B%3BAA3BZ%2CSA%2BBI%2CsBACI%2CmBACI%3BEAgCI%2CSAAA%3B%3BAAjEhB%2CSA%2BBI%2CsBACI%2CmBACI%2CYACI%3BEACI%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2C2BAAA%3B%3BAArCpB%2CSA%2BBI%2CsBACI%2CmBACI%2CYACI%2CSAKI%2CSAAQ%3BEACJ%2C%2BBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CaC7sEK%2CqBD6sEL%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FCxB%2CSA%2BBI%2CsBACI%2CmBACI%2CYAkBI%2COAAM%2CIACF%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2CmCAAA%3BEACA%2CaC9tEK%2CgBD8tEL%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA7DxB%2CSA%2BBI%2CsBACI%2CmBAoCI%2CGAAE%3BEACE%2C0BAAA%3BEACA%2CaC1uEa%2CgBD0uEb%3B%3BAAtEhB%2CSA%2BBI%2CsBACI%2CmBAyCI%2CoBAAmB%3BEACf%2CWAAA%3B%3BAA1EhB%2CSA%2BBI%2CsBACI%2CmBA6CI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FEhB%2CSA%2BBI%2CsBACI%2CmBAkDI%2CoBACI%2CKAAI%3BEACA%2CaCxvES%2CgBDwvET%3B%3BAApFpB%2CSA%2BBI%2CsBACI%2CmBAwDI%3BEACI%2CwBAAA%3B%3BAAzFhB%2CSA%2BBI%2CsBACI%2CmBA4DI%3BEACI%2CwBAAA%3B%3BAA7FhB%2CSA%2BBI%2CsBAkEI%2CWACI%3BEACI%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CaCzwEa%2CqBDywEb%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAA3GhB%2CSAgHI%2CeACI%3BEACI%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BAArHZ%2CSAyHI%2CKAAI%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3B%3BAAEA%2CSAPJ%2CKAAI%2CkBAOC%3BEACG%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAKZ%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CgBAII%3BEACI%2CkBAAA%3B%3BAALR%2CgBAQI%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAVR%2CgBAQI%2CeAII%3BEACI%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAhBZ%2CgBAQI%2CeAII%2CYAMI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CgBAlBZ%2CeAII%2CYAMI%2CYAQK%3BEACG%2CmBAAA%3B%3BAADJ%2CgBAlBZ%2CeAII%2CYAMI%2CYAQK%2CYAGG%3BEACI%2CWAAA%3B%3BAAKZ%2CgBA3BR%2CeAII%2CYAuBK%2CUAAU%3BEASP%2CkBAAA%3B%3BAATJ%2CgBA3BR%2CeAII%2CYAuBK%2CUAAU%2CMACP%3BEACI%2CeAAA%3B%3BAAFR%2CgBA3BR%2CeAII%2CYAuBK%2CUAAU%2CMAKP%3BEACI%2COAAA%3B%3BAAMR%2CgBAvCR%2CeAII%2CYAmCK%2CUAAU%2CGACP%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAIR%2CgBA%5C%2FCR%2CeAII%2CYA2CK%2CUAAU%2CGACP%3BEACI%2CQAAA%3B%3BAAIA%2CgBArDhB%2CeAII%2CYA2CK%2CUAAU%2CGAKP%2CYACK%2CYACG%3BEACI%2CSAAA%3B%3BAA%5C%2FD5B%2CgBAQI%2CeAII%2CYAyDI%3BEACI%2CsBAAA%3BEACA%2CyBAAA%3B%3BAAvEhB%2CgBAQI%2CeAII%2CYA8DI%3BEACI%2CaAAA%3B%3BAA3EhB%2CgBAQI%2CeAII%2CYAkEI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CaCz4Ea%2CqBDy4Eb%3B%3BAAEA%2CgBAxFZ%2CeAII%2CYAkEI%2CWAkBK%2CMAAO%3BEACJ%2CWAAW%2CWAAX%3B%3BAAGJ%2CgBA5FZ%2CeAII%2CYAkEI%2CWAsBK%3BEACG%2CWAAW%2CWAAX%3BEACA%2CqBAAA%3BEACA%2CYAAY%2CmEAAZ%3BEACA%2C0BAAA%3B%3BAAGJ%2CgBAnGZ%2CeAII%2CYAkEI%2CWA6BK%2CMAAO%2CMAAI%3BEACR%2CWAAW%2CWAAX%3B%3BAA5GpB%2CgBAQI%2CeAII%2CYAoGI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAApHhB%2CgBAQI%2CeAII%2CYAoGI%2CYAMI%3BEACI%2CUAAA%3BEACA%2COAAA%3B%3BAAxHpB%2CgBAQI%2CeAII%2CYAgHI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAhIhB%2CgBAQI%2CeAII%2CYAgHI%2CaAMI%3BEACI%2CSAAA%3BEACA%2CQAAA%3B%3BAAQA%2CgBApIhB%2CeAiII%2CcACK%2CMACG%2CIACK%2CIAAI%3BEACD%2CaAAA%3B%3BAAHZ%2CgBAlIR%2CeAiII%2CcACK%2CMAOG%2CIAAG%3BEACC%2CcAAA%3B%3BAAOpB%2CmBACI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CaC98EqB%2CgBD88ErB%3B%3BAAPR%2CmBAUK%3BEACG%2CsBAAA%3B%3BAAIR%3BEA%2BGI%2C2BAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3B%3BAA9GQ%2CsBAFR%2CeACI%2CmBACK%2CMACG%3BEACI%2CsBAAA%3B%3BAALpB%2CsBAWI%3BEAgGI%2CiBAAA%3BEACA%2CcAAA%3B%3BAA5GR%2CsBAWI%2CeACI%3BEACI%2CgBAAgB%2CmCAAhB%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2C4BAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CaC9%2BEiB%2CqBD8%2BEjB%3B%3BAA3BZ%2CsBAWI%2CeAmBI%3BEACI%2CgBAAgB%2CmCAAhB%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2C4BAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CaChgFiB%2CqBDggFjB%3B%3BAAIA%2CsBAtCR%2CeAqCI%2CmBACK%3BEACG%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAtDhB%2CsBAWI%2CeA%2BCI%2CmBAAkB%3BEACd%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FDZ%2CsBAWI%2CeAuDI%2CcACI%3BEACI%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3BEACA%2CwBAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CsBAnER%2CeAuDI%2CcAYK%2CMACG%3BEACI%2COAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAKJ%2CsBArFZ%2CeAuDI%2CcA6BI%2CQACK%3BEACG%2C0BAAA%3B%3BAAjGpB%2CsBAWI%2CeA2FI%3BEACI%2CoBAAA%3BEACA%2CWAAA%3B%3BAAxGZ%2CsBAmHI%2CcACI%3BEACI%2CiBAAA%3B%3BAArHZ%2CsBAyHI%2CGAAE%3BEACE%2CsBAAA%3BEACA%2CgBAAA%3B%3BAA3HR%2CsBA8HI%3BEACI%2CkBAAA%3BEACA%2C2CAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAArIR%2CsBAwII%2CcACI%2CyBAAwB%3BEAGpB%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAA%5C%2FIZ%2CsBAwII%2CcACI%2CyBAAwB%2CMAQpB%3BEACI%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2C2BAAA%3B%3BAApJhB%2CsBAwII%2CcACI%2CyBAAwB%2CMAQpB%2CiBAKI%3BEACI%2CcAAA%3BEACA%2CaC9mFS%2CgBD8mFT%3BEACA%2CeAAA%3B%3BAAzJpB%2CsBAwII%2CcACI%2CyBAAwB%2CMAoBpB%3BEACI%2CcAAA%3BEACA%2CaCrnFa%2CgBDqnFb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAlKhB%2CsBAwII%2CcA8BI%3BEACI%2CiBAAA%3B%3BAAvKZ%2CsBAwII%2CcA8BI%2CWAGI%3BEACI%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CaC%5C%2FnFa%2CqBD%2BnFb%3B%3BAA5KhB%2CsBAwII%2CcA8BI%2CWASK%3BEACG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAlLhB%2CsBAwII%2CcA8BI%2CWAeK%2COAAI%3BEACD%2CQAAA%3B%3BAAIR%2CsBAlDJ%2CcAkDK%2CMACG%3BEACI%2CUAAA%3B%3BAA5LhB%2CsBAwII%2CcAwDI%2CWAAU%3BEACN%2CaAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAArMZ%2CsBAwII%2CcAwDI%2CWAAU%2CkBAON%3BEACI%2CSAAA%3B%3BAAxMhB%2CsBAwII%2CcAoEI%2CWACI%3BEACI%2C0BAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CaCvqFa%2CgBDuqFb%3B%3BAAjNhB%2CsBAsNI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CgBAAgB%2CyCAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEA%2CsBAZJ%2CkBAYK%3BEACG%2CgBAAgB%2C%2BCAAhB%3B%3BAAEA%2CsBAfR%2CkBAYK%2CMAGI%3BEACG%2CUAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CsBArBJ%2CkBAqBK%3BEACG%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CoDAAhB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAArPZ%2CsBAsNI%2CkBAkCI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAEA%2CsBA3CR%2CkBAkCI%2CEASK%3BEACG%2C0BAAA%3B%3BAAlQhB%2CsBAuQI%2CgBACI%3BEACI%2CYAAA%3B%3BAAEA%2CsBAJR%2CgBACI%2CeAGK%3BEACI%2C4BAAA%3BEACD%2CgCAAA%3BEACA%2CsBAAsB%2C4BAAtB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3B%3BAAhRhB%2CsBAuQI%2CgBACI%2CeAWK%3BEAUG%2CYAAA%3B%3BAATA%2CsBAbZ%2CgBACI%2CeAWK%2COACI%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CQAAA%3B%3BAA1RpB%2CsBAkSI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAxSR%2CsBAkSI%2CmBAQK%3BEACG%2CcAAA%3BEACA%2CaC5vFkB%2CmBD4vFlB%3B%3BAA5SZ%2CsBAkSI%2CmBAaI%3BEACI%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAArTZ%2CsBAyTI%3BEACI%2CYAAA%3B%3BAA1TR%2CsBA6TI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FTR%2CsBA6TI%2CaAII%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3B%3BAAtUZ%2CsBA0UI%2CSACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAnVZ%2CsBA0UI%2CSAYI%2COAAM%3BEACF%2CgBAAgB%2C0CAAhB%3BEACA%2CWAAA%3B%3BAAxVZ%2CsBA0UI%2CSAiBI%2COAAM%3BEACF%2CgBAAgB%2C2CAAhB%3BEACA%2CYAAA%3B%3BAA7VZ%2CsBAiWI%3BEACI%2CaAAA%3B%3BAAlWR%2CsBAqWI%2C0BACI%3BEACI%2CeAAA%3B%3BAAvWZ%2CsBAqWI%2C0BAKI%3BEACI%2CeAAA%3BEACA%2CaC%5C%2FzFiB%2CqBD%2BzFjB%3BEACA%2CgBAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CaAAc%2CqBACV%3BEACI%2CQAAQ%2CeAAR%3B%3BAAIR%2CoBACI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAHR%2CoBAMI%2CcACI%3BEAMI%2CcAAA%3B%3BAAbZ%2CoBAMI%2CcACI%2CUACI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAVhB%2CoBAMI%2CcAUI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAKZ%2CsBAAuB%2CyBAAuB%3BEAC1C%2CmBAAA%3B%3BAAGJ%2CsBAAsB%2CMAAM%2COACxB%2CmBACI%2CmBACK%3BEACG%2CcAAA%3BEACA%2CWAAA%3B%3BAALhB%2CsBAAsB%2CMAAM%2COACxB%2CmBAQI%3BEACI%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAZZ%2CsBAAsB%2CMAAM%2COACxB%2CmBAcI%3BEACI%2C%2BBAAA%3B%3BAAKZ%2CsBACI%3BEACI%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAANR%2CsBASI%2CcACI%3BEACI%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3BEACA%2CwBAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3B%3BAAlBZ%2CsBASI%2CcACI%2CoBAUI%3BEACI%2CeAAA%3BEACA%2CaCh6Fa%2CqBDg6Fb%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CsBAxBZ%2CcACI%2CoBAUI%2CQAaK%3BEACG%2C0BAAA%3B%3BAAKZ%2CsBA9BJ%2CcA8BK%2CMACG%3BEACI%2COAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CQAAA%3BEAEA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3B%3BAArDhB%2CsBA0DI%3BEAKI%2CWAAA%3B%3BAA%5C%2FDR%2CsBA0DI%2CsBACI%3BEACI%2CWAAA%3B%3BAAOZ%2CsBAAsB%2CcAClB%2CcACI%3BEACI%2CeAAA%3BEACA%2CaCj9FiB%2CqBDi9FjB%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAASI%2CoBAHZ%2CuBAAsB%2CsBAAsB%2CMAAM%2COAC9C%2CeACI%2CcACK%2CUAAU%3BEACP%2CyBAAA%3B%3BAAQpB%2CkBACI%3BEACI%2CsBAAA%3B%3BAAFR%2CkBAKI%2CsBACI%3BEACI%2CmBAAA%3B%3BAAKZ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAFJ%2CgBAII%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAANR%2CgBASI%3BEACI%2CUAAA%3BEACA%2CiBAAA%3B%3BAAXR%2CgBAcI%3BEACI%2CWAAA%3B%3BAAfR%2CgBAkBI%3BEACI%2CcAAA%3B%3BAAIR%3BEACI%2CiBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3B%3BAAEA%2C2BAAC%3BEACG%2C4BAAA%3BEACC%2CmBAAA%3B%3BAAVT%2C2BAaI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C2BAAC%2CUAAU%3BEACP%2CyBAAA%3B%3BAAGJ%2C2BAAC%2CUAAU%3BEACP%2CgCAAA%3B%3BAA1BR%2C2BA6BI%3BEACI%2CkBAAA%3BEACA%2C2CAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAAjCR%2C2BA6BI%2C0BAMI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAtCZ%2C2BA0CI%3BEACI%2CUAAA%3B%3BAA3CR%2C2BA8CI%3BEACI%2CUAAA%3B%3BAA%5C%2FCR%2C2BAkDI%3BEACI%2CUAAA%3BEACA%2C0BAAA%3B%3BAApDR%2C2BAkDI%2CyBAII%3BEACI%2CeAAA%3BEACA%2CaC3kGiB%2CqBD2kGjB%3B%3BAAxDZ%2C2BA4DI%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3B%3BAA9DR%2C2BA4DI%2CyBAII%3BEACI%2C%2BBAAA%3B%3BAAjEZ%2C2BAqEI%3BEACI%2CgBAAA%3B%3BAAtER%2C2BAyEI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAA3ER%2C2BA8EI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3B%3BAAIR%2C2BAA2B%3BEACvB%2CgCAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2C2BAA2B%3BEACvB%2C8BAAA%3BEACA%2CyBAAA%3B%3BAAFJ%2C2BAA2B%2CeAIvB%3BEACI%2CoBAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CcACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAALR%2CcAQI%3BEACI%2CYAAA%3B%3BAATR%2CcAYI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CqCAAhB%3BEACA%2CmBAAA%3B%3BAAhBR%2CcAmBI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CaCvpGqB%2CgBDupGrB%3B%3BAAvBR%2CcA0BI%2CgBACI%3BEACI%2CYAAA%3B%3BAAEA%2CcAJR%2CgBACI%2CeAGK%3BEACG%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CcAZZ%2CgBACI%2CeAUK%2COACI%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3B%3BAA5CpB%2CcAkDI%3BEACI%2CeAAA%3BEACA%2CaCjrGqB%2CqBDirGrB%3B%3BAApDR%2CcAuDI%2CSACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAjEZ%2CcAuDI%2CSACI%2COAWI%3BEACI%2CwBAAA%3B%3BAApEhB%2CcAuDI%2CSAiBI%2COAAM%3BEACF%2CgBAAgB%2C0CAAhB%3BEACA%2CWAAA%3B%3BAA1EZ%2CcAuDI%2CSAsBI%2COAAM%3BEACF%2CgBAAgB%2C2CAAhB%3BEACA%2CYAAA%3B%3BAA%5C%2FEZ%2CcAmFI%3BEACI%2COAAA%3BEACA%2CQAAA%3BEACA%2C0BAAA%3B%3BAAtFR%2CcAmFI%2CUAKI%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA9FZ%2CcAmFI%2CUAKI%2COAQI%3BEACI%2CwBAAA%3B%3BAAjGhB%2CcAmFI%2CUAkBI%2COAAM%3BEACF%2CmBAAA%3B%3BAAKZ%3BEA4EI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FEJ%2CgBACI%3BEAeI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAApBR%2CgBACI%2CqBACI%3BEACI%2CsBAAA%3B%3BAAEA%2CgBAJR%2CqBACI%2CIAGK%2CUAAU%3BEACP%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CwBAAA%3BEACA%2CmCAAA%3BEACA%2CwBAAA%3BEACA%2CiCAAA%3B%3BAAZhB%2CgBAuBI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA5BR%2CgBAuBI%2CeAOI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CaC1wGiB%2CqBD0wGjB%3B%3BAAlCZ%2CgBAuBI%2CeAcI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CaCpxGiB%2CgBDoxGjB%3B%3BAAzCZ%2CgBAuBI%2CeAqBI%2CEAAC%3BEACG%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CaC5xGiB%2CqBD4xGjB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CgBAtCR%2CeAqBI%2CEAAC%2CeAiBI%3BEACG%2CqBAAA%3B%3BAAGJ%2CgBA1CR%2CeAqBI%2CEAAC%2CeAqBI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CgBAAgB%2C4CAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAvEhB%2CgBAiFI%3BEACI%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CgBARJ%2CMAQK%3BEACG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGJ%2CgBAdJ%2CMAcK%3BEACG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAlGZ%2CgBAsGI%3BEACI%2CeAAA%3B%3BAAvGR%2CgBAsGI%2CSAGI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3B%3BAAlHZ%2CgBAsGI%2CSAeI%2COAAM%3BEACF%2CgBAAgB%2C0CAAhB%3BEACA%2COAAA%3B%3BAAvHZ%2CgBAsGI%2CSAoBI%2COAAM%3BEACF%2CgBAAgB%2C2CAAhB%3BEACA%2CQAAA%3B%3BAA5HZ%2CgBAgII%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3B%3BAArIR%2CgBAgII%2CUAOI%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA7IZ%2CgBAgII%2CUAgBI%2COAAM%3BEACF%2CmBAAA%3B%3BAAKZ%3BEACI%2CUAAA%3B%3BAADJ%2CYAGI%2CkBAEK%3BEACG%2CWAAW%2CYAAX%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAXZ%2CYAGI%2CkBAWI%2CSACI%2COAAM%2CWACF%2CKAAI%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAApBpB%2CYAGI%2CkBAWI%2CSACI%2COAAM%2CWAQF%2CWACI%2COAAM%2CWACF%3BEAKI%2C2BAAA%3B%3BAA9B5B%2CYAGI%2CkBAWI%2CSACI%2COAAM%2CWAQF%2CWACI%2COAAM%2CWACF%2CMACI%3BEACI%2CuBAAA%3B%3BAAYhC%3BEACI%2CmBAAA%3BEACA%2CiCAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CYAAC%3BEACG%2C0BAAA%3B%3BAAIR%2CkBACI%3BEACI%2CaCl7GqB%2CqBDk7GrB%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAJR%2CkBAOI%3BEACI%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CaC77GqB%2CgBD67GrB%3B%3BAAVR%2CkBAaI%3BEACI%2C%2BBAAA%3B%3BAAdR%2CkBAiBI%2CcACI%3BEAOI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3B%3BAA5BZ%2CkBAiBI%2CcACI%2CEACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAQJ%2CkBAbR%2CcACI%2CEAYK%3BEACG%2CYAAA%3B%3BAA%5C%2FBhB%2CkBAiBI%2CcAkBI%3BEACI%2CgBAAgB%2CuCAAhB%3B%3BAApCZ%2CkBAiBI%2CcAsBI%3BEACI%2CgBAAgB%2CsCAAhB%3B%3BAAxCZ%2CkBAiBI%2CcA0BI%3BEACI%2CgBAAgB%2CsCAAhB%3B%3BAA5CZ%2CkBAiBI%2CcA8BI%3BEACI%2CgBAAgB%2CwCAAhB%3B%3BAAKZ%2CgBAAgB%3BEACZ%2CwBAAA%3B%3BAAGJ%2CmBAAoB%2CuBAAqB%3BEACrC%2CmBAAA%3B%3BAAGJ%2CMACI%2CuBACI%3BEACI%2CwBAAA%3B%3BAAKZ%2CkBACI%3BEACI%2CqBAAA%3B%3BAAFR%2CkBAKI%3BEACI%2CaAAA%3B%3BAANR%2CkBASI%2CcACI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAlBZ%2CkBASI%2CcACI%2CSAUI%2CKAAI%2CWACA%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaC7gHS%2CqBD6gHT%3BEACA%2CiBAAA%3B%3BAAzBpB%2CkBASI%2CcACI%2CSAmBI%2CKAAI%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAjChB%2CkBASI%2CcA4BI%3BEACI%2CUAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAzCZ%2CkBA6CI%3BEAEI%2CyBAAA%3BEACA%2CUAAA%3BEACA%2C0BAAA%3B%3BAAKR%2CIAAI%2CcAAc%2CoBACd%3BEACI%2CgBAAA%3B%3BAAIR%2CIAAI%2CcAAc%2CeACd%3BEACI%2CgBAAA%3B%3BAAIR%2CgBAAgB%3BEACZ%2CaAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CUAAA%3B%3BAAGJ%2CoBACI%3BEACI%2CgBAAA%3BEACA%2CuBAAA%3BEAEA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CaCpkHsB%2CmBDokHtB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAdR%2CoBACI%2COAeI%3BEACI%2CaC7kHkB%2CmBD6kHlB%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAzBZ%2CoBACI%2COA2BI%3BEACI%2CqBAAA%3B%3BAA7BZ%2CoBAiCI%3BEACI%2CaC9lHsB%2CmBD8lHtB%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%2CIAAI%2CcACA%3BEACI%2C0BAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CuBAGI%3BEACI%2CeAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CIAAI%2CSACA%3BEACI%2CqBAAA%3B%3BAAFR%2CIAAI%2CSAKA%3BEACI%2CeAAA%3B%3BAAIR%2CIAAI%2CkBACA%3BEACI%2CwBAAA%3BEACA%2CuBAAuB%2CUAAU%2CeAAjC%3BEACA%2CQAAA%3B%3BAAIR%2CgBACI%2CQACI%3BEACI%2CcAAA%3BEACA%2CoBAAA%3B%3BAAGI%2CgBANZ%2CQACI%2CEAIK%2CYACI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAUR%2CqBAFR%2CeAAc%2CUACV%2C0BAA0B%2CQACrB%3BEACG%2CaAAA%3B%3BAAJhB%2CqBACI%2CeAAc%2CUAOV%2CoBACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaC%5C%2FrHkB%2CqBD%2BrHlB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuCAAA%3BEACA%2CwCAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3B%3BAAIA%2CqBA7BZ%2CeAAc%2CUAOV%2CoBAqBI%2CMAAK%2CYACA%2CQAAS%3BEACN%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAMpB%2CSAAS%2CaAAc%2CgBAAgB%2CGAAG%2CGAAE%2COAAQ%2CIAAC%3BEACjD%2CqCAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3B%3BAAGJ%2CIAAI%2CqBAAqB%2CcACrB%3BEACI%2CgBAAA%3B%3BAAFR%2CIAAI%2CqBAAqB%2CcACrB%2CaAGI%3BEACI%2CeAAA%3B%3BAAKZ%2CmCACI%2CQAAO%3BEACH%2CkBAAA%3B%3BAAIR%2CcAAc%3BEACV%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CcATU%2CSAST%3BEACG%2CuBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%2CcAdU%2CSAcT%3BEACG%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CgBAAA%3B%3BAAIR%2CwBACI%2CYACI%2CeAAc%2CSAAU%3BEACpB%2CYAAA%3B%3BAAEA%2CwBAJR%2CYACI%2CeAAc%2CSAAU%2CQAGnB%3BEACG%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAMhB%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CgBACI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIR%2CIAAI%2CgBACA%2CcACI%3BEACI%2CcAAA%3B%3BAAHZ%2CIAAI%2CgBACA%2CcAKI%3BEACI%2CqBAAA%3B%3BAAPZ%2CIAAI%2CgBAWA%2CaACI%3BEACI%2CcAAA%3B%3BAAKZ%2CMAAM%2CWACF%2CKAAI%3BEACA%2CaAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%2CeACI%3BEACI%2CaAAA%3B%3BAAKR%2CSACK%3BEACG%2CgBAAA%3B%3BAAFR%2CSAKK%2CSAAM%3BEACH%2CkBAAA%3B%3BAANR%2CSASK%2CUACI%3BEACG%2CgBAAA%3B%3BAAUQ%2CmBAJhB%2CeACI%2CUACI%2COACI%2CMACK%3BEACG%2CaAAA%3B%3BAAKJ%2CmBAVhB%2CeACI%2CUACI%2COAOI%2COACK%3BEACG%2CaAAA%3B%3BAAZxB%2CmBACI%2CeACI%2CUAeI%2COAAM%2CWACF%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAApBpB%2CmBACI%2CeACI%2CUAsBI%3BEACI%2CWAAA%3B%3BAAOZ%2CMAAC%3BEACG%2CaAAA%3B%3BAAIR%2CKAAK%3BEACD%2CWAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CWAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CWAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CWAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CWAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CWAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CWAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CWAAA%3B%3BAAGJ%2CsBAAsB%3BEAClB%2C0BAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%2CqBACI%3BEACI%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEACI%2CwBAAA%3B%3BAAGJ%2CYAAY%3BEACR%2CkBAAA%3B%3BAADJ%2CYAAY%2CiBAGR%3BEACI%2C6BAAA%3BEACA%2C0BAAA%3B%3BAAIR%2CsBACI%2CeACI%3BEACI%2C%2BBAAA%3B%3BAAYZ%2CwBAN2C%3BEACvC%3BIACI%2CWAAA%3B%3B%3BAAgCR%2CwBA5B0C%3BEACtC%2COAAO%2CQACH%2CsBACI%2CQAAO%2CMACH%2CmBACI%2CoBACI%2CiBACI%2CqBACI%3BIACI%2CsBAAA%3BIACA%2C2BAAA%3BIACA%2CwBAAA%3B%3BEAUhC%2CkBACI%3BIACI%2CeAAA%3B%3B%3BAAuBZ%2CwBAlB0C%3BEACtC%2CIACI%2COACI%2CWACI%3BIACI%2CqBAAA%3B%3BEAMhB%2CIAAI%2CcACA%3BIACI%2CgBAAA%3B%3B%3BAAkDZ%2CwBA7C2C%3BEACvC%2CIAAI%2CcACA%3BIACI%2CiBAAA%3B%3BEAIR%2CYACI%2CQAAO%2CQACH%2CsBACI%2CQAAO%3BIAEH%2CwBAAA%3B%3BEAMhB%2COAAO%2CQACH%2CsBACI%2CQAAO%2CMACH%2CMAAK%2CiBACD%2CGACI%3BIACI%2C2BAAA%3B%3BEAQxB%2CYAAY%2CaACR%2CMAAK%2CiBACD%3BIACI%2C2BAAA%3B%3BEAHZ%2CYAAY%2CaAOR%2CMAAK%3BIACD%2C2BAAA%3B%3B%3BAAiBZ%2CwBAZ2C%3BEACvC%2CIACI%2COACI%2CWACI%3BIACI%2CqBAAA%3B%3B%3BAAyBpB%2CwBAlB2C%3BEACvC%2CIACI%2CaACI%3BIACI%2CyBAAA%3B%3BEAHZ%2CIAOI%2CiBACI%3BIACI%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2CcAAA%3B%3B%3BAAgBhB%2CwBAV2C%3BEACvC%2CUACI%2CUACK%3BIACG%2CwBAAA%3B%3B%3BAA8BhB%2CwBAxB2C%3BEAGvC%2COAAO%3BIAiBH%2C4BAAA%3B%3BEAjBJ%2COAAO%2CQACH%2CuBACI%2COAAM%3BIACF%2CyBAAA%3BIACA%2CqBAAA%3B%3BEAJZ%2COAAO%2CQAQH%3BIACI%2CmBAAA%3BIACA%2C8BAAA%3B%3BEAVR%2COAAO%2CQAQH%2CsBAII%2CQAAO%3BIACH%2CmBAAA%3B%3B%3BAA2rChB%2CwBAnrC2C%3BEACvC%2CIACI%3BIACI%2CeAAA%3BIACA%2CeAAA%3B%3BEAHR%2CIACI%2CiBAII%3BIACI%2CgBAAA%3B%3BEANZ%2CIAYI%2CQAAO%2CQACH%3BIACI%2CqBAAA%3BIACA%2C0BAAA%3BIACA%2C8BAAA%3B%3BEAhBZ%2CIAYI%2CQAAO%2CQAOH%2CuBACI%2COAAM%2CaACF%2CSACI%3BIACI%2CgBAAA%3B%3BEAvBxB%2CIAYI%2CQAAO%2CQAiBH%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEAhCZ%2CIAoCI%2CaACI%2CkBACI%3BIACI%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CIATZ%2CaACI%2CkBACI%2CeAOK%3BIACG%2CcAAA%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAgB%2CgDAAhB%3BIACA%2CsCAAA%3B%3BEArDpB%2CIAoCI%2CaACI%2CkBAoBI%2CSACI%3BIACI%2CeAAA%3BIACA%2CeAAA%3B%3BEA5DpB%2CIAoCI%2CaACI%2CkBAoBI%2CSAMI%2COAAM%2CWACF%2COAAM%3BIACF%2CYAAA%3B%3BEAjExB%2CIAwEI%2CaACI%2CQACI%2CmBACK%3BIACG%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3BIACA%2C0BAAA%3BIACA%2CgCAAA%3B%3BEAEA%2CIAXhB%2CaACI%2CQACI%2CmBACK%2CMAQI%2CUAAU%3BIACP%2CoBAAA%3B%3BEApFxB%2CIAwEI%2CaACI%2CQACI%2CmBAcK%2CMAAG%3BIACA%2C2BAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3B%3BEAOpB%3BIAuBI%2CeAAA%3B%3BEAvBJ%2CkBACI%2CIAAG%2CaACC%3BIAEI%2CuBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CkBANR%2CIAAG%2CaACC%2CGAKK%3BIACG%2CaAAA%3B%3BEARhB%2CkBACI%2CIAAG%2CaAWC%3BIAEI%2CuBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CkBAhBR%2CIAAG%2CaAWC%2CGAKK%3BIACG%2CaAAA%3B%3BEAlBhB%2CkBAyBI%3BIACI%2CeAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CaChwIiB%2CgBDgwIjB%3BIACA%2CaAAA%3BIACA%2C8BAAA%3B%3BEAEA%2CkBARJ%2CGAQK%3BIACG%2CqBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3BIAEA%2CSAAS%2CGAAT%3BIACA%2CSAAA%3BIACA%2CWAAW%2CYAAX%3BIACA%2CmBAAmB%2CYAAnB%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEA%5C%2FCZ%2CkBAmDI%3BIACI%2CeAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CaC1xIiB%2CgBD0xIjB%3BIACA%2CaAAA%3BIACA%2C8BAAA%3B%3BEAEA%2CkBARJ%2CGAQK%3BIACG%2CqBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3BIAEA%2CSAAS%2CGAAT%3BIACA%2CSAAA%3BIACA%2CWAAW%2CYAAX%3BIACA%2CmBAAmB%2CYAAnB%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAMA%2CkBAFR%2COAAM%2COACF%2CGACK%3BIACG%2CWAAW%2CYAAX%3BIACA%2CmBAAmB%2CYAAnB%3BIACA%2CSAAS%2CGAAT%3B%3BEAKJ%2CkBAVR%2COAAM%2COASF%2CGACK%3BIACG%2CWAAW%2CYAAX%3BIACA%2CmBAAmB%2CYAAnB%3BIACA%2CSAAS%2CGAAT%3B%3BEA1FhB%2CkBA6EI%2COAAM%2COAiBF%3BIACI%2CiCAAA%3B%3BEA%5C%2FFZ%2CkBA6EI%2COAAM%2COAiBF%2CGAGI%2CGACI%3BIACI%2CaCn0IK%2CqBDm0IL%3BIACA%2CeAAA%3B%3BEApGpB%2CkBA0GI%2CcACI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3B%3BEAhHZ%2CkBA0GI%2CcACI%2CEAOI%3BIACI%2CiCAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEArHhB%2CkBA0HI%3BIACI%2C%2BBAAA%3B%3BEAIR%2CSACI%2CWACI%2COAAM%3BIACF%2CiBAAA%3B%3BEAHZ%2CSACI%2CWAKI%2COAAM%3BIACF%2CiBAAA%3B%3BEAPZ%2CSACI%2CWASI%2COAAM%3BIACF%2CyBAAA%3B%3BEAXZ%2CSACI%2CWAaI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAhBZ%2CSACI%2CWAkBI%2COAAM%3BIACF%2CeAAA%3B%3BEApBZ%2CSACI%2CWAsBI%2COAAM%3BIACF%2CkCAAA%3B%3BEAxBZ%2CSA4BI%2CoBACI%3BIACI%2CeAAA%3B%3BEA9BZ%2CSAkCI%2CaACI%3BIACI%2CeAAA%3B%3BEApCZ%2CSAwCI%2CuBACI%3BIACI%2CeAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEA9CZ%2CSAwCI%2CuBASI%2CcACI%2CWAAU%3BIACN%2CuBAAA%3B%3BEAnDhB%2CSAwCI%2CuBASI%2CcAKI%3BIACI%2CuBAAA%3B%3BEAvDhB%2CSAwCI%2CuBASI%2CcASI%3BIACI%2CuBAAA%3BIACA%2CSAAA%3B%3BEA5DhB%2CSAwCI%2CuBASI%2CcASI%2CWAII%3BIACI%2CeAAA%3B%3BEA%5C%2FDpB%2CSAwCI%2CuBA4BI%2C0BACI%3BIACI%2CUAAA%3B%3BEAtEhB%2CSAwCI%2CuBAkCI%3BIACI%2CSAAA%3B%3BEA3EZ%2CSA%2BEI%2COAAM%2COAAO%2CsBACT%3BIACI%2CaAAA%3B%3BEAjFZ%2CSA%2BEI%2COAAM%2COAAO%2CsBAKT%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEAtFZ%2CSA0FI%2COAAM%2COACF%2CeACI%3BIACI%2CYAAA%3BIACA%2CmBAAA%3B%3BEA9FhB%2CSA0FI%2COAAM%2COACF%2CeACI%2CcAII%3BIACI%2CYAAA%3BIACA%2C2CAAA%3B%3BEAlGpB%2CSAwGI%2CQACI%3BIAKI%2C6BAAA%3B%3BEA9GZ%2CSAwGI%2CQACI%2CaACI%3BIACI%2C2BAAA%3B%3BEA3GhB%2CSAkHI%2CcACI%3BIACI%2CaAAA%3B%3BEApHZ%2CSAwHI%2C0BAAyB%2CsBACrB%2CGAAE%3BIACE%2CYAAA%3BIACA%2CmBAAA%3B%3BEA3HZ%2CSAwHI%2C0BAAyB%2CsBACrB%2CGAAE%2CaAIE%3BIACI%2CYAAA%3BIACA%2C2CAAA%3B%3BEA%5C%2FHhB%2CSAwHI%2C0BAAyB%2CsBACrB%2CGAAE%2CaAIE%2CmBAII%3BIACI%2CeAAA%3B%3BEAUR%2CMAHN%2CwBACF%2CWACI%2CEACK%2CUAAU%3BIACP%2CiBAAA%3B%3BEAMhB%3BIACI%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CyBAAyB%3BIACrB%2CmBAAA%3B%3BEAGJ%2CyBAAyB%3BIACrB%2CmBAAA%3B%3BEADJ%2CyBAAyB%2C2BAGrB%3BIACI%2CmBAAA%3B%3BEAIR%3BIACI%2C4BAAA%3BIACA%2CQAAA%3B%3BEAGJ%2COAAO%3BIAgCH%2C4BAAA%3BIACA%2CyBAAA%3B%3BEAjCJ%2COAAO%2CQACH%3BIACI%2CsBAAA%3BIACA%2CqBAAA%3B%3BEAHR%2COAAO%2CQACH%2CuBAII%2COAAM%2CaACF%3BIAKI%2C2BAAA%3BIACA%2CaAAA%3B%3BEALA%2COAPT%2CQACH%2CuBAII%2COAAM%2CaACF%2CMACK%3BIACG%2C2BAAA%3B%3BEARpB%2COAAO%2CQACH%2CuBAII%2COAAM%2CaAUF%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3B%3BEAnBhB%2COAAO%2CQACH%2CuBAII%2COAAM%2CaAiBF%2CSACI%2COACI%3BIACI%2CwBAAA%3B%3BEAzBxB%2COAAO%2CQAmCH%3BIACI%2CgBAAA%3BIACA%2CQAAA%3BIACA%2CeAAA%3B%3BEAEA%2COAxCD%2CQAmCH%2CYAKK%3BIACG%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAgB%2CmCAAhB%3BIACA%2CqCAAA%3BIACA%2CwCAAA%3BIACA%2CiBAAA%3BIACA%2CSAAS%2CEAAT%3B%3BEAhDZ%2COAAO%2CQAoDH%3BIACI%2CkBAAA%3B%3BEArDR%2COAAO%2CQAoDH%2CsBAGI%2CQAAO%2CMACH%2CMACI%2CeACI%3BIACI%2CsBAAA%3BIACA%2C6BAAA%3BIACA%2CuBAAA%3B%3BEAQxB%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CsBAIK%3BIACG%2CsBAAA%3B%3BEAIR%2CMACI%2CQAAO%2CQACH%2CuBACI%2COAAM%3BIAEF%2CgBAAA%3BIAEA%2CyBAAA%3BIACA%2CUAAA%3BIACA%2C2BAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CQAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BEAfhB%2CMAoBI%2CsCAAqC%3BIACjC%2CoBAAA%3B%3BEAMA%2CiBADJ%2CQAAO%2CSACF%3BIACG%2CgBAAgB%2C0CAAhB%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CcAAA%3BIACA%2CSAAS%2CEAAT%3B%3BEAKZ%2CYACI%2COAAM%3BIACF%2C2BAAA%3BIACA%2C8BAAA%3BIACA%2CaCloJiB%2CgBDkoJjB%3BIACA%2CyBAAA%3B%3BEAIR%2CMAAM%3BIACF%2CgBAAA%3BIACA%2CyBAAA%3B%3BEAGJ%2CmBACI%2CeAAc%2CKACV%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2C2BAAA%3B%3BEAKZ%2CgBACI%2CeACI%3BIACI%2CWAAA%3BIACA%2CcAAA%3B%3BEAJZ%2CgBACI%2CeACI%2CYAII%3BIACI%2CeAAA%3B%3BEAEA%2CgBARZ%2CeACI%2CYAII%2CYAGK%3BIACG%2CmBAAA%3B%3BEADJ%2CgBARZ%2CeACI%2CYAII%2CYAGK%2CYAGG%3BIACI%2CWAAA%3B%3BEAbxB%2CgBACI%2CeACI%2CYAgBI%3BIACI%2CeAAA%3BIACA%2CoBAAA%3BIACA%2C8BAAA%3BIACA%2COAAA%3B%3BEAEA%2CgBAvBZ%2CeACI%2CYAgBI%2CWAMK%3BIACG%2C8BAAA%3B%3BEAIR%2CgBA5BR%2CeACI%2CYA2BK%2CUAAU%3BIACP%2CgBAAA%3B%3BEAGJ%2CgBAhCR%2CeACI%2CYA%2BBK%2CUAAU%2CGACP%3BIACI%2COAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3B%3BEAtCpB%2CgBACI%2CeACI%2CYAwCI%3BIAKI%2CiBAAA%3B%3BEA%5C%2FChB%2CgBACI%2CeACI%2CYAwCI%2CaACI%3BIACI%2CSAAA%3B%3BEA5CpB%2CgBACI%2CeACI%2CYAgDI%3BIAMI%2CkBAAA%3B%3BEAxDhB%2CgBACI%2CeACI%2CYAgDI%2CYACI%3BIACI%2CUAAA%3BIACA%2COAAA%3B%3BEASpB%2CoBACI%2CcACI%3BIACI%2CeAAA%3BIACA%2CaCztJa%2CgBDytJb%3B%3BEAJZ%2CoBACI%2CcAMI%2CUACI%3BIACI%2CeAAA%3B%3BEAMhB%3BIACI%2CmBAAA%3B%3BEADJ%2CgBAGI%3BIACI%2CWAAA%3BIACA%2CeAAA%3BIACA%2CoBAAA%3BIACA%2CQAAA%3BIACA%2CuBAAA%3BIACA%2C2CAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3B%3BEAXR%2CgBAGI%2CeAUI%3BIACI%2CeAAA%3B%3BEAEA%2CgBAbR%2CeAUI%2CGAGK%3BIACG%2CgBAAgB%2C4CAAhB%3BIACA%2CSAAS%2CEAAT%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAvBhB%2CgBAGI%2CeAwBI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEA7BZ%2CgBAGI%2CeA6BI%2CEAAC%3BIACG%2CaAAA%3B%3BEAjCZ%2CgBAqCI%3BIASI%2CeAAA%3B%3BEAPI%2CgBAFR%2CqBACI%2CIACK%3BIACG%2CkBAAA%3BIACA%2CoBAAA%3B%3BEAzChB%2CgBAiDI%2CSACI%3BIACI%2CkBAAA%3BIACA%2C4BAAA%3BIACA%2CwBAAA%3B%3BEArDZ%2CgBAyDI%3BIAKI%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3B%3BEAhER%2CgBAyDI%2CUACI%3BIACI%2CmBAAA%3B%3BEA3DZ%2CgBAmEI%3BIACI%2CUAAA%3B%3BEApER%2CgBAmEI%2CMAGI%3BIACI%2CkBAAA%3BIACA%2CYAAY%2CkEAAiE%2C6HAA7E%3BIACA%2CkCAAA%3BIACA%2CwBAAA%3B%3BEA1EZ%2CgBAmEI%2CMAUI%3BIACI%2CwBAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAY%2CkEAAiE%2C6HAA7E%3BIACA%2CkCAAA%3BIACA%2CWAAA%3B%3BEAnFZ%2CgBAmEI%2CMAUI%2CoBAQI%3BIACI%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2CWAAA%3B%3BEAMhB%2CsBACI%3BIACI%2CyBAAA%3B%3BEAFR%2CsBAKI%2CcACI%2CWAAU%3BIACN%2CWAAA%3B%3BEAPZ%2CsBAKI%2CcAKI%2CyBAAwB%2CMACpB%3BIAKI%2C0BAAA%3BIACA%2C2BAAA%3B%3BEAjBhB%2CsBAKI%2CcAKI%2CyBAAwB%2CMACpB%2CiBACI%3BIACI%2CeAAA%3B%3BEAbpB%2CsBAKI%2CcAgBI%2CWACI%3BIACI%2CaCt1JS%2CqBDs1JT%3BIACA%2C0BAAA%3B%3BEAxBhB%2CsBA6BI%2CSACI%2COAAM%3BIACF%2COAAA%3B%3BEA%5C%2FBZ%2CsBA6BI%2CSAKI%2COAAM%3BIACF%2CQAAA%3B%3BEAnCZ%2CsBAuCI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAzCR%2CsBA4CI%2C0BACI%3BIACI%2CaC72Ja%2CqBD62Jb%3B%3BEA9CZ%2CsBAkDI%2CcACI%3BIACI%2CcAAA%3B%3BEApDZ%2CsBAwDI%3BIAqBI%2CgBAAA%3B%3BEA7ER%2CsBAwDI%2CeACI%2CcACI%3BIACI%2CyBAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CsBAdR%2CeACI%2CcAaK%2CMACG%3BIACI%2C0BAAA%3B%3BEAxEpB%2CsBAgFI%2CaACI%3BIACI%2CaCp5Ja%2CgBDo5Jb%3B%3BEAlFZ%2CsBAsFI%3BIACI%2CoBAAA%3B%3BEAIR%2CgBACI%3BIACI%2CWAAA%3B%3BEAFR%2CgBAKI%3BIACI%2CWAAA%3B%3BEAIR%2CoBACI%2CuBACI%3BIACI%2CcAAA%3B%3BEAKZ%2CsBAAsB%2CMAAM%2COACxB%2CmBACI%3BIACI%2CiBAAA%3B%3BEAKZ%2CsBACI%2CcACI%3BIACI%2CyBAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CsBAbJ%2CcAaK%2CMACG%3BIACI%2C0BAAA%3B%3BEAMhB%3BIAuBI%2CeAAA%3BIACA%2CiCAAA%3B%3BEAxBJ%2C2BACI%3BIACI%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEANR%2C2BACI%2CyBAOI%3BIACI%2CeAAA%3B%3BEATZ%2C2BAaI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAfR%2C2BAkBI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAMJ%2C2BAAC%2CUAAU%3BIACP%2CmBAAA%3B%3BEAGJ%2C2BAAC%2CUAAU%3BIAKP%2CmBAAA%3B%3BEALJ%2C2BAAC%2CUAAU%2CGACP%3BIACI%2CiBAAA%3B%3BEAhCZ%2C2BAsCI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAxCR%2C2BA2CI%3BIACI%2CeAAA%3B%3BEA5CR%2C2BA%2BCI%3BIACI%2C%2BBAAA%3B%3BEAhDR%2C2BAmDI%3BIACI%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2C2BAAC%2CYACG%3BIACI%2CiBAAA%3B%3BEA3DZ%2C2BA%2BDI%3BIACI%2CiBAAA%3B%3BEAIR%2C2BAA2B%3BIAQvB%2CoBAAA%3BIACA%2CmBAAA%3B%3BEATJ%2C2BAA2B%2CeACvB%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CoBAAA%3B%3BEAOR%2C2BAA2B%2CcACvB%3BIACI%2CQAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAIR%2CcACI%2CSACI%2COAAM%3BIACF%2COAAA%3B%3BEAHZ%2CcACI%2CSAKI%2COAAM%3BIACF%2CQAAA%3B%3BEAPZ%2CcAWI%3BIACI%2CUAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAIR%2CYACI%2CkBACK%3BIACG%2CsBAAA%3BIACA%2CoBAAA%3B%3BEAJZ%2CYACI%2CkBAMI%2CSACI%2COAAM%2CWACF%3BIACI%2CWAAA%3B%3BEAVpB%2CYACI%2CkBAMI%2CSACI%2COAAM%2CWACF%2CWAGI%2COAAM%2CWACF%2CMACI%3BIACI%2CeAAA%3B%3BEAfhC%2CYACI%2CkBAMI%2CSACI%2COAAM%2CWAaF%2CKAAI%3BIACA%2CyBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3BEAxBpB%2CYACI%2CkBAMI%2CSACI%2COAAM%2CWAmBF%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAKZ%2CYAjCJ%2CkBAiCK%3BIACG%2CwBAAA%3B%3BEAKZ%3BIACI%2C%2BBAAA%3B%3BEAGJ%2COAAO%3BIACH%2CoBAAA%3B%3BEAGJ%2CUAAU%2CIAAI%2CkBAAkB%2COAAO%2CUAAU%3BIAC7C%2CyBAAA%3BIACA%2C6BAAA%3BIACA%2C8BAAA%3B%3BEAGJ%2CaACI%2CSACI%3BIACI%2CwBAAA%3BIACA%2CkBAAA%3B%3BEAKZ%2CsBAAuB%2CyBAAuB%3BIAC1C%2C4BAAA%3BIACA%2C6BAAA%3BIACA%2CsBAAA%3B%3BEAHJ%2CsBAAuB%2CyBAAuB%2CsBAK1C%3BIACI%2CsBAAA%3B%3BEANR%2CsBAAuB%2CyBAAuB%2CsBAS1C%3BIACI%2C0BAAA%3B%3BEAIR%2CqBACI%3BIACI%2CsBAAA%3B%3BEAIR%2CgBAAgB%3BIACZ%2CwBAAA%3B%3BEAGJ%2CgBAAgB%3BIACZ%2CyBAAA%3B%3BEADJ%2CgBAAgB%2COAGZ%3BIACI%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CaCppKiB%2CgBDopKjB%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3BEARR%2CgBAAgB%2COAGZ%2CcAOI%3BIACI%2CcAAA%3B%3BEAXZ%2CgBAAgB%2COAGZ%2CcAWI%2CKAAI%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2C0BAAA%3BIACA%2CaChqKa%2CgBDgqKb%3B%3BEAlBZ%2CgBAAgB%2COAsBZ%3BIACI%2CmBAAA%3BIACA%2CcAAA%3B%3BEAKI%2CgBA7BI%2COA2BZ%2CWACI%2CEACK%2CUAAU%3BIACP%2CgBAAA%3B%3BEAMhB%2CYACI%2CcACI%2CYAAW%2COACP%3BIAEI%2CiBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAThB%2CYACI%2CcACI%2CYAAW%2COAUP%3BIACI%2CwBAAA%3B%3BEAMhB%2CYACI%2CQAAO%2CQACH%2CuBACI%2COAAM%2CaACF%3BIACI%2CUAAA%3BIACA%2CkBAAA%3B%3BEAOpB%2CWAAW%2COACP%3BIACI%2CyBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CQAAA%3B%3BEAIR%2CMAAM%2COAAO%2CsBACT%2CeACI%3BIACI%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3B%3BEALZ%2CMAAM%2COAAO%2CsBAST%3BIACI%2CiBAAA%3B%3BEAIR%2CyBAAyB%2CsBACrB%2CGAAE%3BIACE%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAMA%2CqBADJ%2CaACK%3BIACG%2CwBAAA%3B%3BEAHZ%2CqBAOI%2CWACI%3BIAKI%2C2BAAA%3BIACA%2C2BAAA%3B%3BEAdZ%2CqBAOI%2CWACI%2CiBACI%3BIACI%2C2BAAA%3B%3BEAShB%2CUACI%2CUACI%3BIACI%2CWAAA%3B%3BEAKZ%2CIAAI%2CSACA%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAIR%2CqBAAqB%2CeACjB%2C4BACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2CeAAA%3B%3BEALhB%2CqBAAqB%2CeACjB%2C4BACI%2CmBAMI%2CYACI%2CSACI%3BIACI%2CWAAA%3B%3BEAOxB%2CgBAAiB%2CeAAe%2CYAAY%2CYAAW%2CYAAa%3BIAChE%2CsBAAA%3B%3BEAEJ%2CsBAAuB%2CuBAAsB%2CSAAS%2CQAAS%3BIAC3D%2C0BAAA%3B%3B%3BAAmRR%2CwBA%5C%2FQ0C%3BEACtC%2CMACI%2CQAAO%2CQACH%2CuBACI%2COAAM%3BIACF%2C2BAAA%3BIACA%2CsBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3B%3BEAPhB%2CMACI%2CQAAO%2CQAUH%2CMACI%3BIACI%2CsBAAA%3B%3BEAOhB%2CgBACI%2CQAAO%3BIACH%2C%2BBAAA%3B%3BEAIR%2CIACI%2CQAAO%2CQACH%2CuBACI%2COAAM%2CaACF%2CSACI%3BIACI%2CgBAAA%3B%3BEANxB%2CIACI%2CQAAO%2CQAWH%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEAfZ%2CIAmBI%2CUACI%2CWACI%3BIACI%2CaAAA%3B%3BEAMhB%2CeACI%2CUACI%2CcACI%3BIACI%2CaAAA%3B%3BEAJhB%2CeACI%2CUACI%2CcACI%2CgBAGI%2CYACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAQxB%2CoBACI%3BIACI%2CiBAAA%3B%3BEAFR%2CoBACI%2COAGI%3BIACI%2CiBAAA%3B%3BEAKZ%3BIACI%2CqBAAA%3B%3BEAGJ%3BIACI%2CoBAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2C6BAII%3BIACI%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAIR%2CSACI%3BIACI%2CiBAAA%3B%3BEAIR%2CkBACI%3BIACI%2CUAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2C0BAAA%3B%3BEANR%2CkBASI%3BIACI%2CcAAA%3B%3BEAVR%2CkBASI%2CWAGI%3BIACI%2C2BAAA%3B%3BEAbZ%2CkBASI%2CWAOI%3BIACI%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2CaC16Ka%2CgBD06Kb%3B%3BEAKJ%2CkBADJ%2CGACK%3BIACG%2CwBAAA%3B%3BEAIR%2CkBAAC%3BIACG%2CwBAAA%3B%3BEA9BR%2CkBAiCI%2CcACI%3BIAYI%2CqBAAA%3BIACA%2CaAAA%3B%3BEA%5C%2FCZ%2CkBAiCI%2CcACI%2CSACI%2CKAAI%3BIACA%2C0BAAA%3B%3BEApChB%2CkBAiCI%2CcACI%2CSAKI%2CKAAI%2CWACA%3BIACI%2CiBAAA%3BIACA%2CeAAA%3B%3BEAYZ%2CSADJ%2CKAAI%2CkBACC%3BIACG%2CaAAA%3B%3BEAKZ%2CIAAI%3BIAOA%2CaAAA%3B%3BEAPJ%2CIAAI%2CkBACA%3BIACI%2CwBAAA%3BIACA%2CuBAAuB%2CUAAU%2CeAAjC%3BIACA%2CQAAA%3B%3BEAMR%2CsBAAsB%2CcAClB%2CcACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAKZ%2CsBACI%2CcACI%2CoBACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAMhB%2COAAO%3BIAuDH%2C%2BBAAA%3B%3BEAvDJ%2COAAO%2CQACH%2CuBACI%2COAAM%2CaACF%3BIACI%2CkBAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3B%3BEAbhB%2COAAO%2CQACH%2CuBACI%2COAAM%2CaAcF%2CSACI%3BIACI%2CyBAAA%3BIACA%2CuBAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2C6BAAA%3BIACA%2C4BAAA%3BIACA%2CiBAAA%3B%3BEAEA%2COA%5C%2FBb%2CQACH%2CuBACI%2COAAM%2CaAcF%2CSACI%2COAcK%3BIACG%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaC3gLH%2CYD2gLG%3BIACA%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2C0BAAA%3BIACA%2CqBAAA%3B%3BEAhDxB%2COAAO%2CQAyDH%3BIACI%2CeAAA%3B%3BEAIR%2CMAAM%2CYAAY%2CcAAe%2CeAAa%3BIAC1C%2C6BAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEAGJ%2CcACI%3BIACI%2CwBAAA%3B%3B%3BAAuCZ%2CwBAjC0C%3BEACtC%2CIACI%2CQAAO%2CQACH%3BIACI%2CqBAAA%3BIACA%2C0BAAA%3BIACA%2C8BAAA%3B%3BEALZ%2CIACI%2CQAAO%2CQACH%2CsBAKI%2CQAAO%3BIACH%2C8BAAA%3BIACA%2CgBAAA%3B%3BEAThB%2CIACI%2CQAAO%2CQAYH%3BIACI%2CqBAAA%3B%3BEAdZ%2CIACI%2CQAAO%2CQAYH%2CuBAGI%2COAAM%2CaACF%2CSACI%3BIACI%2CgBAAA%3B%3B%3BAAa5B%2CYAAY%3BEA%2BBR%2CuBAAA%3B%3BAA1BgB%2CYALR%2CaACR%2CUAAS%2CaACL%2CGACK%2CKAAE%2COAAO%2CUACL%2CIACI%3BEACG%2CQAAA%3BEACA%2CkBAAA%3B%3BAAPxB%2CYAAY%2CaAcR%2CsBACI%2CaAAY%2CQACR%3BEACI%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAgB%2CqDAAhB%3BEACA%2CqBAAA%3B%3BAApBhB%2CYAAY%2CaAyBR%2CuBACI%2CQAAO%3BEACH%2CwBAAA%3B%3BAAOZ%2CaACI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIR%2COAAO%3BEACH%2CYAAA%3B%3BAAGJ%2CaACI%2CcACI%2CUAAS%2CaACL%2CGACI%2CGAAE%2COACG%3BEACG%2CeAAA%3B%3BAANxB%2CaAaI%2CaAAY%2CaACR%2CUAAS%3BEACL%2CkBAAA%3B%3BAAKZ%2CkBACI%2CoBACI%2CWACI%2CeACI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAANpB%2CkBAYI%3BEACI%2CWAAA%3B%3BAAbR%2CkBAYI%2COAGI%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C2CAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2CkBAII%3BEACI%2CWAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CkBAGI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAALR%2CkBAGI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAAVpB%2CkBAGI%2CWAYI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAnBZ%2CkBAGI%2CWAYI%2CaAMI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3B%3BAAvBhB%2CkBAGI%2CWAYI%2CaAMI%2CGAII%3BEACI%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CkBA%5C%2FBhB%2CWAYI%2CaAMI%2CGAII%2CGASK%2CUAAU%3BEACP%2CeAAA%3B%3BAAnCxB%2CkBAGI%2CWAYI%2CaAMI%2CGAII%2CGAaI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CaCnvLK%2CgBDmvLL%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAA9CxB%2CkBAGI%2CWAYI%2CaAMI%2CGAII%2CGAaI%2CKAUI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CkBApDxB%2CWAYI%2CaAMI%2CGAII%2CGAaI%2CKAUI%2CEAOK%3BEACG%2C0BAAA%3B%3BAAxDhC%2CkBAGI%2CWAYI%2CaAMI%2CGAII%2CGAoCI%2CKAAI%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAEA%2CkBApEpB%2CWAYI%2CaAMI%2CGAII%2CGAoCI%2CKAAI%2CSAUC%3BEACG%2CSAAS%2COAAT%3BEACA%2CaCjwLD%2CaDiwLC%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAA3E5B%2CkBAGI%2CWAYI%2CaAMI%2CGAII%2CGAsDI%3BEACI%2CaAAA%3B%3BAAhFxB%2CkBAGI%2CWAYI%2CaAMI%2CGAII%2CGA0DI%2COACI%3BEACI%2CWAAA%3B%3BAAIR%2CkBAtFhB%2CWAYI%2CaAMI%2CGAII%2CGAgEK%2CMACG%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaC9yLC%2CgBD8yLD%3B%3BAAdR%2CkBAtFhB%2CWAYI%2CaAMI%2CGAII%2CGAgEK%2CMACG%2CaAeI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaCnzLH%2CgBDmzLG%3BEACA%2CaAAA%3B%3BAApBZ%2CkBAtFhB%2CWAYI%2CaAMI%2CGAII%2CGAgEK%2CMACG%2CaAsBI%3BEACI%2CiBAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FBZ%2CkBAtFhB%2CWAYI%2CaAMI%2CGAII%2CGAgEK%2CMACG%2CaAiCI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAArCZ%2CkBAtFhB%2CWAYI%2CaAMI%2CGAII%2CGAgEK%2CMACG%2CaAuCI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CkBA3I5B%2CWAYI%2CaAMI%2CGAII%2CGAgEK%2CMACG%2CaAuCI%2CEAaK%3BEACG%2CqBAAA%3B%3BAA%5C%2FIpC%2CkBAGI%2CWAqJI%2CgBACI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA5JhB%2CkBAGI%2CWAqJI%2CgBACI%2CaAKI%3BEACI%2CmBAAA%3B%3BAAIA%2CkBAhKhB%2CWAqJI%2CgBACI%2CaASI%2CaACK%3BEACG%2CWAAA%3B%3BAApKxB%2CkBAGI%2CWAqJI%2CgBACI%2CaASI%2CaAKI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAzKxB%2CkBAGI%2CWAqJI%2CgBACI%2CaAoBI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FKpB%2CkBAGI%2CWAqJI%2CgBACI%2CaAyBI%3BEACI%2CaAAA%3B%3BAAnLpB%2CkBAGI%2CWAqLI%3BEACI%2CgBAAA%3B%3BAAzLZ%2CkBAGI%2CWAqLI%2CiBAGI%3BEACI%2CaCn4La%2CgBDm4Lb%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CkBAjMZ%2CWAqLI%2CiBAGI%2CGASK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CmDAAhB%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CSAAA%3B%3BAAGJ%2CkBA5MZ%2CWAqLI%2CiBAGI%2CGAoBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CoDAAhB%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CUAAA%3B%3BAAvNpB%2CkBAGI%2CWAqLI%2CiBAmCI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAA9NhB%2CkBAGI%2CWAqLI%2CiBAmCI%2CGAKI%3BEACI%2CqBAAA%3B%3BAAEA%2CkBAhOhB%2CWAqLI%2CiBAmCI%2CGAKI%2CGAGK%3BEACG%2CYAAA%3B%3BAApOxB%2CkBAGI%2CWAqLI%2CiBAiDI%3BEACI%2CqBAAA%3B%3BAA1OhB%2CkBAGI%2CWAqLI%2CiBAiDI%2CSAGI%3BEACI%2CaCp7LS%2CgBDo7LT%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAjPpB%2CkBAGI%2CWAqLI%2CiBAiDI%2CSAGI%2CGAOI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CkBAxPhB%2CWAqLI%2CiBAiDI%2CSAGI%2CGAeK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3B%3BAAlQxB%2CkBAGI%2CWAqLI%2CiBAiDI%2CSA6BI%3BEACI%2CaC98LS%2CgBD88LT%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAOpB%3BEACI%2CmBAAA%3B%3BAAGJ%2CWACI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CWACI%2COAKI%3BEACI%2CaCr%2BLiB%2CgBDq%2BLjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAZZ%2CWAgBI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAApBR%2CWAgBI%2CQAMI%3BEACI%2CaCr%5C%2FLiB%2CgBDq%5C%2FLjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA9BZ%2CWAgBI%2CQAMI%2CEAUI%3BEACI%2CaC%5C%2F%5C%2FLa%2CgBD%2B%5C%2FLb%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAApChB%2CWAgBI%2CQAMI%2CEAiBI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAzChB%2CWA8CI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAlDR%2CWA8CI%2CQAMI%3BEACI%2CaCnhMiB%2CgBDmhMjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA5DZ%2CWA8CI%2CQAMI%2CEAUI%3BEACI%2CaC7hMa%2CgBD6hMb%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAAlEhB%2CWA8CI%2CQAMI%2CEAiBI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAvEhB%2CWA4EI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAhFR%2CWA4EI%2CQAMI%3BEACI%2CaCjjMiB%2CgBDijMjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA1FZ%2CWA4EI%2CQAMI%2CEAUI%3BEACI%2CaC3jMa%2CgBD2jMb%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAAhGhB%2CWA4EI%2CQAMI%2CEAiBI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAArGhB%2CWA0GI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAA9GR%2CWA0GI%2CQAMI%3BEACI%2CaC%5C%2FkMiB%2CgBD%2BkMjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAxHZ%2CWA0GI%2CQAMI%2CEAUI%3BEACI%2CaCzlMa%2CgBDylMb%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAA9HhB%2CWA0GI%2CQAMI%2CEAiBI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAnIhB%2CWAwII%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAA5IR%2CWAwII%2CQAMI%3BEACI%2CaC7mMiB%2CgBD6mMjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAtJZ%2CWAwII%2CQAMI%2CEAUI%3BEACI%2CaCvnMa%2CgBDunMb%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAA5JhB%2CWAwII%2CQAMI%2CEAiBI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAjKhB%2CWAsKI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAA1KR%2CWAsKI%2CQAMI%3BEACI%2CaC3oMiB%2CgBD2oMjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAApLZ%2CWAsKI%2CQAMI%2CEAUI%3BEACI%2CaCrpMa%2CgBDqpMb%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAA1LhB%2CWAsKI%2CQAMI%2CEAiBI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FLhB%2CWAoMI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAxMR%2CWAoMI%2CQAMI%3BEACI%2CaCzqMiB%2CgBDyqMjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAlNZ%2CWAoMI%2CQAMI%2CEAUI%3BEACI%2CaCnrMa%2CgBDmrMb%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAAxNhB%2CWAoMI%2CQAMI%2CEAiBI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAA7NhB%2CWAkOI%3BEACI%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAtOR%2CWAkOI%2CQAMI%3BEACI%2CaCvsMiB%2CgBDusMjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAhPZ%2CWAkOI%2CQAMI%2CEAUI%3BEACI%2CaCjtMa%2CgBDitMb%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAAtPhB%2CWAkOI%2CQAMI%2CEAiBI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAMhB%3BEACI%2CaAAA%3B%3BAAGJ%2CqBACI%2CaAAY%3BEACR%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAIR%2CcAAc%3BEACV%2CeAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CcAAc%3BEACV%2CqBAAA%3B%3BAAGJ%2CwBACI%2CYACI%2CeAAc%3BEACV%2CYAAA%3B%3BAAHZ%2CwBACI%2CYAKI%2CeAAc%2CyBAA0B%3BEACpC%2CYAAA%3B%3BAAIA%2CwBAVR%2CYASI%2CeAAc%2CwBAAyB%2CQAClC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAArBhB%2CwBA0BI%2CIAAG%2CWAAW%3BEACV%2CiBAAA%3B%3BAAOI%2CWAFR%2CMAAK%2CYACA%2CQAAS%2CQACL%3BEACG%2C0BAAA%3B%3BAAOJ%2CWAFR%2CMAAK%2CYAAY%2CSACZ%2CQAAS%2CQACL%3BEACG%2CmBAAA%3B%3BAAMhB%2CIAAI%2CqBACA%2CSAAQ%2CMAAM%3BEACV%2CmBAAA%3B%3BAAIA%2CIANJ%2CqBAKA%2CUACK%3BEACG%2CmBAAA%3B%3BAAKZ%2CiBAAiB%2CWACb%3BEACI%2CkBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAIA%2CIADA%2CcACC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CsBAAA%3B%3BAA6XR%2CwBAzX0C%3BEACtC%2COAAO%2CQACH%2CsBACI%2CQAAO%2CMACH%2CmBACI%2CoBACI%3BIACI%2CoBAAA%3B%3BEANxB%2COAAO%2CQACH%2CsBACI%2CQAAO%2CMACH%2CmBACI%2CoBACI%2CiBAGI%3BIACI%2C0BAAA%3BIACA%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3B%3BEAZ5B%2COAAO%2CQACH%2CsBACI%2CQAAO%2CMACH%2CmBACI%2CoBACI%2CiBAGI%2CqBAMI%3BIACI%2CsBAAA%3BIACA%2C2BAAA%3BIACA%2CyBAAA%3BIACA%2CoBAAA%3BIACA%2CwBAAA%3B%3BEAUhC%3BIAgJI%2CmBAAA%3B%3BEAhJJ%2CYACI%2CoBACI%3BIACI%2CiBAAA%3B%3BEAHZ%2CYACI%2CoBAKI%3BIACI%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CaC14Ma%2CgBD04Mb%3BIACA%2CSAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CYAbR%2CoBAKI%2CGAQK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CgBAAgB%2CmDAAhB%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3BIACA%2CWAAW%2CqBAAX%3B%3BEAtBhB%2CYACI%2CoBAyBI%2CiBACI%3BIACI%2CaAAA%3BIACA%2CYAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3B%3BEA%5C%2FBhB%2CYACI%2CoBAyBI%2CiBACI%2CqBAMI%3BIACI%2CeAAA%3BIACA%2CaCp6MK%2CgBDo6ML%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEAvCpB%2CYACI%2CoBAyBI%2CiBACI%2CqBAeI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CoBAAA%3B%3BEA9CpB%2CYACI%2CoBAyBI%2CiBACI%2CqBAeI%2CKAMI%3BIACI%2CmCAAA%3BIACA%2CgCAAA%3BIACA%2C2BAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CaCx7MC%2CgBDw7MD%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3B%3BEA7DxB%2CYACI%2CoBAyBI%2CiBACI%2CqBAeI%2CKAsBI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3BIACA%2C%2BBAAA%3B%3BEApExB%2CYACI%2CoBAyBI%2CiBACI%2CqBAeI%2CKAsBI%2CiBAMI%3BIACI%2CaCx8MH%2CgBDw8MG%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3BEA3E5B%2CYACI%2CoBAyBI%2CiBACI%2CqBAeI%2CKAsBI%2CiBAcI%2CGACI%3BIACI%2CaCj9MP%2CgBDi9MO%3BIACA%2CeAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CuBAAA%3B%3BEApFhC%2CYACI%2CoBAyBI%2CiBACI%2CqBAeI%2CKAsBI%2CiBAwBI%2CSACI%3BIACI%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2C%2BBAAA%3BIACA%2CgCAAA%3B%3BEA%5C%2FFhC%2CYACI%2CoBAyBI%2CiBACI%2CqBAeI%2CKAsBI%2CiBAwBI%2CSACI%2CcAQI%3BIACI%2CeAAA%3B%3BEAlGpC%2CYACI%2CoBAyBI%2CiBACI%2CqBAeI%2CKAsBI%2CiBAwBI%2CSAcI%3BIACI%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CwBAAA%3B%3BEA3GhC%2CYACI%2CoBAyBI%2CiBACI%2CqBAeI%2CKAsBI%2CiBAwBI%2CSAcI%2CeAOI%3BIACI%2CeAAA%3B%3BEASpB%2CYAtHZ%2CoBAyBI%2CiBA4FI%2CqBAAoB%2CeACf%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CgBAAgB%2CoDAAhB%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CYAjIZ%2CoBAyBI%2CiBA4FI%2CqBAAoB%2CeAYf%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CaAAA%3BIACA%2CgBAAgB%2CoDAAhB%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CoBAAA%3B%3BEA1IpB%2CYAkJI%3BIACI%2CuBAAA%3B%3BEAKR%3BIACI%2CkCAAA%3B%3BEADJ%2CkBAGI%3BIACI%2CaC7hNiB%2CgBD6hNjB%3B%3BEAIR%2CSAAS%2CKACL%2CmBACI%3BIACI%2C8BAAA%3B%3BEAKZ%2CeACI%2CcACI%3BIACI%2C8BAAA%3B%3BEAKZ%2CeACI%2CcACI%2CmBACI%2CGACI%3BIACI%2CsBAAA%3B%3BEAOpB%2CgBACI%2CcACI%2CmBACI%2CGACI%3BIACI%2CsBAAA%3B%3BEAOpB%2C0BACI%2CcACI%2CmBACI%2CGACI%3BIACI%2CsBAAA%3B%3BEAOpB%2CkBACI%2CcACI%2CmBACI%2CGACI%3BIACI%2CsBAAA%3B%3BEAOpB%2C8BACI%2CcACI%2CmBACI%2CGACI%3BIACI%2CsBAAA%3B%3BEAOpB%2CWACI%2CcACI%2CmBACI%2CGACI%3BIACI%2CsBAAA%3B%3BEAOpB%3BIACI%2C6BAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CGAAG%2CWAAW%3BIACV%2C6BAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3B%3BEAGJ%2C%2BBACI%3BIACI%2CyBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CsBACI%3BIACI%2CyBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CcACI%3BIACI%2CyBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CkBACI%2CIAAG%2CWAAW%3BIACV%2CyBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CkBACI%2CIAAG%2CWAAW%3BIACV%2CyBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CKAAK%2CSAAS%2CMACV%3BIACI%2C4BAAA%3B%3BEAIR%2CyBACI%3BIACI%2C4BAAA%3BIACA%2C%2BBAAA%3B%3BEAHR%2CyBAMI%2CEAAC%3BIACG%2CkCAAA%3B%3BEAIR%2CIACI%2CWACI%3BIASI%2CqBAAA%3BIACA%2CqBAAA%3BIACA%2CqBAAA%3B%3BEAbZ%2CIACI%2CWACI%2CWACI%3BIACI%2CgCAAA%3B%3BEAJhB%2CIACI%2CWACI%2CWACI%2CYAGI%2CGAAE%3BIACE%2CiBAAA%3B%3BEAPpB%2CIAiBI%2CWACI%2CYACI%2CUACI%3BIACI%2C4BAAA%3B%3BEAOpB%2CkBACI%3BIACI%2CaAAA%3B%3B%3BAAKZ%3BEACI%2CaAAA%3B%3BAAGJ%2CYAAY%2CaACR%2CQAAO%2CQACH%3BEACI%2CmBAAA%3B%3BAAHZ%2CYAAY%2CaAOR%2CiBACI%2CWACI%3BEACI%2CoBAAA%3B%3BAAMhB%3BEACI%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CsBACI%3BEACI%2CyBAAA%3B%3BAAIR%2CSACI%3BEACI%2CyBAAA%3B%3BAAIR%2CgBACI%2CWACI%3BEACI%2CqBAAA%3B%3BAAKZ%2CqBACI%2CWACI%3BEACI%2CeAAA%3BEACA%2CaAAA%3B%3BAAKZ%2CaACI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CaC5xNyB%2CgBD4xNzB%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEACI%2CaC5yNyB%2CgBD4yNzB%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEACI%2CaC5zNyB%2CgBD4zNzB%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CeACI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3B%3BAAIR%3BEACI%2CeAAA%3B%3BAAGJ%3BEA4FI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA7FJ%2CkBACI%3BEASI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAbR%2CkBACI%2CiBACI%3BEACI%2C6BAAA%3B%3BAAHZ%2CkBACI%2CiBACI%2CYAGI%3BEACI%2CWAAA%3B%3BAANhB%2CkBACI%2CiBAcI%2CSAAQ%3BEACJ%2C6BAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CkBApBJ%2CiBAoBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CuDAAhB%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAA9BZ%2CkBACI%2CiBAgCI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAnCZ%2CkBACI%2CiBAgCI%2CSAII%3BEACI%2CgBAAgB%2C2DAAhB%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaC34Na%2CgBD24Nb%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAA5ChB%2CkBACI%2CiBAgCI%2CSAcI%3BEACI%2CeAAA%3BEACA%2CaCl5Na%2CgBDk5Nb%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAnDhB%2CkBACI%2CiBAgCI%2CSAqBI%3BEACI%2CeAAA%3BEACA%2CaCz5Na%2CgBDy5Nb%3BEACA%2CiBAAA%3B%3BAAzDhB%2CkBA8DI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAhER%2CkBA8DI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAAQA%2CkBAfhB%2CWAYI%2CaACI%2CGACI%2CGACK%2CMACG%3BEACI%2CaAAA%3BEACA%2C%2BBAAA%3B%3BAAHR%2CkBAfhB%2CWAYI%2CaACI%2CGACI%2CGACK%2CMAMG%3BEACI%2C2BAAA%3B%3BAApF5B%2CkBA%2BFI%3BEACI%2CaAAA%3B%3BAAhGR%2CkBAmGI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAA1GR%2CkBAmGI%2CmBASI%3BEACI%2CWAAA%3B%3BAA7GZ%2CkBAiHI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CaCt9NqB%2CgBDs9NrB%3BEACA%2CcAAA%3BEACA%2CgBAAgB%2C2CAAhB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAA5HR%2CkBAiHI%2COAaI%3BEACI%2CaCh%2BNiB%2CgBDg%2BNjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAjIZ%2CkBAiHI%2COAaI%2CEAKI%3BEACI%2CaCl%2BNa%2CqBDk%2BNb%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAxIhB%2CkBA6II%3BEAeI%2CgCAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAhKR%2CkBA6II%2CkBACI%3BEACI%2CkBAAA%3B%3BAA%5C%2FIZ%2CkBA6II%2CkBACI%2CYAGI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAApJhB%2CkBA6II%2CkBAqBI%3BEAYI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAZA%2CkBAtBR%2CkBAqBI%2CUACK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CuDAAhB%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAA3KhB%2CkBA6II%2CkBAqBI%2CUAeI%3BEACI%2CgBAAgB%2CyDAAhB%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaCvhOa%2CgBDuhOb%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAzLhB%2CkBA6II%2CkBAqBI%2CUA0BI%3BEACI%2CeAAA%3BEACA%2CaC%5C%2FhOa%2CgBD%2BhOb%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAhMhB%2CkBA6II%2CkBAuDI%3BEACI%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAvMZ%2CkBA6II%2CkBAuDI%2CUAKI%3BEACI%2CeAAA%3BEACA%2CaC5iOa%2CgBD4iOb%3BEACA%2CiBAAA%3B%3BAA5MhB%2CkBA6II%2CkBAuDI%2CUAWI%3BEACI%2CoBAAA%3B%3BAAhNhB%2CkBA6II%2CkBAuDI%2CUAWI%2CGAGI%3BEACI%2CeAAA%3BEACA%2CaCrjOS%2CgBDqjOT%3BEACA%2CiBAAA%3B%3BAArNpB%2CkBA2NI%3BEAWI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAA1OR%2CkBA2NI%2CkBACI%3BEACI%2CkBAAA%3B%3BAA7NZ%2CkBA2NI%2CkBACI%2CYAGI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAlOhB%2CkBA2NI%2CkBAiBI%3BEACI%2CkBAAA%3B%3BAA7OZ%2CkBA2NI%2CkBAiBI%2CUAGI%3BEACI%2CeAAA%3BEACA%2CaCllOa%2CgBDklOb%3BEACA%2CiBAAA%3B%3BAAlPhB%2CkBA2NI%2CkBAiBI%2CUAGI%2CEAKI%3BEACI%2CeAAA%3BEACA%2CaCvlOS%2CgBDulOT%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAgB%2C2DAAhB%3BEACA%2CoBAAA%3B%3BAA3PpB%2CkBAiQI%2CiBAAgB%3BEACZ%2CiBAAA%3B%3BAAlQR%2CkBAqQI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CkBAZJ%2CUAYK%3BEACG%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CkBAtBJ%2CUAsBK%3BEACG%2CgBAAgB%2CkDAAhB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAnSZ%2CkBAqQI%2CUAiCI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAzSZ%2CkBAqQI%2CUAiCI%2CkBAKI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3B%3BAA9SpB%2CkBAqQI%2CUAiCI%2CkBAKI%2CeAMI%3BEACI%2CeAAA%3BEACA%2CaCppOS%2CgBDopOT%3BEACA%2CmBAAA%3B%3BAApTpB%2CkBAqQI%2CUAiCI%2CkBAKI%2CeAMI%2CEAKI%3BEACI%2CeAAA%3BEACA%2CaCzpOK%2CgBDypOL%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA7TxB%2CkBAqQI%2CUAiCI%2CkBAKI%2CeAMI%2CEAeI%2CEAAC%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAApUxB%2CkBAqQI%2CUAiCI%2CkBAKI%2CeA6BI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CaC5qOS%2CgBD4qOT%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CkBA1EhB%2CUAiCI%2CkBAKI%2CeA6BI%2CGAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3B%3BAAvVxB%2CkBAqQI%2CUAiCI%2CkBAKI%2CeA6BI%2CGAkBI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FVxB%2CkBAqQI%2CUAgGI%3BEACI%2CaAAA%3B%3BAAtWZ%2CkBAqQI%2CUAgGI%2CSAGI%3BEACI%2CcAAA%3B%3BAAzWhB%2CkBAqQI%2CUAgGI%2CSAGI%2CKAGI%3BEACI%2CWAAA%3B%3BAA5WpB%2CkBAqQI%2CUAgGI%2CSAGI%2CKAOI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CaCrtOS%2CgBDqtOT%3BEACA%2CcAAA%3B%3BAArXpB%2CkBAqQI%2CUAgGI%2CSAGI%2CKAOI%2COAQI%3BEACI%2CeAAA%3B%3BAAQxB%3BEAmCI%2CmBAAA%3B%3BAAnCJ%2CqBACI%2CiBACI%3BEACI%2C6BAAA%3B%3BAAHZ%2CqBACI%2CiBACI%2CYAGI%3BEACI%2CWAAA%3B%3BAANhB%2CqBACI%2CiBASI%2CSAAQ%3BEACJ%2C6BAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAbZ%2CqBACI%2CiBAeI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAlBZ%2CqBAsBI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAxBR%2CqBAsBI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAA7BpB%2CqBAqCI%3BEACI%2CaAAA%3B%3BAAtCR%2CqBAyCI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAhDR%2CqBAyCI%2CmBASI%3BEACI%2CWAAA%3B%3BAAnDZ%2CqBAuDI%3BEACI%2CkBAAA%3BEACA%2CaC1xOqB%2CgBD0xOrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FDR%2CqBAuDI%2COAUI%3BEACI%2CaCnyOiB%2CgBDmyOjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAtEZ%2CqBAuDI%2COAkBI%3BEACI%2CeAAA%3BEACA%2CaC5yOiB%2CgBD4yOjB%3B%3BAA3EZ%2CqBAuDI%2COAuBI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaClzOiB%2CgBDkzOjB%3BEACA%2CgBAAA%3B%3BAAlFZ%2CqBAuDI%2COA8BI%3BEACI%2CaCvzOiB%2CgBDuzOjB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAxFZ%2CqBA4FI%3BEACI%2CkBAAA%3BEACA%2CaC%5C%2FzOqB%2CgBD%2BzOrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAApGR%2CqBA4FI%2CUAUI%3BEACI%2CaCx0OiB%2CgBDw0OjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA5GZ%2CqBAgHI%3BEACI%2CkBAAA%3BEACA%2CaCn1OqB%2CgBDm1OrB%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAxHR%2CqBAgHI%2CUAUI%3BEACI%2CaC51OiB%2CgBD41OjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAhIZ%2CqBAoII%3BEACI%2CkBAAA%3BEACA%2CaCv2OqB%2CgBDu2OrB%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAA5IR%2CqBAoII%2CUAUI%3BEACI%2CaCh3OiB%2CgBDg3OjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAApJZ%2CqBAwJI%3BEACI%2CkBAAA%3BEACA%2CaC33OqB%2CgBD23OrB%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAhKR%2CqBAwJI%2CUAUI%3BEACI%2CaCp4OiB%2CgBDo4OjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAxKZ%2CqBA4KI%3BEAWI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAA3LR%2CqBA4KI%2CkBACI%3BEACI%2CkBAAA%3B%3BAA9KZ%2CqBA4KI%2CkBACI%2CYAGI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAnLhB%2CqBA4KI%2CkBAiBI%3BEACI%2CkBAAA%3B%3BAA9LZ%2CqBAkMI%3BEAKI%2CgCAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAA3MR%2CqBAkMI%2CkBAWI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FMZ%2CqBAkMI%2CkBAgBI%3BEACI%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAArNZ%2CqBAyNI%2CiBAAgB%3BEACZ%2CiBAAA%3B%3BAAIR%3BEAoBI%2CmBAAA%3B%3BAApBJ%2CeACI%2CiBACI%3BEACI%2C6BAAA%3B%3BAAHZ%2CeAOI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAATR%2CeAOI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAAdpB%2CeAsBI%3BEACI%2CaAAA%3B%3BAAvBR%2CeA0BI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAjCR%2CeA0BI%2CmBASI%3BEACI%2CWAAA%3B%3BAApCZ%2CeAwCI%2CaACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA9CZ%2CeAwCI%2CaACI%2CGAOI%3BEACI%2CaCh%5C%2FOa%2CgBDg%5C%2FOb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAtDhB%2CeA2DI%3BEACI%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAA%5C%2FDR%2CeAkEI%3BEACI%2CUAAA%3BEACA%2CeAAA%3B%3BAApER%2CeAkEI%2CWAII%3BEACI%2CUAAA%3B%3BAAvEZ%2CeA2EI%3BEACI%2CUAAA%3BEACA%2CeAAA%3B%3BAA7ER%2CeA2EI%2CYAII%3BEACI%2CUAAA%3B%3BAAhFZ%2CeAoFI%3BEACI%2CoBAAA%3B%3BAArFR%2CeAwFI%3BEACI%2CkBAAA%3B%3BAAzFR%2CeAwFI%2CWAGI%2CGACI%3BEACI%2CaC5hPa%2CgBD4hPb%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAhGhB%2CeAqGI%2CcACI%3BEACI%2CgBAAA%3B%3BAAvGZ%2CeAqGI%2CcAKI%2CWACI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA9GhB%2CeAqGI%2CcAaI%3BEACI%2CeAAA%3B%3BAAnHZ%2CeAqGI%2CcAiBI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAKZ%3BEAcI%2CmBAAA%3B%3BAAdJ%2CkBACI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAHR%2CkBACI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAARpB%2CkBAgBI%3BEACI%2CaAAA%3B%3BAAjBR%2CkBAoBI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAA3BR%2CkBAoBI%2CmBASI%3BEACI%2CWAAA%3B%3BAA9BZ%2CkBAkCI%2CaACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAxCZ%2CkBAkCI%2CaACI%2CGAOI%3BEACI%2CaCxmPa%2CgBDwmPb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAhDhB%2CkBAqDI%3BEACI%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAzDR%2CkBA4DI%3BEACI%2CUAAA%3BEACA%2CeAAA%3B%3BAA9DR%2CkBA4DI%2CWAII%3BEACI%2CUAAA%3B%3BAAjEZ%2CkBAqEI%3BEACI%2CUAAA%3BEACA%2CeAAA%3B%3BAAvER%2CkBAqEI%2CYAII%3BEACI%2CUAAA%3B%3BAA1EZ%2CkBA8EI%3BEACI%2CoBAAA%3B%3BAA%5C%2FER%2CkBAkFI%3BEACI%2CkBAAA%3B%3BAAnFR%2CkBAkFI%2CWAGI%2CGACI%3BEACI%2CaCppPa%2CgBDopPb%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAA1FhB%2CkBA%2BFI%2CcACI%3BEACI%2CgBAAA%3B%3BAAjGZ%2CkBA%2BFI%2CcAKI%2CWACI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAxGhB%2CkBA%2BFI%2CcAaI%3BEACI%2CeAAA%3B%3BAA7GZ%2CkBA%2BFI%2CcAiBI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAKZ%3BEA0JK%2CmBAAA%3B%3BAA1JL%2CqBACI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAHR%2CqBACI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAARpB%2CqBAcI%3BEACI%2CaAAA%3B%3BAAfR%2CqBAkBI%2CmBACI%3BEACI%2CWAAA%3B%3BAApBZ%2CqBAwBI%2CiBACI%2CSAAQ%3BEACJ%2C6BAAA%3BEACA%2CkBAAA%3B%3BAA3BZ%2CqBAwBI%2CiBACI%2CSAAQ%2CgBAIJ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CaCvtPa%2CgBDutPb%3BEACA%2CiBAAA%3B%3BAAIR%2CqBAfJ%2CiBAeK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CuDAAhB%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAhDZ%2CqBAwBI%2CiBA2BI%2CSACI%3BEACI%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaC7uPa%2CgBD6uPb%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAA3DhB%2CqBAwBI%2CiBA2BI%2CSAWI%3BEACI%2CeAAA%3BEACA%2CaCrvPa%2CgBDqvPb%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAnEhB%2CqBAwEI%2CkBACI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAA3EZ%2CqBAwEI%2CkBACI%2CUAII%3BEACI%2CeAAA%3BEACA%2CaCpwPa%2CgBDowPb%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAjFhB%2CqBAwEI%2CkBACI%2CUAWI%2CEACI%3BEACI%2CeAAA%3BEACA%2CaC5wPS%2CgBD4wPT%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3B%3BAA3FpB%2CqBAwEI%2CkBAwBI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAtGZ%2CqBAwEI%2CkBAwBI%2CUAQI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaChyPa%2CgBDgyPb%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAA7GhB%2CqBAwEI%2CkBAwBI%2CUAgBI%3BEACI%2CeAAA%3BEACA%2CaCvyPa%2CgBDuyPb%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAArHhB%2CqBAwEI%2CkBAwBI%2CUAgBI%2CEAOI%3BEACI%2CeAAA%3BEACA%2CaC9yPS%2CgBD8yPT%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3B%3BAA7HpB%2CqBAmII%2CkBACI%3BEACI%2CkBAAA%3B%3BAArIZ%2CqBAmII%2CkBACI%2CUAGI%3BEACI%2CeAAA%3BEACA%2CaC9zPa%2CgBD8zPb%3BEACA%2CiBAAA%3B%3BAA1IhB%2CqBAmII%2CkBACI%2CUAGI%2CEAKI%3BEACI%2CeAAA%3BEACA%2CaCn0PS%2CgBDm0PT%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAgB%2C2DAAhB%3BEACA%2CoBAAA%3B%3BAAnJpB%2CqBA4JI%3BEAsBI%2CkBAAA%3B%3BAAlLR%2CqBA4JI%2CKACI%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAA%5C%2FJZ%2CqBA4JI%2CKACI%2CSAII%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaCz1Pa%2CgBDy1Pb%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAAvKhB%2CqBA4JI%2CKACI%2CSAaI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaCl2Pa%2CgBDk2Pb%3BEACA%2CcAAA%3B%3BAA9KhB%2CqBA4JI%2CKAwBI%3BEACI%2CUAAA%3B%3BAArLZ%2CqBA4JI%2CKA4BI%2CGACI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaCj3Pa%2CgBDi3Pb%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAjMhB%2CqBAsMI%2COACI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAzMZ%2CqBAsMI%2COACI%2CUAII%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaCn4Pa%2CgBDm4Pb%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAhNhB%2CqBAqNI%3BEACI%2CkBAAA%3B%3BAAtNR%2CqBAyNI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAA5NR%2CqBAyNI%2CaAKI%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaCx5PiB%2CqBDw5PjB%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAzOZ%2CqBA6OI%3BEAUI%2CmBAAA%3B%3BAAvPR%2CqBA6OI%2CgBACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaCt6PiB%2CgBDs6PjB%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAApPZ%2CqBA6OI%2CgBAYI%2CaACI%3BEACI%2CmBAAA%3B%3BAA3PhB%2CqBA6OI%2CgBAkBI%3BEACI%2CqBAAA%3B%3BAAhQZ%2CqBAoQI%3BEACI%2CaAAA%3B%3BAArQR%2CqBAoQI%2CgBAGI%2CGACI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaCh8Pa%2CgBDg8Pb%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CcAAA%3B%3BAA9QhB%2CqBAmRI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAvRR%2CqBAmRI%2CqBAMI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaCj9PiB%2CgBDi9PjB%3BEACA%2CoBAAA%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CcAAA%3B%3BAA%5C%2FRZ%2CqBAmRI%2CqBAeI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaC19PiB%2CgBD09PjB%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAAvSZ%2CqBAmRI%2CqBAeI%2CGAOI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaCj%2BPa%2CgBDi%2BPb%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FShB%2CqBAoTI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAvTR%2CqBA0TI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAA5TR%2CqBA%2BTI%2CcACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEAEA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C%2BBAAA%3B%3BAA5UZ%2CqBA%2BTI%2CcACI%2CeAcI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAAjVhB%2CqBA%2BTI%2CcAsBI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAAxVZ%2CqBA4VI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAnWZ%2CqBAuWI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CqBAZJ%2CUAYK%3BEACG%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CqBAtBJ%2CUAsBK%3BEACG%2CgBAAgB%2CkDAAhB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAArYZ%2CqBAuWI%2CUAiCI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAA3YZ%2CqBAuWI%2CUAiCI%2CkBAKI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAhZpB%2CqBAuWI%2CUAiCI%2CkBAKI%2CeAMI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CaC3kQS%2CgBD2kQT%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAnDhB%2CUAiCI%2CkBAKI%2CeAMI%2CGAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3B%3BAAlaxB%2CqBAuWI%2CUAiCI%2CkBAKI%2CeAMI%2CGAkBI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAA1axB%2CqBAuWI%2CUAiCI%2CkBAuCI%3BEACI%2CiBAAA%3B%3BAAMhB%2CqBACI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAHR%2CqBACI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAARpB%2CqBAcI%3BEACI%2CaAAA%3B%3BAAfR%2CqBAkBI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAzBR%2CqBAkBI%2CmBASI%3BEACI%2CWAAA%3B%3BAA5BZ%2CqBAgCI%2CiBACI%2CSAAQ%3BEACJ%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAnCZ%2CqBAgCI%2CiBAMI%2CSACI%3BEACI%2CeAAA%3BEACA%2CaCppQa%2CgBDopQb%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAA5ChB%2CqBAiDI%2CkBACI%2CUACI%3BEACI%2CgBAAgB%2CyDAAhB%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaCnqQa%2CgBDmqQb%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAA3DhB%2CqBAgEI%3BEAeI%2CkBAAA%3B%3BAA%5C%2FER%2CqBAgEI%2CKACI%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAnEZ%2CqBAgEI%2CKACI%2CSAII%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaCnrQa%2CgBDmrQb%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAA3EhB%2CqBAkFI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAArFR%2CqBAkFI%2CaAKI%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaCvsQiB%2CqBDusQjB%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAlGZ%2CqBAsGI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAzGR%2CqBA4GI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAA9GR%2CqBAiHI%2CcACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEAEA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C%2BBAAA%3B%3BAA9HZ%2CqBAiHI%2CcACI%2CeAcI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAAnIhB%2CqBAiHI%2CcAsBI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAA1IZ%2CqBA8II%2CgBACI%3BEACI%2CqBAAA%3B%3BAAhJZ%2CqBAoJI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAA3JZ%2CqBA%2BJI%2CaACI%3BEAYI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CaCzxQiB%2CgBDyxQjB%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAfA%2CqBAFR%2CaACI%2CGACK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3B%3BAAzKhB%2CqBA%2BJI%2CaACI%2CGAkBI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAvLhB%2CqBA4LI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CqBAZJ%2CUAYK%3BEACG%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CqBAtBJ%2CUAsBK%3BEACG%2CgBAAgB%2CkDAAhB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAA1NZ%2CqBA4LI%2CUAiCI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAhOZ%2CqBA4LI%2CUAiCI%2CkBAKI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3B%3BAArOpB%2CqBA4LI%2CUAiCI%2CkBAKI%2CeAMI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CaCt1QS%2CgBDs1QT%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAnDhB%2CUAiCI%2CkBAKI%2CeAMI%2CGAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3B%3BAAvPxB%2CqBA4LI%2CUAiCI%2CkBAKI%2CeAMI%2CGAkBI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FPxB%2CqBA4LI%2CUAiCI%2CkBAuCI%3BEACI%2CiBAAA%3B%3BAAMhB%2C0BACI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAHR%2C0BACI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAARpB%2C0BAcI%3BEACI%2CaAAA%3B%3BAAfR%2C0BAkBI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAzBR%2C0BAkBI%2CmBASI%3BEACI%2CWAAA%3B%3BAA5BZ%2C0BAgCI%3BEAeI%2CkBAAA%3B%3BAA%5C%2FCR%2C0BAgCI%2CKACI%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAnCZ%2C0BAgCI%2CKACI%2CSAII%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaC95Qa%2CgBD85Qb%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAA3ChB%2C0BAgCI%2CKAiBI%3BEACI%2CUAAA%3B%3BAAlDZ%2C0BAsDI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAzDR%2C0BAsDI%2CaAKI%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaCt7QiB%2CqBDs7QjB%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAtEZ%2C0BA0EI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA7ER%2C0BAgFI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAlFR%2C0BAqFI%2CcACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEAEA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C%2BBAAA%3B%3BAAlGZ%2C0BAqFI%2CcACI%2CeAcI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAAvGhB%2C0BA4GI%2CgBACI%3BEACI%2CqBAAA%3B%3BAA9GZ%2C0BAkHI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CcACI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAHR%2CcACI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAARpB%2CcAcI%3BEACI%2CaAAA%3B%3BAAfR%2CcAkBI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAzBR%2CcAkBI%2CmBASI%3BEACI%2CWAAA%3B%3BAA5BZ%2CcAgCI%3BEAeI%2CkBAAA%3B%3BAA%5C%2FCR%2CcAgCI%2CKACI%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAnCZ%2CcAgCI%2CKACI%2CSAII%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaC5hRa%2CgBD4hRb%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAA3ChB%2CcAgCI%2CKAiBI%3BEACI%2CUAAA%3B%3BAAlDZ%2CcAsDI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAzDR%2CcAsDI%2CaAKI%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaCpjRiB%2CqBDojRjB%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAtEZ%2CcA0EI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA7ER%2CcAgFI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAlFR%2CcAqFI%2CcACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEAEA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C%2BBAAA%3B%3BAAlGZ%2CcAqFI%2CcACI%2CeAcI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAAvGhB%2CcA4GI%2CgBACI%3BEACI%2CqBAAA%3B%3BAA9GZ%2CcAkHI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%3BEA4GI%2CyBAAA%3B%3BAA5GJ%2CkBACI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAHR%2CkBAMI%3BEACI%2CaAAA%3B%3BAAPR%2CkBAUI%2CmBACI%3BEACI%2CWAAA%3B%3BAAZZ%2CkBAgBI%3BEAyFI%2CkBAAA%3B%3BAAzGR%2CkBAgBI%2CiBACI%2CSACI%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAApBhB%2CkBAgBI%2CiBACI%2CSAMI%3BEACI%2C2BAAA%3B%3BAAxBhB%2CkBAgBI%2CiBACI%2CSAUI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaCnpRa%2CgBDmpRb%3B%3BAAjChB%2CkBAgBI%2CiBACI%2CSAmBI%3BEACI%2CwBAAA%3B%3BAArChB%2CkBAgBI%2CiBACI%2CSAuBI%3BEACI%2CkBAAA%3B%3BAAzChB%2CkBAgBI%2CiBACI%2CSA2BI%3BEACI%2CmBAAA%3B%3BAA7ChB%2CkBAgBI%2CiBACI%2CSA2BI%2CiBAGI%3BEACI%2CaAAA%3B%3BAAhDpB%2CkBAgBI%2CiBACI%2CSAmCI%2CiBAAgB%3BEACZ%2CaCvqRa%2CgBDuqRb%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAvDhB%2CkBAgBI%2CiBACI%2CSAyCI%2CiBAAgB%3BEACZ%2CeAAA%3BEACA%2CaC9qRa%2CgBD8qRb%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAA9DhB%2CkBAgBI%2CiBAkDI%2CSAAQ%2CgBACJ%3BEACI%2CkBAAA%3B%3BAApEhB%2CkBAgBI%2CiBAkDI%2CSAAQ%2CgBACJ%2CiBAGI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CaC7rRS%2CgBD6rRT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAA9EpB%2CkBAgBI%2CiBAkDI%2CSAAQ%2CgBAgBJ%3BEACI%2CaCrsRa%2CgBDqsRb%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAtFhB%2CkBAgBI%2CiBAkDI%2CSAAQ%2CgBAuBJ%3BEACI%2CaC5sRa%2CgBD4sRb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAA9FhB%2CkBAgBI%2CiBAkDI%2CSAAQ%2CgBA%2BBJ%3BEACI%2CaCptRa%2CgBDotRb%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAArGhB%2CkBA8GI%2CSAAQ%3BEACJ%2C4BAAA%3B%3BAAIR%2CYACI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAHR%2CYACI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAARpB%2CYAcI%3BEACI%2CaAAA%3B%3BAAfR%2CYAkBI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAzBR%2CYAkBI%2CmBASI%3BEACI%2CWAAA%3B%3BAA5BZ%2CYAgCI%3BEAeI%2CkBAAA%3B%3BAA%5C%2FCR%2CYAgCI%2CKACI%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAnCZ%2CYAgCI%2CKACI%2CSAII%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaC7wRa%2CgBD6wRb%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAA3ChB%2CYAgCI%2CKAiBI%3BEACI%2CUAAA%3B%3BAAlDZ%2CYAsDI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAzDR%2CYAsDI%2CaAKI%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaCryRiB%2CqBDqyRjB%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAtEZ%2CYA0EI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA7ER%2CYAgFI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAlFR%2CYAqFI%2CcACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEAEA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C%2BBAAA%3B%3BAAlGZ%2CYAqFI%2CcACI%2CeAcI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAAvGhB%2CYA4GI%2CgBACI%3BEACI%2CqBAAA%3B%3BAA9GZ%2CYAkHI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CcACI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAHR%2CcACI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAARpB%2CcAcI%3BEACI%2CaAAA%3B%3BAAfR%2CcAkBI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAzBR%2CcAkBI%2CmBASI%3BEACI%2CWAAA%3B%3BAA5BZ%2CcAgCI%3BEAeI%2CkBAAA%3B%3BAA%5C%2FCR%2CcAgCI%2CKACI%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAnCZ%2CcAgCI%2CKACI%2CSAII%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaC34Ra%2CgBD24Rb%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAA3ChB%2CcAgCI%2CKAiBI%3BEACI%2CUAAA%3B%3BAAlDZ%2CcAsDI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAzDR%2CcAsDI%2CaAKI%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaCn6RiB%2CqBDm6RjB%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAtEZ%2CcA0EI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA7ER%2CcAgFI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAlFR%2CcAqFI%2CcACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEAEA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C%2BBAAA%3B%3BAAlGZ%2CcAqFI%2CcACI%2CeAcI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAAvGhB%2CcA4GI%2CgBACI%3BEACI%2CqBAAA%3B%3BAA9GZ%2CcAkHI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CqBACI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAHR%2CqBACI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAARpB%2CqBAcI%3BEACI%2CaAAA%3B%3BAAfR%2CqBAkBI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAzBR%2CqBAkBI%2CmBASI%3BEACI%2CWAAA%3B%3BAA5BZ%2CqBAgCI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAnCR%2CqBAsCI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAxCR%2CqBA2CI%2CcACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEAEA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C%2BBAAA%3B%3BAAxDZ%2CqBA2CI%2CcAgBI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAA9DZ%2CqBAkEI%2CgBAEI%2CcACI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAA3EhB%2CqBAkEI%2CgBAEI%2CcACI%2CmBAQI%3BEACI%2CcAAA%3BEACA%2CaChjSS%2CgBDgjST%3B%3BAA%5C%2FEpB%2CqBAkEI%2CgBAEI%2CcAeI%3BEACI%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CaCpjSa%2CqBDojSb%3B%3BAAtFhB%2CqBAkEI%2CgBAEI%2CcAqBI%2CyBAAwB%3BEACpB%2CWAAA%3B%3BAA1FhB%2CqBAkEI%2CgBA4BI%3BEACI%2CkBAAA%3B%3BAA%5C%2FFZ%2CqBAmGI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAvGR%2CqBAmGI%2CYAMI%3BEACI%2CeAAA%3BEACA%2CaC5kSiB%2CgBD4kSjB%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAA9GZ%2CqBAmGI%2CYAcI%3BEACI%2CiBAAA%3B%3BAAlHZ%2CqBAmGI%2CYAcI%2CEAGI%3BEACI%2CeAAA%3BEACA%2CaCvlSa%2CgBDulSb%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAxHhB%2CqBA6HI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAjIR%2CqBA6HI%2CaAMI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAKZ%2CoBACI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAHR%2CoBACI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAARpB%2CoBAcI%3BEACI%2CaAAA%3B%3BAAfR%2CoBAkBI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAzBR%2CoBAkBI%2CmBASI%3BEACI%2CWAAA%3B%3BAA5BZ%2CoBAgCI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAnCR%2CoBAsCI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAxCR%2CoBA2CI%2CcACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEAEA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C%2BBAAA%3B%3BAAxDZ%2CoBA2CI%2CcACI%2CeAcI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAA7DhB%2CoBA2CI%2CcAsBI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAApEZ%2CoBAwEI%3BEA6BI%2CmBAAA%3B%3BAArGR%2CoBAwEI%2CgBACI%3BEACI%2CqBAAA%3B%3BAA1EZ%2CoBAwEI%2CgBACI%2CcAGI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAlFhB%2CoBAwEI%2CgBACI%2CcAGI%2CmBAQI%3BEACI%2CcAAA%3BEACA%2CaCpsSS%2CgBDosST%3B%3BAAtFpB%2CoBAwEI%2CgBACI%2CcAiBI%3BEACI%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CaCxsSa%2CqBDwsSb%3B%3BAA7FhB%2CoBAwEI%2CgBACI%2CcAuBI%2CyBAAwB%3BEACpB%2CWAAA%3B%3BAAjGhB%2CoBAwEI%2CgBA%2BBI%3BEACI%2CkBAAA%3B%3BAAxGZ%2CoBA4GI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAnHZ%2CoBAuHI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA3HR%2CoBAuHI%2CYAMI%3BEACI%2CeAAA%3BEACA%2CaC7uSiB%2CgBD6uSjB%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAlIZ%2CoBAuHI%2CYAcI%3BEACI%2CiBAAA%3B%3BAAtIZ%2CoBAuHI%2CYAcI%2CEAGI%3BEACI%2CeAAA%3BEACA%2CaCxvSa%2CgBDwvSb%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA5IhB%2CoBAiJI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAArJR%2CoBAiJI%2CaAMI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAKZ%2CqBACI%3BEACI%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAHR%2CqBACI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAARpB%2CqBAcI%3BEACI%2CaAAA%3B%3BAAfR%2CqBAkBI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAzBR%2CqBAkBI%2CmBASI%3BEACI%2CWAAA%3B%3BAA5BZ%2CqBAgCI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAnCR%2CqBAsCI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAxCR%2CqBA2CI%2CcACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEAEA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C%2BBAAA%3B%3BAAxDZ%2CqBA2CI%2CcACI%2CeAcI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAA7DhB%2CqBA2CI%2CcAsBI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAApEZ%2CqBAwEI%3BEA6BI%2CmBAAA%3B%3BAArGR%2CqBAwEI%2CgBACI%3BEACI%2CqBAAA%3B%3BAA1EZ%2CqBAwEI%2CgBACI%2CcAGI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAlFhB%2CqBAwEI%2CgBACI%2CcAGI%2CmBAQI%3BEACI%2CcAAA%3BEACA%2CaCr2SS%2CgBDq2ST%3B%3BAAtFpB%2CqBAwEI%2CgBACI%2CcAiBI%3BEACI%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CaCz2Sa%2CqBDy2Sb%3B%3BAA7FhB%2CqBAwEI%2CgBACI%2CcAuBI%2CyBAAwB%3BEACpB%2CWAAA%3B%3BAAjGhB%2CqBAwEI%2CgBA%2BBI%3BEACI%2CkBAAA%3B%3BAAxGZ%2CqBA4GI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAnHZ%2CqBAuHI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA3HR%2CqBAuHI%2CYAMI%3BEACI%2CeAAA%3BEACA%2CaC94SiB%2CgBD84SjB%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAlIZ%2CqBAuHI%2CYAcI%3BEACI%2CiBAAA%3B%3BAAtIZ%2CqBAuHI%2CYAcI%2CEAGI%3BEACI%2CeAAA%3BEACA%2CaCz5Sa%2CgBDy5Sb%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA5IhB%2CqBAiJI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAArJR%2CqBAiJI%2CaAMI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAKZ%3BEAWI%2CmBAAA%3B%3BAAXJ%2CUACI%2CWACI%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAALpB%2CUAaI%3BEACI%2CaAAA%3B%3BAAdR%2CUAiBI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAxBR%2CUAiBI%2CmBASI%3BEACI%2CWAAA%3B%3BAA3BZ%2CUA%2BBI%3BEACI%2CkBAAA%3BEACA%2CaCj9SqB%2CgBDi9SrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAvCR%2CUA%2BBI%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CaC59SiB%2CgBD49SjB%3BEACA%2CgBAAA%3B%3BAA7CZ%2CUA%2BBI%2CUAiBI%3BEACI%2CaCj%2BSiB%2CgBDi%2BSjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAtDZ%2CUA0DI%3BEACI%2CkBAAA%3BEACA%2CaC5%2BSqB%2CgBD4%2BSrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAlER%2CUA0DI%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CaCv%5C%2FSiB%2CgBDu%5C%2FSjB%3BEACA%2CgBAAA%3B%3BAAxEZ%2CUA0DI%2CUAiBI%3BEACI%2CaC5%5C%2FSiB%2CgBD4%5C%2FSjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAjFZ%2CUAqFI%3BEACI%2CkBAAA%3BEACA%2CaCvgTqB%2CgBDugTrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAA7FR%2CUAqFI%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CaClhTiB%2CgBDkhTjB%3BEACA%2CgBAAA%3B%3BAAnGZ%2CUAqFI%2CUAiBI%3BEACI%2CaCvhTiB%2CgBDuhTjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA5GZ%2CUAgHI%3BEACI%2CkBAAA%3BEACA%2CaCliTqB%2CgBDkiTrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAxHR%2CUAgHI%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CaC7iTiB%2CgBD6iTjB%3BEACA%2CgBAAA%3B%3BAA9HZ%2CUAgHI%2CUAiBI%3BEACI%2CaCljTiB%2CgBDkjTjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAvIZ%2CUA2II%3BEACI%2CkBAAA%3BEACA%2CaC7jTqB%2CgBD6jTrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3B%3BAAnJR%2CUA2II%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CaCxkTiB%2CgBDwkTjB%3BEACA%2CgBAAA%3B%3BAAzJZ%2CUA2II%2CUAiBI%3BEACI%2CaC7kTiB%2CgBD6kTjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAlKZ%2CUAsKI%3BEACI%2CkBAAA%3BEACA%2CaCxlTqB%2CgBDwlTrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3B%3BAA9KR%2CUAsKI%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CaCnmTiB%2CgBDmmTjB%3BEACA%2CgBAAA%3B%3BAApLZ%2CUAsKI%2CUAiBI%3BEACI%2CaCxmTiB%2CgBDwmTjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA7LZ%2CUAiMI%3BEACI%2CkBAAA%3BEACA%2CaCnnTqB%2CgBDmnTrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3B%3BAAzMR%2CUAiMI%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CaC9nTiB%2CgBD8nTjB%3BEACA%2CgBAAA%3B%3BAA%5C%2FMZ%2CUAiMI%2CUAiBI%3BEACI%2CaCnoTiB%2CgBDmoTjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAxNZ%2CUA4NI%2CgBACI%2CaACI%3BEACI%2CmBAAA%3B%3BAA%5C%2FNhB%2CUA4NI%2CgBACI%2CaAKI%2CKAAI%3BEACA%2CmBAAA%3B%3BAAnOhB%2CUAwOI%3BEACI%2CmBAAA%3B%3BAAIR%2CkBACI%2CWACI%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAALpB%2CkBAWI%3BEACI%2CaAAA%3B%3BAAZR%2CkBAeI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAtBR%2CkBAeI%2CmBASI%3BEACI%2CWAAA%3B%3BAAzBZ%2CkBA6BI%3BEAeI%2CkBAAA%3B%3BAA5CR%2CkBA6BI%2CKACI%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAhCZ%2CkBA6BI%2CKACI%2CSAII%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaClsTa%2CgBDksTb%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAAxChB%2CkBA6BI%2CKAiBI%3BEACI%2CUAAA%3B%3BAA%5C%2FCZ%2CkBAmDI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAtDR%2CkBAmDI%2CaAKI%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaC1tTiB%2CqBD0tTjB%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAnEZ%2CkBAuEI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA1ER%2CkBA6EI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FER%2CkBAkFI%2CcACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEAEA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C%2BBAAA%3B%3BAA%5C%2FFZ%2CkBAkFI%2CcACI%2CeAcI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAApGhB%2CkBAyGI%2CgBACI%3BEACI%2CqBAAA%3B%3BAA3GZ%2CkBA%2BGI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CoBACI%2CWACI%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAALpB%2CoBAWI%3BEACI%2CaAAA%3B%3BAAZR%2CoBAeI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAtBR%2CoBAeI%2CmBASI%3BEACI%2CWAAA%3B%3BAAzBZ%2CoBA6BI%3BEAeI%2CkBAAA%3B%3BAA5CR%2CoBA6BI%2CKACI%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAhCZ%2CoBA6BI%2CKACI%2CSAII%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaC7zTa%2CgBD6zTb%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAAxChB%2CoBA6BI%2CKAiBI%3BEACI%2CUAAA%3B%3BAA%5C%2FCZ%2CoBAmDI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAtDR%2CoBAmDI%2CaAKI%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaCr1TiB%2CqBDq1TjB%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAnEZ%2CoBAuEI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA1ER%2CoBA6EI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FER%2CoBAkFI%2CcACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEAEA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C%2BBAAA%3B%3BAA%5C%2FFZ%2CoBAkFI%2CcACI%2CeAcI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAApGhB%2CoBAyGI%2CgBACI%3BEACI%2CqBAAA%3B%3BAA3GZ%2CoBA%2BGI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CiBAII%3BEACI%2CaAAA%3B%3BAALR%2CiBAQI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAfR%2CiBAQI%2CmBASI%3BEACI%2CWAAA%3B%3BAAlBZ%2CiBAsBI%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAA3BR%2CiBAsBI%2CiBAOI%3BEAKI%2C4BAAA%3B%3BAAlCZ%2CiBAsBI%2CiBAOI%2CYACI%3BEACI%2CWAAA%3B%3BAA%5C%2FBhB%2CiBAsBI%2CiBAeI%2CSAAQ%3BEACJ%2CgBAAA%3BEACA%2CkCAAA%3B%3BAAvCZ%2CiBAsBI%2CiBAeI%2CSAAQ%2CgBAIJ%2CGACI%3BEACI%2CeAAA%3BEACA%2CaC%5C%2F7TS%2CgBD%2B7TT%3BEACA%2CiBAAA%3B%3BAA7CpB%2CiBAsBI%2CiBA4BI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAApDZ%2CiBAsBI%2CiBA4BI%2CSAII%3BEACI%2CgBAAgB%2CyDAAhB%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaC98Ta%2CgBD88Tb%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAA9DhB%2CiBAsBI%2CiBA4BI%2CSAeI%3BEACI%2CeAAA%3BEACA%2CaCt9Ta%2CgBDs9Tb%3BEACA%2CiBAAA%3B%3BAApEhB%2CiBAyEI%2COAAM%2CWACF%3BEACI%2CaC99TiB%2CgBD89TjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA9EZ%2CiBAkFI%3BEACI%2CkBAAA%3BEACA%2CaCv%2BTqB%2CgBDu%2BTrB%3BEACA%2CgBAAgB%2C2CAAhB%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CiBAPJ%2COAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAKZ%3BEAmBI%2CmBAAA%3B%3BAAnBJ%2CaACI%3BEACI%2CaAAA%3B%3BAAFR%2CaAKI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAZR%2CaAKI%2CmBASI%3BEACI%2CWAAA%3B%3BAAfZ%2CaAqBI%3BEACI%2CkBAAA%3BEACA%2CaCjhUqB%2CgBDihUrB%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA7BR%2CaAqBI%2COAUI%3BEACI%2CeAAA%3BEACA%2CaC3hUiB%2CgBD2hUjB%3B%3BAAjCZ%2CaAqBI%2COAeI%3BEACI%2CeAAA%3BEACA%2CaChiUiB%2CgBDgiUjB%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAzCZ%2CaAqBI%2COAuBI%3BEACI%2CaCviUiB%2CgBDuiUjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAhDZ%2CaAoDI%3BEACI%2CkBAAA%3BEACA%2CaChjUqB%2CgBDgjUrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAA5DR%2CaAoDI%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CaC3jUiB%2CgBD2jUjB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAnEZ%2CaAoDI%2CUAkBI%3BEACI%2CaCjkUiB%2CgBDikUjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA3EZ%2CaAoDI%2CUA0BI%3BEAMI%2CgBAAA%3B%3BAApFZ%2CaAoDI%2CUA0BI%2CGACI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAAjFhB%2CaAoDI%2CUA0BI%2CGAQI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAA1FhB%2CaA%2BFI%3BEACI%2CkBAAA%3BEACA%2CaC3lUqB%2CgBD2lUrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAvGR%2CaA%2BFI%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CaCtmUiB%2CgBDsmUjB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA9GZ%2CaA%2BFI%2CUAkBI%3BEACI%2CaC5mUiB%2CgBD4mUjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAtHZ%2CaA%2BFI%2CUA0BI%3BEAMI%2CgBAAA%3B%3BAA%5C%2FHZ%2CaA%2BFI%2CUA0BI%2CGACI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAA5HhB%2CaA%2BFI%2CUA0BI%2CGAQI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAArIhB%2CaA0II%3BEACI%2CkBAAA%3BEACA%2CaCtoUqB%2CgBDsoUrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAlJR%2CaA0II%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CaCjpUiB%2CgBDipUjB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAzJZ%2CaA0II%2CUAkBI%3BEACI%2CaCvpUiB%2CgBDupUjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAjKZ%2CaA0II%2CUA0BI%3BEAMI%2CgBAAA%3B%3BAA1KZ%2CaA0II%2CUA0BI%2CGACI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAAvKhB%2CaA0II%2CUA0BI%2CGAQI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAhLhB%2CaAqLI%3BEACI%2CkBAAA%3BEACA%2CaCjrUqB%2CgBDirUrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAA7LR%2CaAqLI%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CaC5rUiB%2CgBD4rUjB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAApMZ%2CaAqLI%2CUAkBI%3BEACI%2CaClsUiB%2CgBDksUjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA5MZ%2CaAqLI%2CUA0BI%3BEAMI%2CgBAAA%3B%3BAArNZ%2CaAqLI%2CUA0BI%2CGACI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAAlNhB%2CaAqLI%2CUA0BI%2CGAQI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAA3NhB%2CaAgOI%3BEACI%2CkBAAA%3BEACA%2CaC5tUqB%2CgBD4tUrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAxOR%2CaAgOI%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CaCvuUiB%2CgBDuuUjB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FOZ%2CaAgOI%2CUAkBI%3BEACI%2CaC7uUiB%2CgBD6uUjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAvPZ%2CaAgOI%2CUA0BI%3BEAMI%2CgBAAA%3B%3BAAhQZ%2CaAgOI%2CUA0BI%2CGACI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAA7PhB%2CaAgOI%2CUA0BI%2CGAQI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAtQhB%2CaA2QI%3BEACI%2CkBAAA%3BEACA%2CaCvwUqB%2CgBDuwUrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAnRR%2CaA2QI%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CaClxUiB%2CgBDkxUjB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA1RZ%2CaA2QI%2CUAkBI%3BEACI%2CaCxxUiB%2CgBDwxUjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAlSZ%2CaA2QI%2CUA0BI%3BEAMI%2CgBAAA%3B%3BAA3SZ%2CaA2QI%2CUA0BI%2CGACI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAAxShB%2CaA2QI%2CUA0BI%2CGAQI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAjThB%2CaAsTI%3BEACI%2CkBAAA%3BEACA%2CaClzUqB%2CgBDkzUrB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAA9TR%2CaAsTI%2CUAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CaC7zUiB%2CgBD6zUjB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAArUZ%2CaAsTI%2CUAkBI%3BEACI%2CaCn0UiB%2CgBDm0UjB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA7UZ%2CaAsTI%2CUA0BI%3BEAMI%2CgBAAA%3B%3BAAtVZ%2CaAsTI%2CUA0BI%2CGACI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAAnVhB%2CaAsTI%2CUA0BI%2CGAQI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAMhB%2CwBACI%2CgBAAe%3BEACX%2CkCAAA%3B%3BAAFR%2CwBAKI%3BEACI%2CaAAA%3B%3BAANR%2CwBASI%2CmBACI%3BEACI%2CWAAA%3B%3BAAXZ%2CwBAeI%3BEAEI%2CiCAAA%3B%3BAAjBR%2CwBAeI%2CoBAII%3BEASI%2C4BAAA%3B%3BAA5BZ%2CwBAeI%2CoBAII%2CkBACI%3BEACI%2CaCj3Ua%2CgBDi3Ub%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAzBhB%2CwBAeI%2CoBAII%2CkBAWI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAjChB%2CwBAeI%2CoBAII%2CkBAWI%2CaAKI%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaCp4US%2CqBDo4UT%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAA9CpB%2CwBAeI%2CoBAII%2CkBA%2BBI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAArDhB%2CwBAeI%2CoBAII%2CkBA%2BBI%2CsBAKI%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaCv5US%2CqBDu5UT%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAhEpB%2CwBAeI%2CoBAII%2CkBAiDI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAvEhB%2CwBAeI%2CoBAII%2CkBAuDI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAA5EhB%2CwBAeI%2CoBAII%2CkBA4DI%2CcACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEAEA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C%2BBAAA%3B%3BAA5FpB%2CwBAeI%2CoBAII%2CkBA4DI%2CcACI%2CeAcI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAAjGxB%2CwBAeI%2CoBAII%2CkBAmFI%2CgBACI%3BEACI%2CqBAAA%3B%3BAAMJ%2CwBA%5C%2FFZ%2CoBAII%2CkBAyFI%2CGAEK%3BEACG%2CYAAA%3B%3BAA%5C%2FGpB%2CwBAqHI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CWACI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAARR%2CWACI%2CmBASI%3BEACI%2CWAAA%3B%3BAAKZ%2C2BACI%3BEACI%2CaAAA%3B%3BAAFR%2C2BAKI%3BEACI%2CaAAA%3B%3BAANR%2C2BASI%3BEACI%2CaAAA%3B%3BAAVR%2C2BAaI%2CSACI%2COACI%3BEACI%2CaAAA%3B%3BAAMhB%2C0BACI%3BEACI%2CaAAA%3B%3BAAFR%2C0BAKI%3BEACI%2CaAAA%3B%3BAANR%2C0BASI%3BEACI%2CaAAA%3B%3BAAVR%2C0BAaI%2CSACI%2COACI%3BEACI%2CaAAA%3B%3BAAMhB%2C6BACI%3BEACI%2CaAAA%3B%3BAAFR%2C6BAKI%3BEACI%2CaAAA%3B%3BAANR%2C6BASI%3BEACI%2CaAAA%3B%3BAAVR%2C6BAaI%2CSACI%2COACI%3BEACI%2CaAAA%3B%3BAAMhB%2CsBACI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAAHR%2CsBACI%2CGAII%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAKZ%3BEACI%2CiBAAA%3B%3BAAGJ%2CWACI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAAHR%2CWACI%2CGAII%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAPZ%2CWAWI%3BEAOI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAApBR%2CWAWI%2CGACI%3BEACI%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3B%3BAASZ%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAHJ%2CkBAKI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CaC%5C%2FlVqB%2CgBD%2BlVrB%3BEACA%2CgBAAA%3B%3BAAIR%3BEAEI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BAAPJ%2CeASI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAhBR%2CeAmBI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CeAAC%2CMACG%3BEACI%2CgBAAgB%2CUAAhB%3BEACA%2CmBAAmB%2CUAAnB%3BEACA%2CWAAW%2CUAAX%3B%3BAAKZ%2CoBACI%2CGACI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAKZ%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBAAqB%3BEACjB%2C8BAAA%3B%3BAAOY%2CoBAHZ%2COAAM%2COACF%2CeACI%2CcACK%2CUAAU%3BEACP%2C0BAAA%3B%3BAAOpB%3BEACI%2CkBAAA%3B%3BAADJ%2CgBAGI%3BEACI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAwBR%2CwBAnB2C%3BEACvC%2CkBAAmB%2COAAM%3BIACrB%2CQAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CgBACI%3BIACI%2CaAAA%3BIACA%2C8BAAA%3B%3BEAHR%2CgBACI%2CGAII%3BIACI%2CYAAA%3B%3B%3BAAehB%2CwBAR0C%3BEACtC%2CkBACI%3BIACI%2CcAAA%3B%3B%3BAAYZ%2CwBAP0C%3BEACtC%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3B%3BAAiBR%2CwBAb2C%3BEACvC%2CkBACI%3BIACI%2CiBAAA%3B%3B%3BAAUZ%2CiBACI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAHR%2CiBAMI%2CoBAEI%3BEACI%2CaCnuVsB%2CqBDmuVtB%3BEACA%2CeAAA%3B%3BAAVZ%2CiBAcI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAjBR%2CiBAcI%2CGAKI%3BEACI%2CmBAAA%3B%3BAApBZ%2CiBAcI%2CGAKI%2CGAGI%3BEACI%2C0BAAA%3BEACA%2CaClvVkB%2CqBDkvVlB%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAA3BhB%2CiBAgCI%3BEACI%2CcAAA%3B%3BAAIR%3BEACI%2CUAAA%3BEACA%2CaCpwV0B%2CmBDowV1B%3B%3BAAFJ%2CUAII%3BEACI%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAARR%2CUAWI%3BEAcI%2CeAAA%3B%3BAAZI%2CUAFR%2CEACK%2CYACI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAMR%2CUAhBJ%2CEAgBK%3BEACG%2CgBAAA%3B%3BAAKZ%2CcACI%3BEACI%2CqBAAA%3B%3BAAIR%2CiBACI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAA6IR%2CmBAzIsC%3BEAClC%2CiBACI%2CoBACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAKZ%3BIACI%2C%2BBAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CsBAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2C6BAAA%3BIACA%2CyBAAA%3B%3BEAEA%2CiBAPJ%2CoBAOK%2CUAAU%3BIACP%2C2BAAA%3B%3BEAXZ%2CiBAGI%2CoBAWI%3BIACI%2CaAAA%3BIACA%2C8BAAA%3B%3BEAEA%2CiBAfR%2CoBAWI%2CGAIK%3BIACG%2CqBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3BIAEA%2CSAAS%2CGAAT%3BIACA%2CSAAA%3BIACA%2CWAAW%2CYAAX%3BIACA%2CmBAAmB%2CYAAnB%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAhChB%2CiBAqCI%3BIACI%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CoBAAA%3B%3BEAxCR%2CiBA2CI%3BIAKI%2CaAAA%3B%3BEAhDR%2CiBA2CI%2CGACI%3BIACI%2CiBAAA%3B%3BEA7CZ%2CiBAmDI%2CoBAAmB%2COACf%3BIACI%2CcAAA%3BIACA%2CsBAAA%3B%3BEAIA%2CiBAPR%2CoBAAmB%2COAMf%2CGACK%3BIACG%2CWAAW%2CYAAX%3BIACA%2CmBAAmB%2CYAAnB%3BIACA%2CSAAS%2CGAAT%3B%3BEAMhB%3BIAOI%2CwBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CwBAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3B%3BEAVI%2CkBADJ%2CGACK%3BIACG%2CwBAAA%3B%3BEAHZ%2CkBAcI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CQAAA%3BIACA%2CuBAAA%3B%3BEAIR%2CkBAAkB%2CmBACd%3BIACI%2CuBAAA%3B%3BEAIR%2CcACI%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAIR%3BIAeI%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAjBJ%2CUACI%3BIACI%2C6BAAA%3B%3BEAFR%2CUAKI%3BIACI%2C0BAAA%3B%3BEANR%2CUASI%3BIAEI%2CsBAAA%3BIACA%2CeAAA%3B%3BEAQR%2CiBAAkB%3BIACd%2CyBAAA%3B%3B%3BAAwIR%2CmBApIqC%3BEACjC%2CiBACI%2CoBACI%3BIACI%2CeAAA%3B%3BEAKZ%3BIACI%2C%2BBAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CsBAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CgCAAA%3BIACA%2CyBAAA%3B%3BEAEA%2CiBAPJ%2CoBAOK%2CUAAU%3BIACP%2CmBAAA%3B%3BEAXZ%2CiBAGI%2CoBAWI%3BIACI%2CaAAA%3BIACA%2C8BAAA%3B%3BEAEA%2CiBAfR%2CoBAWI%2CGAIK%3BIACG%2CqBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3BIAEA%2CSAAS%2CGAAT%3BIACA%2CSAAA%3BIACA%2CWAAW%2CYAAX%3BIACA%2CmBAAmB%2CYAAnB%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAhChB%2CiBAqCI%3BIACI%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CoBAAA%3B%3BEAxCR%2CiBA2CI%3BIAKI%2CaAAA%3B%3BEAhDR%2CiBA2CI%2CGACI%3BIACI%2CoBAAA%3B%3BEA7CZ%2CiBAmDI%2CoBAAmB%2COACf%3BIACI%2CcAAA%3BIACA%2CsBAAA%3B%3BEAIA%2CiBAPR%2CoBAAmB%2COAMf%2CGACK%3BIACG%2CWAAW%2CYAAX%3BIACA%2CmBAAmB%2CYAAnB%3BIACA%2CSAAS%2CGAAT%3B%3BEAMhB%3BIAOI%2C2BAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CwBAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3B%3BEAVI%2CkBADJ%2CGACK%3BIACG%2CwBAAA%3B%3BEAHZ%2CkBAcI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CQAAA%3BIACA%2CuBAAA%3B%3BEAIR%2CkBAAkB%2CmBACd%3BIACI%2CuBAAA%3B%3BEAIR%2CcACI%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAIR%3BIAeI%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAjBJ%2CUACI%3BIACI%2C6BAAA%3B%3BEAFR%2CUAKI%3BIACI%2C0BAAA%3B%3BEANR%2CUASI%3BIAEI%2CsBAAA%3BIACA%2CeAAA%3B%3B%3BAASZ%2CIACI%2CaACI%2CkBACI%3BEACI%2CaAAA%3B%3BAAJhB%2CIACI%2CaACI%2CkBAKK%3BEACG%2CcAAA%3BEACA%2CUAAA%3B%3BAAKZ%2CIAAC%2CIAAI%2CuBACD%2CaACI%2CkBACI%3BEACI%2CaAAA%3B%3BAAWpB%2CsBAAsB%2CSAAS%2CQAE3B%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BAAVR%2CsBAAsB%2CSAAS%2CQAE3B%2CmBAUK%3BEAEG%2CqBAAA%3BEAGA%2CcAAA%3BEACA%2CaClnWiB%2CgBDknWjB%3B%3BAAEA%2CsBApBU%2CSAAS%2CQAE3B%2CmBAUK%2CIAQI%3BEACG%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CsBAzBU%2CSAAS%2CQAE3B%2CmBAUK%2CIAaI%3BEACG%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CsBA9BU%2CSAAS%2CQAE3B%2CmBAUK%2CIAkBI%3BEACG%2CcAAA%3BEACA%2C0BAAA%3B%3BAAhChB%2CsBAAsB%2CSAAS%2CQAqC3B%2CSAAQ%2CKACJ%3BEACI%2CgBAAA%3B%3BAAvCZ%2CsBAAsB%2CSAAS%2CQA2C3B%3BEAqDI%2CYAAA%3BEACA%2CWAAA%3B%3BAAjGR%2CsBAAsB%2CSAAS%2CQA2C3B%2CsBACI%3BEA%2BCI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAA7FZ%2CsBAAsB%2CSAAS%2CQA2C3B%2CsBACI%2CmBACK%3BEAYG%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAjEhB%2CsBAAsB%2CSAAS%2CQA2C3B%2CsBACI%2CmBACK%2CUACG%3BEACI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAaJ%2CsBAnEM%2CSAAS%2CQA2C3B%2CsBACI%2CmBACK%2CUAsBI%3BEACG%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CaC7pWK%2CYD6pWL%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsBArFM%2CSAAS%2CQA2C3B%2CsBACI%2CmBACK%2CUAwCI%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAAvFpB%2CsBAAsB%2CSAAS%2CQA2C3B%2CsBAwDK%3BEACG%2CiBAAA%3B%3BAApGZ%2CsBAAsB%2CSAAS%2CQA2C3B%2CsBA4DI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAzGZ%2CsBAAsB%2CSAAS%2CQA2C3B%2CsBA4DI%2CiBAIK%2CSAAM%3BEACH%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FGhB%2CsBAAsB%2CSAAS%2CQAoH3B%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA3HR%2CsBAAsB%2CSAAS%2CQAoH3B%2CcASI%2CQAAO%3BEACH%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CsBArIU%2CSAAS%2CQAoH3B%2CcASI%2CQAAO%2CWAQF%3BEACG%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CaC%5C%2FtWS%2CYD%2BtWT%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2COAAT%3B%3BAAGJ%2CsBAvJU%2CSAAS%2CQAoH3B%2CcASI%2CQAAO%2CWA0BF%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAAzJhB%2CsBAAsB%2CSAAS%2CQAoH3B%2CcAyCI%2CyBACI%3BEACI%2CiBAAA%3BEACA%2COAAA%3B%3BAAhKhB%2CsBAAsB%2CSAAS%2CQAoH3B%2CcAyCI%2CyBAMI%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAArKhB%2CsBAAsB%2CSAAS%2CQAoH3B%2CcAqDI%3BEACI%2CiBAAA%3BEAEA%2CWAAA%3BEACA%2CWAAA%3BEAGA%2CSAAA%3B%3BAAhLZ%2CsBAAsB%2CSAAS%2CQAoH3B%2CcAqDI%2CWASI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApLhB%2CsBAAsB%2CSAAS%2CQAoH3B%2CcAoEI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAA9LZ%2CsBAAsB%2CSAAS%2CQAoH3B%2CcA6EI%2CyBAAwB%3BEACpB%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA1MZ%2CsBAAsB%2CSAAS%2CQAoH3B%2CcA6EI%2CyBAAwB%2CMAWpB%3BEACI%2CaAAA%3B%3BAAIR%2CsBAjNc%2CSAAS%2CQAoH3B%2CcA6FK%2CMACG%3BEACI%2CkBAAA%3BEACA%2CMAAA%3B%3BAApNhB%2CsBAAsB%2CSAAS%2CQAyN3B%2CQAAO%3BEAEH%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CaCh0WqB%2CgBDg0WrB%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CsBA1Oc%2CSAAS%2CQAyN3B%2CQAAO%2CQAiBF%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CsBAhPc%2CSAAS%2CQAyN3B%2CQAAO%2CQAuBF%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CsBAtPc%2CSAAS%2CQAyN3B%2CQAAO%2CQA6BF%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAKJ%2CsBAjQc%2CSAAS%2CQAgQ3B%2CiBAAgB%2CKACX%3BEACG%2CaAAA%3B%3BAAlQZ%2CsBAAsB%2CSAAS%2CQAsQ3B%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAxQR%2CsBAAsB%2CSAAS%2CQA2Q3B%2CiBACI%3BEACI%2CiBAAA%3B%3BAA7QZ%2CsBAAsB%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAArRZ%2CsBAAsB%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBAKI%3BEACI%2CsBAAA%3B%3BAAxRhB%2CsBAAsB%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBAKI%2CyBAGI%3BEACI%2CWAAA%3B%3BAA3RpB%2CsBAAsB%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBAaI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAzShB%2CsBAAsB%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBA0BI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FShB%2CsBAAsB%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBAgCI%3BEACI%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAvThB%2CsBAAsB%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBAwCI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2C4BAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEAEA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEA%2CsBA5UM%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBAwCI%2CoBAkBK%3BEACG%2CaAAA%3B%3BAA7UpB%2CsBAAsB%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBAwCI%2CoBAsBI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGI%2CsBAxVF%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBAwCI%2CoBAsBI%2CmBAOI%2CEACK%3BEACG%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaC56WD%2CaD46WC%3B%3BAA3V5B%2CsBAAsB%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBAwCI%2CoBAsCI%3BEACI%2CcAAA%3B%3BAAjWpB%2CsBAAsB%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBAwCI%2CoBAsCI%2CiBAGI%3BEACI%2CWAAA%3BEAEA%2CmBAAA%3BEAMA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEAEA%2CeAAA%3BEAGA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CaCr9WM%2CmBDq9WN%3BEACA%2C0BAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEAEA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CsBArYF%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBAwCI%2CoBAsCI%2CiBAGI%2COAkCK%3BEACG%2CYAAA%3BEACA%2CaAAA%3B%3BAAMhB%2CsBA7YU%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBA2HK%3BEACG%2CeAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3B%3BAANJ%2CsBA7YU%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBA2HK%2CMAQG%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAVR%2CsBA7YU%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBA2HK%2CMAQG%2CEAII%3BEACI%2CgBAAgB%2CWAAW%2CYAA3B%3BEACA%2CmBAAmB%2CWAAW%2CYAA9B%3BEACA%2CcAAc%2CWAAW%2CYAAzB%3BEACA%2CeAAe%2CWAAW%2CYAA1B%3BEACA%2CWAAW%2CWAAW%2CYAAtB%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAtBZ%2CsBA7YU%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBA2HK%2CMA0BG%3BEACI%2CWAAA%3B%3BAAxapB%2CsBAAsB%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBA0JI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaCzgXc%2CmBDygXd%3B%3BAAEA%2CsBAjbM%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBA0JI%2CmBAKK%3BEACG%2C0BAAA%3B%3BAAlbpB%2CsBAAsB%2CSAAS%2CQAiR3B%2CUAAS%2CKACL%2CmBAoKI%3BEAEI%2CgBAAA%3BEAEA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaC3hXa%2CqBD2hXb%3BEACA%2CeAAA%3B%3BAA%5C%2FbhB%2CsBAAsB%2CSAAS%2CQAoc3B%3BEA%2BCI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApfR%2CsBAAsB%2CSAAS%2CQAoc3B%2CgBACI%3BEA0CI%2CkBAAA%3BEACA%2CsBAAA%3B%3BAA1CA%2CsBAtcU%2CSAAS%2CQAoc3B%2CgBACI%2CeACK%3BEACI%2C4BAAA%3BEACD%2CgCAAA%3BEACA%2CsBAAsB%2C0BAAtB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CuBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAjdhB%2CsBAAsB%2CSAAS%2CQAoc3B%2CgBACI%2CeAeK%3BEAYG%2CcAAA%3BEACA%2CgBAAA%3B%3BAAZA%2CsBArdM%2CSAAS%2CQAoc3B%2CgBACI%2CeAeK%2COACI%3BEACI%2C4BAAA%3BEACD%2CgCAAA%3BEACA%2CsBAAsB%2C4BAAtB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAA7dpB%2CsBAAsB%2CSAAS%2CQAoc3B%2CgBACI%2CeAeK%2COAeG%3BEACI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA3epB%2CsBAAsB%2CSAAS%2CQAuf3B%2CMAAK%2CQAAQ%2CaAAa%2CaACtB%3BEACI%2CQAAQ%2CeAAR%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3B%3BAA5fZ%2CsBAAsB%2CSAAS%2CQAuf3B%2CMAAK%2CQAAQ%2CaAAa%2CaAQtB%3BEACI%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAvgBZ%2CsBAAsB%2CSAAS%2CQAuf3B%2CMAAK%2CQAAQ%2CaAAa%2CaAQtB%2CoBAUI%3BEAaI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CaCznXa%2CgBDynXb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAjiBhB%2CsBAAsB%2CSAAS%2CQAsiB3B%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3B%3BAA1iBR%2CsBAAsB%2CSAAS%2CQA8iB3B%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAnjBR%2CsBAAsB%2CSAAS%2CQAsjB3B%3BEACI%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA3jBR%2CsBAAsB%2CSAAS%2CQA8jB3B%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAvkBR%2CsBAAsB%2CSAAS%2CQA0kB3B%3BEAiBI%2CkBAAA%3B%3BAA3lBR%2CsBAAsB%2CSAAS%2CQA0kB3B%2CyBACI%3BEAYI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAxlBZ%2CsBAAsB%2CSAAS%2CQA0kB3B%2CyBACI%2CgBACI%3BEACI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAplBhB%2CsBAAsB%2CSAAS%2CQA0kB3B%2CyBAmBI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAWR%2CmBANoC%3BEAMpC%2CsBA3mBkB%2CSAAS%2CQAsmBvB%2CsBAAsB%3BIAClB%2CcAAA%3B%3B%3BAAwBR%2CmBApBoC%3BEAoBpC%2CsBA%5C%2FnBkB%2CSAAS%2CQA4mBvB%2CUAAS%2CKAAM%2CmBAAmB%2CoBAAoB%2CiBAAiB%3BIACnE%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CuBAAA%3BIACA%2CcAAA%3BIACA%2CoBAAA%3BIACA%2CaCltXkB%2CmBDktXlB%3BIACA%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3B%3BAAYR%2CmBARqC%3BEAQrC%2CsBAvoBkB%2CSAAS%2CQAgoBvB%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3B%3BAAnoBZ%2CsBAAsB%2CSAAS%2CQAuoB3B%2CoBACI%2CiBACI%3BEACI%2CwBAAA%3BEACA%2C8BAAA%3B%3BAA3oBhB%2CsBAAsB%2CSAAS%2CQAgpB3B%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAnpBR%2CsBAAsB%2CSAAS%2CQAgpB3B%2CsBAKI%3BEACI%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAvpBZ%2CsBAAsB%2CSAAS%2CQA2pB3B%3BEACI%2CgBAAA%3B%3BAA5pBR%2CsBAAsB%2CSAAS%2CQA2pB3B%2CqCAEI%3BEACI%2CaAAA%3B%3BAA9pBZ%2CsBAAsB%2CSAAS%2CQAkqB3B%3BEACI%2CgBAAA%3BEACA%2C2CAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAzqBR%2CsBAAsB%2CSAAS%2CQA4qB3B%2COAAM%2CSACF%2CEAAC%3BEACG%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAjrBZ%2CsBAAsB%2CSAAS%2CQAqrB3B%2CEAAC%3BEACG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CaC3xXsB%2CmBD2xXtB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAApsBR%2CsBAAsB%2CSAAS%2CQAusB3B%2CSAAQ%2CQAAQ%2CqBACZ%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAA3sBZ%2CsBAAsB%2CSAAS%2CQA%2BsB3B%2CWAAU%3BEACN%2CWAAA%3BEAEA%2CaAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAArtBR%2CsBAAsB%2CSAAS%2CQAwtB3B%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAA1tBR%2CsBAAsB%2CSAAS%2CQA6tB3B%2CKAAI%2CgBAAgB%2CkBAAkB%2CIAAI%3BEACtC%2CsBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CcACI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAAJR%2CcAOI%3BEAGI%2CoBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CsBACI%2CuBAAsB%2CSAAS%2CQAC3B%2CiBAAiB%3BEACb%2CmBAAA%3B%3BAAHZ%2CsBACI%2CuBAAsB%2CSAAS%2CQAK3B%3BEACI%2CYAAA%3B%3BAAPZ%2CsBACI%2CuBAAsB%2CSAAS%2CQAS3B%2CEAAC%3BEACG%2C0BAAA%3BEACA%2CmBAAA%3B%3BAAZZ%2CsBAgBI%2CUAAS%2CKACL%2CmBACI%2CoBACI%2CiBACI%3BEACI%2CmBAAA%3B%3BAAQxB%2CcACI%3BEACI%2CYAAA%3B%3BAAFR%2CcAKI%2CeACI%2CcACI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAmGhB%2CgBA7FiC%3BEAIjB%2CsBAHU%2CcAClB%2CmBACK%2CIAAI%2CQACA%2CIAAI%2CSACD%3BIACI%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CsBAjBc%2CcAClB%2CmBAgBK%3BIACG%2CmBAAA%3BIACA%2C4CAAA%3BIACA%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAxBZ%2CsBAAsB%2CcA4BlB%3BIACI%2CmBAAA%3BIACA%2C4CAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAjCR%2CsBAAsB%2CcAoClB%3BIACI%2CoBAAA%3B%3BEArCR%2CsBAAsB%2CcAwClB%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BIACI%2CcAAA%3B%3BEADJ%2CqBAGI%2CiBAAiB%3BIACb%2CqBAAA%3BIACA%2CsBAAA%3B%3BEALR%2CqBAGI%2CiBAAiB%2CqBAIZ%3BIACG%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CqBATR%2CiBAAiB%2CqBAIZ%2CUAKI%3BIACG%2CeAAA%3B%3BEAbhB%2CqBAkBI%3BIACI%2CqBAAA%3B%3BEAOI%2CcAFR%2CuBAAsB%2CcAClB%2CoBACK%3BIACG%2CmBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAXhB%2CcAgBI%3BIACI%2CUAAA%3BIACA%2CSAAA%3B%3B%3BAAeZ%2CQAV0B%2CwBAAuB%3BEAC7C%2CsBAAsB%2CSAAS%2CQAC3B%2CgBACI%3BIACI%2CWAAA%3B%3B%3BAA2ChB%2CQArCyB%3BEACrB%2CsBAAsB%2CSAAS%2CQAC3B%3BIACI%2CaAAA%3B%3BEAFR%2CsBAAsB%2CSAAS%2CQAK3B%2CMAAK%2CQAAQ%2CaAAa%2CaACtB%3BIACI%2CUAAA%3B%3BEAPZ%2CsBAAsB%2CSAAS%2CQAW3B%2CUAAS%2CKACL%2CmBACI%2CoBACI%2CiBACI%3BIACI%2CsBAAA%3BIACA%2C0BAAA%3B%3BEAjBxB%2CsBAAsB%2CSAAS%2CQAwB3B%2CoBACI%2CiBACI%3BIACI%2C2BAAA%3BIACA%2C8BAAA%3B%3B%3BAA0BpB%2CwBAlB0C%3BEACtC%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBACI%3BIACI%2CeAAA%3B%3BEAJhB%2CsBAAsB%2CSAAS%2CQAS3B%2CgBACI%3BIACI%2CYAAA%3B%3B%3BAAyBhB%2CwBAnByC%3BEACrC%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBACI%3BIACI%2CcAAA%3BIACA%2CqBAAA%3B%3BEALhB%2CsBAAsB%2CSAAS%2CQAU3B%2CgBACI%3BIACI%2CYAAA%3B%3B%3BAA6ChB%2CwBAvC0C%3BEACtC%2CsBAAsB%2CSAAS%2CQAC3B%3BIACI%2CgBAAA%3B%3BEAFR%2CsBAAsB%2CSAAS%2CQAK3B%2CkBACI%2CcACI%2CyBACI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAXpB%2CsBAAsB%2CSAAS%2CQAiB3B%2CUAAS%2CKACL%2CmBACI%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAvBhB%2CsBAAsB%2CSAAS%2CQAiB3B%2CUAAS%2CKACL%2CmBAQI%2CoBACI%2CiBACI%3BIACI%2CoBAAA%3B%3B%3BAAkB5B%2CwBATyC%2CuBAAsB%3BEAC3D%2CsBAAsB%2CSAAS%2CQAC3B%2CWAAU%3BIACN%2CeAAA%3BIACA%2CuBAAA%3B%3B%3BAAcZ%2CQATyB%3BEACrB%2CsBAAsB%2CSAAS%2CQAC3B%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3B%3BAA6CZ%2CQAxCyB%3BEACrB%2CsBACI%2CUAAS%3BIACL%2CUAAA%3B%3BEAFR%2CsBAKI%2CeACI%3BIACI%2CaAAA%3BIACA%2C4BAAA%3BIACA%2CgBAAA%3B%3BEATZ%2CsBAaI%2CUAAS%2CKACL%2CmBACI%2CoBACI%2CiBACI%3BIACI%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2C0BAAA%3B%3BEApBxB%2CsBA2BI%3BIACI%2CoBAAA%3B%3BEA5BR%2CsBA%2BBI%2CcACI%3BIACI%2CSAAA%3B%3B%3BAAwQhB%2CmBAlQqC%3BEACjC%2CsBACI%2CiBAAiB%3BIACb%2CmBAAA%3B%3BEAIR%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%3BIACI%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEALZ%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAKI%3BIACI%2CsBAAA%3B%3BEARhB%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAKI%2CyBAGI%3BIACI%2CWAAA%3B%3BEAXpB%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAaI%3BIACI%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2C0BAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CcAAA%3B%3BEAxBhB%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAyBI%3BIACI%2CeAAA%3B%3BEA5BhB%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBA6BI%3BIACI%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3B%3BEApChB%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAqCI%3BIACI%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3BIACA%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2C4BAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CsBAvDM%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAqCI%2CoBAgBK%3BIACG%2CaAAA%3B%3BEAxDpB%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAqCI%2CoBAoBI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAGI%2CsBAnEF%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAqCI%2CoBAoBI%2CmBAOI%2CEACK%3BIACG%2CcAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaC%5C%2FsYL%2CaD%2BsYK%3B%3BEAtE5B%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAqCI%2CoBAoCI%3BIACI%2CcAAA%3B%3BEA5EpB%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAqCI%2CoBAoCI%2CiBAGI%3BIACI%2CWAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CaC5uYE%2CmBD4uYF%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEAEA%2CsBA%5C%2FFF%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAqCI%2CoBAoCI%2CiBAGI%2COAiBK%3BIACG%2CYAAA%3BIACA%2CaAAA%3B%3BEAMhB%2CsBAvGU%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAqGK%3BIACG%2CeAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CyBAAA%3B%3BEANJ%2CsBAvGU%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAqGK%2CMAQG%3BIACI%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAVR%2CsBAvGU%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAqGK%2CMAQG%2CEAII%3BIACI%2CgBAAgB%2CWAAW%2CYAA3B%3BIACA%2CmBAAmB%2CWAAW%2CYAA9B%3BIACA%2CcAAc%2CWAAW%2CYAAzB%3BIACA%2CeAAe%2CWAAW%2CYAA1B%3BIACA%2CWAAW%2CWAAW%2CYAAtB%3BIACA%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3B%3BEAtBZ%2CsBAvGU%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAqGK%2CMA0BG%3BIACI%2CWAAA%3B%3BEAlIpB%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAoII%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CaC3xYU%2CmBD2xYV%3B%3BEAEA%2CsBA3IM%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBAoII%2CmBAKK%3BIACG%2C0BAAA%3B%3BEA5IpB%2CsBAAsB%2CSAAS%2CQAC3B%2CUAAS%2CKACL%2CmBA8II%3BIACI%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CsBAAA%3B%3BEAOJ%2CsBA3JU%2CSAAS%2CQAyJ3B%2CgBACI%2CeACK%3BIACG%2C4BAAA%3BIACA%2CgCAAA%3BIACA%2CsBAAsB%2C0BAAtB%3BIACA%2CSAAS%2CEAAT%3BIACA%2CYAAA%3B%3BEAIA%2CsBApKM%2CSAAS%2CQAyJ3B%2CgBACI%2CeASK%2COACI%3BIACG%2C4BAAA%3BIACA%2CgCAAA%3BIACA%2CsBAAsB%2C4BAAtB%3BIACA%2CSAAS%2CEAAT%3BIACA%2CYAAA%3B%3BEAzKpB%2CsBAAsB%2CSAAS%2CQA%2BK3B%3BIACI%2CkBAAA%3B%3BEAhLR%2CsBAAsB%2CSAAS%2CQA%2BK3B%2CcAGI%2CyBAAwB%3BIACpB%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAtLZ%2CsBAAsB%2CSAAS%2CQA%2BK3B%2CcAGI%2CyBAAwB%2CMAMpB%3BIACI%2CaAAA%3B%3BEAIR%2CsBA7Lc%2CSAAS%2CQA%2BK3B%2CcAcK%2CMACG%3BIACI%2CkBAAA%3BIACA%2CMAAA%3B%3BEAhMhB%2CsBAAsB%2CSAAS%2CQAqM3B%2CMAAK%2CQAAQ%2CaAAa%2CaACtB%3BIACI%2CQAAQ%2CeAAR%3BIACA%2CYAAA%3B%3BEAxMZ%2CsBAAsB%2CSAAS%2CQAqM3B%2CMAAK%2CQAAQ%2CaAAa%2CaAMtB%3BIACI%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3B%3BEAnNZ%2CsBAAsB%2CSAAS%2CQAqM3B%2CMAAK%2CQAAQ%2CaAAa%2CaAMtB%2CoBAUI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CaCj3YS%2CgBDi3YT%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2C2BAAA%3BIACA%2C8BAAA%3B%3BEAjOhB%2CsBAAsB%2CSAAS%2CQAsO3B%3BIACI%2CkBAAA%3B%3BEAvOR%2CsBAAsB%2CSAAS%2CQA0O3B%3BIACI%2CcAAA%3B%3BEAIR%2CcACI%2CeACI%2CcACI%3BIACI%2CgBAAA%3B%3B%3BAAuBpB%2CmBAfqC%3BEACjC%2CcACI%2CeACI%3BIACI%2CSAAA%3B%3BEAHZ%2CcACI%2CeAKI%3BIACI%2C0BAAA%3B%3B%3BAAQZ%2CKAAC%3BEACG%2CgBAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAKJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CeACI%3BEACI%2CeAAA%3B%3BAAKR%2CQAAQ%3BEAYJ%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAZA%2CQADI%2CiBACH%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CQANI%2CiBAMH%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAATR%2CQAAQ%2CiBAgBJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAAlBR%2CQAAQ%2CiBAqBJ%3BEAGI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAEA%2CQA7BA%2CiBAqBJ%2CEAQK%3BEAEG%2CaAAA%3B%3BAA%5C%2FBZ%2CQAAQ%2CiBAmCJ%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAArCR%2CQAAQ%2CiBAwCJ%3BEAGI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3B%3BAAEA%2CQA%5C%2FCA%2CiBAwCJ%2CEAOK%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CQApDA%2CiBAwCJ%2CEAYK%3BEAKG%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CQA7DA%2CiBAwCJ%2CEAqBK%3BEACG%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CQAlEA%2CiBAwCJ%2CEA0BK%2CIAAI%3BEACD%2C0BAAA%3B%3BAAnEZ%2CQAAQ%2CiBAuEJ%3BEACI%2CwBAAwC%2C6CAAxC%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CaCpgZsB%2CmBDogZtB%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAe%2CEAAf%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2C2EAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CQApGA%2CiBAuEJ%2COA6BK%3BEACG%2CyBAAA%3B%3BAAGJ%2CQAxGA%2CiBAuEJ%2COAiCK%3BEACG%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAIA%2CQA%5C%2FGJ%2CiBAuEJ%2COAuCK%2CIAAI%2CYACA%3BEACG%2C%2BBAAA%3B%3BAAMhB%2CQAAQ%3BEACJ%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAEA%2CQALI%2CiBAKH%3BEACG%2CSAAS%2CEAAT%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAZR%2CQAAQ%2CiBAeJ%3BEACI%2CaAAA%3B%3BAAhBR%2CQAAQ%2CiBAmBJ%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CaCrkZsB%2CmBDqkZtB%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3B%3BAA1BR%2CQAAQ%2CiBAmBJ%2CgBASI%3BEACI%2CaCjlZiB%2CgBDilZjB%3BEACA%2CgBAAA%3B%3BAA9BZ%2CQAAQ%2CiBAkCJ%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAxCR%2CQAAQ%2CiBA2CJ%2CgBAAe%3BEACX%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAEA%2CQAjDA%2CiBA2CJ%2CgBAAe%2COAMV%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3B%3BAA9DZ%2CQAAQ%2CiBA2CJ%2CgBAAe%2COAsBX%3BEACI%2CaCnnZiB%2CqBDmnZjB%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAxEZ%2CQAAQ%2CiBA2CJ%2CgBAAe%2COAgCX%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaCvoZkB%2CmBDuoZlB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CQAzGJ%2CiBA2CJ%2CgBAAe%2COA6DX%2CeACK%3BEACG%2CaAAA%3B%3BAAMhB%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CmBAKI%3BEACI%2CaCvqZqB%2CqBDuqZrB%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAZR%2CmBAeI%3BEACI%2CgBAAgB%2CsDAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAArBR%2CmBAeI%2CaAQI%3BEACI%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAA%5C%2FBZ%2CmBAmCI%3BEACI%2CgBAAgB%2CyDAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAxCR%2CmBAmCI%2CaAOI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAKZ%2CIAAI%2CoBACA%2CoBACI%3BEACI%2CYAAA%3B%3BAAHZ%2CIAAI%2CoBAOA%3BEACI%2CYAAA%3B%3BAAIR%3BEACI%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEAEA%2CUAAA%3B%3BAAGJ%3BEACI%2COAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CiBACI%3BEACI%2CgBAAA%3B%3BAAIR%3BEACI%2C6BAAA%3B%3BAADJ%2CiBAGI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAALR%2CiBAQI%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CiBAJJ%2CeAIK%3BEACG%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaCtwZa%2CYDswZb%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CiBArBR%2CeAoBK%2CMACI%3BEACG%2CcAAA%3B%3BAA9BhB%2CiBAQI%2CeA0BK%3BEACG%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA1CZ%2CiBA8CI%3BEACI%2CaAAA%3B%3BAA%5C%2FCR%2CiBAkDI%3BEACI%2CYAAA%3B%3BAAIR%2CcACI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAWR%2CmBAPoC%3BEAChC%3BIACI%2CgBAAA%3B%3B%3BAAWR%2CwBANyC%3BEACrC%3BIACI%2CaAAA%3B%3B%3BAA2LR%2CmBAvLqC%3BEACjC%2CQAAQ%3BIACJ%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAEA%2CQALI%2CiBAKH%3BIACG%2CSAAS%2CEAAT%3BIACA%2C6BAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAZR%2CQAAQ%2CiBAeJ%3BIACI%2CaAAA%3B%3BEAhBR%2CQAAQ%2CiBAmBJ%3BIACI%2CeAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CaC91ZkB%2CmBD81ZlB%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CwBAAA%3B%3BEA1BR%2CQAAQ%2CiBAmBJ%2CgBASI%3BIACI%2CaC12Za%2CgBD02Zb%3BIACA%2CgBAAA%3B%3BEA9BZ%2CQAAQ%2CiBAkCJ%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAxCR%2CQAAQ%2CiBA2CJ%2CgBAAe%3BIACX%2CkBAAA%3B%3BEAEA%2CQA9CA%2CiBA2CJ%2CgBAAe%2COAGV%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CWAAW%2CaAAX%3BIACA%2CmBAAmB%2CaAAnB%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3B%3BEAzDZ%2CQAAQ%2CiBA2CJ%2CgBAAe%2COAiBX%3BIACI%2CaCv4Za%2CqBDu4Zb%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEAnEZ%2CQAAQ%2CiBA2CJ%2CgBAAe%2COA2BX%3BIACI%2CeAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CaC35Zc%2CmBD25Zd%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEAIA%2CQApGJ%2CiBA2CJ%2CgBAAe%2COAwDX%2CeACK%3BIACG%2CaAAA%3B%3BEArGhB%2CQAAQ%2CiBA0GJ%3BIACI%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAIR%3BIACI%2CWAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2CmBAKI%3BIACI%2CaCj8ZiB%2CqBDi8ZjB%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAZR%2CmBAeI%3BIACI%2CgBAAgB%2CsDAAhB%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEArBR%2CmBAeI%2CaAQI%3BIACI%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CwBAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3B%3BEA%5C%2FBZ%2CmBAmCI%3BIACI%2CgBAAgB%2CyDAAhB%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3B%3BEAxCR%2CmBAmCI%2CaAOI%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CwBAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3B%3BEAKZ%2CIAAI%2CoBACA%2CoBACI%3BIACI%2CYAAA%3B%3BEAHZ%2CIAAI%2CoBAOA%3BIACI%2CYAAA%3B%3B%3BAAsBZ%2CmBAhBoC%3BEAChC%3BIACI%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3B%3BAAOR%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2C2BAAA%3B%3BAAJJ%2CaAOI%3BEAYI%2CSAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAArBR%2CaAOI%2CwBACI%3BEACI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAhBZ%2CaAOI%2CwBAgBI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAAzBZ%2CaAOI%2CwBAqBI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CaA5BR%2CwBAqBI%2CEAOK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAArChB%2CaAOI%2CwBAkCI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CaAxCR%2CwBAkCI%2COAMK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CaA5CR%2CwBAkCI%2COAUK%3BEACG%2CSAAS%2CGAAT%3B%3BAApDhB%2CaAyDI%2CSACI%3BEACI%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3B%3BAAlEZ%2CaAsEI%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAzER%2CaA4EI%2CQACI%3BEACI%2CaAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAnFZ%2CaA4EI%2CQAUI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CaCzmaiB%2CqBDymajB%3BEACA%2C2BAAA%3BEACA%2CgCAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CaArBR%2CQAUI%2CsBAWK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CgBAAgB%2CiDAAhB%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAxGhB%2CaA4EI%2CQAgCI%3BEACI%2CmBAAA%3B%3BAAKI%2CaAtCZ%2CQAoCI%2CqBAAoB%2COAChB%2CsBACK%3BEACG%2CWAAW%2CaAAX%3BEACA%2CUAAA%3B%3BAApHpB%2CaA4EI%2CQAoCI%2CqBAAoB%2COAQhB%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAA1HhB%2CaA4EI%2CQAkDI%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAAjIZ%2CaA4EI%2CQAkDI%2CwBAKI%3BEACI%2CkBAAA%3B%3BAAEA%2CaA1DZ%2CQAkDI%2CwBAKI%2COAGK%3BEACG%2CQAAA%3BEACA%2CkBAAA%3B%3BAAxIpB%2CaA4EI%2CQAkDI%2CwBAcI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA9IhB%2CaA4EI%2CQAkDI%2CwBAcI%2CGAII%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CaChqaU%2CmBDgqaV%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CaA3EhB%2CQAkDI%2CwBAcI%2CGAII%2CEAOK%3BEACG%2CeAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAA1JxB%2CaAkKI%2CcACI%3BEACI%2CyBAAA%3BEACA%2C2EAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FKZ%2CaAmLI%3BEACI%2CaAAA%3B%3BAApLR%2CaAuLI%3BEACI%2CSAAA%3BEACA%2C2BAAA%3B%3BAAzLR%2CaA4LI%3BEACI%2C6BAAA%3BEACA%2CoBAAA%3B%3BAA9LR%2CaAiMI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CaAbJ%2CsBAaK%3BEACG%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaC5taa%2CYD4tab%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CaAhCJ%2CsBAgCK%3BEACG%2CcAAA%3B%3BAAMA%2CaAFR%2CQACK%2CwBACI%3BEACG%2CSAAS%2COAAT%3B%3BAAkBhB%2CmBAXoC%3BEAChC%2CaACI%2CQAAQ%3BIACJ%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAuGZ%2CmBAhGqC%3BEAEjC%3BIACI%2CaAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2C2BAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3B%3BEANJ%2CaASI%2CQACI%3BIACI%2CaAAA%3B%3BEAXZ%2CaASI%2CQAKI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CaC9xaa%2CqBD8xab%3BIACA%2C2BAAA%3BIACA%2CgCAAA%3BIACA%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAEA%2CaAhBR%2CQAKI%2CsBAWK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CgBAAgB%2CiDAAhB%3BIACA%2CUAAA%3BIACA%2CYAAA%3B%3BEAhChB%2CaASI%2CQA2BI%3BIACI%2CmBAAA%3B%3BEAKI%2CaAjCZ%2CQA%2BBI%2CqBAAoB%2COAChB%2CsBACK%3BIACG%2CWAAW%2CaAAX%3BIACA%2CUAAA%3B%3BEA5CpB%2CaASI%2CQA%2BBI%2CqBAAoB%2COAQhB%3BIACI%2CcAAA%3BIACA%2CyBAAA%3B%3BEAlDhB%2CaASI%2CQA6CI%3BIACI%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CaAAA%3B%3BEAzDZ%2CaASI%2CQA6CI%2CwBAKI%3BIACI%2CkBAAA%3B%3BEAEA%2CaArDZ%2CQA6CI%2CwBAKI%2COAGK%3BIACG%2CQAAA%3BIACA%2CkBAAA%3B%3BEAhEpB%2CaASI%2CQA6CI%2CwBAcI%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAtEhB%2CaASI%2CQA6CI%2CwBAcI%2CGAII%3BIACI%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CaCr1aM%2CmBDq1aN%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CaAtEhB%2CQA6CI%2CwBAcI%2CGAII%2CEAOK%3BIACG%2CeAAA%3BIACA%2CcAAA%3BIACA%2CyBAAA%3B%3B%3BAAY5B%2C2BACI%3BEAkBI%2CgBAAA%3B%3BAAnBR%2C2BACI%2CYACI%2CQAAO%3BEACH%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEA%2C2BARR%2CYACI%2CQAAO%2COAOF%2CIAAI%3BEACD%2CmBAAA%3B%3BAAVhB%2C2BACI%2CYAaI%2CYAAW%3BEACP%2CkBAAA%3BEACA%2CWAAA%3B%3BAAOJ%2C2BADJ%2CQAAO%2CKACF%2CIAAI%3BEACD%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C2BAZJ%2CQAAO%2CKAYF%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA3CZ%2C2BA%2BCI%2CSAAQ%3BEACJ%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAvDR%2C2BA%2BCI%2CSAAQ%2CMAUJ%3BEACI%2CcAAA%3B%3BAAEA%2C2BAbR%2CSAAQ%2CMAUJ%2CEAGK%3BEACG%2CcAAA%3B%3BAAGJ%2C2BAjBR%2CSAAQ%2CMAUJ%2CEAOK%3BEACG%2CcAAA%3B%3BAAMA%2C2BAxBZ%2CSAAQ%2CMAsBH%2CIACI%2CYACI%3BEACG%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaCh7aK%2CYDg7aL%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAzFpB%2C2BA%2BFI%2CSAAQ%3BEACJ%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIQ%2C2BAZZ%2CSAAQ%2CQAUH%2CIACI%2CYACI%3BEACG%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaCp9aK%2CYDo9aL%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA7HpB%2C2BAmII%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3B%3BAAvIR%2C2BAmII%2CUAMK%3BEACG%2CsBAAA%3B%3BAA1IZ%2C2BAmII%2CUAUK%3BEACG%2CgBAAA%3B%3BAA9IZ%2C2BAmJI%2CQAAO%3BEACH%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CaCxgbqB%2CgBDwgbrB%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2C2BAdJ%2CQAAO%2CQAcF%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C2BApBJ%2CQAAO%2CQAoBF%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C2BA1BJ%2CQAAO%2CQA0BF%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAWZ%2CwBAN0C%3BEACtC%2CqBAAsB%3BIAClB%2CsBAAA%3B%3B%3BAAYR%2CwBAR0C%3BEACtC%2C2BACI%2CmBAAmB%3BIACf%2CiBAAA%3B%3B%3BAAWZ%2CwBANyC%3BEACrC%2CqBAAsB%2CmBAAmB%2CSAAQ%2CMAAM%2CMAAO%3BIAC1D%2CqBAAA%3B%3B%3BAAaR%2CwBAT0C%2CwBAAuB%3BEAC7D%2C2BACI%2CgBAAgB%3BIACZ%2CWAAA%3B%3B%3BAAMZ%2C2BACI%2CsBACI%3BEAEI%2CWAAA%3B%3BAAJZ%2C2BACI%2CsBAMI%2CSAAQ%3BEACJ%2CqBAAA%3BEACA%2CcAAA%3B%3BAATZ%2C2BACI%2CsBAMI%2CSAAQ%2CMAIJ%2CQAAO%3BEACH%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaC5kba%2CqBD4kbb%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAEA%2C2BAtBZ%2CsBAMI%2CSAAQ%2CMAIJ%2CQAAO%2CWAYF%3BEAQG%2CSAAS%2CEAAT%3BEACA%2CSAAS%2COAAT%3BEACA%2CaCllbO%2CaDklbP%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C2BAvCZ%2CsBAMI%2CSAAQ%2CMAIJ%2CQAAO%2CWA6BF%3BEAEG%2CqBAAA%3B%3BAA1CpB%2C2BACI%2CsBA8CI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAApDZ%2C2BACI%2CsBA8CI%2CmBAOI%2CGAAE%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaCnnbc%2CmBDmnbd%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAA3DhB%2C2BACI%2CsBA8CI%2CmBAeI%2CoBAAmB%3BEACf%2CWAAA%3BEACA%2CmBAAA%3B%3BAAhEhB%2C2BACI%2CsBA8CI%2CmBAoBI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA1EhB%2C2BACI%2CsBA8CI%2CmBAoBI%2CoBASI%2CKAAI%3BEAIA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAlFpB%2C2BACI%2CsBA8CI%2CmBAuCI%3BEAGI%2CgBAAA%3BEACA%2CUAAA%3B%3BAA1FhB%2C2BACI%2CsBA8CI%2CmBA8CI%3BEAII%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAnGhB%2C2BACI%2CsBA8CI%2CmBA8CI%2CYAQI%2COAAM%3BEAIF%2CWAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAA3GpB%2C2BACI%2CsBA8CI%2CmBA8CI%2CYAQI%2COAAM%2CIAQF%3BEAYI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CaCjsbK%2CgBDisbL%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2C2BApIpB%2CsBA8CI%2CmBA8CI%2CYAQI%2COAAM%2CIAQF%2CMAwBK%3BEAGG%2CaAAA%3BEACA%2CgBAAA%3B%3BAAzI5B%2C2BACI%2CsBA8CI%2CmBA8CI%2CYAQI%2COAAM%2CIAwCF%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAvJxB%2C2BACI%2CsBA8CI%2CmBA8CI%2CYAQI%2COAAM%2CIAqDF%2CKAAI%3BEAEA%2CoBAAA%3B%3BAA5JxB%2C2BACI%2CsBA8CI%2CmBA8CI%2CYAmEI%3BEAKI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAxKpB%2C2BACI%2CsBA8CI%2CmBA8CI%2CYAmEI%2CSAUI%2CSAAQ%3BEACJ%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CaCtvbK%2CgBDsvbL%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEA%2C2BA3LpB%2CsBA8CI%2CmBA8CI%2CYAmEI%2CSAUI%2CSAAQ%2COAkBH%3BEACG%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C2BAhMpB%2CsBA8CI%2CmBA8CI%2CYAmEI%2CSAUI%2CSAAQ%2COAuBH%3BAACD%2C2BAjMpB%2CsBA8CI%2CmBA8CI%2CYAmEI%2CSAUI%2CSAAQ%2COAwBH%3BEACG%2CaAAA%3BEACA%2CYAAA%3B%3BAApM5B%2C2BACI%2CsBA8CI%2CmBA8CI%2CYAmEI%2CSAwCI%3BEAgBI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CaChybK%2CgBDgybL%3BEACA%2CwBAAwB%2C8CAAxB%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2C2BAvOpB%2CsBA8CI%2CmBA8CI%2CYAmEI%2CSAwCI%2CSAgCK%3BEACG%2CwBAAwB%2C8CAAxB%3B%3BAAGJ%2C2BA3OpB%2CsBA8CI%2CmBA8CI%2CYAmEI%2CSAwCI%2CSAoCK%3BEAGG%2CYAAA%3BEACA%2CaAAA%3B%3BAAhP5B%2C2BACI%2CsBA8CI%2CmBAuMI%2CSAAQ%2CMAAM%3BEACV%2CWAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA3PhB%2C2BACI%2CsBA8CI%2CmBAuMI%2CSAAQ%2CMAAM%2CMAOV%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAOZ%2C2BADJ%2CkBACK%3BEACG%2C2EAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAKJ%2C2BADJ%2CiBAAgB%2CKACX%3BEACG%2CaAAA%3B%3BAA1RZ%2C2BA8RI%2CiBACI%3BEACI%2CiBAAA%3B%3BAAhSZ%2C2BAqSI%3BEAiDI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAvVR%2C2BAqSI%2CgBACI%3BEA0CI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAA5CA%2C2BAFR%2CgBACI%2CeACK%3BEACE%2C4BAAA%3BEACC%2CgCAAA%3BEACA%2CsBAAsB%2C0BAAtB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CuBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAlThB%2C2BAqSI%2CgBACI%2CeAeK%3BEAYG%2CcAAA%3BEACA%2CgBAAA%3B%3BAAZA%2C2BAjBZ%2CgBACI%2CeAeK%2COACI%3BEACG%2C4BAAA%3BEACA%2CgCAAA%3BEACA%2CsBAAsB%2C4BAAtB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAA9TpB%2C2BAqSI%2CgBACI%2CeAeK%2COAeG%3BEACI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA5UpB%2C2BA0VI%3BEAKI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAxWR%2C2BA0VI%2CeAgBI%3BEAQI%2CaCl7biB%2CgBDk7bjB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAxXZ%2C2BA0VI%2CeAiCI%3BEAKI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAApYZ%2C2BA0VI%2CeAiCI%2CeAWI%3BEAKI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEA%2C2BAtDZ%2CeAiCI%2CeAWI%2CMAUK%3BEAGG%2CaAAA%3BEACA%2CgBAAA%3B%3BAApZpB%2C2BA0VI%2CeA%2BDI%3BEAKI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAjaZ%2C2BA0VI%2CeA%2BDI%2CcAUI%3BEASI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CaC9%2Bba%2CqBD8%2Bbb%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAEA%2C2BA3FZ%2CeA%2BDI%2CcAUI%2CMAkBK%3BEAIG%2CeAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C2BApGZ%2CeA%2BDI%2CcAUI%2CMA2BK%3BEAMG%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAxcpB%2C2BA0VI%2CeAmHI%3BEAQI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGI%2C2BApIZ%2CeAmHI%2CUAgBI%2CKACK%3BEAIG%2CaAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAApepB%2C2BA0VI%2CeA%2BII%2CSAAQ%3BEAMJ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGI%2C2BA5JZ%2CeA%2BII%2CSAAQ%2CQAYJ%2CKACK%3BEAIG%2CaAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAA5fpB%2C2BA0VI%2CeAuKI%3BEACI%2CsBAAA%3BEACA%2C4BAAA%3B%3BAAngBZ%2C2BAugBI%2CmBACI%3BEACI%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAA7gBZ%2C2BAugBI%2CmBACI%2CoBAOI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAlhBhB%2C2BAugBI%2CmBACI%2CoBAOI%2CWAKI%2CiBACK%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEA%2C2BAlBpB%2CmBACI%2CoBAOI%2CWAKI%2CiBACK%2COAII%3BEACG%2CgBAAA%3B%3BAA1hB5B%2C2BAugBI%2CmBACI%2CoBAwBI%3BEACI%2CiBAAA%3B%3BAAjiBhB%2C2BAugBI%2CmBACI%2CoBAwBI%2CMAGI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAtiBpB%2C2BAugBI%2CmBACI%2CoBAkCI%2CeACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA9iBpB%2C2BAugBI%2CmBACI%2CoBA0CI%3BEACI%2CmBAAA%3B%3BAAnjBhB%2C2BAugBI%2CmBAgDI%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAzjBZ%2C2BAugBI%2CmBAqDI%2CSAAQ%3BEACJ%2CcAAA%3B%3BAA7jBZ%2C2BAugBI%2CmBAyDI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAlkBZ%2C2BAugBI%2CmBA8DI%3BEACI%2CkBAAA%3B%3BAAtkBZ%2C2BA0kBI%2CoBACI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FkBZ%2C2BA0kBI%2CoBACI%2CWAMI%2CiBACK%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEA%2C2BAZhB%2CoBACI%2CWAMI%2CiBACK%2COAII%3BEACG%2CgBAAA%3B%3BAAvlBxB%2C2BA0kBI%2CoBACI%2CWAMI%2CiBAUI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA9lBpB%2C2BAomBI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAtmBR%2C2BA0mBI%3BEACI%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3B%3BAA%5C%2FmBR%2C2BAknBI%3BEACI%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3B%3BAAIR%2CqBAAqB%2CeACjB%2C4BACI%2CSAAQ%3BEACJ%2CiBAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAPZ%2CqBAAqB%2CeACjB%2C4BACI%2CSAAQ%2CMAOJ%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3B%3BAAIA%2CqBAjBK%2CeACjB%2C4BACI%2CSAAQ%2CMAcJ%2CkBACK%3BEACG%2CaAAA%3B%3BAAlBpB%2CqBAAqB%2CeACjB%2C4BACI%2CSAAQ%2CMAoBJ%2CQAAO%3BEACH%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAEA%2CqBAhCK%2CeACjB%2C4BACI%2CSAAQ%2CMAoBJ%2CQAAO%2CWAUF%3BEACG%2CaAAA%3B%3BAAGJ%2CqBApCK%2CeACjB%2C4BACI%2CSAAQ%2CMAoBJ%2CQAAO%2CWAcF%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CsBAAsB%2CmDAAtB%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CqBAhDC%2CeACjB%2C4BACI%2CSAAQ%2CMAoBJ%2CQAAO%2CWAyBF%2CMACI%3BEACG%2CsBAAsB%2CyDAAtB%3B%3BAAjDxB%2CqBAAqB%2CeACjB%2C4BAsDI%3BEAOI%2CWAAA%3B%3BAANA%2CqBAxDS%2CeACjB%2C4BAsDI%2COACK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAA3DhB%2CqBAAqB%2CeACjB%2C4BAgEI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAvEZ%2CqBAAqB%2CeACjB%2C4BAyEI%2C4BACI%3BEACI%2CkBAAA%3B%3BAA5EhB%2CqBAAqB%2CeACjB%2C4BA%2BEI%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CqBApFS%2CeACjB%2C4BA%2BEI%2CqBAIK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CsBAAsB%2CgDAAtB%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAIA%2CqBAhGK%2CeACjB%2C4BA%2BEI%2CqBAeK%2CMACI%3BEACG%2CsBAAsB%2CsDAAtB%3B%3BAAjGpB%2CqBAAqB%2CeACjB%2C4BAqGI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAA5GZ%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBACI%2CoBAAmB%3BEACf%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAnHhB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAOI%2CGAAE%3BEACE%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaC7ycc%2CmBD6ycd%3BEACA%2CgBAAA%3B%3BAA1HhB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAcI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAhIhB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAoBI%3BEACI%2CUAAA%3B%3BAApIhB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAoBI%2CYAGI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAzIpB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAoBI%2CYAGI%2CSAKI%3BEACI%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CaCj1cK%2CgBDi1cL%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAzJxB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAoBI%2CYAGI%2CSAKI%2CSAgBI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CqBA%5C%2FJP%2CeACjB%2C4BA8GI%2CmBAoBI%2CYAGI%2CSAKI%2CSAgBI%2CKAIK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CsBAAsB%2CqDAAtB%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CqBA%5C%2FKH%2CeACjB%2C4BA8GI%2CmBAoBI%2CYAGI%2CSAKI%2CSAoCK%3BEACG%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAjL5B%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAoBI%2CYAmDI%2COAAM%3BEACF%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAEA%2CqBAhMC%2CeACjB%2C4BA8GI%2CmBAoBI%2CYAmDI%2COAAM%2CIAUD%3BEACG%2CSAAS%2CWAAT%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAtMxB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAoBI%2CYAmDI%2COAAM%2CIAmBF%3BEACI%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaCv4cK%2CgBDu4cL%3B%3BAA7MxB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAoBI%2CYAmDI%2COAAM%2CIA0BF%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3B%3BAApNxB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAoBI%2CYAmDI%2COAAM%2CIAiCF%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3BEACA%2CaC15cK%2CgBD05cL%3B%3BAAhOxB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAoBI%2CYAmDI%2COAAM%2CIA6CF%2CKAAI%3BEACA%2C2BAAA%3B%3BAApOxB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAoBI%2CYAmDI%2COAAM%2CIAiDF%2CKAAI%3BEACA%2C2BAAA%3B%3BAAxOxB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAoBI%2CYAmDI%2COAAM%2CIAqDF%2CKAAI%3BEACA%2CoCAAA%3BEACA%2CcAAA%3B%3BAA7OxB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAmII%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CaCv7ca%2CgBDu7cb%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CqBAtQK%2CeACjB%2C4BA8GI%2CmBAmII%2C0BAoBK%3BEACG%2CmBAAA%3B%3BAAvQpB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBA4JI%2CkBACI%3BEACI%2CgBAAA%3B%3BAA7QpB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAkKI%3BEAqCI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAxThB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAkKI%2CqBACI%3BEA6BI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAnTpB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAkKI%2CqBACI%2CcACI%3BEACI%2CaAAA%3B%3BAApRxB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAkKI%2CqBACI%2CcAKI%3BEACI%2CaAAA%3B%3BAAxRxB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAkKI%2CqBACI%2CcASI%3BEACI%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CaCp9cM%2CmBDo9cN%3B%3BAAEA%2CqBAlSH%2CeACjB%2C4BA8GI%2CmBAkKI%2CqBACI%2CcASI%2CEAOK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CqBAxSH%2CeACjB%2C4BA8GI%2CmBAkKI%2CqBACI%2CcASI%2CEAaK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA3S5B%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAkKI%2CqBAyCI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAhUpB%2CqBAAqB%2CeACjB%2C4BA8GI%2CmBAqNI%2CgBACI%3BEACI%2CYAAA%3B%3BAAEA%2CqBAxUC%2CeACjB%2C4BA8GI%2CmBAqNI%2CgBACI%2CeAGK%3BEACG%2C4BAAA%3BEACA%2CgCAAA%3BEACA%2CsBAAsB%2C%2BCAAtB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3B%3BAAIA%2CqBAjVH%2CeACjB%2C4BA8GI%2CmBAqNI%2CgBACI%2CeAWK%2COACI%3BEACG%2C4BAAA%3BEACA%2CgCAAA%3BEACA%2CsBAAsB%2CiDAAtB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3B%3BAAtV5B%2CqBAAqB%2CeACjB%2C4BA6VI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAlWZ%2CqBAAqB%2CeACjB%2C4BA6VI%2CeAMI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAzWhB%2CqBAAqB%2CeACjB%2C4BA6VI%2CeAMI%2CeAOI%3BEACI%2CSAAA%3BEACA%2C2CAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CaC7idS%2CgBD6idT%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAIA%2CqBA1XC%2CeACjB%2C4BA6VI%2CeAMI%2CeAqBI%2CMAAK%2CWACA%3BEACG%2CcAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CaCzjdK%2CgBDyjdL%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAjYxB%2CqBAAqB%2CeACjB%2C4BA6VI%2CeAwCI%3BEACI%2CaAAA%3B%3BAAvYhB%2CqBAAqB%2CeACjB%2C4BA6VI%2CeA4CI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAA9YhB%2CqBAAqB%2CeACjB%2C4BA6VI%2CeA4CI%2CcAMI%3BEACI%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3B%3BAAtZpB%2CqBAAqB%2CeACjB%2C4BA0ZI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaCzldkB%2CmBDyldlB%3B%3BAAraZ%2CqBAAqB%2CeACjB%2C4BA0ZI%2CeAYI%3BEACI%2CSAAA%3B%3BAAxahB%2CqBAAqB%2CeACjB%2C4BA2aI%3BEACI%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAhbZ%2CqBAAqB%2CeACjB%2C4BA2aI%2CgBAMI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAtbhB%2CqBAAqB%2CeACjB%2C4BAybI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA5bZ%2CqBAAqB%2CeACjB%2C4BA8bI%3BEACI%2CmBAAA%3B%3BAAhcZ%2CqBAAqB%2CeACjB%2C4BAkcI%3BEACI%2CaC9ndiB%2CgBD8ndjB%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAvcZ%2CqBAAqB%2CeACjB%2C4BAycI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CaCxodiB%2CgBDwodjB%3B%3BAA9cZ%2CqBAAqB%2CeACjB%2C4BAgdI%2CaACI%3BEACI%2CaC7oda%2CgBD6odb%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3B%3BAAEA%2CqBA1dK%2CeACjB%2C4BAgdI%2CaACI%2C4BAQK%3BEACG%2COAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CqBAreK%2CeACjB%2C4BAgdI%2CaACI%2C4BAmBK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAY%2C0EAAZ%3B%3BAA5epB%2CqBAAqB%2CeACjB%2C4BAgdI%2CaACI%2C4BA6BI%3BAA%5C%2FehB%2CqBAAqB%2CeACjB%2C4BAgdI%2CaACI%2C4BA8BI%3BEACI%2CaCrqdU%2CmBDqqdV%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAnfpB%2CqBAAqB%2CeACjB%2C4BAufI%2CaACI%3BEACI%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaCxrda%2CgBDwrdb%3BEACA%2CgBAAA%3B%3BAA%5C%2FfhB%2CqBAAqB%2CeACjB%2C4BAufI%2CaAUI%3BEACI%2CaAAA%3B%3BAAngBhB%2CqBAAqB%2CeACjB%2C4BAsgBI%2CSACI%3BEACI%2CcAAA%3B%3BAAzgBhB%2CqBAAqB%2CeACjB%2C4BAsgBI%2CSACI%2CuBAGK%3BEACG%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CqBAhhBC%2CeACjB%2C4BAsgBI%2CSACI%2CuBAGK%2CIAKI%3BEACG%2CcAAA%3B%3BAAjhBxB%2CqBAAqB%2CeACjB%2C4BAshBI%3BEACI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkDAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA5hBZ%2CqBAAqB%2CeACjB%2C4BAshBI%2CmBAOI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaC7tda%2CgBD6tdb%3B%3BAAniBhB%2CqBAAqB%2CeACjB%2C4BAsiBI%3BEACI%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAA5iBZ%2CqBAAqB%2CeACjB%2C4BA8iBI%3BEACI%2CeAAA%3B%3BAAhjBZ%2CqBAAqB%2CeAqjBjB%2CgBACI%2C4BACI%2CSACI%2CuBACK%3BEACG%2CgBAAA%3B%3BAASxB%2CqBACI%2CSAAQ%3BEACJ%2CcAAA%3B%3BAAoHR%2CwBAhHyC%3BEACrC%2CqBACI%2CSAAQ%3BIACJ%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3BEAIR%2CqBAAqB%2CeACjB%2CSAAQ%3BIAQJ%2CsBAAA%3BIACA%2CmBAAA%3B%3BEAPI%2CqBAHS%2CeACjB%2CSAAQ%2CMACJ%2CQAAO%2CWACF%3BIACG%2CWAAA%3BIACA%2CYAAA%3B%3BEASR%2CqBAda%2CeAajB%2CqBACK%3BIACG%2CWAAA%3BIACA%2CYAAA%3B%3BEAhBZ%2CqBAAqB%2CeAoBjB%2CmBACI%2CGAAE%3BIACE%2CeAAA%3BIACA%2CiBAAA%3B%3BEAvBZ%2CqBAAqB%2CeAoBjB%2CmBAMI%2CoBACI%2CKAAI%3BIACA%2CeAAA%3B%3BEA5BhB%2CqBAAqB%2CeAoBjB%2CmBAYI%3BIACI%2CeAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3B%3BEAnCZ%2CqBAAqB%2CeAoBjB%2CmBAkBI%2CYACI%2CSACI%3BIACI%2CeAAA%3BIACA%2CYAAA%3B%3BEA1CpB%2CqBAAqB%2CeAgDjB%2CmBACI%3BIACI%2CsBAAA%3B%3BEAlDZ%2CqBAAqB%2CeAsDjB%3BIACI%2CmBAAA%3B%3BEAvDR%2CqBAAqB%2CeA0DjB%2CsBACI%3BIACI%2CeAAA%3B%3BEA5DZ%2CqBAAqB%2CeAgEjB%2CeACI%2CcACI%3BIACI%2CeAAA%3B%3BEAnEhB%2CqBAAqB%2CeAgEjB%2CeAOI%2CeACI%3BIACI%2CeAAA%3BIACA%2CqBAAA%3B%3BEAIA%2CqBA9EK%2CeAgEjB%2CeAOI%2CeAMI%2CMAAK%2CWACA%3BIACG%2C0BAAA%3B%3BEA%5C%2FEpB%2CqBAAqB%2CeAqFjB%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAvFR%2CqBAAqB%2CeA0FjB%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEA5FR%2CqBAAqB%2CeA%2BFjB%2CaACI%3BIACI%2CeAAA%3B%3B%3BAAuBhB%2CwBAjByC%3BEACrC%3BIACI%2CiBAAA%3BIACA%2C0BAAA%3B%3BEAGI%2CmBADH%2CIACI%3BIACG%2CkBAAA%3B%3BEAGJ%2CmBALH%2CIAKI%3BIACG%2CmBAAA%3B%3B%3BAA2BhB%2CQArB0B%2CwBAAuB%3BEAC7C%2CeACI%3BIACI%2CWAAA%3B%3BEAIR%2CqBACI%2CmBACI%2CYACI%3BIAGI%2CUAAA%3BIACA%2CaAAA%3B%3B%3BAAgBpB%2CQATyB%3BEACrB%2CqBAAqB%2CeACjB%2CSAAQ%3BIACJ%2CkBAAA%3B%3B%3BAA6BZ%2CwBAvB0C%3BEACtC%2CqBAAqB%2CeACjB%2C4BACI%3BIAaI%2CkBAAA%3B%3BEAfZ%2CqBAAqB%2CeACjB%2C4BACI%2CmBACI%3BIACI%2CgBAAA%3B%3BEAJhB%2CqBAAqB%2CeACjB%2C4BACI%2CmBAKI%2CYACI%2CSACI%3BIACI%2CgBAAA%3B%3B%3BAAsB5B%2CwBAV0C%2CwBAAsB%3BEAC5D%2CqBAAqB%2CeACjB%2C4BACI%3BIACI%2CcAAA%3B%3B%3BAAgFhB%2CwBA1EiD%3BEAC7C%2CqBAAqB%2CeACjB%2C4BACI%2CmBACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEALhB%2CqBAAqB%2CeACjB%2C4BAQI%2CmBACI%3BIACI%2CeAAA%3BIACA%2CkBAAA%3B%3BEAZhB%2CqBAAqB%2CeACjB%2C4BAQI%2CmBAMI%2CYACI%2CSACI%3BIACI%2CeAAA%3BIACA%2CeAAA%3B%3BEAnBxB%2CqBAAqB%2CeACjB%2C4BAQI%2CmBAeI%3BIACI%2CaAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEA5BhB%2CqBAAqB%2CeACjB%2C4BA%2BBI%2CeACI%3BIACI%2CuBAAA%3B%3BEAlChB%2CqBAAqB%2CeACjB%2C4BAqCI%3BIACI%2CgBAAA%3BIACA%2CwBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEA3CZ%2CqBAAqB%2CeACjB%2C4BA6CI%3BIACI%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAKZ%2C2BACI%3BIACI%2CYAAA%3B%3BEAFR%2C2BACI%2CmBAGI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEANZ%2C2BAUI%3BIACI%2CkBAAA%3B%3BEAXR%2C2BAUI%2CiBAGI%3BIACI%2CWAAA%3B%3B%3BAAoBhB%2CwBAdiD%3BEAC7C%2CqBAAqB%2CeACjB%2C4BACI%3BIACI%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3B%3BAAKhB%2CGAAG%3BEACC%2CwBAAA%3B%3BAAsDJ%2CgBApDiC%3BEAC7B%2C2BACI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAHR%2C2BAMI%3BIAWI%2CYAAA%3B%3BEAjBR%2C2BAMI%2CmBACI%2CoBACI%3BIACI%2CmBAAA%3B%3BEAThB%2C2BAMI%2CmBAOI%3BIACI%2CcAAA%3B%3BEAdZ%2C2BAoBI%2CYACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAxBZ%2C2BA4BI%2CoBACI%2CWACI%3BIACI%2CeAAA%3B%3BEA%5C%2FBhB%2C2BA4BI%2CoBACI%2CWACI%2CiBAGI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAnCpB%2C2BAyCI%2CSAAQ%3BIACJ%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAAQZ%2CmBACI%2CkBACI%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAAJZ%2CmBACI%2CkBAMI%3BEACI%2CmBAAA%3B%3BAARZ%2CmBACI%2CkBAUI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAbZ%2CmBACI%2CkBAeI%2COAAM%3BEACF%2CgBAAA%3B%3BAAjBZ%2CmBACI%2CkBAmBI%2CWACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA1BhB%2CmBACI%2CkBAmBI%2CWACI%2CGAOI%3BEACI%2CaC%5C%2FmeS%2CgBD%2BmeT%3BEACA%2C0BAAA%3BEACA%2CoCAAA%3BEACA%2C8BAAA%3B%3BAAhCpB%2CmBACI%2CkBAmBI%2CWACI%2CGAcI%3BEACI%2CaCtneS%2CgBDsneT%3BEACA%2C0BAAA%3BEACA%2CoCAAA%3B%3BAA4CpB%2CwBArCyC%3BEACrC%2CmBACI%2CkBACI%2CiBACI%2CqBACI%2CKACI%3BIACI%2CmCAAA%3BIACA%2CgCAAA%3BIACA%2C2BAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CaC5oeC%2CgBD4oeD%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3B%3BEAlBxB%2CmBACI%2CkBACI%2CiBACI%2CqBACI%2CKACI%2CEAeI%3BIACI%2CaCrpeH%2CgBDqpeG%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3B%3BAAsDhC%2CwBA5CyC%3BEACrC%2CmBACI%2CkBACI%2CiBACI%2CqBACI%2CKACI%3BIACI%2CmCAAA%3BIACA%2CgCAAA%3BIACA%2C2BAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CaCjreC%2CgBDireD%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3B%3BEAlBxB%2CmBACI%2CkBACI%2CiBACI%2CqBACI%2CKACI%2CEAeI%3BIACI%2CaC1reH%2CgBD0reG%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAS5B%2CaACI%3BIACI%2CYAAA%3BIACA%2CSAAA%3B%3B%3BAAmBZ%2CwBAdyC%3BEACrC%2CmBACI%2CkBACI%3BIACI%2C2BAAA%3BIACA%2CYAAA%3B%3B%3BAAShB%3BEACI%2C2BAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CgBAAiB%2CKAAI%3BEAEjB%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3B%3BAAEJ%2CYAAa%2CKAAK%3BEACd%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CwBACI%3BEACI%2C2BAAA%3BEACA%2CWAAA%3B%3BAAHR%2CwBACI%2CoBAGI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAPZ%2CwBAUI%3BEACI%2CyBAAA%3B%3BAAXR%2CwBAUI%2CcAEI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAfZ%2CwBAUI%2CcAEI%2CeAII%3BEACI%2CaAAa%2CgBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FBhB%2CwBAUI%2CcAwBI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAxCZ%2CwBAUI%2CcAwBI%2CoBAOI%3BEACI%2C%2BBAAA%3B%3BAA1ChB%2CwBAUI%2CcAwBI%2CoBAOI%2CuBAEI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAA7CpB%2CwBAUI%2CcAuCI%2CyBAAyB%3BEACrB%2CaAAA%3BEACA%2COAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAArDZ%2CwBAUI%2CcA6CI%2CWAAU%3BEACN%2CuBAAA%3B%3BAAxDZ%2CwBAUI%2CcAgDI%2CmBACI%3BEACI%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAzEhB%2CwBAUI%2CcAkEI%2CsBACI%2CiBACK%2CSAAM%3BEACH%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAtFpB%2CwBAUI%2CcAkEI%2CsBACI%2CiBAWI%2COAAM%2COAAO%2COAAO%3BEAChB%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA5FpB%2CwBAUI%2CcAkEI%2CsBACI%2CiBAWI%2COAAM%2COAAO%2COAAO%2CQAKhB%3BEACI%2CeAAA%3B%3BAA9FxB%2CwBAUI%2CcAkEI%2CsBAsBI%2CiBAAiB%2CqBACZ%2CUAAO%3BEACJ%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAACA%2CwBAvGhB%2CcAkEI%2CsBAsBI%2CiBAAiB%2CqBACZ%2CUAAO%2CWAcH%3BEACG%2CoBAAA%3B%3BAAlHxB%2CwBAUI%2CcA6GI%2CWACI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGR%2CwBAvHJ%2CcAuHK%2CMACG%2CsBACI%2CiBACI%2COAAM%2COAAO%2COAAO%3BEAChB%2CcAAA%3B%3BAAJhB%2CwBAvHJ%2CcAuHK%2CMACG%2CsBAMI%2CiBAAiB%2CqBACZ%2CUAAO%3BEACJ%2CcAAA%3B%3BAA1IxB%2CwBAgJI%3BEACI%2CgBAAgB%2C8BAAhB%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAACA%2CwBANJ%2CYAMK%3BEACG%2CaAAA%3B%3BAAvJZ%2CwBA0JI%3BEACI%2CgBAAgB%2C6BAAhB%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAACA%2CwBANJ%2CYAMK%3BEACG%2CaAAA%3B%3BAAIZ%2CgBAAiB%2CaAAa%3BEAC1B%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAa%2CkBAAb%3BEACA%2CkBAAA%3B%3BAAEJ%2CgBAAiB%2CWAAW%3BEACxB%2C0BAAA%3B%3BAAEJ%3BAACC%3BEAAgB%2CsBAAA%3B%3BAACjB%3BEAAK%2CuBAAA%3B%3BAACL%2CKAAK%2CQAAQ%2CaAAa%2CaAAc%2CoBAAoB%3BEAAa%2CmBAAA%3B%3BAACzE%3BEACA%2CqBAAA%3B%3BAAEA%2CsBAAuB%3BEACnB%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmCAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CMAAM%3BEACF%2CaAAA%3B%3BAAEJ%2CWAAW%2CcAAe%3BEAC1B%2CaAAA%3B%3BAAEA%2CeAAgB%2CmBAAmB%2COAAM%3BEAAa%2CWAAA%3B%3BAACtD%2CWAAW%2CcAAe%3BEAC1B%2CqBAAA%3B%3BAAEA%2CIAAI%3BEACJ%2C0BAAA%3B%3BAAEA%3BEACQ%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAER%2CwBAAyB%3BEACjB%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAOR%2CwBAL0C%3BEACrC%2CsBAAuB%3BIACpB%2CqBAAA%3B%3B%3BAAGR%2CsBAAuB%3BEACnB%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CwBAAyB%2CuBAAuB%3BEAC5C%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEH%2CsBAAuB%3BEACpB%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3BEACJ%2CsBAAA%3B%3BAAEC%3BEAAgB%2CsBAAA%3B%3BAACR%2CIAAI%3BAAAiB%2CIAAI%2CeAAgB%3BEAAM%2CkCAAA%3B%3BAACxD%3BAAAqB%2CEAAE%3BEACnB%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACA%2CgBAAA%3B%3BAAEA%2CKAAK%2CQAAQ%2CaAAa%2CaAAc%2CoBAAoB%3BEAC5D%2CWAAA%3B%3BAAEA%2CKAAK%2CQAAQ%2CaAAa%2CaAAc%2CoBAAoB%2CaAAY%3BEACxE%2CWAAA%3B%3BAAkDA%2CwBAhD0C%3BEAE1C%2CsBAAuB%3BIAClB%2CiBAAA%3BIACA%2CcAAA%3BIACA%2C2BAAA%3B%3BEAEL%2CsBAAuB%3BIACf%2CqBAAA%3BIACA%2CcAAA%3B%3BEAGR%2CeAAe%2CYAAa%2COAAM%3BIAClC%2C4BAAA%3BIACA%2C0BAAA%3BIACA%2CmBAAA%3BIAAgC%2CuBAAA%3BIAChC%2CyBAAA%3BIACY%2C8BAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3B%3BEAGZ%2CeAAgB%3BIAChB%2CgBAAA%3B%3BEAEA%2CeAAgB%2CcAAc%3BIAC1B%2C4BAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CqBAAA%3BIACA%2C0BAAA%3B%3BEAEJ%2CeAAe%2CYAAa%2COAAM%3BIAC9B%2CgBAAA%3BIACA%2C2BAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2C2BAAA%3B%3BEAEJ%2CeAAe%2CYAAa%2CQAAO%3BIACnC%2CiBAAA%3B%3BEAEA%2CmBAAoB%2CiBAAiB%3BIACjC%2CWAAA%3B%3B%3BAASJ%2CwBANyC%3BEACzC%2CYAAa%3BIACb%2CqBAAA%3B%3B%3BAAIA%3BAAAG%3BAAAS%3BEACR%2CsBAAA%3B%3BAAEJ%3BEACI%2CgCAAA%3BEACA%2C8BAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CwBAAA%3B%3BAAEJ%3BEACI%2CgCAAA%3BEACA%2C8BAAA%3B%3BAAEJ%3BEACI%2C6BAAA%3BEACA%2C0BAAA%3B%3BAAEJ%3BEACI%2C8BAAA%3BEACA%2CwCAAA%3B%3BAAEJ%2CMAAM%3BEACF%2CUAAA%3BEACA%2C6BAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqIAAA%3B%3BAAMJ%2CsBAAsB%2CSAAS%2CQAAS%2CUAAS%2CKAAM%2CmBAAmB%2CoBAAoB%2CmBAAmB%2CEAAC%3BEAC9G%2CgBAAgB%2C8CAAhB%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CsBAAuB%2CQAAQ%2CWAAW%3BEACtC%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CeAAgB%2CuBAAuB%3BEACnC%2CWAAA%3B%3BAAGJ%2CsBAAuB%2CWAAW%2CYAAY%2CUAAS%3BEACnD%2CeAAA%3BEACA%2COAAO%2CkBAAP%3B%3BAAGJ%2CQAAQ%2CuBAAwB%2COAAM%3BEAClC%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CQAAQ%2CuBAAwB%2COAAM%2CqBAAuB%2CeAAe%2CWAAW%3BEACnF%2CcAAA%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CqBAAb%3B%3BAAER%3BEACI%2CaAAa%2CqBAAqB%2CuBAAlC%3B%3BAEtrfJ%2CgBAAiB%3BEACb%2CaAAA%3B%3BAAGJ%2CuBAAwB%2CsBAAsB%3BEAC1C%2CUAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%2CwBAAyB%2CcAAc%3BEACnC%2CYAAA%3B%3BAAGJ%2CwBAAyB%2CcAAc%2CiBAAiB%3BEACpD%2CUAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CYAAA%3B%3BAAGJ%2CwBAAyB%2CUAAS%2COAAO%3BEACrC%2CaAAA%3B%3BAAGJ%2CwBAAyB%2CUAAS%2COAAO%3BEACrC%2CWAAA%3B%3BAAGJ%2CQAAQ%2CoBAAqB%3BEACzB%2CeAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CUAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2CUAAU%3BEACvC%2CSAAA%3B%3BAAGJ%2C8BAA%2BB%2CMAAK%2CYAAY%2CIAAI%3BAACpD%2C8BAA%2BB%2CMAAK%2CYAAY%3BEAC5C%2CUAAA%3B%3BAAGJ%2C6BAA8B%2CMAAK%2CYAAY%2CIAAI%3BAACnD%2C6BAA8B%2CMAAK%2CYAAY%3BEAC3C%2CUAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2CUAAU%2COAAO%3BEAC9C%2CcAAA%3B%3BAAGJ%2C6BAA8B%2CMAAK%2CYAAY%2CIAAI%2CUAAW%3BAAC9D%2C6BAA8B%2CMAAK%2CYAAY%2CQAAS%3BEACpD%2CkBAAA%3B%3BAAGJ%2C8BAA%2BB%3BEAC3B%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CWAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CYAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CmBAAA%3B%3BAAGJ%2CKAAK%2CUAAW%2CMAAK%2CKAAK%2CQAAS%3BEAC%5C%2FB%2CcAAA%3B%3BAAEJ%2CKAAK%2CUAAW%2CMAAK%2CKAAK%2CQAAS%2COAAM%2COAAO%3BEAC5C%2CwBAAA%3B%3BAAGJ%2CKAAK%2CUAAW%2CMAAK%2CKAAK%2CQAAS%3BAACnC%2CKAAK%2CUAAW%2CMAAK%2CKAAK%2CQAAS%3BEAC%5C%2FB%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CKAAK%2CUAAW%2CMAAK%2CKAAK%2CQAAS%2CEAAC%3BAACpC%2CKAAK%2CUAAW%2CMAAK%2CKAAK%2CQAAS%2COAAM%3BEACrC%2CcAAA%3B%3BAAGJ%2CKAAK%2CUAAW%2CMAAK%2CKAAK%2CQAAS%2CEAAC%3BAACpC%2CKAAK%2CUAAW%2CMAAK%2CKAAK%2CQAAS%2COAAM%3BEACrC%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CKAAK%2CUAAW%2CMAAK%2CKAAK%2CQAAS%3BEAC%5C%2FB%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CYAAY%3BEACR%2CYAAA%3B%3BAAGJ%2COAAO%3BEACH%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2COAAO%2CQAAQ%3BEACX%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CYAAY%2CqBAAsB%3BEAC9B%2CSAAA%3B%3BAAGJ%2CYAAY%2CqBAAsB%3BEAC9B%2CgBAAA%3B%3BAAGJ%2CKAAM%2CiBAAiB%2CSAAS%3BEAC5B%2CwBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%2CgBAAiB%2CWAAW%3BEACxB%2CcAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%2CgCAAiC%3BEAC7B%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CaDzH0B%2CmBCyH1B%3BEACA%2CiBAAA%3B%3BAAGJ%2CgCAAiC%3BEAC7B%2CcAAA%3B%3BAAGJ%2CgCAAiC%2COAAO%2CMAAM%3BEAC1C%2CgBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CeAAA%3BEACA%2CaDvI0B%2CmBCuI1B%3BEACA%2CiBAAA%3B%3BAAGJ%2CoBAAqB%2CGAAE%3BEACnB%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CcAAA%3BEACA%2CaD1J0B%2CmBC0J1B%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C2CAA4C%3BEACxC%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2C2CAA4C%2CWAAW%3BEACnD%2CeAAA%3BEACA%2CaDxK0B%2CmBCwK1B%3BEACA%2CiBAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CaDhL0B%2CmBCgL1B%3BEACA%2CiBAAA%3B%3BAAGJ%2CYAAa%2CGAAG%3BEACZ%2CeAAA%3BEACA%2CaDtL0B%2CmBCsL1B%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CaD3L0B%2CmBC2L1B%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CQAAS%2CMAAM%3BEACX%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAAS%2COAAO%3BEACZ%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CMAAM%2CQAAS%2CKAAI%3BEACf%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaD%5C%2FM0B%2CmBC%2BM1B%3B%3BAAGJ%2CQAAS%2COAAO%3BEACZ%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaDtN0B%2CmBCsN1B%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CkBAAmB%2CoBAAoB%2CWAAW%2CeAAe%3BEAC7D%2C6BAAA%3B%3BAAGJ%2CuBAAwB%2CIAAG%2CwBAAyB%3BEAChD%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CyBAA0B%2CQAAO%3BEAC7B%2CaAAA%3B%3BAAGJ%2CyBAA0B%2CsBAAsB%3BEAC5C%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAA0B%2CsBAAsB%3BEAC5C%2CgCAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CyBAA0B%2CkBAAkB%2CsBAAsB%2CiBAAiB%2CSAAQ%3BEACvF%2CyBAAA%3BEACA%2CaD9P0B%2CmBC8P1B%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CyBAA0B%2CaAAa%2CWAAU%3BEAC7C%2CyBAAA%3BEACA%2CaDxQ0B%2CmBCwQ1B%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CyBAA0B%2CsBAAsB%2CYAAY%2CQAAO%3BAACnE%2CWAAY%2CQAAO%3BEACf%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CyBAA0B%2CsBAAsB%3BAAChD%3BEACI%2CSAAA%3B%3BAAGJ%2CqBAAsB%2CUAAS%3BEAC3B%2CgBAAA%3B%3BAAGJ%2CyBAA0B%2CsBAAsB%2CWAAW%3BAAC3D%2CyBAA0B%2CsBAAsB%2CWAAW%2CeAAe%3BEACtE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CaDzS0B%2CmBCyS1B%3B%3BAAGJ%2CyBAA0B%2CsBAAsB%3BEAC5C%2CgBAAA%3B%3BAAGJ%2CyBAA0B%2CsBAAsB%3BEAC5C%2CaAAA%3B%3BAAGJ%2CyBAA0B%2CsBAAsB%2CQAAO%2CMAAO%3BEAC1D%2CmBAAA%3BEACA%2CaDtT0B%2CmBCsT1B%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CyBAA0B%2CsBAAsB%2CSAAO%3BEACnD%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CyBAA0B%2CsBAAsB%2CgBAAgB%3BEAC5D%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CaD3U0B%2CmBC2U1B%3BEACA%2CgCAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CuBAAwB%2CIAAG%2CwBAAyB%3BEAChD%2CcAAA%3B%3BAAGJ%2CMAAM%2CQAAS%3BEACX%2CaD3V0B%2CmBC2V1B%3BEACA%2CeAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%3BEACrC%2CaDhW0B%2CmBCgW1B%3BEACA%2CeAAA%3B%3BAAGJ%2CQAAS%2CMAAM%3BEACX%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CaDvW0B%2CmBCuW1B%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAAS%3BEACL%2CaAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CeAAA%3B%3BAAGJ%2CSAAS%2CKAAM%2CmBAAmB%2CoBAAoB%2CiBAAiB%3BEACnE%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CaDhY0B%2CmBCgY1B%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaD3Y0B%2CmBC2Y1B%3B%3BAAGJ%2CoBAAqB%2CaAAa%3BEAC9B%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CoBAAqB%3BAACrB%2CoBAAqB%3BEACjB%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CaAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CwBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CiCAAA%3B%3BAAGJ%2CoBAAqB%2CaAAY%2CQAAS%3BEACtC%2CiBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CWAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CWAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CWAAU%3BEAC3B%2CSAAS%2COAAT%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CeAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CQAAO%3BEACxB%2CUAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CUAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CaD1e0B%2CmBC0e1B%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CgBAAgB%2C%2BBAAhB%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CoBAAqB%2CaAAa%3BEAC9B%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CaD1f0B%2CmBC0f1B%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CEAAE%3BEACE%2CeAAA%3B%3BAAGJ%2CSAAU%3BAACV%2CUAAW%3BEACP%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BAACA%3BEACI%2CgBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CaAAc%3BAACd%2CaAAc%3BAACd%2CaAAc%3BEACV%2CYAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CSAAA%3BEACA%2CaDvjB0B%2CmBCujB1B%3BEACA%2CeAAA%3B%3BAAGJ%2CaAAc%3BAACd%2CaAAc%3BAACd%2CaAAc%3BEACV%2CYAAA%3B%3BAAGJ%2CaAAc%3BAACd%2CaAAc%3BEACV%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CgBAAgB%2CgCAAhB%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CWAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CSAAA%3BEACA%2CaDvlB0B%2CmBCulB1B%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CgBAAgB%2CmCAAhB%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CaDtmB0B%2CmBCsmB1B%3BEACA%2CeAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CSAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CaAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CeAAA%3B%3BAAGJ%2CsCAAuC%2CsBAAsB%2C4BAA4B%2C2BAA2B%2CGAAG%3BEACnH%2CeAAA%3BEACA%2CaD1nB0B%2CmBC0nB1B%3B%3BAAGJ%2CsCAAuC%2CsBAAsB%2C4BAA4B%2C2BAA2B%2CGAAG%3BEACnH%2CaD9nB0B%2CmBC8nB1B%3B%3BAAGJ%2CEAAE%2CWAAY%3BEACV%2CWAAA%3B%3BAAGJ%2CEAAE%2CWAAY%3BEACV%2CWAAA%3B%3BAAGJ%2CEAAE%2CUAAW%3BEACT%2CWAAA%3B%3BAAGJ%2CoBAAqB%2CaAAY%3BEAC7B%2CkBAAA%3B%3BAAGJ%2CQAAS%3BEACL%2CgBAAA%3B%3BAAGJ%2CMAAM%2CuBAAwB%2CMAAM%2CGAAG%2CEAAE%3BAACzC%2CeAAgB%2CMAAM%2CGAAG%2CEAAE%3BEACvB%2CgBAAA%3B%3BAAGJ%2CuBAAwB%2CSAAQ%2COAAQ%2CEAAC%3BEACrC%2CaD3pB0B%2CmBC2pB1B%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaDlqB0B%2CmBCkqB1B%3B%3BAAGJ%2CuBAAwB%2CSAAQ%2COAAQ%3BEACpC%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CQAAQ%2COAAQ%2CKAAI%3BEAChB%2CeAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CcAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CgCAAiC%2COAAO%3BAACxC%2CgCAAiC%2COAAO%3BEACpC%2CcAAA%3B%3BAAGJ%2CYAAa%2CYAAY%2CQAAO%2COAAO%2CIAAI%3BEACvC%2CgBAAA%3B%3BAAGJ%2CyBAA0B%2CsBAAsB%2CgBAAgB%3BEAC5D%2CwBAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CyBAA0B%2CsBAAsB%2CYAAY%2CQAAO%3BEAC%5C%2FD%2CSAAA%3B%3BAAGJ%2CMAAM%2CQAAS%2COAAM%3BEACjB%2CeAAA%3B%3BAAGJ%2CcAAc%3BEACV%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C8BAA%2BB%2CEAAC%3BEAC5B%2CaD3tB0B%2CmBC2tB1B%3BEACA%2CeAAA%3B%3BAAGJ%2C8BAA%2BB%3BEAC3B%2CgBAAA%3BEACA%2CaDjuB0B%2CmBCiuB1B%3BEACA%2CeAAA%3B%3BAAGJ%2C8BAA%2BB%3BEAC3B%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CaDzuB0B%2CmBCyuB1B%3BEACA%2CeAAA%3B%3BAAGJ%2C8BAA%2BB%2CKAAI%3BEAC%5C%2FB%2CaD9uB0B%2CmBC8uB1B%3BEACA%2CeAAA%3B%3BAAGJ%2CcAAc%2CsBAAuB%2CKAAK%3BEACtC%2CcAAA%3B%3BAAGJ%2CcAAc%2CsBAAuB%2CKAAK%2CEAAC%3BEACvC%2CcAAA%3B%3BAAGJ%2C4BAA6B%2CQAAO%2CSAAS%3BEACzC%2CWAAA%3B%3BAAGJ%2CoBAAqB%2CMAAK%2CYAAY%2CYAAY%2CcAAc%3BEAC5D%2CYAAA%3B%3BAAGJ%2CKAAK%2CQAAS%2CUAAU%2CSAAO%3BEAC3B%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CaDrwB0B%2CmBCqwB1B%3BEACA%2CeAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%3BEACxB%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%2CaAAY%3BEAC5C%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%2CaAAY%2CMAAO%3BEACnD%2CqBAAA%3BEACA%2CaD%5C%2FxB0B%2CmBC%2BxB1B%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%2CaAAY%2CMAAO%2COAAM%3BEACzD%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAgB%2C8CAAhB%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%2CaAAY%2CMAAO%2COAAM%3BEACzD%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CgBAAgB%2C8CAAhB%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%2CeAAc%3BEAC9C%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%2CeAAc%2CQAAS%3BEACvD%2CaAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%3BEAChC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%2CSAAS%2COAAM%3BEAC%5C%2FC%2CkBAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%2CSAAS%3BEACzC%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%2CSAAS%2COAAM%3BEAC%5C%2FC%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%2CSAAS%2COAAO%3BEAChD%2CcAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CaAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CyBAA0B%2CQAAO%3BEAC7B%2C0BAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CyBAA0B%3BAAC1B%2CyBAA0B%3BEACtB%2CcAAA%3B%3BAAGJ%2CyBAA0B%3BAAC1B%2CyBAA0B%3BEACtB%2CsBAAA%3B%3BAAIJ%2CyBAA0B%2CwBAAwB%3BAAClD%2CyBAA0B%2CyBAAyB%3BEAC%5C%2FC%2CWAAA%3B%3BAAGJ%2CSAAS%2CQAAQ%2COAAO%2COAAO%3BEAC3B%2CqBAAA%3B%3BAAGJ%2CuBAAwB%2COAAM%2COAAO%3BEACjC%2CgBAAA%3B%3BAAGJ%2CyBAA0B%2CaAAa%3BEACnC%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CkBAAmB%2CkBAAkB%2CsBAAsB%2CiBAAiB%2CSAAQ%3BEAChF%2CcAAA%3B%3BAAGJ%2CyBAA0B%2CaAAa%2CWAAU%3BEAC7C%2CcAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CcAAA%3B%3BAAGJ%2CyBAA0B%2CkBAAkB%2CsBAAsB%2CiBAAiB%2CqBAAqB%3BEACpG%2CcAAA%3B%3BAAGJ%2CqBAAsB%2CwBAAwB%2CmBAAmB%3BEAC7D%2CcAAA%3B%3BAAGJ%2CqBAAsB%2CwBAAwB%2CmBAAmB%3BEAC7D%2CcAAA%3B%3BAAGJ%2CGAAG%2CWAAY%2CYAAY%3BEACvB%2CYAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CgBAAiB%2CKAAI%3BEACjB%2C0BAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CUAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CeAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CcAAc%3BEACV%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CWAAA%3B%3BAAGJ%2CMAAO%2COAAM%3BEACT%2CmBAAA%3B%3BAAGJ%2CMAAO%2CQAAO%3BEACV%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CaDn9B0B%2CmBCm9B1B%3BEACA%2CeAAA%3B%3BAAGJ%2CgCAAiC%2COAAO%3BAACxC%2CgCAAiC%2COAAO%3BEACpC%2CcAAA%3BEACA%2CaD19B0B%2CmBC09B1B%3BEACA%2CeAAA%3B%3BAAGJ%2CkBAAmB%2COAAM%2COAAO%3BEAC5B%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CUAAA%3B%3BAAGJ%2C0BAA2B%2CQAAO%3BEAC9B%2CqBAAA%3BEACA%2CaAAA%3B%3BAAKJ%2CqBAAsB%3BEAClB%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CWAAW%2CeAAe%3BEAC%5C%2FD%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CWAAW%2CeAAe%3BEAC%5C%2FD%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CSAAS%2CKAAM%2CmBAAmB%3BEAC9B%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaD3gCyB%2CqBC2gCzB%3BEACA%2CeAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CMAAM%2CSAAU%2CEAAC%3BEACb%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CCAAC%3BEACG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CaD3iC0B%2CmBC2iC1B%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAKJ%2CuBAAwB%2CKAAI%2CiBAAiB%3BEACzC%2CaAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CuBAAA%3BEACA%2CuBAAA%3B%3BAAOJ%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CIAAI%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaDxlC0B%2CmBCwlC1B%3B%3BAAGJ%2CEAAE%3BEACE%2CiBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CaDzmC0B%2CmBCymC1B%3B%3BAAGJ%2C%2BBAAgC%2CMAAM%3BEAClC%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CaD%5C%2FmC0B%2CmBC%2BmC1B%3B%3BAAGJ%2CkBAAmB%3BEACf%2CcAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%2CqBAAsB%2CaAAa%3BEAC%5C%2FB%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C8BAA%2BB%3BEAC3B%2CSAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%3BEAC7B%2CYAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CyBAAA%3B%3BAAQJ%2CqBAAsB%2CaAAa%2CqBAAqB%2CeAAe%2CmBAAmB%3BEACtF%2CeAAA%3B%3BAAKJ%2CkBAAmB%2CcAAc%2COAAO%2CMAAM%3BEAC1C%2C2BAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CgBAAiB%2CgBAAgB%3BEAC7B%2CiBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CgBAAA%3B%3BAAGJ%2CkBAAmB%2CcAAc%2CoBAAoB%3BEACjD%2C2BAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBAAiB%2CWAAY%3BEACzB%2CWAAA%3B%3BAAGJ%3BEACI%2CaDpsCyB%2CgBCosCzB%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CiBAAiB%2CWAAY%3BEACzB%2CaDzsCyB%2CqBCysCzB%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CYAAY%2CaAAc%2CWAAW%3BEACjC%2CSAAA%3B%3BAAKJ%2CeAAe%2CYAAa%2CQAAO%3BEAC%5C%2FB%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CeAAA%3B%3BAAGJ%2CkBAAmB%2CUAAU%2CSAAM%3BEAC%5C%2FB%2CgBAAA%3B%3BAAGJ%2CsBAAuB%3BEACnB%2CmBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CCAAC%3BEACG%2CeAAA%3B%3BAAGJ%2CsBAAuB%3BEACnB%2CgBAAA%3B%3BAAGJ%2CUAAW%2CWAAW%3BEAClB%2CoBAAA%3B%3BAAGJ%2COAAO%2CQAAS%2CsBAAsB%3BEAClC%2CgBAAA%3B%3BAAGJ%2CkBAAmB%2CMAAK%3BEACpB%2CsBAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3BEACA%2CiBAAA%3B%3BAAKJ%2COAAO%2CQAAS%3BEACZ%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CSAAQ%2CKAAK%2CSAAU%3BEAC5D%2CmBAAA%3B%3BAAGJ%2CYAAY%2CqBAAsB%3BEAC9B%2CmBAAA%3B%3BAAGJ%2CYAAY%2CqBAAsB%3BEAC9B%2CmBAAA%3B%3BAAGJ%2CQAAS%2CqBAAqB%2CGAAE%2CaAAc%2CsBAAsB%2CQAAO%3BEACvE%2CWAAA%3B%3BAAGJ%2CmBAAoB%2CMAAM%3BEACtB%2CgBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CUAAA%3B%3BAAGJ%2CuBAAwB%2CMAAK%2CYAAY%2CsBAAsB%3BEAC3D%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CuBAAwB%2CaAAa%3BEACjC%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBAAwB%3BEACpB%2CSAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CuBAAwB%2CaAAa%3BEACjC%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsBAAuB%3BEACnB%2CiBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsBAAuB%2CQAAO%3BEAC1B%2CeAAA%3B%3BAAGJ%3BAACA%2CIAAI%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%2CaD50C0B%2CmBC40C1B%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CEAAE%2CKAAK%2CQAAS%3BEACZ%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CEAAE%2CKAAM%3BEACJ%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CeAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CMAAO%2CQAAO%3BEACV%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CMAAO%2CEAAC%2COAAO%3BEACX%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CEAAE%2CKAAK%3BEACH%2CmBAAA%3B%3BAAGJ%2CMAAO%3BEACH%2CYAAA%3B%3BAAGJ%2CMAAO%2CEAAC%2CKAAK%3BEACT%2CWAAA%3B%3BAAGJ%2CMAAO%2CEAAC%2CKAAK%3BEACT%2CWAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CaAAA%3B%3BAAGJ%2CeAAgB%2CEAAC%3BEACb%2CaAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CWAAA%3B%3BAAGJ%2CeAAgB%2COAAO%3BEACnB%2CWAAA%3B%3BAAGJ%2CeAAgB%2COAAM%3BEAClB%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CeAAgB%2CkBAAkB%3BEAC9B%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CeAAgB%2CkBAAiB%3BEAC7B%2CaAAA%3B%3BAAGJ%3BEACI%2CUAAA%3B%3BAAGJ%2CQAAQ%2CiBAAkB%2CgBAAe%3BEACrC%2CUAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CQAAO%3BEAC5C%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CQAAO%2CWAAW%3BEACvD%2CcAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CQAAO%2CWAAW%2CMAAM%3BEAC7D%2CcAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CQAAO%2CWAAW%3BEACvD%2CSAAS%2COAAT%3BEACA%2CaD18CuB%2CaC08CvB%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CCAAC%2COAAO%2COAAO%3BEACX%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CQAAO%2CWAAW%3BEACvD%2CSAAS%2CEAAT%3BEACA%2CSAAS%2COAAT%3BEACA%2CaD39CuB%2CaC29CvB%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CeAAgB%2CGAAE%2CQAAQ%2CQAAQ%2CKAAM%2CGAAE%2CUAAU%3BEAChD%2CaAAA%3B%3BAAGJ%2CeAAgB%2CGAAE%2CQAAQ%2CQAAQ%2CKAAM%2CGAAE%2CUAAU%3BEAChD%2CaAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C0BAA2B%2C8BAA8B%2CcAAc%2CGAAE%2CUAAU%3BEAC%5C%2FE%2CaAAA%3B%3BAAGJ%2CkBAAmB%2CgBAAgB%2CsBAAsB%2CcAAc%3BEACnE%2CWAAA%3B%3BAAGJ%2CqBAAsB%2CwBAAwB%2CuBAAuB%3BEACjE%2CgBAAA%3B%3BAAGJ%2CgCAAiC%2COAAO%2CGAAE%2CIAAI%3BEAC1C%2CaAAA%3B%3BAAGJ%2C4BAA6B%2CEAAC%2COAAO%3BEACjC%2CaAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CaD%5C%2FgD0B%2CmBC%2BgD1B%3BEACA%2CeAAA%3B%3BAAGJ%2CsCAAuC%2CsBAAsB%2C4BAA4B%2C2BAA2B%2CGAAE%2CUAAU%2CGAAI%3BEAChI%2CaAAA%3B%3BAAGJ%2CsCAAuC%2CsBAAsB%2C4BAA4B%2C2BAA2B%2CGAAG%2CeAAe%3BEAClI%2CcAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CsCAAuC%2COAAM%2CYAAY%3BEACrD%2CeAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%2CQAAQ%3BEACJ%2C6BAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2CUAAU%2C%2BBAA%2BB%2CGAAG%3BEACzE%2C4BAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAsB%2CIAAG%3BEACrB%2CWAAA%3B%3BAAGJ%2CcAAe%2COAAM%3BEACjB%2CUAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BAACb%2CMAAO%2COAAM%3BEACT%2CaAAA%3B%3BAAGJ%2CoBAAoB%2CoBAAqB%2CSAAS%2CQAAO%3BEACrD%2CsBAAA%3BEACA%2C%2BBAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CoBAAqB%2CSAAS%2CQAAO%2CKAAM%3BEACvC%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoBAAoB%2CoBAAqB%2CSAAS%2CQAAO%2CKAAM%2CkBAAkB%3BEAC7E%2CcAAA%3B%3BAAGJ%2CoBAAqB%2CSAAS%2CQAAO%2CKAAM%2CkBAAkB%3BEACzD%2CgBAAA%3B%3BAAGJ%2CoBAAoB%2CoBAAqB%2CiBAAiB%2CQAAO%2CQAAQ%3BEACrE%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoBAAoB%2CoBAAqB%2CiBAAiB%3BEACtD%2CyBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQAAQ%2CiBAAkB%2CgBAAgB%3BEACtC%2CWAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CWAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CaD1pD0B%2CmBC0pD1B%3BEACA%2CeAAA%3B%3BAAGJ%2CMAAO%3BEACH%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CsBAAuB%3BEACnB%2CeAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CMAAM%2CsBAAuB%3BEACzB%2CcAAA%3B%3BAAGJ%2CMAAM%2CsBAAuB%2CGAAG%3BEAC5B%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CMAAM%2CsBAAuB%2CGAAG%2CGAAE%3BEAC9B%2C8BAAA%3B%3BAAGJ%2CsBAAuB%2CMAAM%3BAAC7B%2CsBAAuB%2CMAAM%3BEACzB%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CsBAAuB%2CMAAM%2CEAAC%3BEAC1B%2CeAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CiBAAiB%2C4BAA4B%3BEACjF%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaDpsD0B%2CmBCosD1B%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2CMAAK%2CeAAe%2CQAAS%2CQAAK%3BEAC1F%2CcAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CwBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C4BAA6B%2C%2BBAA%2BB%2CiBAAiB%2COAAO%2CyBAAyB%3BEACzG%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C4BAA6B%2C%2BBAA%2BB%2CiBAAiB%2COAAO%2CyBAAyB%2CiBAAiB%2CEAAC%2COAAO%3BEAClI%2CaAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CuBAAuB%2CQAAQ%2COAAQ%3BEACnC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CuBAAwB%3BAACxB%2C2BAA4B%3BEACxB%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBAAuB%2CQAAQ%2COAAQ%2CGAAG%3BEACtC%2CWAAA%3B%3BAAGJ%2CuBAAuB%2CQAAQ%2COAAQ%2CGAAE%2CKAAK%2CQAAS%3BEACnD%2CcAAA%3B%3BAAGJ%2C4BAA4B%2CQAAS%2CMAAK%2CMAAO%2CKAAI%2CQAAS%2CQAAO%3BEACjE%2CaAAA%3B%3BAAGJ%2C4BAA4B%2CQAAS%2CiCAAiC%2CKAAI%2CSAAU%2CGAAG%3BEACnF%2CaAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2C4BAA4B%2CQAAS%2CMAAK%2CMAAO%2CKAAI%3BEACjD%2CaAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2C2BAA2B%2CqBAAsB%2CmBAAmB%2CYAAY%2COAAM%3BEAClF%2CaAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%2CuCAAuC%3BEACzD%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2CuCAAuC%2CUAAS%3BEAClE%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2CuCAAuC%3BEACzD%2CUAAA%3B%3BAAGJ%2CqBAAsB%2CuCAAuC%2CsBAAsB%3BEAC%5C%2FE%2CgBAAA%3B%3BAAGJ%2CEAAE%2CQAAQ%2CQAAQ%2CKAAM%2CGAAE%2CUAAU%3BEAChC%2CaAAA%3B%3BAAGJ%2CEAAE%2CaAAc%2CIAAG%2CUAAU%2CGAAI%3BEAC7B%2CaAAA%3B%3BAAGJ%2C2BAA2B%2CqBAAsB%2CmBAAmB%2CYAAY%2COAAM%3BEAClF%2CWAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3B%3BAAGJ%2C2BAA2B%2CqBAAsB%2CSAAQ%3BEACrD%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C2BAA2B%2CqBAAsB%2CUAAU%2CSAAO%3BAAClE%2C2BAA2B%2CqBAAsB%2CUAAU%2CUAAQ%2CSAAO%3BEACtE%2CSAAA%3B%3BAAGJ%2C2BAA2B%2CqBAAsB%2CmBAAmB%2CYAAY%2COAAM%2CIAAK%2CMAAK%2CMAAO%3BEACnG%2CeAAA%3B%3BAAGJ%2C2BAA2B%2CqBAAsB%2CmBAAmB%3BEAChE%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2CQAAS%2CSAAQ%3BEACzC%2CaAAA%3B%3BAAGJ%2CEAAE%2CcAAe%2CGAAE%3BEACf%2CaAAA%3B%3BAAGJ%2CWAAY%2CMAAK%2CYAAY%2CQAAS%2CQAAK%3BEACvC%2CeAAA%3B%3BAAGJ%2CWAAY%2CMAAK%2CYAAY%2CSAAS%2CQAAS%2CQAAK%3BEAChD%2CmBAAA%3B%3BAAGJ%2CwBAAyB%2CiBAAiB%2CQAAO%3BEAC7C%2CcAAA%3B%3BAAyCJ%2CwBAtC0C%3BEACtC%2C2BAA2B%2CqBAAsB%2CmBAAmB%2CYAAY%3BIAC5E%2CWAAA%3BIACA%2CcAAA%3B%3BEAGJ%2C2BAA2B%2CqBAAsB%2CmBAAmB%3BIAChE%2CSAAA%3B%3BEAGJ%2C2BAA2B%2CqBAAsB%2CSAAQ%3BIACrD%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2C2BAA2B%2CqBAAsB%2CmBAAmB%3BIAChE%2CUAAA%3B%3BEAGJ%2C2BAA2B%2CqBAAsB%2CmBAAmB%2COAAM%3BIACtE%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2C2BAA2B%2CqBAAsB%2CmBAAmB%2COAAM%2CIAAK%3BIAC3E%2CkBAAA%3B%3BEAGJ%2C2BAA2B%2CqBAAsB%2CmBAAmB%2CYAAY%2COAAM%3BIAClF%2CYAAA%3B%3BEAGJ%2C2BAA2B%2CqBAAsB%3BIAC7C%2CWAAA%3B%3B%3BAAUR%2CwBAN2C%3BEACvC%2CiBAAkB%3BIACd%2CWAAA%3B%3B%3BAAiFR%2CQA7E0B%3BEACtB%2CsBAAuB%2COAAO%3BIAC1B%2CgBAAA%3BIACA%2CeAAA%3BIACA%2C0BAAA%3BIACA%2CmBAAA%3BIACA%2CaDr4DqB%2CqBCq4DrB%3B%3BEAIJ%2CMAAM%3BIACF%2CWAAA%3B%3BEAKJ%2CQAAS%2CaAAa%2CQAAO%3BIACzB%2CcAAA%3B%3BEAGJ%2CMAAM%3BIACF%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2C2BAAA%3BIACA%2CMAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CsBAAuB%3BIACnB%2C4BAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CsBAAuB%3BIACnB%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CMAAM%2CsBAAuB%2CGAAG%3BIAC5B%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CUAAW%2CGAAG%2CSAAS%2CaAAY%3BIAC%5C%2FB%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoBAAoB%2CoBAAqB%3BIACrC%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CoBAAoB%2CoBAAqB%2CiBAAiB%2CQAAO%2CQAAQ%3BIACrE%2C2BAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CoBAAoB%2CoBAAqB%2CkBAAkB%2CEAAC%3BIACxD%2CcAAA%3B%3BEAEJ%2CQAAQ%2CiBAAkB%2CgBAAgB%3BIACtC%2CUAAA%3B%3B%3BAAIR%2CeAAgB%2CcAAc%2CUAAU%3BEACpC%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CeAAgB%2CUAAS%2CKAAM%2CmBAAmB%2CyBAAyB%3BEACvE%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CaAAA%3B%3BAAGJ%2CyBAA0B%3BAAC1B%2CyBAA0B%3BEACtB%2CyBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CSAAS%2CQAAQ%2COAAO%2COAAO%3BEAC3B%2CqBAAA%3B%3BAAGJ%2CuBAAwB%2COAAM%2COAAO%3BEACjC%2CgBAAA%3B%3BAAGJ%2CyBAA0B%2CaAAa%3BEACnC%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAAsB%3BAACtB%2CyBAA0B%2CaAAa%2CWAAU%3BAACjD%2CyBAA0B%2CkBAAkB%2CsBAAsB%2CiBAAiB%2CSAAQ%3BEACvF%2CcAAA%3B%3BAAGJ%2CyBAA0B%2CkBAAkB%2CsBAAsB%2CiBAAiB%2CqBAAqB%3BEACpG%2CcAAA%3B%3BAAGJ%2CGAAG%2CWAAY%2CYAAY%3BEACvB%2CYAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CUAAW%2CWAAW%3BEAClB%2CoBAAA%3B%3BAAGJ%3BEACI%2CUAAA%3B%3BAAGJ%2CQAAQ%2CiBAAkB%2CgBAAe%3BEACrC%2CUAAA%3BEACA%2CoBAAA%3B%3BAA4BJ%2CwBAzB0C%2CuBAAuB%3BEAC7D%2CQAAQ%2CiBAAkB%2CgBAAe%3BIACrC%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CQAAQ%2CiBAAkB%3BIACtB%2CYAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CQAAQ%2CiBAAkB%2CgBAAe%2COAAQ%3BIAC7C%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CQAAQ%2CiBAAkB%2CgBAAe%2COAAQ%3BIAC7C%2CcAAA%3BIACA%2CgBAAA%3B%3B%3BAAqBR%2CwBAjB2C%2CwBAAuB%3BEAC9D%2CQAAQ%2CiBAAkB%2CgBAAe%3BIACrC%2CUAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CQAAQ%2CiBAAkB%2CgBAAe%2COAAQ%3BIAC7C%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CQAAQ%2CiBAAkB%2CgBAAe%2COAAQ%3BIAC7C%2CUAAA%3B%3B%3BAAIR%2CuBAAwB%2CEAAC%3BAACzB%2CaAAc%3BAACd%2CoBAAqB%3BAACrB%2CMAAM%2CIAAI%3BEACN%2CaAAA%3B%3BAAGJ%2CqBAAsB%2C%2BBAA%2BB%2CGAAE%2CIAAI%2CMAAM%3BEAC7D%2CkBAAA%3B%3BAAGJ%2CyBAA0B%3BAAC1B%2CyBAA0B%2CyBAAyB%2CUAAU%3BEACzD%2CaAAA%3B%3BAAEJ%2CqBAAsB%2CWAAW%2CaAAa%2CGAAE%2CMAAO%2CGAAE%2CKAAK%3BEAC1D%2CwBAAA%3B%3BAAEJ%2CyBAA0B%3BEACtB%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CoBAAqB%2CQAAO%3BEACxB%2CWAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BAACA%3BEACI%2CWAAA%3B%3BAAGJ%2CuBAAwB%2CMAAK%3BEACzB%2CiBAAA%3B%3BAAGJ%2CyBAA0B%2CsBAAsB%2CgBAAgB%3BEAC5D%2CUAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CoBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAACA%2CoBAAoB%3BAACpB%2CoBAAoB%3BAACpB%2CoBAAoB%3BAACpB%2CsBAAuB%2CeAAc%3BAACrC%2CcAAc%3BAACd%2CcAAc%3BAACd%2CcAAc%3BEACV%2CmBAAA%3B%3BAAGJ%2CgCAAiC%2COAAO%3BAACxC%2CgCAAiC%2COAAO%3BEACpC%2CgBAAA%3B%3BAAGJ%2CKAAK%2COAAO%2CQAAQ%3BEAChB%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CsBAAuB%2CwBAAwB%3BAAC%5C%2FC%2CyBAAyB%2CsBAAuB%2CcAAc%2CyBAAwB%3BAACtF%2CyBAAyB%2CsBAAuB%2CUAAS%2CKAAM%2CmBAAmB%2CoBAAoB%3BAACtG%2CyBAAyB%2CsBAAuB%2CSAAQ%3BAACxD%2C6CAA8C%3BAAC9C%2C4BAA6B%2CmBAAmB%3BEAC5C%2CaAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CWAAA%3B%3BAAGJ%2CQAAS%2COAAO%3BAAChB%2CMAAM%2CQAAS%2CKAAI%3BEACf%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2CSAAQ%2CUAAU%2CSAAU%3BAAClD%2CQAAQ%2CUAAU%3BEACd%2CgBAAA%3B%3BAAGJ%2CSAAS%2CKAAM%2CeAAe%2CEAAC%3BEAC3B%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAAe%2CEAAC%3BEACZ%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CaDzqEyB%2CqBCyqEzB%3B%3BAAGJ%2CyBAAyB%2CsBAAuB%3BEAC5C%2CaAAA%3B%3BAAGJ%2CyBAAyB%2CsBAAuB%3BEAC5C%2CiBAAA%3B%3BAAGJ%2CyBAAyB%2CsBAAuB%2CqBAAoB%2CiBAAkB%2CQAAO%3BEACzF%2CcAAA%3B%3BAAGJ%2CyBAAyB%2CsBAAuB%2CUAAS%2CKAAM%2CmBAAmB%3BAAClF%2CyBAAyB%2CsBAAuB%2CUAAS%2CKAAM%2CmBAAmB%3BAAClF%2CyDAAyD%2CsBAAuB%2CUAAS%2CKAAM%2CmBAAmB%3BAAClH%2CyDAAyD%2CsBAAuB%2CUAAS%2CKAAM%2CmBAAmB%3BEAC9G%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaD5rE0B%2CmBC4rE1B%3B%3BAAGJ%2CyBAAyB%2CsBAAuB%3BAAChD%2CyBAAyB%2CsBAAuB%2CeAAe%2CEAAC%3BEAC5D%2CeAAA%3B%3BAAGJ%2CuBAAwB%2COAAM%2COAAO%2COAAO%3BAAC5C%2CuBAAwB%2COAAM%2COAAO%2COAAO%3BAAC5C%2CuBAAwB%2COAAM%3BAAC9B%3BAACA%2CsBAAsB%2CyDAA0D%3BAAChF%2CqBAAqB%2CqCAAsC%3BAAC3D%2CqBAAqB%2CqCAAsC%3BAAC3D%2CqBAAqB%2CqCAAsC%2CSAAQ%2CKAAK%3BAACxE%2CqBAAqB%2CqCAAsC%3BAAC3D%2CqBAAqB%2C8BAA%2BB%3BAACpD%2CqBAAqB%2C8BAA%2BB%3BAACpD%2CqBAAqB%2C8BAA%2BB%2CSAAQ%2CKAAK%3BAACjE%2CqBAAqB%2C8BAA%2BB%3BAACpD%2CqBAAqB%2CgCAAiC%2CmBAAmB%3BAACzE%2CqBAAqB%2CgCAAiC%2CmBAAmB%2CIAAG%3BAAC5E%2CqBAAqB%2CgCAAiC%2CSAAQ%2CKAAK%3BAACnE%2CqBAAqB%2CyBAA0B%3BAAC%5C%2FC%2CqBAAqB%2CyBAA0B%3BAAC%5C%2FC%2CqBAAqB%2CyBAA0B%2CSAAQ%2CKAAK%3BAAC5D%2CqBAAqB%2CyBAA0B%3BAAC%5C%2FC%2CyBAA0B%2CwBAAwB%3BAAClD%2CyCAAyC%2CsBAAuB%3BAAChE%2CyBAAyB%2CsBAAuB%2CwBAAwB%3BAACxE%2CyBAAyB%2CsBAAuB%2CwBAAwB%3BAACxE%2CyBAAyB%2CsBAAuB%2CwBAAwB%3BAACxE%2CyBAAyB%2CsBAAuB%2CwBAAwB%3BAACxE%2CyDAA0D%3BAAC1D%2CyDAA0D%2CSAAQ%2CQAAQ%3BAAC1E%2CyDAA0D%2CSAAQ%3BAAClE%2CiDAAkD%2COAAM%3BAACxD%2CGAAG%2CYAAa%2CGAAE%2CIAAI%2CKAAK%2CUAAU%3BEACjC%2CaAAA%3B%3BAAGJ%3BAACA%3BAACA%2CqBAAqB%2CqCAAsC%2COAAM%3BAACjE%2CqBAAqB%2CqCAAsC%3BAAC3D%2CqBAAqB%2C8BAA%2BB%2COAAM%3BAAC1D%2CqBAAqB%2C8BAA%2BB%3BAACpD%2CqBAAqB%2CgCAAiC%2CmBAAmB%2COAAM%3BAAC%5C%2FE%2CqBAAqB%2CgCAAiC%2CmBAAmB%3BAACzE%2CqBAAqB%2CyBAA0B%2COAAM%3BAACrD%2CqBAAqB%2CyBAA0B%3BEAC3C%2CaAAA%3B%3BAAGJ%2CyBAAyB%2CsBAAuB%3BEAC5C%2CeAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CyBAAyB%2CsBAAuB%2CGAAE%2CKAAK%2CQAAQ%3BEAC3D%2CUAAA%3B%3BAAGJ%2CyDAA0D%3BEACtD%2CcAAA%3B%3BAAGJ%2CyDAA0D%3BEACtD%2CSAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CeAAgB%2CEAAC%3BEACb%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CQAAO%2CWAAW%3BEACvD%2CoBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsCAAuC%2C0CAA0C%3BEAC7E%2CcAAA%3B%3BAAGJ%2CsCAAuC%2CsBAAsB%2C4BAA4B%2C2BAA2B%2CGAAG%3BEACnH%2CeAAA%3B%3BAAGJ%2CkBAAmB%2CgBAAgB%2CsBAAsB%2CcAAc%3BAACvE%2CkBAAmB%2CgBAAgB%2CsBAAsB%2CcAAc%3BEACnE%2CWAAA%3B%3BAAGJ%2C4BAA6B%2CEAAC%2COAAO%3BEACjC%2CcAAA%3B%3BAAGJ%2CmBAAoB%2CiBAAiB%3BEACjC%2CwBAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CmBAAoB%2CiBAAiB%2CKAAK%2CUAAS%2CKAAM%2CmBAAmB%2CoBAAoB%2CiBAAiB%3BEAC7G%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%2CQAAQ%2CQAAQ%2CqBAAsB%3BEAClC%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CSAAS%2CaAAc%2CGAAE%2COAAO%2CUAAW%3BEACvC%2CqCAAA%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CSAAS%2CaAAc%2CGAAE%2COAAO%2CUAAU%2CMAAO%3BEAC7C%2C8BAAA%3BEACA%2CUAAA%3BEACA%2C%2BBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2COAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CsBAAuB%2CIAAG%2CuBAAwB%3BEAC9C%2CcAAA%3B%3BAASJ%2CQAN0B%2CuBAAsB%3BEAC5C%2CUAAW%3BIACP%2CaAAA%3B%3B%3BAAIR%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CmBAAA%3B%3BAAGJ%2COAAO%3BEACH%2CYAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CMAAK%2CKAAM%2CKAAI%2CKAAM%2CsBAAsB%2CcAAc%3BEAC1E%2CoBAAA%3B%3BAAGJ%2CEAAE%3BEACE%2CeAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CSAAQ%2CKAAK%2CSAAU%2CMAAK%2CKAAK%2CQAAQ%3BEAC9E%2CcAAA%3B%3BAAGJ%2CQAAQ%2CKAAK%2CMAAO%3BEAChB%2CgBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAA2B%3BEACvB%2CgBAAA%3B%3BAAGJ%2COAAO%2CSAAS%2CMAAM%2CYAAY%3BEAC9B%2CaAAA%3B%3BAAGJ%3BAACA%2CkBAAmB%3BAACnB%3BAACA%2CiBAAkB%3BAAClB%3BAACA%2CeAAgB%3BAAChB%3BAACA%2C0BAA2B%3BEACvB%2CyBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CQAAS%3BEACL%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaDl6EyB%2CqBCk6EzB%3BEAEA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaDz7EyB%2CqBCy7EzB%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CCAAC%3BEACG%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CkBAAmB%3BAACnB%2CqBAAsB%3BAACtB%2C0BAA2B%3BAAC3B%2CqBAAsB%3BAACtB%2CcAAe%3BAACf%2CoBAAqB%3BAACrB%2CwBAAyB%2CoBAAoB%2CkBAAkB%3BEAC3D%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C0BAA2B%2CoBAAoB%2CiBAAiB%3BEAC5D%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CaDx9E0B%2CmBCw9E1B%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CcAAe%2CeAAe%2CcAAc%3BAAC5C%2CaAAc%2CyBAAwB%3BAACtC%2CSAAS%2CKAAM%2CmBAAmB%3BAAClC%2CSAAS%2CKAAM%2CmBAAmB%3BEAC9B%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CaAAc%2CyBAAwB%3BEAClC%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2C6BAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CUAAU%3BAACV%2CUAAU%2CkBAAmB%2CWAAW%2CKAAI%2CgBAAgB%2CkBAAkB%2CIAAI%3BAAClF%3BAACA%2CaAAc%3BAACd%2CaAAc%2CWAAW%3BAACzB%2CaAAc%3BEACV%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CUAAU%2CkBAAmB%2CWAAW%2CKAAI%2CgBAAgB%2CkBAAkB%2CIAAI%3BAAClF%2CaAAc%3BEACV%2CiBAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CWAAW%2CeAAe%3BEAC%5C%2FD%2CeAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CcAAc%2CSAAU%2CcAAc%2CYAAY%3BEAC9C%2CcAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CkBAAA%3B%3BAAGJ%2CcAAc%3BEACV%2CUAAA%3B%3BAAGJ%2CwBAAyB%2CYAAY%2CeAAc%2CwBAAyB%2CQAAK%3BEAC7E%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CIAAI%2CcAAc%3BEACd%2CqBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CsBAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CiBAAiB%2CyBAAyB%2C8BAA8B%2CsBAAsB%3BEAClI%2CkBAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2CiBAAiB%2CuBAAuB%2CgBAAgB%2CsBAAsB%2COAAM%2CQAAS%2CSAAM%3BEAC3J%2CcAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CiBAAiB%3BEACrD%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CIAAI%2C4BAA4B%3BEAC5B%2CmBAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%3BEACpC%2CeAAA%3BEACA%2CaD7lF0B%2CmBC6lF1B%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAADJ%2CoCAEI%3BEACI%2CaAAA%3B%3BAAIR%2CEAAE%3BEACE%2CgBAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CiBAAiB%2CmBAAmB%2CwBAAwB%2CaAAa%3BEAC7G%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaDrnF0B%2CmBCqnF1B%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%3BEACxD%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2CoBAAmB%3BEAC3E%2CaAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2C4BAA4B%2C0BAAyB%2CwBAAyB%2CkCAAkC%3BEACxK%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2C4BAA4B%2C0BAAyB%2CmBAAoB%2C2BAA2B%2CGAAE%2COAAQ%3BEACtK%2CeAAA%3B%3BAAGJ%2C4BAA6B%2C2BAA2B%2COAAM%2COAAQ%3BAACtE%2C4BAA6B%2C2BAA2B%2COAAM%2COAAQ%3BEAClE%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CiBAAiB%3BAACzD%2C4BAA6B%2CWAAW%2CiBAAiB%2CwBAAwB%2CGAAG%2CuBAAsB%3BAAC1G%2C4BAA6B%2CWAAW%2CoBAAoB%2CiBAAiB%2CuBAAuB%2CgBAAgB%3BAACpH%2C4BAA6B%2CWAAW%2CiBAAiB%2CyBAAyB%2C8BAA8B%3BEAC5G%2CyBAAA%3B%3BAAGJ%2C4BAA4B%2CmCAAoC%3BEAC5D%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2C4BAA4B%2CmCAAoC%2CKAAI%3BEAChE%2CaAAA%3B%3BAAGJ%2C4BAA6B%3BEACzB%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CiBAAiB%2CwBAAwB%2CGAAG%2CuBAAsB%3BEACtG%2CyBAAA%3BEACA%2CmCAAA%3B%3BAAGJ%2C8BAA%2BB%2CMAAK%2CYAAY%2CQAAS%2CQAAK%3BAAC9D%2C4BAA6B%2CWAAW%2CiBAAiB%2C0BAA0B%2CMAAM%2COAAM%2COAAQ%2CUAAS%2CQAAS%2CSAAM%3BAAC%5C%2FH%2C4BAA6B%2CWAAW%2CiBAAiB%2CwBAAwB%2CGAAG%2CuBAAsB%2CcAAc%3BAACxH%2C4BAA6B%2CWAAW%2CoBAAoB%2C4BAA4B%2C0BAA0B%2CuBAAuB%2C8BAA6B%2CQAAS%2CgCAA6B%3BAAC5M%2C4BAA6B%2CWAAW%2CoBAAoB%2C4BAA4B%2C0BAA0B%2CuBAAuB%2C8BAA6B%2CMAAO%2CgCAA6B%3BAAC1M%2C4BAA6B%2CWAAW%2CoBAAoB%2C4BAA4B%2C0BAA0B%2CuBAAuB%2C8BAA6B%2CMAAO%2CgCAA6B%3BAAC1M%2C4BAA6B%2CWAAW%2CiBAAiB%2CyBAAyB%2C8BAA8B%2CsBAAsB%2COAAO%2CSAAM%2CMAAM%3BAACzJ%2C4BAA6B%2CWAAW%2CiBAAiB%2CyBAAyB%2C8BAA8B%2CsBAAsB%2COAAM%2CQAAS%2CSAAM%3BEACvJ%2CcAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2CiBAAiB%2CyBAAyB%2CkCAAiC%2CQAAS%2CSAAM%3BAACtJ%2C4BAA6B%2CWAAW%2CoBAAoB%2CiBAAiB%2CyBAAyB%2CkCAAiC%2CMAAO%2CSAAM%3BEAChJ%2CcAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CiBAAiB%3BEACrD%2CgBAAA%3B%3BAAGJ%2CeAAe%3BEACX%2CUAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CiBAAiB%2CyBAAyB%2C8BAA8B%2C%2BBAA%2BB%2CSAAM%2CQAAS%3BEAC1J%2CqBAAA%3BEACA%2CmCAAA%3B%3BAAGJ%2C4BAA6B%2COAAM%3BEAC%5C%2FB%2CaAAA%3B%3BAAGJ%2CIAAK%2CaAAY%2CaAAc%2CWAAW%3BAAC1C%2CIAAK%2COAAO%2CWAAW%3BEACnB%2CSAAA%3B%3BAAGJ%2CYAAY%3BEACR%2CaAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%3BEAC7B%2CuBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2COAAO%2CeAAe%2CKAAI%2CaAAa%3BEACpE%2CkBAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2CuBAAuB%3BEACpD%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2CgBAAgB%2CcAAc%3BEAC3D%2CaD5uF0B%2CmBC4uF1B%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CmBAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2COAAM%3BEACnC%2CeAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2C6BAA6B%3BAAC9D%2CsBAAuB%2CyBAAuB%3BEAC1C%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CgBAAiB%2CUAAU%3BEACvB%2CwCAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2CKAAI%3BEACpC%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2COAAM%3BEACnC%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBAAsB%2C4BAA4B%3BEAC9C%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CcAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%2CqBAAsB%3BAACtB%3BEACI%2CuBAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%2CsBAAuB%3BEACnB%2CYAAA%3B%3BAAGJ%2CiBAAkB%2COAAM%2CaAAc%3BAACtC%2CiBAAkB%2COAAM%2CaAAc%3BAACtC%2CiBAAkB%2COAAM%2CaAAc%3BEAClC%2CgBAAA%3B%3BAAGJ%2CkBAAmB%2CoBAAoB%2CWAAW%2CeAAe%3BEAC7D%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CGAAG%2CwBAAyB%3BEACxB%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CaAAa%2CiBAAkB%2CUAAU%3BEACrC%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CSAAS%2CaAAc%2CGAAE%2COAAO%2CMAAM%3BEAClC%2CSAAA%3B%3BAAGJ%2CqBAAsB%2CgBAAe%3BAACrC%2CqBAAsB%2CWAAW%2COAAM%2CoBAAqB%2CQAAO%2CMAAM%3BEACrE%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBAAsB%2CaAAY%2CaAAc%2CQAAO%2CQAAS%2CsBAAsB%2CQAAO%2CMAAO%2CMAAK%3BEACrG%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2COAAA%3B%3BAAGJ%2CsBAAuB%2CQAAO%2CMAAM%3BEAChC%2CiBAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2CuBAAuB%3BEACpD%2CiBAAA%3B%3BAAGJ%2CqBAAsB%2CKAAI%2CgBAAgB%2CkBAAkB%2CIAAI%3BEAC5D%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBAAsB%2CWAAU%2CkBAAmB%3BAACnD%2CUAAU%2CkBAAmB%3BEACzB%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2CsBAAsB%3BEACtD%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CYAAa%2COAAM%2CQAAS%2CqBAAqB%3BEAC7C%2CkCAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEAEA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CQAAS%2COAAO%3BAAChB%2CIAAI%3BEACA%2CgBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CcAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CUAAA%3BEACA%2COAAO%2CkBAAP%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2C2BAA4B%3BEACxB%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CsBAAuB%2C0BAA0B%3BEAC7C%2CSAAA%3B%3BAAGJ%2CoBAAoB%2CaAAc%3BEAC9B%2CcAAA%3B%3BAAGJ%2COAAO%2CMAAM%2CmBAAmB%3BEAC5B%2CUAAA%3B%3BAAGJ%2CqBAAsB%2CWAAU%2CkBAAmB%2CWAAW%2CKAAI%2CgBAAgB%2CkBAAkB%2CIAAI%3BEACpG%2CWAAA%3B%3BAAGJ%2CsBAAuB%2CcAAc%2CmBAAkB%2CUAAW%2CWAAW%3BEACzE%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAkB%2CQAAO%2CSAAS%3BEAC9B%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%3BAACzC%2CkBAAmB%2CoBAAoB%3BEACnC%2CWAAA%3B%3BAAGJ%2CIAAI%2CgBAAgB%2CkBAAkB%2CIAAI%3BEACtC%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2COAAM%3BAACvC%2CqBAAsB%2CWAAW%2COAAM%2CoBAAqB%2CQAAO%2CMAAM%3BEACrE%2CmBAAA%3B%3BAAGJ%2CoBAAqB%2CcAAc%2CoBAAmB%2COAAQ%2COAAM%3BEAChE%2CmBAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2COAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CIAAI%2CIAAI%2CuBAAwB%2CcAAc%3BEAC1C%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CoBAAqB%3BAACrB%3BEACI%2CcAAA%3B%3BAAGJ%2CmBAAoB%3BAACpB%2CqBAAsB%2CqBAAqB%2CaAAa%3BAACxD%2CqBAAsB%2CaAAa%3BEAC%5C%2FB%2C0BAAA%3B%3BAAGJ%2CqBAAsB%2CqBAAqB%2CaAAa%3BEACpD%2CUAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CyBAA0B%2CcAAc%3BEACpC%2CcAAA%3B%3BAAGJ%2CqBAAsB%2CuBAAuB%2CcAAc%2CWAAU%3BEACjE%2CsBAAA%3B%3BAAGJ%2CqBAAsB%2CuBAAuB%2CWAAU%2CkBAAmB%3BAAC1E%2CqBAAsB%2CuBAAuB%2CKAAI%2CgBAAgB%2CkBAAkB%2CIAAI%3BEACnF%2CWAAA%3B%3BAAGJ%2CiBAAiB%2COAAQ%3BEACrB%2CaAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C4BAA6B%3BEACzB%2CgBAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CiBAAiB%2CmBAAmB%2CwBAAuB%2CIAAI%3BEACnG%2CgBAAA%3B%3BAAGJ%2C4BAA6B%2CeAAe%2CeAAe%3BEACvD%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C4BAA6B%2CeAAe%2CeAAe%2CcAAa%3BEACpE%2CcAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2CWAAW%2COAAO%3BEAC1E%2CiBAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CiBAAiB%2CmBAAmB%2CwBAAwB%2CaAAa%3BEAC7G%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2CoBAAoB%3BEAC5E%2CeAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2C4BAA4B%2C0BAAyB%2CwBAAyB%2CkCAAkC%3BEACxK%2CeAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2C4BAA4B%2C0BAAyB%2CwBAAyB%2CkCAAkC%2CyBAAwB%3BEAChM%2CmBAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2CoBAAoB%2C4BAA4B%3BEACxG%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2CoBAAoB%2C4BAA4B%2CoCAAoC%3BEAC5I%2CcAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2C4BAA4B%2CuBAAuB%2COAAM%3BEACjH%2CUAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CgBAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CUAAA%3B%3BAAGJ%2CuBAAwB%2CKAAI%2CgBAAgB%2CkBAAkB%2CIAAI%3BEAC9D%2CWAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CuBAAwB%2CsBAAsB%2CmBAAmB%2CWAAW%2CeAAe%3BEACvF%2CkBAAA%3B%3BAAGJ%2CSAAS%2CKAAM%2CmBAAmB%3BEAC9B%2CgBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CSAAA%3B%3BAAGJ%2CqBAAsB%2CSAAQ%3BEAC1B%2CcAAA%3B%3BAAGJ%2CiBAAkB%2CGAAE%2CKAAK%2CQAAQ%2CaAAa%2CUAAU%2CGAAI%2COAAM%3BAAClE%2CkBAAmB%2CGAAE%2CKAAK%2CQAAQ%2CaAAa%2CYAAa%2COAAM%3BAAClE%2CyCAA0C%2CSAAQ%3BAAClD%2CIAAI%2CyCAA0C%2COAAM%3BAACpD%2CGAAG%2CuBAAwB%3BEACvB%2CaAAA%3B%3BAAGJ%2CGAAG%2CwBAAyB%3BEACxB%2C8BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CUAAU%2CkBAAmB%3BEACzB%2CWAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CUAAU%2CkBAAmB%2CWAAW%2CKAAI%2CgBAAgB%2CkBAAkB%2CIAAI%3BEAC9E%2CcAAA%3B%3BAAGJ%2CoBAAqB%2CQAAO%3BEACxB%2CcAAA%3B%3BAAGJ%2C4BAA6B%2CaAAa%3BEACtC%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CcAAA%3B%3BAAGJ%2C4BAA6B%2CaAAa%3BEACtC%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C4BAA6B%2CaAAa%2CkBAAkB%2CcAAc%3BEACtE%2CgBAAA%3BEACA%2CaD3oGyB%2CqBC2oGzB%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C4BAA6B%2CaAAa%2CkBAAkB%3BEACxD%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2C4BAA6B%2CaAAa%3BEACtC%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2C4BAA6B%2CaAAa%2CeAAe%3BEACrD%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CaAAc%2CcAAa%3BAAC3B%2CaAAc%2CcAAa%3BAAC3B%2CYAAa%2CcAAa%3BAAC1B%2CYAAa%2CcAAa%3BAAC1B%2CYAAa%2CcAAa%3BAAC1B%2CYAAa%2CcAAa%3BEACtB%2CUAAA%3B%3BAAGJ%2C4BAA6B%2CaAAa%2CeAAe%2CUAAU%3BEAC%5C%2FD%2CkBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C4BAA6B%2CWAAW%2CoBAAoB%2CgBAAgB%3BAAC5E%2C4BAA6B%2CWAAW%2CoBAAoB%2CsBAAsB%3BAAClF%2C4BAA6B%2CWAAW%2CoBAAoB%2CSAAS%2COAAO%3BEACxE%2CUAAA%3B%3BAAGJ%2CkBAAmB%2CgBAAgB%2CoBAAoB%3BAACvD%2CiBAAkB%2CgBAAgB%2CoBAAoB%3BAACtD%2CeAAgB%2CgBAAgB%2CoBAAoB%3BAACpD%2C0BAA2B%2CgBAAgB%2CoBAAoB%3BEAC3D%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CwBAAyB%2CyBAAyB%3BEAC9C%2CWAAA%3B%3BAAGJ%2CUAAU%3BEACN%2CaAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2CmBAAmB%3BEAChD%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CCAAC%3BEACG%2CgBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CcAAA%3B%3BAAGJ%2CUAAU%2CkBAAmB%3BEACzB%2CqBAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CwBAAA%3BEACA%2CiCAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CeAAgB%2CmBAAmB%2CyBAAwB%3BEACvD%2CiBAAA%3BEACA%2C2BAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CeAAe%3BEACX%2CkBAAA%3B%3BAAGJ%2CoBAAqB%2CWAAU%2CkBAAmB%3BEAC9C%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CoBAAoB%2CoBAAqB%2CkBAAkB%2CEAAC%3BEACxD%2CcAAA%3B%3BAAGJ%2CoBAAqB%2CGAAE%3BEACnB%2CaAAA%3B%3BAAGJ%2CoBAAoB%3BEAChB%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CMAAM%2COAAQ%2CeAAe%2CcAAc%2CoBAAmB%3BAAC9D%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%2CcAAc%2CoBAAmB%3BAACnF%2CoBAAqB%2CcAAc%2CoBAAmB%2COAAQ%3BEAC1D%2CaAAA%3B%3BAAIJ%2CeAAgB%2CkBAAiB%3BEAC7B%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2CQAAS%3BAACrC%2CqBAAsB%2COAAM%2COAAQ%3BEAChC%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2CQAAS%2CSAAS%2COAAO%3BAACrD%2CqBAAsB%2COAAM%2COAAQ%2CSAAS%2COAAO%3BEAChD%2CiBAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2CQAAS%2CSAAS%2COAAM%3BAACpD%2CqBAAsB%2COAAM%2COAAQ%2CSAAS%2COAAM%3BEAC%5C%2FC%2CUAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2CQAAS%2CcAAc%3BAACnD%2CqBAAsB%2COAAM%2COAAQ%2CcAAc%3BEAC9C%2CcAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%2CMAAK%2CQAAQ%3BEAC7C%2CWAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%3BEAChC%2CUAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2CQAAS%2CSAAQ%2CQAAQ%3BAACrD%2CqBAAsB%2COAAM%2COAAQ%2CSAAQ%2CQAAQ%3BEAChD%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CMAAM%2CQAAS%2CWAAU%3BAACzB%2CMAAM%2COAAQ%2CWAAU%3BEACpB%2CuBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2CQAAS%2CaAAY%2CMAAO%3BAACxD%2CqBAAsB%2COAAM%2COAAQ%2CaAAY%2CMAAO%3BEACnD%2C0BAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CaAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CWAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CWAAA%3B%3BAAGJ%2CgBAAiB%2CKAAI%3BEACjB%2CaAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAAiB%2CKAAI%2CiBAAkB%3BEACnC%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2C4BAA4B%2CmBAAoB%3BEAC5C%2CiBAAA%3B%3BAAGJ%2CUAAW%2CGAAG%2CSAAS%2CaAAY%3BEAC%5C%2FB%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CWAAA%3B%3BAAGJ%2C0BAA2B%2CKAAI%3BEAC3B%2CeAAA%3B%3BAAGJ%2C0BAA2B%2CgBAAgB%2CcAAc%3BEACrD%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CeAAgB%2CcAAc%2CmBAAmB%3BEAC7C%2CmBAAA%3B%3BAAIJ%2C0BAA2B%2CgBAAgB%2CmBAAmB%2CyBAAwB%3BEAClF%2CwBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAA2B%2CSAAS%3BEAChC%2CmBAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CuBAAA%3B%3BAAGJ%2CMAAM%2CcAAc%3BEAChB%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CGAAG%2CwBAAyB%2C0BAA0B%3BEAClD%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2C4BAAA%3BEACA%2COAAA%3B%3BAAGJ%2CiCAAkC%2CIAAG%2CwBAAyB%3BEAC1D%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CiCAAkC%2CIAAG%2CwBAAyB%2CMAAM%3BEAChE%2CWAAA%3B%3BAAGJ%2CWAAY%2CMAAK%2CYAAY%3BAAC7B%2CWAAY%2CMAAK%2CYAAY%2CIAAI%3BEAC7B%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CGAAG%2CwBAAyB%2C0BAA0B%2CMAAK%3BEACvD%2CaAAA%3B%3BAAGJ%2CWAAY%2CMAAK%2CYAAY%2CQAAS%3BEAClC%2CmBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CyBAA0B%2CSAAS%2CSAAS%3BEACxC%2CYAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CaAAA%3B%3BAAiMJ%2CwBA9L0C%3BEACtC%2CyBAA0B%3BIACtB%2C6BAAA%3BIACA%2CoBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CSAAS%2CKAAM%2CmBAAmB%2CoBAAoB%2CiBAAiB%3BIACnE%2C0BAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CaDt%2BGsB%2CmBCs%2BGtB%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CYAAA%3BIACA%2C2BAAA%3BIACA%2C8BAAA%3B%3BEAGJ%2CKAAK%2CQAAQ%2CaAAa%2CaAAc%2CoBAAoB%3BIACxD%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CaDz%5C%2FGsB%2CmBCy%5C%2FGtB%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2C2BAAA%3BIACA%2C8BAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CKAAK%2CQAAQ%2CaAAa%2CaAAc%2CoBAAoB%3BIACxD%2CyBAAA%3BIACA%2C8BAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CKAAK%2CQAAQ%2CaAAa%2CaAAc%2CoBAAoB%2CaAAY%3BIACpE%2CmBAAA%3B%3BEAGJ%2CkBAAmB%3BEACnB%2CkBAAmB%3BEACnB%2CUAAW%3BEACX%2CiBAAkB%3BEAClB%2CWAAY%3BEACZ%2CkBAAmB%3BEACnB%2CqBAAsB%3BEACtB%2CaAAc%3BEACd%2C0BAA2B%3BEAC3B%2CqBAAsB%3BEACtB%2CcAAe%3BEACf%2CeAAgB%3BEAChB%2CoBAAqB%3BIACjB%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3B%3BEAGJ%2CkBAAmB%2CmBAAmB%3BEACtC%2CqBAAsB%2CmBAAmB%3BEACzC%2CkBAAmB%2CmBAAmB%3BEACtC%2CUAAW%2CmBAAmB%3BEAC9B%2CiBAAkB%2CmBAAmB%3BEACrC%2CWAAY%2CmBAAmB%3BEAC%5C%2FB%2CkBAAmB%2CmBAAmB%3BEACtC%2CqBAAsB%2CmBAAmB%3BEACzC%2CaAAc%2CmBAAmB%3BEACjC%2C0BAA2B%2CmBAAmB%3BEAC9C%2CqBAAsB%2CmBAAmB%3BEACzC%2CkBAAmB%2CmBAAmB%3BEACtC%2CcAAe%2CmBAAmB%3BEAClC%2CeAAgB%2CmBAAmB%3BEACnC%2CoBAAqB%2CmBAAmB%3BEACxC%2CwBAAyB%2CmBAAmB%3BIACxC%2CWAAA%3B%3BEAGJ%2CkBAAmB%3BEACnB%2CqBAAsB%3BEACtB%2CkBAAmB%3BEACnB%2CUAAW%3BEACX%2CiBAAkB%3BEAClB%2CkBAAmB%3BEACnB%2CqBAAsB%3BEACtB%2CaAAc%3BEACd%2C0BAA2B%3BEAC3B%2CqBAAsB%3BEACtB%2CkBAAmB%3BEACnB%2CcAAe%3BEACf%2CeAAgB%3BEAChB%2CoBAAqB%3BEACrB%2CwBAAyB%3BIACrB%2CaAAA%3B%3BEAGJ%2CaAAc%3BEACd%2CaAAc%3BIACV%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CSAAS%2CKAAM%2CeAAe%2CEAAC%3BIAC3B%2CWAAA%3BIACA%2CaAAA%3BIACA%2C8BAAA%3B%3BEAEJ%2CaAAc%2CWAAW%2CEAAC%2CWAAY%3BIAClC%2CqBAAA%3B%3BEAEJ%2CSAAS%2CKAAM%2CeAAe%2CEAAC%3BIAC3B%2CwBAAA%3B%3BEAEJ%2CYAAY%2CaAAc%2CWAAW%3BIACjC%2CcAAA%3B%3BEAGJ%2CqBAAsB%3BEACtB%2CkBAAmB%3BEACnB%2CkBAAmB%3BEACnB%3BEACA%2CeAAgB%3BEAChB%2CqBAAsB%3BEACtB%2C0BAA2B%3BEAC3B%2CqBAAsB%3BEACtB%2CkBAAmB%3BEACnB%2CcAAe%3BEACf%2CeAAgB%3BIACZ%2C0BAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CkBAAmB%3BEACnB%2CqBAAsB%3BEACtB%2CkBAAmB%3BEACnB%2CiBAAkB%3BEAClB%2CeAAgB%3BEAChB%2CeAAgB%3BEAChB%2C0BAA2B%3BEAC3B%2CqBAAsB%3BEACtB%2CcAAe%3BEACf%2CoBAAqB%3BEACrB%2CwBAAyB%2CoBAAoB%2CkBAAkB%3BIAC3D%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%2CcAAa%2CUAAU%3BIACrE%2CeAAA%3B%3BEAGJ%2CkBAAmB%2CgBAAgB%3BEACnC%2CqBAAsB%2CgBAAgB%3BEACtC%2CkBAAmB%2CgBAAgB%3BEACnC%2CiBAAkB%2CgBAAgB%3BEAClC%2CeAAgB%2CgBAAgB%3BEAChC%2C0BAA2B%2CgBAAgB%3BEAC3C%2CqBAAsB%2CgBAAgB%3BEACtC%2CcAAe%2CgBAAgB%3BEAC%5C%2FB%2CoBAAqB%2CgBAAgB%3BEACrC%2CwBAAyB%2CoBAAoB%2CkBAAkB%2CgBAAgB%3BIAC3E%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%2CSAAQ%2CKAAK%2CSAAU%2COAAO%3BIACnE%2CYAAA%3BIACA%2CiBAAA%3B%3B%3BAAoBR%2CwBAhB2C%3BEACvC%2CqBAAsB%2CmBAAmB%2CWAAW%2CeAAe%3BIAC%5C%2FD%2CeAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CSAAS%2CKAAM%2CmBAAmB%3BIAC9B%2CeAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BAAUR%2CwBAN2C%2CwBAAuB%3BEAC9D%2CgBAAiB%3BIACb%2CiBAAA%3B%3B%3BAAUR%2CQAN2B%3BEACvB%2CUAAW%2CWAAW%3BIAClB%2CkBAAA%3B%3B%3BAAUR%2CwBAN2C%3BEACvC%2CGAAG%2CwBAAyB%3BIACxB%2CUAAA%3B%3B%3BAA%2BDR%2CwBA3D2C%3BEACvC%2CgBAAiB%2CKAAI%3BIACjB%2CSAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CgBAAiB%2CKAAI%2CiBAAiB%3BIAClC%2CSAAA%3B%3BEAGJ%2CqBAAsB%2CSAAQ%2CUAAU%2CSAAU%3BIAC9C%2CgBAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%3BIACrC%2CoBAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%2CGAAE%3BIACvC%2CgBAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%3BIACrC%2CWAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3BIACA%2C2BAAA%3BIACA%2CWAAA%3BIACA%2C8BAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%2CyBAAyB%3BIAC9D%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%2CiBAAkB%2CcAAc%2CyBAAyB%3BIACrD%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CSAAS%2CKAAM%2CmBAAmB%3BIAC9B%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CSAAS%2CKAAM%2CmBAAmB%2CoBAAoB%2CiBAAiB%3BIACnE%2CSAAA%3B%3B%3BAAIR%2CeAAgB%2CEAAC%3BEACb%2CkBAAA%3B%3BAAUJ%2CwBAP0C%2CuBAAsB%3BEAC5D%2CUAAU%3BIACN%2CeAAA%3BIACA%2CuBAAA%3B%3B%3BAA8CR%2CwBA1C0C%3BEACtC%2CKAAK%2CcAAe%3BIAChB%2CcAAA%3B%3BEAGJ%2CoBAAqB%2CaAAa%3BIAC9B%2CeAAA%3B%3BEAGJ%2CYAAa%3BIACT%2CcAAA%3B%3BEAGJ%2CEAAE%3BIACE%2CkBAAA%3B%3BEAGJ%2CoBAAqB%3BIACjB%2CmBAAA%3B%3BEAGJ%2CoBAAqB%2CQAAQ%3BIACzB%2C0BAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%2COAAO%2CQAAS%2CsBAAsB%2CQAAO%2CMAAO%2CMAAK%3BIACrD%2CcAAA%3B%3BEAGJ%2CiBAAkB%2CQAAO%2CSAAS%3BIAC9B%2CeAAA%3B%3BEAGJ%2CGAAG%2CwBAAyB%3BIACxB%2CUAAA%3B%3B%3BAAIR%2CKAAM%2CiBAAiB%2CSAAS%2COAAM%3BEAClC%2CaAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAwGJ%2CwBArG0C%3BEACtC%2CqBAAsB%2CiBAAiB%2CKAAI%2CiBAAiB%3BIACxD%2CWAAA%3BIACA%2CYAAA%3BIACA%2CwBAAA%3BIACA%2CmBAAA%3BIACA%2CMAAA%3B%3BEAGJ%2CgBAAiB%2CKAAI%2CiBAAkB%3BIACnC%2CgBAAA%3B%3BEAGJ%2CgBAAiB%3BIACb%2CaAAA%3B%3BEAGJ%2CoBAAqB%2CWAAW%2CKAAI%3BIAChC%2CmBAAA%3B%3BEAGJ%2CeAAgB%2CMAAK%2CUAAW%2CMAAK%2CKAAM%3BIACvC%2CUAAA%3B%3BEAGJ%2CKAAK%2CcAAe%2CMAAM%2CKAAI%3BIAC1B%2CeAAA%3B%3BEAGJ%2CKAAK%2CcAAe%2CiBAAiB%2CiBAAc%3BIAC%5C%2FC%2CSAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CKAAK%2CcAAe%2CcAAc%3BIAC9B%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CoBAAqB%2CMAAK%2CcAAe%2CKAAI%3BIACzC%2CsBAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CoBAAA%3B%3BEAGJ%2C4BAA6B%2CSAAS%2CQAAO%3BIACzC%2CoBAAA%3B%3BEAGJ%2CYAAY%3BIACR%2CUAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CYAAY%2CYAAY%2CcAAe%3BIACnC%2CYAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2C0BAA2B%3BIACvB%2CiBAAA%3B%3BEAGJ%2C0BAA2B%2CqBAAqB%2CcAAc%3BEAC9D%2C0BAA2B%2CqBAAqB%2CeAAe%2CcAAc%3BIACzE%2CcAAA%3BIACA%2C6BAAA%3BIACA%2CSAAA%3B%3BEAGJ%2C0BAA2B%3BIACvB%2CUAAA%3B%3BEAGJ%2C0BAA2B%2CgBAAgB%2CcAAc%3BIACrD%2CeAAA%3B%3BEAGJ%2C0BAA2B%2CcAAc%3BIACrC%2CcAAA%3B%3BEAGJ%2C0BAA2B%2CqBAAqB%2CcAAc%2CWAAW%3BIACrE%2CeAAA%3B%3BEAGJ%2C0BAA2B%2CSAAS%3BIAChC%2CeAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CYAAa%3BIACT%2CkBAAA%3B%3B%3BAA2BR%2CwBAvB0C%2CuBAAsB%3BEAE5D%2CMAAM%2COAAQ%2CeAAe%2CcAAc%2CoBAAmB%3BEAC9D%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%2CcAAc%2CoBAAmB%3BEACnF%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%2CcAAc%2CoBAAmB%3BEACpF%2CoBAAqB%2CcAAc%2CoBAAmB%2CQAAS%3BIAC3D%2CaAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%2CcAAc%2CoBAAmB%3BEAC9D%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%2CcAAc%2CoBAAmB%3BEACnF%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%2CcAAc%2CoBAAmB%3BEACpF%2CoBAAqB%2CcAAc%2CoBAAmB%2COAAQ%3BIAC1D%2CyBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CkBAAmB%2CgBAAgB%2CoBAAoB%3BEACvD%2CiBAAkB%2CgBAAgB%2CoBAAoB%3BIAClD%2CgBAAA%3B%3B%3BAAwTR%2CQApT0B%3BEACtB%2CqBAAsB%2CiBAAiB%2CKAAI%2CiBAAiB%3BIACxD%2CYAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CkBAAmB%3BIACf%2CcAAA%3B%3BEAGJ%2CMAAM%3BIACF%2CwBAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CUAAW%3BEACX%2CEAAE%2CcAAc%3BIACZ%2CaAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%2CKAAK%2CQAAQ%2CaAAa%2CaAAc%3BIACpC%2CUAAA%3B%3BEAGJ%2CMAAM%3BIACF%2CWAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CqBAAsB%2CaAAa%3BIAC%5C%2FB%2CWAAA%3B%3BEAGJ%2CqBAAsB%2CWAAW%2CUAAU%3BIACvC%2CWAAA%3B%3BEAGJ%2CYAAa%2CuBAAsB%3BIAC%5C%2FB%2CaAAA%3B%3BEAGJ%2CSAAS%2CKAAM%2CmBAAmB%2CoBAAoB%2CiBAAiB%3BIACnE%2CsBAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CkBAAmB%2CUAAU%2CSAAO%2CQAAQ%3BIACxC%2CsBAAA%3B%3BEAGJ%2CqBAAsB%2CQAAO%2CQAAS%2CYAAW%3BIAC7C%2CgBAAgB%2CyCAAhB%3B%3BEAGJ%2CqBAAsB%2CkBAAkB%2CQAAO%2CSAAS%3BIACpD%2CgBAAgB%2CgDAAhB%3B%3BEAGJ%2CqBAAsB%2CQAAO%2CQAAS%2CuBAAuB%2COAAM%2CaAAc%2CMAAK%3BIAClF%2CgBAAgB%2CiDAAhB%3B%3BEAGJ%2CkBAAmB%2CMAAK%3BIACpB%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2CkBAAmB%2CMAAK%3BIACpB%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CqBAAsB%3BIAClB%2CYAAA%3B%3BEAGJ%2CqBAAsB%2CQAAO%2CQAAS%3BIAClC%2CSAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CqBAAsB%2CUAAS%2CaAAa%3BIACxC%2CeAAA%3B%3BEAGJ%2CqBAAsB%3BIAClB%2CcAAA%3B%3BEAGJ%2CqBAAsB%2CQAAO%2CQAAS%2CsBAAsB%3BEAC5D%2CqBAAsB%2CaAAa%3BIAC%5C%2FB%2CyBAAA%3BIACA%2CiBAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CuBAAwB%2COAAM%2COAAO%3BIACjC%2CWAAA%3B%3BEAGJ%2CUAAW%2CWAAW%3BIAClB%2CUAAA%3B%3BEAGJ%2CsBAAuB%3BIACnB%2CaAAA%3B%3BEAGJ%2CQAAS%2COAAM%3BIACX%2CWAAA%3B%3BEAGJ%2CsBAAuB%2CMAAK%2CSAAS%3BIACjC%2CyBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CeAAe%2CYAAa%2COAAM%3BIAC9B%2CeAAA%3BIACA%2CaAAa%2CmBAAb%3BIACA%2CmBAAA%3BIACA%2CmCAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CqBAAsB%2CWAAW%2CQAAO%2CUAAW%3BIAC%5C%2FC%2CgBAAgB%2C6DAAhB%3B%3BEAGJ%2CqBAAsB%2CUAAS%2CaAAa%2CKAAM%3BIAC9C%2CgBAAgB%2C%2BDAAhB%3B%3BEAGJ%2CqBAAsB%2CUAAS%2CaAAa%2CKAAM%2CoBAAmB%3BIACjE%2CgBAAgB%2C%2BDAAhB%3B%3BEAKJ%2CqBAAsB%2CUAAS%2CaAAa%2CKAAM%3BIAC9C%2CgBAAgB%2CgDAAhB%3B%3BEAKJ%2CEAAE%2CIAAI%2CKAAK%3BEACX%2CEAAE%2CIAAI%2CMAAM%3BIACR%2CaAAA%3B%3BEAGJ%2CqBAAsB%2COAAM%3BIACxB%2CiBAAA%3B%3BEAGJ%2CqBAAsB%2COAAM%2CQAAS%2CaAAY%2CMAAM%3BIACnD%2CWAAA%3B%3BEAGJ%2CqBAAsB%2CiBAAiB%2CKAAI%2CiBAAiB%3BIACxD%2CYAAA%3B%3BEAGJ%3BEACA%2CqBAAsB%3BIAClB%2CWAAA%3B%3BEAGJ%2CiBAAkB%2CeAAc%3BIAC5B%2CcAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CyBAA0B%3BEAC1B%2CyBAA0B%3BIACtB%2CsBAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CyBAA0B%3BIACtB%2CWAAA%3B%3BEAGJ%3BIACI%2CWAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CqBAAsB%2COAAM%3BIACxB%2CcAAA%3B%3BEAGJ%2CeAAgB%2CaAAY%3BIACxB%2CgBAAA%3B%3BEAGJ%2CcAAe%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAAoB%2CQAAM%3BIACvE%2CcAAA%3B%3BEAGJ%2CKAAK%2COAAO%2CQAAQ%3BIAChB%2CSAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CKAAK%2CUAAW%2CMAAK%2CKAAK%3BIACtB%2CwBAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CKAAK%2CUAAW%2CMAAK%2CKAAK%2CQAAS%3BIAC%5C%2FB%2C8BAAA%3BIACA%2C6BAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CKAAK%2CcAAe%2CiBAAiB%3BIACjC%2CaAAA%3B%3BEAGJ%2CeAAgB%2CMAAK%2CUAAW%2CMAAK%2CKAAM%3BIACvC%2CMAAA%3B%3BEAGJ%2CoBAAqB%3BIACjB%2CcAAA%3B%3BEAGJ%2CKAAK%2CUAAW%2CMAAK%2CKAAK%2CQAAS%3BIAC%5C%2FB%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CqBAAsB%2CMAAK%2CSAAS%3BIAChC%2CcAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CSAAS%2CKAAM%2CWAAW%2CEAAC%3BIACvB%2CWAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CsBAAuB%2CIAAG%2CuBAAwB%3BEAClD%2CyBAAyB%2CsBAAuB%2CwBAAwB%2CWAAU%3BEAClF%2CyBAAyB%2CsBAAuB%2CwBAAwB%2CWAAU%3BEAClF%2CyBAAyB%2CsBAAuB%2CwBAAwB%2CWAAU%3BEAClF%2CyBAAyB%2CsBAAuB%2CwBAAwB%2CWAAU%3BEAClF%2CEAAE%2CKAAK%2CQAAQ%2CaAAa%2CUAAU%3BIAClC%2CaAAA%3B%3BEAGJ%2CyBAAyB%2CsBAAuB%2CGAAE%2CKAAK%2CQAAQ%3BIAC3D%2COAAO%2CmBAAP%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%2CSAAQ%2CUAAU%2CSAAU%3BIACjE%2CUAAA%3B%3BEAGJ%2CmBAAoB%2CiBAAiB%3BIACjC%2C2BAAA%3BIACA%2C8BAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3B%3BAAiBR%2CwBAb0C%2CuBAAsB%3BEAC5D%2C4BAA6B%3BIACzB%2CcAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2COAAO%2CmBAAP%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2CmBAAA%3B%3B%3BAAkCR%2CwBA9B0C%3BEACtC%2CeAAgB%2CeAAc%2CoBAAqB%3BIAC%5C%2FC%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CoBAAmB%3BEACzC%2CqBAAsB%2CcAAa%2CMAAO%2CoBAAmB%3BEAC7D%2CqBAAsB%2CqBAAqB%2CcAAa%2CMAAO%2CoBAAmB%3BEAClF%2CqBAAsB%2CqBAAqB%2CeAAe%2CcAAa%2CMAAO%2CoBAAmB%3BIAC7F%2CaAAA%3B%3BEAGJ%2CqBAAsB%2CoBAAmB%3BIACrC%2CaAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2CcAAc%2CmBAAmB%3BIACjE%2CiBAAA%3B%3BEAGJ%2CqBAAsB%2CoBAAmB%3BIACrC%2C6BAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CoBAAqB%2CWAAU%2CkBAAmB%3BIAC9C%2CkBAAA%3B%3B%3BAAgCR%2CwBA5B0C%3BEACtC%2CuBAAuB%2CQAAQ%2COAAQ%3BIACnC%2CsBAAA%3B%3BEAGJ%2CuBAAwB%3BIACpB%2CcAAA%3B%3BEAGJ%2CGAAG%2CwBAAyB%3BIACxB%2CWAAA%3B%3BEAGJ%2CqBAAsB%3BEACtB%2CqBAAsB%2CSAAQ%3BIAC1B%2CsBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CIAAI%3BIACA%2CUAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3B%3BAAgFR%2CwBA5E0C%3BEACtC%2CeAAgB%2CmBAAmB%2CyBAAwB%3BIACvD%2CgBAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CgBAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%2CcAAa%3BIACtC%2CgBAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%2CWAAW%2CeAAe%3BIAC%5C%2FD%2CeAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CYAAa%3BIACT%2CkBAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%2CGAAE%3BEAC3C%2CqBAAsB%2CSAAQ%2CUAAU%2CSAAU%3BIAC9C%2CgBAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%3BIACrC%2CoBAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%3BIACrC%2CWAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3BIACA%2C2BAAA%3BIACA%2CWAAA%3BIACA%2C8BAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%2CyBAAyB%3BIAC9D%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2C2CAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2C0BAA2B%3BIACvB%2CYAAA%3B%3BEAGJ%2C0BAA2B%3BIACvB%2CcAAA%3BIACA%2CmBAAA%3B%3B%3BAAoDR%2CQAhD0B%3BEACtB%3BIACI%2CgBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%2CqBAAsB%3BIAClB%2CeAAA%3B%3BEAGJ%2CwBAAyB%2CYAAY%3BIACjC%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%2CWAAY%2CMAAK%2CYAAY%3BEAC7B%2CWAAY%2CMAAK%2CYAAY%2CQAAS%2CQAAK%3BEAC3C%2CWAAY%2CMAAK%2CYAAY%2CIAAI%3BIAC7B%2CYAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CGAAG%2CwBAAyB%2C0BAA0B%3BIAClD%2CsBAAA%3BIACA%2CYAAA%3BIACA%2C4BAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CiCAAkC%2CIAAG%2CwBAAyB%3BIAC1D%2CwBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CiCAAkC%2CIAAG%2CwBAAyB%2CMAAM%3BIAChE%2CWAAA%3B%3B%3BAAaR%2CwBAT0C%3BEAEtC%2CqBAAsB%2CmBAAmB%2CWAAW%2CeAAe%3BEACnE%2CSAAS%2CKAAM%2CmBAAmB%3BIAC9B%2CcAAA%3BIACA%2CqBAAA%3B%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAaJ%2CwBAV0C%3BEACtC%3BIACI%2CaAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3B%3BAAIR%2CqBAAsB%2COAAM%2CQAAS%2CaAAY%2CMAAM%3BEACnD%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2CQAAS%2CmBAAmB%3BEACpD%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CqBAAsB%2CUAAS%2CKAAM%2CmBAAmB%3BEACpD%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CaD%5C%2F8I0B%2CmBC%2B8I1B%3B%3BAAGJ%2CqBAAsB%2CsBAAsB%2CmBAAmB%2CWAAW%2CeAAe%3BAACzF%2CqBAAsB%2CUAAS%2CKAAM%2CmBAAmB%3BEACpD%2CeAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2CQAAS%2CSAAQ%2CQAAQ%3BAACrD%2CqBAAsB%2COAAM%2COAAQ%2CSAAQ%2CQAAQ%3BEAChD%2CgBAAA%3B%3BAAGJ%2CMAAM%2COAAQ%2CWAAU%3BAACxB%2CqBAAsB%2COAAM%2CQAAS%2CWAAU%3BEAC3C%2CsBAAA%3B%3BAAGJ%2CqBAAsB%2COAAM%2COAAQ%2CaAAY%2CMAAO%3BEACnD%2CeAAA%3B%3BAAGJ%2CqBAAsB%2CiBAAiB%2CeAAe%3BEAClD%2CeAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CaD7%2BIyB%2CqBC6%2BIzB%3BEACA%2CiBAAA%3B%3BAAsCJ%2CwBAnC0C%3BEAEtC%2CqBAAsB%3BEACtB%2CqBAAsB%2CSAAQ%3BIAC1B%2CsBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%2CSAAQ%2CUAAU%3BIACvD%2CeAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%3BIACrC%2CiBAAA%3B%3BEAGJ%3BEACA%2CqBAAsB%2CmBAAmB%3BIACrC%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%2CoBAAmB%3BIACxD%2CgBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CqBAAsB%2CWAAW%3BIAC7B%2CeAAA%3B%3BEAGJ%2CiBAAkB%3BIACd%2CQAAA%3B%3B%3BAAIR%2CqBAAsB%2CiBAAiB%2CeAAe%3BEAClD%2CeAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CaDxhJyB%2CqBCwhJzB%3BEACA%2CiBAAA%3B%3BAAGJ%2CiBAAkB%2CqBAAoB%2CQAAS%3BEAC3C%2CWAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%2CUAAW%2CGAAG%2CSAAS%2CaAAY%3BEAC%5C%2FB%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C2BAA2B%2CqBAAqB%2CeAAgB%3BEAC5D%2CKAAK%2CgBAAL%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C2BAA2B%2CqBAAqB%2CeAAgB%3BEAC5D%2CKAAK%2CgBAAL%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C2BAA2B%2CqBAAqB%2CeAAgB%2C6BAA4B%2C8BAA%2BB%3BEACvH%2CKAAK%2CgBAAL%3BEACA%2CYAAA%3B%3BAAKJ%2C2BAA2B%2CqBAAqB%2CeAAgB%2CsBAAsB%3BEAClF%2CgBAAA%3B%3BAAGJ%2CsBAAuB%2CEAAC%3BEACpB%2C0BAAA%3BEACA%2CmBAAA%3B%3BAAoDJ%2CQAjD0B%3BEACtB%2CsBAAuB%2CQAAO%3BIAC1B%2CsBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CsBAAuB%3BIACnB%2CeAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CsBAAuB%2CUAAS%3BIAC5B%2CUAAA%3B%3BEAGJ%2CsBAAuB%2CUAAS%2CcAAe%3BIAC3C%2CSAAA%3B%3BEAGJ%2CsBAAuB%2CeAAe%3BIAClC%2CaAAA%3BIACA%2COAAO%2CqBAAP%3BIACA%2CgBAAA%3B%3BEAGJ%2CsBAAuB%2CUAAS%2CKAAM%2CmBAAmB%2CoBAAoB%2CiBAAiB%3BIAC1F%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CsBAAuB%3BIACnB%2CSAAA%3B%3BEAGJ%2CsBAAuB%2CcAAc%3BIACjC%2CSAAA%3B%3BEAGJ%2CgBAAiB%3BIACb%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3B%3BAAIR%2CqBAAsB%2CWAAW%2COAAM%3BEACnC%2CUAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2COAAM%2CmBAAoB%3BEACvD%2CWAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%2COAAM%2CmBAAoB%2CmBAAmB%3BEAC1E%2CWAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CWAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%3BEACtC%2CUAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%3BEACxF%2CaAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%3BEAC9F%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%3BEAC7G%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BEAC3H%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CmBAAkB%3BEAC7I%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BEAC3H%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BEAC%5C%2FI%2CsBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BEAC3H%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%3BEACjJ%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CMAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CyBAAwB%3BEACzK%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%3BEAC3J%2CaAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%2CkBAAmB%3BEAC9K%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%2CkBAAmB%2CeAAe%3BEAC7L%2CeAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%3BEACjJ%2CoBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%3BEACjJ%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CyBAAyB%2CuBAAuB%3BEAC%5C%2FL%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAa%2CMAAO%2CsBAAsB%3BEACvJ%2C2BAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BAAC%5C%2FH%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAa%2CMAAO%3BEACjI%2CwBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BEAC%5C%2FI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CQAAO%3BEACtJ%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CsBAAsB%2CiBAAiB%2COAAM%3BEAC5L%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CmBAAmB%2CmBAAmB%2CQAAO%3BEACxK%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CmBAAmB%2CmBAAmB%2CQAAO%2CWAAW%3BEACnL%2CSAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2CcAAa%3BEAC7C%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%2CcAAa%2CQAAS%3BAAC1D%2CqBAAsB%2CcAAc%2CcAAa%2COAAQ%3BEACrD%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CqBAAsB%2CcAAc%3BEAChC%2CUAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CUAAA%3B%3BAAGJ%2CYAAa%2CaAAa%3BEACtB%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CYAAa%2CaAAa%2CkBAAkB%3BEACxC%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CYAAa%2CaAAa%2CkBAAkB%3BEACxC%2C6BAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CYAAa%2CaAAa%2CkBAAkB%2CSAAS%3BEACjD%2CaDj4JyB%2CgBCi4JzB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CYAAa%2CaAAa%2CkBAAkB%2CSAAS%3BEACjD%2CaD54JyB%2CgBC44JzB%3BEACA%2CcAAA%3B%3BAAGJ%2CYAAa%2CaAAa%2CkBAAkB%2CSAAS%2CGAAG%3BEACpD%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CYAAa%2CaAAa%2CkBAAkB%2CeAAe%3BEACvD%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CYAAa%2CaAAa%2CkBAAkB%3BEACxC%2CcAAA%3B%3BAAGJ%2CYAAa%2CaAAa%2CkBAAkB%2CoBAAoB%3BEAC5D%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CqBAAsB%2CaAAa%2CQAAO%3BEACtC%2CUAAA%3B%3BAAGJ%2CqBAAsB%2CaAAY%3BEAC9B%2CMAAA%3B%3BAAGJ%2CqBAAsB%2CiBAAiB%3BEACnC%2CUAAA%3B%3BAAGJ%2CYAAY%2CaAAc%2CWAAW%3BEACjC%2CSAAA%3B%3BAAIJ%2CiBAAkB%2CQAAO%2CSAAS%3BEAC9B%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CiBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BEACvC%2CUAAA%3B%3BAAEJ%2CUAAW%2CUAAU%2CSAAQ%3BEACzB%2CaAAA%3B%3BAAmYJ%2CwBAjY2C%3BEACvC%2CqBAAsB%2CWAAW%2COAAM%3BIACnC%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%2CkBAAmB%2CeAAe%3BIAC7L%2CeAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BIAC%5C%2FI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CYAAa%2CaAAa%3BIACtB%2CkBAAA%3BIACA%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CYAAa%2CaAAa%2CkBAAkB%3BIACxC%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CYAAa%2CaAAa%2CkBAAkB%3BIACxC%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CWAAW%2COAAM%3BIACnC%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CqBAAsB%2CWAAW%2COAAM%2CmBAAoB%3BIACvD%2CmBAAA%3B%3BEAGJ%2CqBAAsB%3BIAClB%2CYAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2CcAAa%3BIAC7C%2CaAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2CcAAa%3BIAC7C%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2CcAAa%2COAAQ%3BIACrD%2CiBAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CoBAAqB%2CeAAe%2CcAAc%3BEAClD%2CoBAAqB%3BIACjB%2CiBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%3BIACxF%2CaAAA%3BIACA%2C8BAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%3BIAC9F%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2C8BAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%3BIAC7G%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BIAC3H%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CmBAAkB%3BIAC7I%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BIAC3H%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BIAC%5C%2FI%2CsBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BIAC3H%2CWAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%3BIACjJ%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CMAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CyBAAwB%3BIACzK%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%3BIAC3J%2CaAAA%3BIACA%2CWAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%2CkBAAmB%3BIAC9K%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CuBAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%2CkBAAmB%2CeAAe%3BIAC7L%2CeAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%3BIACjJ%2CoBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%3BIACjJ%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CyBAAyB%2CuBAAuB%3BIAC%5C%2FL%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAa%2CMAAO%2CsBAAsB%3BIACvJ%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%3BEAC%5C%2FH%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAa%2CMAAO%3BIACjI%2CwBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BIAC%5C%2FI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CwBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CQAAO%3BIACtJ%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CsBAAsB%2CiBAAiB%2COAAM%3BIAC5L%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CwBAAA%3BIACA%2CeAAA%3BIACA%2CaAAa%2CmBAAb%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CmBAAmB%2CmBAAmB%2CQAAO%3BIACxK%2CSAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CmBAAmB%2CmBAAmB%2CQAAO%2CWAAW%3BIACnL%2CSAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CsBAAsB%3BIACrK%2CaAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CsBAAsB%3BIACrK%2CoBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CYAAa%3BIACT%2CUAAA%3B%3BEAGJ%2CYAAa%2CaAAa%3BIACtB%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CYAAa%2CaAAa%2CkBAAkB%3BIACxC%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CYAAa%2CaAAa%2CkBAAkB%3BIACxC%2C6BAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CYAAa%2CaAAa%2CkBAAkB%2CSAAS%3BIACjD%2CaDrwKqB%2CgBCqwKrB%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CYAAa%2CaAAa%2CkBAAkB%2CSAAS%3BIACjD%2CaDjxKqB%2CgBCixKrB%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CYAAa%2CaAAa%2CkBAAkB%2CSAAS%2CGAAG%3BIACpD%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CYAAa%2CaAAa%2CkBAAkB%2CeAAe%3BIACvD%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3B%3BEAGJ%2CYAAa%2CaAAa%2CkBAAkB%3BIACxC%2CcAAA%3B%3BEAGJ%2CYAAa%2CaAAa%2CkBAAkB%2CoBAAoB%3BIAC5D%2CcAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CqBAAsB%2CaAAa%2CQAAO%3BIACtC%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CaAAY%3BIAC9B%2CMAAA%3B%3BEAGJ%2CqBAAsB%2CiBAAiB%3BIACnC%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CWAAW%2COAAM%3BIACnC%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%3BIAC7G%2COAAO%2CmBAAP%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAAgBR%2CwBAZ2C%3BEACvC%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%3BIAC7G%2COAAO%2CmBAAP%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BIAC%5C%2FI%2CuBAAA%3B%3B%3BAAgBR%2CwBAZ2C%3BEACvC%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%3BIAC7G%2COAAO%2CmBAAP%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BIAC%5C%2FI%2CuBAAA%3B%3B%3BAAYR%2CwBAR0C%3BEACtC%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%3BIAC7G%2COAAO%2CmBAAP%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAAsCR%2CwBAlC0C%3BEACtC%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%3BIACjJ%2CeAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CWAAU%2CkBAAmB%2CeAAe%3BIAC7L%2CeAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BEACnJ%2CqBAAsB%2CcAAc%2COAAM%2CoBAAqB%2CeAAe%2CeAAc%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%2CsBAAsB%2CiBAAiB%2COAAM%3BIAC5L%2CeAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CYAAa%2CkBAAkB%2CSAAS%3BIACpC%2CeAAA%3B%3BEAGJ%2CYAAa%2CaAAa%2CkBAAkB%2CSAAS%2CGAAG%3BIACpD%2CgBAAA%3B%3BEAGJ%2CYAAa%2CaAAa%2CkBAAkB%2CeAAe%3BIACvD%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAcR%2CwBAV2C%3BEACvC%2CqBAAsB%2CWAAW%2COAAM%2CmBAAoB%2CmBAAkB%3BIACzE%2CaAAA%3B%3BEAGJ%2CqBAAsB%2CWAAW%2COAAM%2CmBAAoB%2CmBAAkB%3BIACzE%2CcAAA%3B%3B%3BAAcR%2CwBAV2C%3BEACvC%2CqBAAsB%2CWAAW%2COAAM%2CmBAAoB%2CmBAAkB%3BIACzE%2CcAAA%3B%3BEAGJ%2CqBAAsB%2CWAAW%2COAAM%2CmBAAoB%2CmBAAkB%3BIACzE%2CaAAA%3B%3B%3BAAIR%2CkBACI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CaD35K0B%2CqBC25K1B%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAPR%2CkBAUI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CaDt6KsB%2CmBCs6KtB%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAhBR%2CkBAmBI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CaD76K0B%2CqBC66K1B%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAzBR%2CkBA4BI%3BAA5BJ%2CkBA6BI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CaDz7KsB%2CmBCy7KtB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAlCR%2CkBAqCI%2CGACI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CaDl8KkB%2CmBCk8KlB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA3CZ%2CkBAgDI%3BEACI%2CiBAAA%3B%3BAAIR%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CmBAAA%3B%3BAAVJ%2CqBAYI%3BAAXJ%2C2CAWI%3BAAVJ%2CQAUI%3BAATJ%2CuBASI%3BAARJ%2CwBAQI%3BAAPJ%2CoBAOI%3BAANJ%2CYAMI%3BAALJ%2CoBAKI%3BAAJJ%2CoBAII%3BAAHJ%2CyBAGI%3BEACI%2CmBAAA%3B%3BAAbR%2CqBAgBI%2CGAAE%3BAAfN%2C2CAeI%2CGAAE%3BAAdN%2CQAcI%2CGAAE%3BAAbN%2CuBAaI%2CGAAE%3BAAZN%2CwBAYI%2CGAAE%3BAAXN%2CoBAWI%2CGAAE%3BAAVN%2CYAUI%2CGAAE%3BAATN%2CoBASI%2CGAAE%3BAARN%2CoBAQI%2CGAAE%3BAAPN%2CyBAOI%2CGAAE%3BEAEE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CaDn%2BKsB%2CmBCm%2BKtB%3B%3BAAEA%2CqBAPJ%2CGAAE%2CWAOG%3BAAAD%2C2CAPJ%2CGAAE%2CWAOG%3BAAAD%2CQAPJ%2CGAAE%2CWAOG%3BAAAD%2CuBAPJ%2CGAAE%2CWAOG%3BAAAD%2CwBAPJ%2CGAAE%2CWAOG%3BAAAD%2CoBAPJ%2CGAAE%2CWAOG%3BAAAD%2CYAPJ%2CGAAE%2CWAOG%3BAAAD%2CoBAPJ%2CGAAE%2CWAOG%3BAAAD%2CoBAPJ%2CGAAE%2CWAOG%3BAAAD%2CyBAPJ%2CGAAE%2CWAOG%3BEACG%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3B%3BAA3BZ%2CqBAgBI%2CGAAE%2CWAcE%3BAA7BR%2C2CAeI%2CGAAE%2CWAcE%3BAA5BR%2CQAcI%2CGAAE%2CWAcE%3BAA3BR%2CuBAaI%2CGAAE%2CWAcE%3BAA1BR%2CwBAYI%2CGAAE%2CWAcE%3BAAzBR%2CoBAWI%2CGAAE%2CWAcE%3BAAxBR%2CYAUI%2CGAAE%2CWAcE%3BAAvBR%2CoBASI%2CGAAE%2CWAcE%3BAAtBR%2CoBAQI%2CGAAE%2CWAcE%3BAArBR%2CyBAOI%2CGAAE%2CWAcE%3BEACI%2CaD7%2BKkB%2CmBC6%2BKlB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAlCZ%2CqBAsCI%3BAArCJ%2C2CAqCI%3BAApCJ%2CQAoCI%3BAAnCJ%2CuBAmCI%3BAAlCJ%2CwBAkCI%3BAAjCJ%2CoBAiCI%3BAAhCJ%2CYAgCI%3BAA%5C%2FBJ%2CoBA%2BBI%3BAA9BJ%2CoBA8BI%3BAA7BJ%2CyBA6BI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaDv%5C%2FKsB%2CmBCu%5C%2FKtB%3B%3BAAzCR%2CqBA4CI%3BAA3CJ%2C2CA2CI%3BAA1CJ%2CQA0CI%3BAAzCJ%2CuBAyCI%3BAAxCJ%2CwBAwCI%3BAAvCJ%2CoBAuCI%3BAAtCJ%2CYAsCI%3BAArCJ%2CoBAqCI%3BAApCJ%2CoBAoCI%3BAAnCJ%2CyBAmCI%3BEACI%2CcAAA%3BEACA%2CaD5%5C%2FKsB%2CmBC4%5C%2FKtB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAjDR%2CqBAoDI%2CQAAO%2CKACH%3BAApDR%2C2CAmDI%2CQAAO%2CKACH%3BAAnDR%2CQAkDI%2CQAAO%2CKACH%3BAAlDR%2CuBAiDI%2CQAAO%2CKACH%3BAAjDR%2CwBAgDI%2CQAAO%2CKACH%3BAAhDR%2CoBA%2BCI%2CQAAO%2CKACH%3BAA%5C%2FCR%2CYA8CI%2CQAAO%2CKACH%3BAA9CR%2CoBA6CI%2CQAAO%2CKACH%3BAA7CR%2CoBA4CI%2CQAAO%2CKACH%3BAA5CR%2CyBA2CI%2CQAAO%2CKACH%3BEACI%2CeAAA%3B%3BAAKZ%2CqBAUI%2CWACI%2CGACI%3BAAXZ%2C2CASI%2CWACI%2CGACI%3BAAVZ%2CQAQI%2CWACI%2CGACI%3BAATZ%2CuBAOI%2CWACI%2CGACI%3BAARZ%2CwBAMI%2CWACI%2CGACI%3BAAPZ%2CoBAKI%2CWACI%2CGACI%3BAANZ%2CYAII%2CWACI%2CGACI%3BAALZ%2CoBAGI%2CWACI%2CGACI%3BAAJZ%2CoBAEI%2CWACI%2CGACI%3BAAHZ%2CyBACI%2CWACI%2CGACI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CaDxhLc%2CmBCwhLd%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAjBhB%2CqBAuBI%2CMAAK%3BAAtBT%2C2CAsBI%2CMAAK%3BAArBT%2CQAqBI%2CMAAK%3BAApBT%2CuBAoBI%2CMAAK%3BAAnBT%2CwBAmBI%2CMAAK%3BAAlBT%2CoBAkBI%2CMAAK%3BAAjBT%2CYAiBI%2CMAAK%3BAAhBT%2CoBAgBI%2CMAAK%3BAAfT%2CoBAeI%2CMAAK%3BAAdT%2CyBAcI%2CMAAK%3BEACD%2CaDjiLsB%2CmBCiiLtB%3B%3BAAxBR%2CqBAuBI%2CMAAK%2CWAGD%2CGACI%3BAA1BZ%2C2CAsBI%2CMAAK%2CWAGD%2CGACI%3BAAzBZ%2CQAqBI%2CMAAK%2CWAGD%2CGACI%3BAAxBZ%2CuBAoBI%2CMAAK%2CWAGD%2CGACI%3BAAvBZ%2CwBAmBI%2CMAAK%2CWAGD%2CGACI%3BAAtBZ%2CoBAkBI%2CMAAK%2CWAGD%2CGACI%3BAArBZ%2CYAiBI%2CMAAK%2CWAGD%2CGACI%3BAApBZ%2CoBAgBI%2CMAAK%2CWAGD%2CGACI%3BAAnBZ%2CoBAeI%2CMAAK%2CWAGD%2CGACI%3BAAlBZ%2CyBAcI%2CMAAK%2CWAGD%2CGACI%3BEACI%2CoBAAA%3BEACA%2CeAAA%3B%3BAA7BhB%2CqBAuBI%2CMAAK%2CWAGD%2CGAMI%3BAA%5C%2FBZ%2C2CAsBI%2CMAAK%2CWAGD%2CGAMI%3BAA9BZ%2CQAqBI%2CMAAK%2CWAGD%2CGAMI%3BAA7BZ%2CuBAoBI%2CMAAK%2CWAGD%2CGAMI%3BAA5BZ%2CwBAmBI%2CMAAK%2CWAGD%2CGAMI%3BAA3BZ%2CoBAkBI%2CMAAK%2CWAGD%2CGAMI%3BAA1BZ%2CYAiBI%2CMAAK%2CWAGD%2CGAMI%3BAAzBZ%2CoBAgBI%2CMAAK%2CWAGD%2CGAMI%3BAAxBZ%2CoBAeI%2CMAAK%2CWAGD%2CGAMI%3BAAvBZ%2CyBAcI%2CMAAK%2CWAGD%2CGAMI%3BEACI%2CoBAAA%3BEACA%2CeAAA%3B%3BAAuChB%2CwBAjC0C%3BEAEtC%2CqBAUI%2CMAAK%3BEATT%2C2CASI%2CMAAK%3BEART%2CQAQI%2CMAAK%3BEAPT%2CuBAOI%2CMAAK%3BEANT%2CwBAMI%2CMAAK%3BEALT%2CoBAKI%2CMAAK%3BEAJT%2CYAII%2CMAAK%3BEAHT%2CoBAGI%2CMAAK%3BEAFT%2CoBAEI%2CMAAK%3BEADT%2CyBACI%2CMAAK%3BIACD%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CaDhkLkB%2CmBCgkLlB%3B%3BEAbR%2CqBAUI%2CMAAK%2CWAKD%2CGACI%3BEAfZ%2C2CASI%2CMAAK%2CWAKD%2CGACI%3BEAdZ%2CQAQI%2CMAAK%2CWAKD%2CGACI%3BEAbZ%2CuBAOI%2CMAAK%2CWAKD%2CGACI%3BEAZZ%2CwBAMI%2CMAAK%2CWAKD%2CGACI%3BEAXZ%2CoBAKI%2CMAAK%2CWAKD%2CGACI%3BEAVZ%2CYAII%2CMAAK%2CWAKD%2CGACI%3BEATZ%2CoBAGI%2CMAAK%2CWAKD%2CGACI%3BEARZ%2CoBAEI%2CMAAK%2CWAKD%2CGACI%3BEAPZ%2CyBACI%2CMAAK%2CWAKD%2CGACI%3BIACI%2CqBAAA%3BIACA%2CqBAAA%3B%3BEAlBhB%2CqBAUI%2CMAAK%2CWAKD%2CGAMI%3BEApBZ%2C2CASI%2CMAAK%2CWAKD%2CGAMI%3BEAnBZ%2CQAQI%2CMAAK%2CWAKD%2CGAMI%3BEAlBZ%2CuBAOI%2CMAAK%2CWAKD%2CGAMI%3BEAjBZ%2CwBAMI%2CMAAK%2CWAKD%2CGAMI%3BEAhBZ%2CoBAKI%2CMAAK%2CWAKD%2CGAMI%3BEAfZ%2CYAII%2CMAAK%2CWAKD%2CGAMI%3BEAdZ%2CoBAGI%2CMAAK%2CWAKD%2CGAMI%3BEAbZ%2CoBAEI%2CMAAK%2CWAKD%2CGAMI%3BEAZZ%2CyBACI%2CMAAK%2CWAKD%2CGAMI%3BIACI%2CqBAAA%3BIACA%2CqBAAA%3B%3B%3BAAQpB%2CqBAUI%2CaACI%3BAAVR%2C2CASI%2CaACI%3BAATR%2CQAQI%2CaACI%3BAARR%2CuBAOI%2CaACI%3BAAPR%2CwBAMI%2CaACI%3BAANR%2CoBAKI%2CaACI%3BAALR%2CYAII%2CaACI%3BAAJR%2CoBAGI%2CaACI%3BAAHR%2CoBAEI%2CaACI%3BAAFR%2CyBACI%2CaACI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CaDlmLkB%2CmBCkmLlB%3B%3BAAhBZ%2CqBAUI%2CaASI%2CGACI%3BAAnBZ%2C2CASI%2CaASI%2CGACI%3BAAlBZ%2CQAQI%2CaASI%2CGACI%3BAAjBZ%2CuBAOI%2CaASI%2CGACI%3BAAhBZ%2CwBAMI%2CaASI%2CGACI%3BAAfZ%2CoBAKI%2CaASI%2CGACI%3BAAdZ%2CYAII%2CaASI%2CGACI%3BAAbZ%2CoBAGI%2CaASI%2CGACI%3BAAZZ%2CoBAEI%2CaASI%2CGACI%3BAAXZ%2CyBACI%2CaASI%2CGACI%3BEACI%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CaDzmLc%2CmBCymLd%3BEACA%2CSAAA%3B%3BAAxBhB%2CqBAUI%2CaAkBI%3BAA3BR%2C2CASI%2CaAkBI%3BAA1BR%2CQAQI%2CaAkBI%3BAAzBR%2CuBAOI%2CaAkBI%3BAAxBR%2CwBAMI%2CaAkBI%3BAAvBR%2CoBAKI%2CaAkBI%3BAAtBR%2CYAII%2CaAkBI%3BAArBR%2CoBAGI%2CaAkBI%3BAApBR%2CoBAEI%2CaAkBI%3BAAnBR%2CyBACI%2CaAkBI%3BEACI%2CeAAA%3BEACA%2CaDhnLkB%2CmBCgnLlB%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAASX%2CwBAJ0C%3BEACvC%2CQAAS%2CWAAW%3BIAChB%2C2BAAA%3B%3B%3B%3BAC17KR%3BEACI%2CcAAA%3BEACA%2CaFxMyB%2C4BEwMzB%3BEACA%2CiCAAA%3BEACA%2C4BAA4B%2CMAA5B%3BEACA%2C%2BBAA%2BB%2CMAA%5C%2FB%3BEACA%2CuBAAuB%2CSAAvB%3B%3BAAGJ%2CKACI%3BEACI%2CWAAA%3B%3BAAIR%2CSACI%3BEACI%2C2BAAA%3BEACA%2C4BAAA%3B%3BAAHR%2CSAMI%3BEACI%2C0BAAA%3BEACA%2CUAAA%3B%3BAARR%2CSAWI%2CQAAO%3BEACH%2CmBAAA%3B%3BAAIR%2CeACI%3BEACI%2CWAAA%3B%3BAAIR%3BEACI%2CmBAAA%3BEACA%2CaAAA%3B%3BAAIA%2CSAAC%3BEACG%2CuBAAA%3B%3BAADJ%2CSAAC%2CaAGG%3BEACI%2CgBAAA%3B%3BAAKZ%3BEACI%2C4BAAA%3BEAEA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CkBAMI%3BEACI%2CUAAA%3BEACA%2CUAAA%3B%3BAARR%2CkBAWI%3BEACI%2CUAAA%3BEACA%2CcAAA%3B%3BAAbR%2CkBAWI%2CcAII%3BEACI%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CkBAbJ%2CcAaK%3BEACG%2CyBAAA%3B%3BAADJ%2CkBAbJ%2CcAaK%2CMAGG%3BEACI%2CgBAAgB%2CWAAW%2CYAA3B%3BEACA%2CmBAAmB%2CWAAW%2CYAA9B%3BEACA%2CcAAc%2CWAAW%2CYAAzB%3BEACA%2CeAAe%2CWAAW%2CYAA1B%3BEACA%2CWAAW%2CWAAW%2CYAAtB%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAArChB%2CkBAWI%2CcA8BI%3BEACI%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C4CAAA%3B%3BAA9CZ%2CkBAkDI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAKI%2CkBAFR%2CcACI%2CKACK%3BEAEG%2CaFrTa%2CgBEqTb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAzEhB%2CkBAuDI%2CcAsBI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FEZ%2CkBAuDI%2CcA2BI%3BEAEI%2CaFxUkB%2CmBEwUlB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAAGI%2CkBAzCZ%2CcA2BI%2CSAaI%2CKACK%3BEACG%2CYAAA%3B%3BAAGJ%2CkBA7CZ%2CcA2BI%2CSAaI%2CKAKK%3BEACG%2CcAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2CkBA7CZ%2CcA2BI%2CSAaI%2CKAKK%2CWAIG%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CkBAzDpB%2CcA2BI%2CSAaI%2CKAKK%2CWAIG%2CEAQK%3BEACG%2CyBAAA%3BEACA%2C0BAAA%3B%3BAAlH5B%2CkBA0HI%3BEAEI%2CaFtXqB%2CgBEsXrB%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CkBAPJ%2CGAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAgB%2C%2BCAAhB%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3BAA1IZ%2CkBA0HI%2CGAmBI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CCAAC%3BEACG%2CaAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CgBAMI%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAARR%2CgBAMI%2CSAII%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEAEA%2CaF9ZiB%2CqBE8ZjB%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CoBAAA%3B%3BAAhBZ%2CgBAMI%2CSAaI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEAEA%2CaFrakB%2CmBEqalB%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAA3BZ%2CgBAMI%2CSAaI%2CEAUI%3BEACI%2CiBAAA%3B%3BAA9BhB%2CgBAmCI%3BEACI%2CkBAAA%3B%3BAAEA%2CgBAHJ%2CQAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAIR%2CgBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2C2DAAhB%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CeAII%3BEACI%2CiBAAA%3B%3BAALR%2CeAQI%2CcACI%3BEACI%2CkBAAA%3B%3BAAVZ%2CeAQI%2CcACI%2CMAGI%3BEACI%2CWAAA%3B%3BAAbhB%2CeAQI%2CcACI%2CMAOI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2C%2BBAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3BEAEA%2CaF5ea%2CqBE4eb%3B%3BAA5BhB%2CeAQI%2CcACI%2CMAOI%2CSAcI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAMR%2CeA%5C%2FBR%2CcA8BI%2CQACK%2COACG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAHR%2CeA%5C%2FBR%2CcA8BI%2CQACK%2COACG%2CMAII%3BEACI%2C2DAAA%3BEACA%2CwDAAA%3BEACA%2CmDAAA%3BEACA%2CmBAAA%3B%3BAAQxB%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAANJ%2CaAQI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAXR%2CaAQI%2CSAKI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEAEA%2CaF1hBiB%2CqBE0hBjB%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CoBAAA%3B%3BAApBZ%2CaAQI%2CSAeI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEAEA%2CaFjiBkB%2CmBEiiBlB%3B%3BAA5BZ%2CaAgCI%3BEACI%2CWAAA%3B%3BAAjCR%2CaAoCI%3BEACI%2CkBAAA%3B%3BAArCR%2CaAoCI%2CMAGI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAzCZ%2CaAoCI%2CMAQI%3BEACI%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CaAhBJ%2CMAgBK%2CMACG%3BEACI%2CgBAAA%3B%3BAAFR%2CaAhBJ%2CMAgBK%2CMACG%2CEAGI%3BEACI%2CgBAAgB%2CWAAW%2CYAA3B%3BEACA%2CmBAAmB%2CWAAW%2CYAA9B%3BEACA%2CcAAc%2CWAAW%2CYAAzB%3BEACA%2CeAAe%2CWAAW%2CYAA1B%3BEACA%2CWAAW%2CWAAW%2CYAAtB%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAlEpB%2CaAwEI%3BEAEI%2CaFllBqB%2CqBEklBrB%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CsBAAA%3B%3BAAEA%2CaAbJ%2CSAaK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAAKZ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAANJ%2CeAQI%3BEACI%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CeALJ%2CaAKK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3B%3BAApBZ%2CeAQI%2CaAeI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CaFroBiB%2CqBEqoBjB%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FBZ%2CeAQI%2CaA0BI%3BEACI%2CgCAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CaAAA%3B%3BAA1CZ%2CeAQI%2CaAqCI%2CKAAI%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CeA9CR%2CaAqCI%2CKAAI%2CaASC%3BEACG%2CaAAA%3B%3BAAvDhB%2CeAQI%2CaAqCI%2CKAAI%2CaAaA%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEAEA%2CaFzqBc%2CmBEyqBd%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAvEhB%2CeA4EI%3BEACI%2CaAAA%3B%3BAA7ER%2CeAgFI%3BEAmBI%2CWAAA%3B%3BAAjBI%2CeAFR%2CmBACI%2COACK%3BEACG%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEAEA%2CaF9rBc%2CmBE8rBd%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAMR%2CeArBJ%2CmBAqBK%3BEACG%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAALJ%2CeArBJ%2CmBAqBK%2CMAOG%3BEACI%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAVR%2CeArBJ%2CmBAqBK%2CMAaG%3BEACI%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CoCAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEAEA%2CaFxuBa%2CqBEwuBb%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CoCAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CeAzDR%2CmBAwDI%2CyBACK%3BEACG%2CSAAA%3B%3BAA1IhB%2CeA%2BII%3BEACI%2CsBAAA%3B%3BAAhJR%2CeA%2BII%2CcAGI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaFjwBkB%2CmBEiwBlB%3BEACA%2CgBAAA%3B%3BAA3JZ%2CeA%2BII%2CcAeI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEAEA%2CaF5wBiB%2CqBE4wBjB%3BEACA%2CeAAA%3B%3BAAnKZ%2CeAuKI%2CQACI%3BEACI%2CeAAA%3BEAEA%2CaFrxBiB%2CqBEqxBjB%3BEACA%2CoBAAA%3B%3BAA5KZ%2CeAuKI%2CQACI%2CGAMI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CeAbZ%2CQACI%2CGAMI%2CKAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CUAAA%3B%3BAA1LpB%2CeAgMI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAnMR%2CeAgMI%2CSAKI%3BEACI%2CeAAA%3B%3BAAtMZ%2CeA0MI%3BEACI%2CmBAAA%3B%3BAAGJ%2CeAAC%3BEACG%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAFJ%2CeAAC%2CWAIG%3BEACI%2CmBAAA%3B%3BAAKI%2CeAVX%2CWAQG%2CaACI%2COACK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CeAjBH%2CWAiBI%3BEACG%2CaAAA%3B%3BAAKI%2CeAvBX%2CWAqBG%2CQACI%2CKACK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAzBhB%2CeAAC%2CWA8BG%3BEACI%2CaAAA%3B%3BAA%5C%2FBR%2CeAAC%2CWAkCG%2CWAAU%3BEACN%2CWAAA%3B%3BAAnCR%2CeAAC%2CWAsCG%3BEACI%2CYAAA%3B%3BAAvCR%2CeAAC%2CWA0CG%2CsBACI%3BEACI%2CWAAA%3B%3BAA5CZ%2CeAAC%2CWA0CG%2CsBACI%2CiBAGI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEAEA%2CaFh3BU%2CmBEg3BV%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CeA%5C%2FDf%2CWA0CG%2CsBACI%2CiBAGI%2COAiBK%3BEACG%2CaAAA%3B%3BAAhEpB%2CeAAC%2CWA0CG%2CsBA2BI%3BEACI%2CaAAA%3B%3BAAtEZ%2CeAAC%2CWA0EG%3BEACI%2CQAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CeADH%2CUACI%3BEACG%2CaAAA%3B%3BAAKI%2CeAPX%2CUAKG%2CQACI%2CKACK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAThB%2CeAAC%2CUAcG%3BEACI%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAApBR%2CeAAC%2CUAuBG%3BEACI%2CmBAAA%3BEACA%2CaAAA%3B%3BAAzBR%2CeAAC%2CUAuBG%2CSAII%3BEACI%2CqBAAA%3B%3BAA5BZ%2CeAAC%2CUAuBG%2CSAQI%3BEACI%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAArCZ%2CeAAC%2CUAuBG%2CSAQI%2CKAQI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CeA9Cf%2CUAuBG%2CSAQI%2CKAQI%2CEAOK%3BEACG%2CqBAAA%3B%3BAA%5C%2FCpB%2CeAAC%2CUAqDG%3BEACI%2CmBAAA%3B%3BAAtDR%2CeAAC%2CUAqDG%2CQAGI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAA5DZ%2CeAAC%2CUAgEG%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeApEP%2CUAgEG%2CEAIK%3BEACG%2CgBAAA%3B%3BAADJ%2CeApEP%2CUAgEG%2CEAIK%2CMAGG%3BEACI%2CgBAAgB%2CWAAW%2CYAA3B%3BEACA%2CmBAAmB%2CWAAW%2CYAA9B%3BEACA%2CcAAc%2CWAAW%2CYAAzB%3BEACA%2CeAAe%2CWAAW%2CYAA1B%3BEACA%2CWAAW%2CWAAW%2CYAAtB%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FWpB%2CeAqXI%3BEACI%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAzXR%2CeAqXI%2CSAMI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C%2BCAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3B%3BAAlYZ%2CeAqXI%2CSAMI%2COASI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CaFx%5C%2FBa%2CgBEw%5C%2FBb%3B%3BAAGJ%2CeAzBR%2CSAMI%2COAmBK%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3B%3BAAGJ%2CeA%5C%2FBR%2CSAMI%2COAyBK%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAvZhB%2CeAqXI%2CSAsCI%3BEACI%2CWAAA%3B%3BAAEA%2CeAzCR%2CSAsCI%2CUAGK%3BEACG%2CaAAA%3B%3BAA%5C%2FZhB%2CeAqXI%2CSA8CI%3BEACI%2CYAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CeAlDR%2CSA8CI%2CUAIK%3BEACG%2CaAAA%3B%3BAAxahB%2CeA6aI%3BEACI%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAvbR%2CeA6aI%2CoBAYI%3BEACI%2CaAAA%3B%3BAA1bZ%2CeA6aI%2CoBAgBI%3BEACI%2CWAAA%3B%3BAA9bZ%2CeA6aI%2CoBAgBI%2CiBAGI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEAEA%2CaFpjCc%2CmBEojCd%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeArCZ%2CoBAgBI%2CiBAGI%2COAkBK%3BEACG%2CaAAA%3B%3BAAOpB%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAFJ%2CeAII%3BEACI%2CWAAA%3B%3BAALR%2CeAQI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAAdR%2CeAQI%2CcAQI%2CSACI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEAEA%2CaFzlCa%2CqBEylCb%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CeArBZ%2CcAQI%2CSACI%2CEAYK%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CeA3BZ%2CcAQI%2CSACI%2CEAkBK%3BEACG%2CmBAAA%3B%3BAAEA%2CeA9BhB%2CcAQI%2CSACI%2CEAkBK%2CSAGI%3BEACG%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAzCxB%2CeAQI%2CcAuCI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAlDZ%2CeAQI%2CcAuCI%2CaAKI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3B%3BAAMhB%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3B%3BAALJ%2CUAOI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAEA%2CUALJ%2CQAKK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3B%3BAAnBZ%2CUAOI%2CQAeI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CaF1pCiB%2CqBE0pCjB%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA9BZ%2CUAOI%2CQAeI%2CGAUI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEAEA%2CaFjqCc%2CmBEiqCd%3BEACA%2CmBAAA%3B%3BAAEA%2CUAhCZ%2CQAeI%2CGAUI%2CKAOK%3BEACG%2CaAAA%3B%3BAAxCpB%2CUAOI%2CQAsCI%2CKAAI%3BEACA%2CgCAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CaAAA%3B%3BAArDZ%2CUAOI%2CQAiDI%3BEACI%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA7DZ%2CUAOI%2CQAiDI%2CcAOI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEAEA%2CaFlsCc%2CmBEksCd%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAA5EhB%2CUAiFI%3BEACI%2CqBAAA%3BEACA%2CYAAA%3B%3BAAnFR%2CUAiFI%2CcAII%3BEACI%2CqBAAA%3B%3BAAtFZ%2CUA0FI%3BEACI%2CmBAAA%3BEACA%2CUAAA%3B%3BAA5FR%2CUA%2BFI%3BEAEI%2CaFjuCqB%2CqBEiuCrB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAApGR%2CUA%2BFI%2CGAOI%3BEACI%2CcAAA%3B%3BAAvGZ%2CUA2GI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAA9GR%2CUA2GI%2CYAKI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEAEA%2CaFjvCkB%2CmBEivClB%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAxHZ%2CUA2GI%2CYAgBI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEAEA%2CaF5vCkB%2CmBE4vClB%3B%3BAA%5C%2FHZ%2CUAmII%3BEACI%2CwBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CeAMI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAATR%2CeAYI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEAEA%2CaFtxCsB%2CmBEsxCtB%3BEACA%2CSAAA%3B%3BAAlBR%2CeAYI%2CEAQI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEAEA%2CaFhyCkB%2CmBEgyClB%3B%3BAAIR%2CeAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAgB%2C2DAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAxCR%2CeA2CI%2CcACI%2CUACI%3BEACI%2CWAAA%3B%3BAAMhB%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEAEA%2CaFr0CyB%2CgBEq0CzB%3B%3BAANJ%2CgBAQI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2C%2BBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CgBANJ%2CEAMK%3BEACG%2CYAAA%3B%3BAAMZ%3BEACI%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3B%3BAALJ%2CYAOI%3BEACI%2CkBAAA%3B%3BAARR%2CYAOI%2CkBAGI%3BEACI%2CWAAA%3B%3BAAXZ%2CYAOI%2CkBAOI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CSAAA%3B%3BAArBZ%2CYAOI%2CkBAOI%2CSASI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CaFx2Cc%2CmBEw2Cd%3BEACA%2CiBAAA%3B%3BAA3BhB%2CYAOI%2CkBAOI%2CSAgBI%3BEACI%2CgBAAA%3BEAEA%2CaF%5C%2F2Cc%2CmBE%2B2Cd%3B%3BAAjChB%2CYAOI%2CkBAOI%2CSAsBI%2COAAM%2CWACF%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAxCpB%2CYAOI%2CkBAOI%2CSAsBI%2COAAM%2CWACF%2CWAKI%2COAAM%3BEACF%2CUAAA%3B%3BAA3CxB%2CYAOI%2CkBAOI%2CSAsBI%2COAAM%2CWACF%2CWAKI%2COAAM%2CWAGF%3BEACI%2CWAAA%3B%3BAA9C5B%2CYAOI%2CkBAOI%2CSAsBI%2COAAM%2CWACF%2CWAKI%2COAAM%2CWAGF%2CMAGI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAEA%2CYA%5C%2FC5B%2CkBAOI%2CSAsBI%2COAAM%2CWACF%2CWAKI%2COAAM%2CWAGF%2CMAGI%2CMAMK%3BEACG%2CaAAA%3BEACA%2CgBAAA%3B%3BAAxDpC%2CYAOI%2CkBAOI%2CSAsBI%2COAAM%2CWA2BF%3BEACI%2CUAAA%3B%3BAAhEpB%2CYAOI%2CkBAOI%2CSAsBI%2COAAM%2CWA2BF%2CSAGI%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3B%3BAAQxB%2CMAAM%2CWAAY%2COAAO%2CSAAQ%3BEAC7B%2CaAAA%3B%3BAAGJ%2CYACI%3BEACI%2C0BAAA%3B%3BAAEA%2CYAHJ%2COAGK%3BEACG%2CmBAAA%3B%3BAADJ%2CYAHJ%2COAGK%2CQAGG%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEAEA%2CaFp7Cc%2CmBEo7Cd%3BEACA%2CgBAAA%3B%3BAAZR%2CYAHJ%2COAGK%2CQAGG%2CqBAWI%3BEACI%2CWAAA%3BEAEA%2CaF17CU%2CmBE07CV%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAnBZ%2CYAHJ%2COAGK%2CQAGG%2CqBAmBI%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAxBZ%2CYAHJ%2COAGK%2CQAGG%2CqBAmBI%2CiBAII%3BEACI%2CkBAAA%3B%3BAA3BhB%2CYAHJ%2COAGK%2CQAGG%2CqBAmBI%2CiBAII%2CEAGI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAS5B%2CkBACI%3BEACI%2CoBAAA%3BEAEA%2CaFx9CqB%2CqBEw9CrB%3BEACA%2CeAAA%3B%3BAALR%2CkBAQI%3BEACI%2CoBAAA%3B%3BAATR%2CkBAYI%3BEACI%2CcAAA%3BEAEA%2CaFt%2BCqB%2CgBEs%2BCrB%3BEACA%2CeAAA%3B%3BAAhBR%2CkBAmBI%2CcACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CYAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CYAAA%3BEACA%2CwBAAA%3B%3BAAKJ%2COAAC%3BEACG%2CeAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAALJ%2COAAC%2CQAOG%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAATR%2COAAC%2CQAOG%2CqBAII%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAjBZ%2COAAC%2CQAOG%2CqBAII%2CMAQI%3BEACI%2CWAAA%3B%3BAApBhB%2COAAC%2CQAyBG%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGI%2COAhCX%2CQAyBG%2CuBAMI%2COACK%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAFJ%2COAhCX%2CQAyBG%2CuBAMI%2COACK%2CaAIG%3BEACI%2CYAAA%3BEACA%2CkBAAA%3B%3BAANR%2COAhCX%2CQAyBG%2CuBAMI%2COACK%2CaASG%2CSACI%3BEACI%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3BEACA%2CeAAA%3B%3BAAEA%2COAvDvB%2CQAyBG%2CuBAMI%2COACK%2CaASG%2CSACI%2COAaK%3BEACG%2CcAAA%3BEACA%2CeAAA%3B%3BAAzD5B%2COAAC%2CQAiEG%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CaFpkDkB%2CmBEokDlB%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGI%2COA3EX%2CQAiEG%2CsBASI%2CQACK%3BEACG%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEAEA%2CaF9kDU%2CmBE8kDV%3BEACA%2CaAAA%3B%3BAANJ%2COA3EX%2CQAiEG%2CsBASI%2CQACK%2CMAQG%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAXR%2COA3EX%2CQAiEG%2CsBASI%2CQACK%2CMAQG%2CkBAKI%3BEACI%2CWAAA%3B%3BAAdZ%2COA3EX%2CQAiEG%2CsBASI%2CQACK%2CMAkBG%3BEACI%2CeAAA%3B%3BAAnBR%2COA3EX%2CQAiEG%2CsBASI%2CQACK%2CMAkBG%2CMAGI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2COArGnB%2CQAiEG%2CsBASI%2CQACK%2CMAkBG%2CMAQK%3BEACG%2CmBAAA%3BEACA%2C%2BBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2COA5GnB%2CQAiEG%2CsBASI%2CQACK%2CMAkBG%2CMAeK%3BEACG%2CkBAAA%3BEAqBA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C%2BBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA1BJ%2COA5GnB%2CQAiEG%2CsBASI%2CQACK%2CMAkBG%2CMAeK%2CiBAGG%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAnBR%2COA5GnB%2CQAiEG%2CsBASI%2CQACK%2CMAkBG%2CMAeK%2CiBA4BG%2CGACI%3BEACI%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEAEA%2CaF7oDN%2CmBE6oDM%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2COAnJ%5C%2FB%2CQAiEG%2CsBASI%2CQACK%2CMAkBG%2CMAeK%2CiBA4BG%2CGACI%2CEAUK%3BEACG%2CqBAAA%3B%3BAAzExB%2COA3EX%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAtFR%2COA3EX%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBAQI%3BEACI%2CgDAAA%3B%3BAAzFZ%2COA3EX%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBAYI%3BEACI%2CmBAAA%3BEACA%2C4BAAA%3BEAEA%2CaF5qDC%2CqBE4qDD%3BEACA%2CeAAA%3B%3BAAjGZ%2COA3EX%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBAYI%2CoBAOI%3BEACI%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAEA%2COApL3B%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBAYI%2CoBAOI%2CKAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAhHpB%2COA3EX%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBAqCI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAvHZ%2COA3EX%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBAqCI%2CsBAII%2CGACI%2CGACI%3BEAEI%2CaFtsDV%2CmBEssDU%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEA%2COA7MnC%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBAqCI%2CsBAII%2CGACI%2CGACI%2CEAOK%3BEACG%2CyBAAA%3BEACA%2CcAAA%3B%3BAApI5B%2COA3EX%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBA2DI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2COA5NvB%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBA2DI%2CoBAMK%3BEACG%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3B%3BAATJ%2COA5NvB%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBA2DI%2CoBAMK%2CUAWG%3BEACI%2CUAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEAEA%2CaF3uDN%2CmBE2uDM%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAnBR%2COA5NvB%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBA2DI%2CoBAMK%2CUAsBG%3BEACI%2CkBAAA%3B%3BAAvBR%2COA5NvB%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBA2DI%2CoBAMK%2CUAsBG%2CaAGI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CaF1vDX%2CqBE0vDW%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAjCZ%2COA5NvB%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBA2DI%2CoBAMK%2CUAsBG%2CaAcI%3BEAEI%2CaFhwDV%2CmBEgwDU%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAzCZ%2COA5NvB%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBA2DI%2CoBAMK%2CUAsBG%2CaAsBI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CaF7wDX%2CqBE6wDW%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAArMxB%2COA3EX%2CQAiEG%2CsBASI%2CQACK%2CMAgFG%2CmBA2DI%2CoBA%2BDI%3BEAEI%2CaFrxDF%2CmBEqxDE%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CoCAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3B%3BAAMR%2COAxSnB%2CQAiEG%2CsBASI%2CQACK%2CMA4NG%2CKACK%2CcACG%3BEACI%2CSAAA%3BEACA%2CgBAAA%3B%3BAA3S5B%2COAAC%2CQAiEG%2CsBAiPI%3BEACI%2CqBAAA%3BEACA%2CYAAA%3B%3BAApTZ%2COAAC%2CQAiEG%2CsBAiPI%2CGAII%2CGACI%3BEACI%2CqBAAA%3B%3BAAxTpB%2COAAC%2CQAiEG%2CsBAiPI%2CGAII%2CGAKI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAjUpB%2COAAC%2CQAiEG%2CsBAqQI%3BEACI%2CgBAAA%3B%3BAAMhB%2CiBAAkB%2CQAAO%2CSAAS%3BEAC9B%2CgBAAgB%2C0CAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAIA%2CSAAC%3BEACG%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAJJ%2CSAAC%2CaAMG%3BEACI%2CeAAA%3B%3BAAPR%2CSAAC%2CaAMG%2CYAGI%3BEACI%2CUAAA%3B%3BAAVZ%2CSAAC%2CaAcG%3BEACI%2C8BAAA%3BEACA%2CWAAA%3B%3BAAGI%2CSAnBX%2CaAcG%2CGAII%2CGACK%3BEACG%2CWAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CSAnBX%2CaAcG%2CGAII%2CGACK%2COAIG%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEAEA%2CaFh3DM%2CmBEg3DN%3BEACA%2CmBAAA%3B%3BAASxB%2CUAAW%2CUAAU%3BEACjB%2CWAAA%3B%3BAAGJ%2CUACI%3BEACI%2CWAAA%3B%3BAAFR%2CUACI%2CUAGI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3B%3BAANZ%2CUAUI%3BEACI%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAtBR%2CUAUI%2CWAcI%3BEACI%2CsBAAA%3BEACA%2CWAAA%3B%3BAA1BZ%2CUAUI%2CWAcI%2CYAII%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAA9BhB%2CUAUI%2CWAcI%2CYAII%2CGAII%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAnCpB%2CUAUI%2CWAcI%2CYAII%2CGAII%2CGAKI%3BEACI%2CyBAAA%3B%3BAAEA%2CUA9BpB%2CWAcI%2CYAII%2CGAII%2CGAKI%2CEAGK%3BEACG%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAKZ%2CUAtCZ%2CWAcI%2CYAII%2CGAoBK%3BEACG%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAASpB%2CoBACI%3BEACI%2CeAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3B%3BAAJR%2CoBACI%2CaAKI%3BEACI%2CaAAA%3B%3BAAPZ%2CoBACI%2CaASI%3BEACI%2CkBAAA%3B%3BAAXZ%2CoBACI%2CaASI%2CcAGI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEAEA%2CaF78Dc%2CmBE68Dd%3B%3BAAnBhB%2CoBACI%2CaASI%2CcAGI%2CWAQI%3BEACI%2CeAAA%3BEACA%2CoBAAA%3BEAEA%2CaFt9DS%2CqBEs9DT%3B%3BAAMR%2CoBA9BR%2CaA6BI%2CMACK%2CQACG%3BEACI%2CmBAAA%3B%3BAAFR%2CoBA9BR%2CaA6BI%2CMACK%2CQACG%2CUAGI%3BEACI%2CaAAA%3B%3BAALZ%2CoBA9BR%2CaA6BI%2CMACK%2CQACG%2CUAOI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEAEA%2CaFx%2BDK%2CqBEw%2BDL%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAdZ%2CoBA9BR%2CaA6BI%2CMACK%2CQACG%2CUAgBI%3BEAEI%2CaF5%2BDM%2CmBE4%2BDN%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAArBZ%2CoBA9BR%2CaA6BI%2CMACK%2CQACG%2CUAuBI%3BEACI%2CoBAAA%3B%3BAAzBZ%2CoBA9BR%2CaA6BI%2CMACK%2CQACG%2CUAuBI%2COAGI%3BEACI%2CeAAA%3BEAEA%2CaFv%5C%2FDE%2CmBEu%5C%2FDF%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAhChB%2CoBA9BR%2CaA6BI%2CMACK%2CQACG%2CUAuBI%2COAWI%3BAAnCZ%2CoBA9BR%2CaA6BI%2CMACK%2CQACG%2CUAuBI%2COAYI%3BAApCZ%2CoBA9BR%2CaA6BI%2CMACK%2CQACG%2CUAuBI%2COAaI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAxChB%2CoBA9BR%2CaA6BI%2CMACK%2CQACG%2CUAuBI%2COAmBI%3BEACI%2CaAAA%3B%3BAA5ChB%2CoBA9BR%2CaA6BI%2CMACK%2CQAiDG%3BEACI%2CkBAAA%3B%3BAAlDR%2CoBA9BR%2CaA6BI%2CMACK%2CQAiDG%2CiBAGI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEAEA%2CaF%5C%2FhEK%2CqBE%2BhEL%3B%3BAAEA%2CoBAnGpB%2CaA6BI%2CMACK%2CQAiDG%2CiBAGI%2COAiBK%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAS5B%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAEA%2CmBAAC%3BEACG%2CeAAA%3BEACA%2CSAAA%3BEAEA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3B%3BAAGI%2CmBAVP%2CaASG%2CUACK%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAZZ%2CmBAAC%2CaAgBG%2CWACI%3BEACI%2CSAAA%3B%3BAAlBZ%2CmBAAC%2CaAgBG%2CWACI%2CWAGI%3BEACI%2CqBAAA%3B%3BAAOpB%2CQAAQ%2CaAAc%2CGAAG%3BEACrB%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2COAAO%2CQAAS%2CuBAAuB%2COAAM%2CaAAc%2CMAAK%3BEAC5D%2CcAAA%3BEAEA%2CaF5lE0B%2CmBE4lE1B%3BEACA%2CgBAAA%3B%3BAAGJ%2COAAO%2CQAAS%2CuBAAuB%2COAAM%2CaAAc%2CMAAK%3BEAC5D%2CcAAA%3BEAEA%2CaFnmE0B%2CmBEmmE1B%3BEACA%2CgBAAA%3B%3BAAGJ%2COAAO%2CQAAS%2CuBAAuB%2COAAM%2CaAAc%2CMAAK%3BEAC5D%2CcAAA%3BEAEA%2CaF1mE0B%2CmBE0mE1B%3BEACA%2CgBAAA%3B%3BAAGJ%2COAAO%2CQAAS%2CuBAAuB%2COAAM%2CaAAc%3BEACvD%2CcAAA%3BEAEA%2CaFjnE0B%2CmBEinE1B%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2COAAO%2CQAAS%2CuBAAuB%2COAAM%2CaAAc%2CMAAK%3BEAC5D%2CaAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CSAAS%2CaAAc%2CGAAG%2CKAAE%2COAAO%2CUAAW%2CIAAC%3BEAC3C%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAgB%2CoDAAhB%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CSAAS%2CaAAc%2CGAAG%2CKAAE%2COAAO%2CUAAW%2CIAAC%2CUAAU%3BEACrD%2CaAAA%3B%3BAAGJ%2CSAAS%2CaAAc%2CGAAG%2CGAAE%3BEACxB%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CSAAS%2CaAAc%2CGAAE%2COAAO%2CMAAO%3BEACnC%2CcAAA%3B%3BAAGJ%2CSAAS%2CaAAc%2CGAAE%2COAAO%2CMAAM%3BEAClC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgCAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CKAAK%2CaAAa%2CMAAO%3BEACrB%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAFJ%2CKAAK%2CaAAa%2CMAAO%2CmBAIrB%3BEACI%2CqBAAA%3B%3BAAIR%3BEACI%2CwBAA%2BC%2C4DAA%5C%2FC%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2C8DAAhB%3BEACA%2CsBAAA%3B%3BAAjBR%2CiBAoBI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEAEA%2CaFlsEqB%2CqBEksErB%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAA5BR%2CiBA%2BBI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAApCR%2CiBA%2BBI%2CiBAOI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAxCZ%2CiBA%2BBI%2CiBAOI%2CUAII%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAEA%2CiBAlBZ%2CiBAOI%2CUAII%2COAOK%3BEACG%2CmBAAA%3B%3BAAlDpB%2CiBA%2BBI%2CiBAwBI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAA5DZ%2CiBA%2BBI%2CiBAwBI%2CSAOI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C%2BCAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3B%3BAArEhB%2CiBA%2BBI%2CiBAwBI%2CSAOI%2COASI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CaF1vES%2CgBE0vET%3B%3BAA9EpB%2CiBA%2BBI%2CiBAwBI%2CSA2BI%3BEACI%2CWAAA%3B%3BAAEA%2CiBAtDZ%2CiBAwBI%2CSA2BI%2CUAGK%3BEACG%2CaAAA%3B%3BAAtFpB%2CiBA%2BBI%2CiBAwBI%2CSAmCI%3BEACI%2CYAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CiBA%5C%2FDZ%2CiBAwBI%2CSAmCI%2CUAIK%3BEACG%2CaAAA%3B%3BAAQpB%3BEACI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CgBAEI%3BAADJ%2CaAAa%2CcACT%3BEACI%2C6BAAA%3BEAEA%2CaFvxEsB%2CmBEuxEtB%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAATR%2CgBAYI%2CYACI%3BAAZR%2CaAAa%2CcAWT%2CYACI%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3B%3BAAhBZ%2CgBAYI%2CYAOI%3BAAlBR%2CaAAa%2CcAWT%2CYAOI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CaF5yEiB%2CqBE4yEjB%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAA3BZ%2CgBA%2BBI%3BAA9BJ%2CaAAa%2CcA8BT%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAzCR%2CgBA%2BBI%2CYAYI%3BAA1CR%2CaAAa%2CcA8BT%2CYAYI%3BEACI%2CsBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CgBAhBR%2CYAYI%2CGAIK%2CYACG%2CEACI%3BAAFR%2CaA9CC%2CcA8BT%2CYAYI%2CGAIK%2CYACG%2CEACI%3BEACI%2CgBAAA%3B%3BAAEA%2CgBArBpB%2CYAYI%2CGAIK%2CYACG%2CEACI%2CIAGK%3BAAAD%2CaAnDX%2CcA8BT%2CYAYI%2CGAIK%2CYACG%2CEACI%2CIAGK%3BEACG%2CaAAA%3B%3BAAMA%2CgBA5BxB%2CYAYI%2CGAIK%2CYACG%2CEASK%2CSACG%2CIACK%3BAAAD%2CaA1Df%2CcA8BT%2CYAYI%2CGAIK%2CYACG%2CEASK%2CSACG%2CIACK%3BEACG%2CqBAAA%3B%3BAA5DhC%2CgBA%2BBI%2CYAYI%2CGAwBI%3BAAlEZ%2CaAAa%2CcA8BT%2CYAYI%2CGAwBI%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAtEhB%2CgBA%2BBI%2CYAYI%2CGA8BI%3BAAxEZ%2CaAAa%2CcA8BT%2CYAYI%2CGA8BI%3BEAEI%2CaF71Ec%2CmBE61Ed%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAGI%2CgBAtDhB%2CYAYI%2CGA8BI%2CEAWI%2CIACK%3BAAAD%2CaApFP%2CcA8BT%2CYAYI%2CGA8BI%2CEAWI%2CIACK%3BEACG%2CaAAA%3B%3BAAIR%2CgBA3DZ%2CYAYI%2CGA8BI%2CEAiBK%3BAAAD%2CaAzFH%2CcA8BT%2CYAYI%2CGA8BI%2CEAiBK%3BEACG%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGI%2CgBAhEpB%2CYAYI%2CGA8BI%2CEAiBK%2CSAIG%2CIACK%3BAAAD%2CaA9FX%2CcA8BT%2CYAYI%2CGA8BI%2CEAiBK%2CSAIG%2CIACK%3BEACG%2CaAAA%3B%3BAAGJ%2CgBApEpB%2CYAYI%2CGA8BI%2CEAiBK%2CSAIG%2CIAKK%3BAAAD%2CaAlGX%2CcA8BT%2CYAYI%2CGA8BI%2CEAiBK%2CSAIG%2CIAKK%3BEACG%2CaAAA%3B%3BAAGJ%2CgBAxEpB%2CYAYI%2CGA8BI%2CEAiBK%2CSAIG%2CIASK%3BAAAD%2CaAtGX%2CcA8BT%2CYAYI%2CGA8BI%2CEAiBK%2CSAIG%2CIASK%3BEACG%2CqBAAA%3B%3BAAxG5B%2CgBA%2BBI%2CYAYI%2CGA8BI%2CEAoCI%3BAA5GhB%2CaAAa%2CcA8BT%2CYAYI%2CGA8BI%2CEAoCI%3BEACI%2CgBAAA%3B%3BAA9GpB%2CgBAoHI%2CeACI%3BAApHR%2CaAAa%2CcAmHT%2CeACI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEAEA%2CaF94EiB%2CqBE84EjB%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CgBAlBR%2CeACI%2CQAiBK%3BAAAD%2CaArIC%2CcAmHT%2CeACI%2CQAiBK%3BEACG%2CmBAAA%3B%3BAAvIhB%2CgBA4II%2CWACI%3BAA5IR%2CaAAa%2CcA2IT%2CWACI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEAEA%2CaFt6EiB%2CqBEs6EjB%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAA1JZ%2CgBA8JI%3BAA7JJ%2CaAAa%2CcA6JT%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAhKR%2CgBA8JI%2CaAII%3BAAjKR%2CaAAa%2CcA6JT%2CaAII%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEAEA%2CaF37EkB%2CmBE27ElB%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA7KZ%2CgBAiLI%2CaACI%3BAAjLR%2CaAAa%2CcAgLT%2CaACI%3BEACI%2CiBAAA%3B%3BAAnLZ%2CgBAiLI%2CaAKI%3BAArLR%2CaAAa%2CcAgLT%2CaAKI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CsBACI%2CYACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CaFx9EiB%2CqBEw9EjB%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAVZ%2CsBACI%2CYAYI%3BEACI%2C6BAAA%3BEAEA%2CaF%5C%2F9EkB%2CmBE%2B9ElB%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CmBAAoB%3BEAChB%2CmBAAA%3BEACA%2CgBAAA%3BEAEA%2CaF%5C%2F%2BEyB%2CqBE%2B%2BEzB%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcAAc%2CgBACV%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEAEA%2CaFjgFsB%2CmBEigFtB%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAIR%2CaAAc%3BEACV%2CmBAAA%3B%3BAAGJ%2CaAAc%2CSAAS%3BEACnB%2CkBAAA%3B%3BAAGJ%2CaAAc%2CSAAS%2CGAAG%3BEACtB%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CaAAc%2CSAAS%2CGAAG%2CaAAa%3BEACnC%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CaF5hF0B%2CmBE4hF1B%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CgCAAA%3B%3BAAGJ%2CMAAM%2CmBACF%3BEACI%2CYAAA%3B%3BAAFR%2CMAAM%2CmBAKF%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAARR%2CMAAM%2CmBAWF%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAAbR%2CMAAM%2CmBAgBF%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAnBR%2CMAAM%2CmBAsBF%3BEACI%2CiBAAA%3B%3BAAIR%2CcACI%3BEACI%2CaAAA%3B%3BAAFR%2CcAKI%3BEACI%2CkBAAA%3B%3BAAMA%2CgBADJ%2CaACK%3BEACG%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CgBADJ%2CaACK%2CUAMG%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAMhB%2CsBACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CaFnmFsB%2CmBEmmFtB%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAIR%2C%2BBACI%3BEACI%2CkBAAA%3B%3BAAFR%2C%2BBACI%2CWAGI%3BEAEI%2CaFlnFiB%2CqBEknFjB%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3B%3BAATZ%2C%2BBACI%2CWAWI%3BEAEI%2CaFvnFkB%2CmBEunFlB%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAKZ%3BEAEI%2CaFhoF0B%2CmBEgoF1B%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CWAMI%3BEACI%2CcAAA%3B%3BAAIR%2CUAAW%2CWAAW%2CYAAY%2CKAAE%2CSAAS%3BEACzC%2CkBAAA%3B%3BAAKI%2CUADJ%2CGACK%3BEACG%2CkBAAA%3BEACA%2CUAAA%3B%3BAAKZ%2CmBACI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAANR%2CmBACI%2CSAOI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C%2BCAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3B%3BAAfZ%2CmBACI%2CSAOI%2COASI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CaFprFa%2CgBEorFb%3B%3BAAxBhB%2CmBACI%2CSA2BI%3BEACI%2CWAAA%3B%3BAAEA%2CmBA9BR%2CSA2BI%2CUAGK%3BEACG%2CaAAA%3B%3BAAhChB%2CmBACI%2CSAmCI%3BEACI%2CYAAA%3B%3BAAEA%2CmBAtCR%2CSAmCI%2CUAGK%3BEACG%2CaAAA%3B%3BAAxChB%2CmBA6CI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAhDR%2CmBA6CI%2CUAKI%3BEACI%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CmBAXR%2CUAKI%2COAMK%3BEACG%2CgBAAA%3B%3BAAMhB%2CMAAM%2CgBAEF%3BAADJ%2CmBACI%3BEAEI%2CaFztFsB%2CmBEytFtB%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CMAdF%2CgBAEF%2CUAYK%3BAAAD%2CmBAZJ%2CUAYK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgCAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CMAxBF%2CgBAEF%2CUAsBK%3BAAAD%2CmBAtBJ%2CUAsBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CMApCF%2CgBAmCF%2CEACK%3BAAAD%2CmBADJ%2CEACK%3BEACG%2CgBAAgB%2CoDAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAHJ%2CMApCF%2CgBAmCF%2CEACK%2CaAKG%3BAALJ%2CmBADJ%2CEACK%2CaAKG%3BAALJ%2CMApCF%2CgBAmCF%2CEACK%2CaAMG%3BAANJ%2CmBADJ%2CEACK%2CaAMG%3BEACI%2CaAAA%3B%3BAAIR%2CMA%5C%2FCF%2CgBAmCF%2CEAYK%3BAAAD%2CmBAZJ%2CEAYK%3BEACG%2CgBAAgB%2CoDAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAHJ%2CMA%5C%2FCF%2CgBAmCF%2CEAYK%2CWAKG%3BAALJ%2CmBAZJ%2CEAYK%2CWAKG%3BAALJ%2CMA%5C%2FCF%2CgBAmCF%2CEAYK%2CWAMG%3BAANJ%2CmBAZJ%2CEAYK%2CWAMG%3BEACI%2CaAAA%3B%3BAAtDhB%2CMAAM%2CgBA2DF%2CmBACI%3BAA3DR%2CmBA0DI%2CmBACI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAhEZ%2CMAAM%2CgBAoEF%3BAAnEJ%2CmBAmEI%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CQAAA%3B%3BAAIR%2CcACI%3BEACI%2CwBAAA%3B%3BAAIR%2CeACI%3BEACI%2CWAAA%3BEAEA%2CaF1yFsB%2CmBE0yFtB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAPR%2CeACI%2CMAQI%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAAXZ%2CeAeI%3BEACI%2CgBAAA%3B%3BAAIR%2CYAAY%2CUACR%3BEACI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAALR%2CYAAY%2CUACR%2CcAMI%3BEACI%2CgCAAA%3B%3BAAOZ%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%2COAAQ%3BEACJ%2CYAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2C%2BBAAA%3B%3BAANJ%2COAAQ%2CKAQJ%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAbR%2COAAQ%2CKAQJ%2CYAOI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAjBZ%2COAAQ%2CKAqBJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAzBR%2COAAQ%2CKAqBJ%2CgBAMI%3BEAEI%2CaF52FkB%2CmBE42FlB%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3B%3BAAhCZ%2COAAQ%2CKAqBJ%2CgBAcI%3BEAEI%2CaFv3FiB%2CqBEu3FjB%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAxCZ%2COAAQ%2CKAqBJ%2CgBAcI%2CGAOI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaF73Fc%2CmBE63Fd%3B%3BAA9ChB%2COAAQ%2CKAqBJ%2CgBA6BI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEAEA%2CaFx4FkB%2CmBEw4FlB%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2COA9DJ%2CKAqBJ%2CgBA6BI%2CUAYK%3BEACG%2CcAAA%3B%3BAAMhB%2COAAQ%2CGACJ%3BEACI%2CqBAAA%3B%3BAAEA%2COAJA%2CGACJ%2CEAGK%3BEACG%2CqBAAA%3B%3BAAKZ%3BEACI%2CgBAAgB%2CoDAAhB%3B%3BAAGJ%3BEACI%2CgBAAgB%2CoDAAhB%3BEACA%2CWAAA%3B%3BAAFJ%2CQAII%3BEACI%2CUAAA%3B%3BAALR%2CQAQI%2CgBACI%3BEACI%2CaF56FkB%2CmBE46FlB%3BEACA%2CeAAA%3B%3BAAXZ%2CQAQI%2CgBACI%2CGAII%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CaFt7Fa%2CqBEs7Fb%3B%3BAAMhB%3BEACI%2CgBAAgB%2CoDAAhB%3BEACA%2CWAAA%3B%3BAAFJ%2CQAII%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAARR%2CQAWI%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAAbR%2CQAWI%2CgBAII%3BEACI%2CaFz8FkB%2CmBEy8FlB%3BEACA%2CeAAA%3B%3BAAjBZ%2CQAWI%2CgBAII%2CGAII%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEAEA%2CaFn9Fa%2CqBEm9Fb%3B%3BAAMhB%3BEACI%2CgBAAgB%2CoDAAhB%3BEACA%2CWAAA%3B%3BAAFJ%2CQAII%3BEACI%2CSAAA%3B%3BAALR%2CQAII%2CYAGI%3BEACI%2CWAAA%3B%3BAARZ%2CQAYI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAdR%2CQAYI%2CgBAII%3BEACI%2CaFv%2BFkB%2CmBEu%2BFlB%3BEACA%2CeAAA%3B%3BAAlBZ%2CQAYI%2CgBAII%2CGAII%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CaFj%5C%2FFa%2CqBEi%5C%2FFb%3B%3BAAMhB%3BEACI%2CgBAAgB%2CoDAAhB%3BEACA%2CWAAA%3B%3BAAFJ%2CQAII%2CYACI%3BEACI%2CWAAA%3B%3BAANZ%2CQAUI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAZR%2CQAUI%2CgBAII%3BEACI%2CaFngGkB%2CmBEmgGlB%3BEACA%2CeAAA%3B%3BAAhBZ%2CQAUI%2CgBAII%2CGAII%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CaF7gGa%2CqBE6gGb%3B%3BAAMhB%3BEACI%2CgBAAgB%2CoDAAhB%3BEACA%2CWAAA%3B%3BAAFJ%2CQAII%3BEACI%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAPR%2CQAUI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAZR%2CQAUI%2CgBAII%3BEACI%2CaFriGiB%2CgBEqiGjB%3BEACA%2CeAAA%3B%3BAAhBZ%2CQAUI%2CgBAII%2CGAII%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEAEA%2CaF5iGa%2CgBE4iGb%3B%3BAAMhB%3BEACI%2CgBAAgB%2CoDAAhB%3BEACA%2CWAAA%3B%3BAAFJ%2CQAII%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAPR%2CQAUI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAZR%2CQAUI%2CgBAII%3BEACI%2CaF3jGkB%2CmBE2jGlB%3BEACA%2CeAAA%3B%3BAAhBZ%2CQAUI%2CgBAII%2CGAII%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEAEA%2CaFrkGa%2CqBEqkGb%3B%3BAAMhB%2CaAAa%3BEACT%2C2BAAA%3B%3BAAGJ%2CiBAAkB%2CQAAO%2CSAAU%3BEAC%5C%2FB%2CiBAAA%3BEAEA%2CaF%5C%2FkG0B%2CmBE%2BkG1B%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CiBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BEACvC%2CeAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAADJ%2CSAGI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAAEA%2CmBAAC%2CWACG%3BEACI%2CaAAA%3B%3BAAFR%2CmBAAC%2CWAKG%3BEACI%2C2BAAA%3B%3BAANR%2CmBAAC%2CWASG%3BEACI%2CaAAA%3B%3BAAbZ%2CmBAiBI%2CiBACI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAMR%2CMAAC%3BEACG%2CyBAAA%3B%3BAAIR%2CsBACI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAPR%2CsBACI%2CUAQI%3BEACI%2CaAAA%3B%3BAAVZ%2CsBACI%2CUAYI%3BEACI%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CsBAjBR%2CUAYI%2CMAKK%3BEACG%2CiBAAA%3B%3BAAnBhB%2CsBACI%2CUAsBI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA1BZ%2CsBACI%2CUAsBI%2CeAKI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAA9BhB%2CsBACI%2CUAiCI%3BEACI%2CWAAA%3B%3BAAnCZ%2CsBACI%2CUAqCI%3BEACI%2CgBAAA%3B%3BAAIA%2CsBA1CR%2CUAyCI%2CMACK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAMhB%3BEACI%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CeAAgB%2CmBAAmB%3BEAC%5C%2FB%2CwBAAA%3B%3BAAGJ%2CeAAgB%2CmBAAmB%2CEAAC%3BEAChC%2CSAAS%2COAAT%3BEACA%2CaFhsGuB%2CaEgsGvB%3BEACA%2CcAAA%3B%3BAAGJ%2CqBACI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CqBAAsB%3BEAClB%2C6BAAA%3B%3BAAMQ%2CeAFP%2CWACI%2CUACI%3BEACG%2CcAAA%3B%3BAADJ%2CeAFP%2CWACI%2CUACI%2CUAGG%3BEACI%2C2BAAA%3B%3BAAOpB%3BEACI%2CmBAAA%3B%3BAADJ%2CyBAGI%3BEACI%2CwBAAA%3B%3BAAJR%2CyBAOI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAdR%2CyBAiBI%3BEAEI%2CaF5vGqB%2CqBE4vGrB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAtBR%2CyBAiBI%2CeAOI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAA3BZ%2CyBA%2BBI%3BEAEI%2CaFvwGsB%2CmBEuwGtB%3BEACA%2CkBAAA%3B%3BAAlCR%2CyBA%2BBI%2CkBAKI%3BEACI%2CeAAA%3B%3BAArCZ%2CyBA%2BBI%2CkBAKI%2CEAGI%3BEACI%2CqBAAA%3B%3BAAxChB%2CyBA6CI%3BEACI%2CoBAAA%3B%3BAA9CR%2CyBA6CI%2CWAGI%3BEAEI%2CaF3xGiB%2CqBE2xGjB%3BEACA%2CgBAAA%3B%3BAAKJ%2CyBADJ%2CEACK%3BEACG%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAA3DZ%2CyBA%2BDI%3BEACI%2CkBAAA%3B%3BAAhER%2CyBA%2BDI%2CiBAGI%3BEACI%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAKZ%2COACI%3BEACI%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3B%3BAAIR%2CkBACI%2CgBACI%3BEACI%2CaAAA%3B%3BAAHZ%2CkBAOI%3BEACI%2CkBAAA%3B%3BAARR%2CkBAWI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2C6CAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAApBR%2CkBAWI%2CcAWI%3BEACI%2CWAAA%3B%3BAAvBZ%2CkBA2BI%3BEACI%2C6BAAA%3B%3BAAKJ%2CMAAC%2CiBACG%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAKZ%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CaAAA%3BEAEA%2CaF92G0B%2CmBE82G1B%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3B%3BAAhBJ%2CqBAkBI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CiBAGI%3BEACI%2CaAAA%3B%3BAAJR%2CiBAOI%3BEACI%2C0BAAA%3BEACA%2CuBAAA%3B%3BAATR%2CiBAOI%2CWAII%2CcACI%3BEACI%2CaAAA%3B%3BAAbhB%2CiBAOI%2CWAII%2CcAKI%2CQACI%3BEACI%2CWAAA%3B%3BAAlBpB%2CiBAOI%2CWAgBI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAzBZ%2CiBAOI%2CWAgBI%2CkBAII%3BEACI%2CgBAAA%3B%3BAA5BhB%2CiBAOI%2CWAgBI%2CkBAII%2CaAGI%3BEACI%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBAhCZ%2CWAgBI%2CkBAII%2CaAYK%3BEACG%2CyBAAA%3B%3BAADJ%2CiBAhCZ%2CWAgBI%2CkBAII%2CaAYK%2CMAGG%3BEACI%2CgBAAgB%2CWAAW%2CYAA3B%3BEACA%2CmBAAmB%2CWAAW%2CYAA9B%3BEACA%2CcAAc%2CWAAW%2CYAAzB%3BEACA%2CeAAe%2CWAAW%2CYAA1B%3BEACA%2CWAAW%2CWAAW%2CYAAtB%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAApDxB%2CiBAOI%2CWAgBI%2CkBAkCI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaFx7Gc%2CmBEw7Gd%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAAjEhB%2CiBAOI%2CWAgBI%2CkBAkCI%2CSAUI%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CiBAhEhB%2CWAgBI%2CkBAkCI%2CSAUI%2CEAIK%3BEACG%2C0BAAA%3BEACA%2CyBAAA%3B%3BAAzExB%2CiBAOI%2CWAwEI%3BEAEI%2CaF58GkB%2CmBE48GlB%3BEACA%2CeAAA%3BEACA%2C%2BBAAA%3B%3BAAnFZ%2CiBAOI%2CWAwEI%2CkBAMI%3BEACI%2CSAAA%3BEACA%2CmBAAA%3B%3BAAvFhB%2CiBAOI%2CWAwEI%2CkBAMI%2CEAII%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA5FpB%2CiBAOI%2CWAwEI%2CkBAMI%2CEAUI%3BEACI%2CcAAA%3BEACA%2CoBAAA%3B%3BAAOpB%3BEACI%2CmBAAA%3B%3BAADJ%2CgCAGI%3BEACI%2CcAAA%3B%3BAAJR%2CgCAOI%3BEACI%2C0BAAA%3BEACA%2CuBAAA%3B%3BAATR%2CgCAOI%2CWAII%2CcACI%2CQACI%3BEACI%2CWAAA%3B%3BAAdpB%2CgCAOI%2CWAYI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAvBZ%2CgCAOI%2CWAYI%2CaAMI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3B%3BAA3BhB%2CgCAOI%2CWAYI%2CaAMI%2CGAII%3BEACI%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CgCA%5C%2FBhB%2CWAYI%2CaAMI%2CGAII%2CGASK%2CUAAU%3BEACP%2CiBAAA%3B%3BAAvCxB%2CgCAOI%2CWAYI%2CaAMI%2CGAII%2CGAaI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEAEA%2CaFvhHK%2CqBEuhHL%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAnDxB%2CgCAOI%2CWAYI%2CaAMI%2CGAII%2CGAaI%2CKAWI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CgCArDxB%2CWAYI%2CaAMI%2CGAII%2CGAaI%2CKAWI%2CEAOK%3BEACG%2C0BAAA%3B%3BAAIR%2CgCA1DpB%2CWAYI%2CaAMI%2CGAII%2CGAaI%2CKAuBK%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAEA%2CgCApExB%2CWAYI%2CaAMI%2CGAII%2CGAaI%2CKAuBK%2CSAUI%3BEACG%2CSAAS%2COAAT%3BEACA%2CaFviHL%2CaEuiHK%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FEhC%2CgCAOI%2CWAYI%2CaAMI%2CGAII%2CGAuDI%3BEACI%2CaAAA%3B%3BAArFxB%2CgCAOI%2CWAYI%2CaAMI%2CGAII%2CGA2DI%2COACI%3BEACI%2CWAAA%3B%3BAAIR%2CgCAvFhB%2CWAYI%2CaAMI%2CGAII%2CGAiEK%2CMACG%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEAEA%2CaFhlHE%2CmBEglHF%3B%3BAAfR%2CgCAvFhB%2CWAYI%2CaAMI%2CGAII%2CGAiEK%2CMACG%2CaAgBI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CaFzlHH%2CqBEylHG%3BEACA%2CaAAA%3B%3BAAtBZ%2CgCAvFhB%2CWAYI%2CaAMI%2CGAII%2CGAiEK%2CMACG%2CaAwBI%3BEACI%2CiBAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAjCZ%2CgCAvFhB%2CWAYI%2CaAMI%2CGAII%2CGAiEK%2CMACG%2CaAmCI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAvCZ%2CgCAvFhB%2CWAYI%2CaAMI%2CGAII%2CGAiEK%2CMACG%2CaAyCI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CgCA9I5B%2CWAYI%2CaAMI%2CGAII%2CGAiEK%2CMACG%2CaAyCI%2CEAaK%3BEACG%2CqBAAA%3B%3BAAtJpC%2CgCAOI%2CWAwJI%2CgBACI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAnKhB%2CgCAOI%2CWAwJI%2CgBACI%2CaAKI%3BEACI%2CmBAAA%3B%3BAAIA%2CgCAnKhB%2CWAwJI%2CgBACI%2CaASI%2CaACK%3BEACG%2CWAAA%3B%3BAA3KxB%2CgCAOI%2CWAwJI%2CgBACI%2CaASI%2CaAKI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAhLxB%2CgCAOI%2CWAwJI%2CgBACI%2CaAoBI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAtLpB%2CgCAOI%2CWAwJI%2CgBACI%2CaAyBI%3BEACI%2CaAAA%3B%3BAA1LpB%2CgCAOI%2CWAwLI%3BEACI%2CgBAAA%3B%3BAAhMZ%2CgCAOI%2CWAwLI%2CiBAGI%3BEAEI%2CaF1qHa%2CqBE0qHb%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CgCArMZ%2CWAwLI%2CiBAGI%2CGAUK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CmDAAhB%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CSAAA%3B%3BAAGJ%2CgCAhNZ%2CWAwLI%2CiBAGI%2CGAqBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CoDAAhB%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CUAAA%3B%3BAA%5C%2FNpB%2CgCAOI%2CWAwLI%2CiBAoCI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAtOhB%2CgCAOI%2CWAwLI%2CiBAoCI%2CGAKI%3BEACI%2CqBAAA%3B%3BAAEA%2CgCApOhB%2CWAwLI%2CiBAoCI%2CGAKI%2CGAGK%3BEACG%2CYAAA%3B%3BAA5OxB%2CgCAOI%2CWAwLI%2CiBAkDI%3BEACI%2CqBAAA%3B%3BAAlPhB%2CgCAOI%2CWAwLI%2CiBAkDI%2CSAGI%3BEAEI%2CaF5tHS%2CqBE4tHT%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA1PpB%2CgCAOI%2CWAwLI%2CiBAkDI%2CSAGI%2CGAQI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CgCA7PhB%2CWAwLI%2CiBAkDI%2CSAGI%2CGAgBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3B%3BAA3QxB%2CgCAOI%2CWAwLI%2CiBAkDI%2CSA8BI%3BEAEI%2CaFpvHU%2CmBEovHV%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAOpB%2CYAAa%3BEACT%2CaFpwHyB%2CqBEowHzB%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEAEA%2CgCAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CYAAa%2CIAAC%3BEACV%2CgCAAA%3BEACA%2CgCAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3B%3BAADJ%2CUAGI%3BEACI%2CyBAAA%3B%3BAAJR%2CUAGI%2CYAGI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3B%3BAAEA%2CUARR%2CYAGI%2CUAKK%3BEACG%2C6BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CUAbR%2CYAGI%2CUAUK%3BEACG%2C8BAAA%3B%3BAAGJ%2CUAjBR%2CYAGI%2CUAcK%3BEACG%2C6BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CUAtBR%2CYAGI%2CUAmBK%3BEACG%2C6BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CUA3BR%2CYAGI%2CUAwBK%3BEACG%2C8BAAA%3B%3BAAGJ%2CUA%5C%2FBR%2CYAGI%2CUA4BK%3BEACG%2C6BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CUApCR%2CYAGI%2CUAiCK%3BEACG%2C6BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CUAzCR%2CYAGI%2CUAsCK%3BEACG%2C8BAAA%3B%3BAAGJ%2CUA7CR%2CYAGI%2CUA0CK%3BEACG%2C6BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CUAlDR%2CYAGI%2CUA%2BCK%3BEACG%2C6BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CUAvDR%2CYAGI%2CUAoDK%3BEACG%2C8BAAA%3B%3BAAGJ%2CUA3DR%2CYAGI%2CUAwDK%3BEACG%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAAGJ%2CUAhER%2CYAGI%2CUA6DK%3BEACG%2C8BAAA%3B%3BAAGJ%2CUApER%2CYAGI%2CUAiEK%3BEACG%2C6BAAA%3B%3BAAxEhB%2CUAGI%2CYAGI%2CUAqEI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3B%3BAA7EhB%2CUAGI%2CYAGI%2CUAqEI%2CaAII%3BEACI%2CgBAAA%3B%3BAAIA%2CUAjFhB%2CYAGI%2CUAqEI%2CaAQI%2CKACK%3BEACG%2CcAAA%3B%3BAAGJ%2CUArFhB%2CYAGI%2CUAqEI%2CaAQI%2CKAKK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEAEA%2CaFl3HM%2CmBEk3HN%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAMhB%2CUArGJ%2CYAqGK%3BEACG%2C4BAAA%3BEACA%2CaAAA%3B%3BAAFJ%2CUArGJ%2CYAqGK%2CaAIG%3BEACI%2CkBAAA%3BEACA%2CwBAAA%3B%3BAANR%2CUArGJ%2CYAqGK%2CaAIG%2CGAII%3BEACI%2CqBAAA%3BEACA%2C6BAAA%3B%3BAAVZ%2CUArGJ%2CYAqGK%2CaAIG%2CGAII%2CGAII%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CaF94HK%2CqBE84HL%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CUA3HhB%2CYAqGK%2CaAIG%2CGAII%2CGAcK%3BEACG%2CsBAAA%3B%3BAAUhB%2CmBADJ%2CUACK%3BEACG%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CmBANJ%2CUAMK%3BEACG%2CSAAA%3BEACA%2CUAAA%3B%3BAAOJ%2CYADH%2CQACI%3BEACG%2CyBAAA%3B%3BAAKZ%2CeACI%3BEACI%2CsBAAA%3B%3BAAKJ%2CYAAC%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGI%2CYARP%2CaAOG%2CMACK%3BEACG%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CuBAAA%3BEACA%2C8BAAA%3B%3BAAKJ%2CYAjBP%2CaAgBG%2CMACK%3BEACG%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAHJ%2CYAjBP%2CaAgBG%2CMACK%2CiBAKG%3BEACI%2C8BAAA%3B%3BAANR%2CYAjBP%2CaAgBG%2CMACK%2CiBASG%3BEACI%2CyBAAA%3B%3BAA3BhB%2CYAAC%2CaAgCG%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAGI%2CYAtCX%2CaAgCG%2CuBAKI%2CYACK%3BEACG%2CgBAAA%3B%3BAADJ%2CYAtCX%2CaAgCG%2CuBAKI%2CYACK%2COAGG%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3B%3BAAKI%2CYAlDvB%2CaAgCG%2CuBAKI%2CYACK%2COAUG%2CSACI%2CQACK%3BEACG%2CwBAAwB%2CyDAAxB%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAQhB%2CYA7DX%2CaAgCG%2CuBA4BI%2CQACK%3BEACG%2CgBAAgB%2CqDAAhB%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAEA%2CYAlEf%2CaAgCG%2CuBA4BI%2CQACK%2COAKI%3BEACG%2CaAAA%3B%3BAAnEpB%2CYAAC%2CaAyEG%3BEACI%2C2BAAA%3B%3BAA1ER%2CYAAC%2CaAyEG%2CMAGI%3BEACI%2CsBAAA%3B%3BAA7EZ%2CYAAC%2CaAiFG%2CWACI%3BEACI%2CUAAA%3BEACA%2CiBAAA%3B%3BAAKJ%2CYAzFP%2CaAwFG%2CQACK%3BEACG%2CgBAAA%3B%3BAA1FZ%2CYAAC%2CaA8FG%3BEACI%2CUAAA%3BEACA%2CUAAA%3B%3BAAIA%2CYApGP%2CaAmGG%2CUACK%3BEACG%2CkBAAA%3B%3BAArGZ%2CYAAC%2CaAyGG%2CYACI%3BEACI%2CYAAA%3B%3BAAKZ%2CYAAC%2CaAAa%3BEACV%2CkBAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%2CaAAc%2CYAAY%2CQAAQ%3BEAC9B%2CgBAAA%3B%3BAAGJ%2CaAAc%2CUAAS%2CaAAc%2CGAAG%2CGAAE%2COAAQ%3BEAC9C%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CaAAc%2CQAAO%2CQAAS%3BEAC1B%2CiBAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3B%3BAAHJ%2CqBAKI%2CWACI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAVZ%2CqBAKI%2CWAQI%3BEACI%2CwBAAA%3B%3BAAdZ%2CqBAKI%2CWAYI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAMZ%3BEACI%2CeAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CkBAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CkBAAA%3B%3BAAGJ%2CMAAM%2CgBAAiB%3BEACnB%2C6BAAA%3B%3BAAGJ%2CgBAAiB%2CYAAY%3BAAC7B%2CaAAa%2CcAAe%2CYAAY%3BEACpC%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CEAAE%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CEAAE%2CaAAc%3BEACZ%2CiBAAA%3B%3BAAGJ%2CEAAE%2CaAAc%3BAAChB%2CEAAE%2CaAAc%3BEACZ%2CqBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%2COAAO%3BEACH%2CwBAAA%3B%3BAAGJ%2CMAAM%2CgBAAiB%3BAACvB%2CmBAAoB%3BEAChB%2CkBAAA%3BEACA%2COAAA%3B%3BAAGJ%2CsBAAuB%2CYAAY%3BEAC%5C%2FB%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CMAAM%2CoCAAoC%2CqBAAqB%3BEAC3D%2CmBAAA%3B%3BAAIJ%2CoBAAoB%2CQAAS%2CGAAE%3BAAC%5C%2FB%2CoBAAoB%2CUAAW%2CGAAE%3BAACjC%2CcAAc%2CgBAAiB%2CGAAE%3BEAC7B%2CUAAA%3B%3BAAGJ%2CeAII%3BEACI%2CaAAA%3B%3BAALR%2CeAQI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAZR%2CeAQI%2CkBAMI%3BEACI%2CWAAA%3B%3BAAfZ%2CeAQI%2CkBAUI%3BEACI%2CaFjsIiB%2CgBEisIjB%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAvBZ%2CeAQI%2CkBAUI%2CgBAOI%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAA3BhB%2CeAiCI%3BEACI%2CiBAAA%3B%3BAAlCR%2CeAiCI%2CgBAGI%3BEACI%2CgBAAA%3B%3BAArCZ%2CeAiCI%2CgBAGI%2CeAGI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEAEA%2CaFttIa%2CqBEstIb%3B%3BAA3ChB%2CeAiCI%2CgBAGI%2CeAUI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEAEA%2CaF3tIc%2CmBE2tId%3B%3BAAnDhB%2CeAiCI%2CgBAGI%2CeAUI%2CEAOI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3B%3BAAQpB%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CcAII%2CWAAW%2CsBAAoB%3BEAC3B%2CcAAA%3BEACA%2CkBAAA%3B%3BAANR%2CcASI%3BEACI%2CaAAA%3B%3BAAVR%2CcAaI%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CqBAGI%3BEACI%2CmBAAA%3B%3BAAIR%2CqBAAsB%2CaAAY%2CMAAO%3BEACrC%2CmBAAmB%2CiBAAnB%3BEACA%2CWAAW%2CiBAAX%3B%3BAAGJ%2CGAAG%2CwBACC%2CMAAK%3BEACD%2CeAAA%3B%3BAAFR%2CGAAG%2CwBAKC%3BEACI%2CeAAA%3B%3BAAIR%2CgBAAiB%2CgBACb%3BEACI%2CkBAAA%3B%3BAAFR%2CgBAAiB%2CgBAKb%3BEACI%2CkBAAA%3B%3BAANR%2CgBAAiB%2CgBASb%2CwBACI%3BEACI%2CkBAAA%3B%3BAAXZ%2CgBAAiB%2CgBAgBb%3BEAEI%2CkBAAA%3B%3BAAIR%2CaACI%3BEACI%2CaAAA%3B%3BAAFR%2CaAKI%3BEACI%2CgBAAA%3B%3BAANR%2CaASI%2CeAAe%3BEACX%2CaAAA%3B%3BAAVR%2CaAaI%2CeAAe%2CUAAU%2CSAAQ%2COAAQ%3BAAb7C%2CaAcI%2CeAAe%2CUAAU%2CSAAQ%2CMAAO%3BEACpC%2CmBAAA%3B%3BAAfR%2CaAkBI%2CeAAc%2CUAAW%2CUAAU%3BEAC%5C%2FB%2CSAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAArBR%2CaAwBI%2CEAAC%3BEACG%2CeAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEAEA%2CaFp0IsB%2CmBEo0ItB%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3B%3BAAhCR%2CaAmCI%2CMACI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEAEA%2CaFj1IiB%2CqBEi1IjB%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA1CZ%2CaAmCI%2CMAUI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEAEA%2CaF11IkB%2CmBE01IlB%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAtDZ%2CaAmCI%2CMAuBI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA7DZ%2CaAmCI%2CMAuBI%2CYAKI%2CcAAc%3BEACV%2CmBAAA%3B%3BAAhEhB%2CaAmCI%2CMAuBI%2CYASI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAtEhB%2CaAmCI%2CMAuBI%2CYAeI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAA5EhB%2CaAmCI%2CMAuBI%2CYAqBI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAlFhB%2CaAuFI%3BEACI%2CcAAA%3B%3BAAxFR%2CaAuFI%2CiBAGI%3BEACI%2CeAAA%3BEAEA%2CaFn4IkB%2CmBEm4IlB%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAjGZ%2CaAuFI%2CiBAaI%2CEAAC%3BEACG%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAA3GZ%2CaAuFI%2CiBAuBI%3BEACI%2CmBAAA%3B%3BAA%5C%2FGZ%2CaAmHI%3BEACI%2CaFh6IqB%2CgBEg6IrB%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAxHR%2CaA2HI%3BEACI%2CiBAAA%3B%3BAA5HR%2CaA%2BHI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAnIR%2CaA%2BHI%2CkBAMI%3BEACI%2CWAAA%3B%3BAAtIZ%2CaA0II%3BEAEI%2CgBAAgB%2C2CAAhB%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaF97IqB%2CgBE87IrB%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAApJR%2CaA0II%2COAYI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAxJZ%2CaA4JI%3BEACI%2CkBAAA%3B%3BAA7JR%2CaA4JI%2COAKI%3BEACI%2CeAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEAEA%2CaF78IkB%2CmBE68IlB%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAASZ%3BEACI%2CmBAAA%3B%3BAADJ%2CqBAGI%2CGAAE%2CWACE%3BEACI%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CaFh%2BIkB%2CmBEg%2BIlB%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CqBAZJ%2CGAAE%2CWAYG%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAApBZ%2CqBAwBI%3BEAEI%2CaFl%5C%2FIsB%2CmBEk%5C%2FItB%3BEACA%2CmBAAA%3B%3BAAIR%2CqBAAqB%2CcACjB%3BEACI%2CmBAAA%3B%3BAAIR%2C2CAA4C%2CoBAAmB%2CQAAS%3BEACpE%2CeAAA%3B%3BAAIJ%3BEACI%2CmBAAA%3B%3BAADJ%2C2CAGI%2CGAAE%2CWAEE%3BEACI%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CaFjhJiB%2CgBEihJjB%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C2CAbJ%2CGAAE%2CWAaG%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAxBZ%2C2CA4BI%3BEAEI%2CaFhiJsB%2CmBEgiJtB%3BEACA%2CmBAAA%3B%3BAA%5C%2FBR%2C2CAkCI%3BEACI%2C0BAAA%3B%3BAAnCR%2C2CAsCI%2CMAAK%3BEACD%2CcAAA%3B%3BAAvCR%2C2CA0CI%3BEACI%2CaAAA%3B%3BAA3CR%2C2CA0CI%2CiBAGI%2CEACI%3BEACI%2CcAAA%3BEACA%2C2BAAA%3BEAEA%2CaFvjJa%2CqBEujJb%3B%3BAAlDhB%2C2CA0CI%2CiBAYI%2CEAAC%3BEACG%2CkBAAA%3B%3BAAKZ%2C2CAA2C%2CcACvC%3BEACI%2CmBAAA%3B%3BAAIR%2CkBACI%3BEACI%2CgBAAgB%2C%2BCAAhB%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3BAATR%2CkBACI%2CkBAUI%3BEACI%2CgBAAA%3BEACA%2CaFplJiB%2CqBEolJjB%3BEACA%2CeAAA%3B%3BAAdZ%2CkBACI%2CkBAUI%2CgBAKI%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAAlBhB%2CkBACI%2CkBAUI%2CgBAKI%2CGAII%3BEACI%2CcAAA%3BEAEA%2CaF9lJS%2CqBE8lJT%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAzBpB%2CkBA%2BBI%3BEACI%2CkBAAA%3B%3BAAhCR%2CkBAmCI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3B%3B%3BAAzCR%2CkBA6CI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BEAEA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BEAEA%2CYAAA%3B%3BAAIR%2CSAAS%2CaAAc%2CGAAG%2CGAAE%2COAAQ%3BEAChC%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAKI%2CSAFC%2CaAAc%2CGAAG%2CGAAE%2COACxB%2CEACK%3BEACG%2CkBAAA%3B%3BAAKZ%2CSAAS%2CaAAc%2CGAAG%2CGAAE%2COAAQ%2CIAAC%2CWAAW%3BEAC5C%2CYAAA%3B%3BAAGJ%2CUAAW%2CWAAW%2CYAAY%2CGAAG%2CGAAG%3BEACpC%2CYAAA%3B%3BAAIA%2CWAAC%3BEACG%2C%2BBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CqBAGI%3BEACI%2CuBAAA%3B%3BAAJR%2CqBAOI%3BEACI%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAVR%2CqBAaI%2CiBACI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEAEA%2CaFhrJiB%2CqBEgrJjB%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAVR%2CiBACI%2CGASK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CmDAAhB%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAA%5C%2FBhB%2CqBAaI%2CiBAsBI%3BEACI%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAtCZ%2CqBAaI%2CiBAsBI%2CYAKI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3B%3BAA7ChB%2CqBAaI%2CiBAsBI%2CYAKI%2CGAOI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAnDpB%2CqBAaI%2CiBAsBI%2CYAKI%2CGAOI%2CGAMI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEAEA%2CaFptJM%2CmBEotJN%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CqBAhDpB%2CiBAsBI%2CYAKI%2CGAOI%2CGAMI%2CEAQK%3BEACG%2CcAAA%3B%3BAA9D5B%2CqBAaI%2CiBAsBI%2CYAKI%2CGAOI%2CGAMI%2CEAYI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAnE5B%2CqBAaI%2CiBA6DI%3BEACI%2CwBAAwC%2C8CAAxC%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3B%3BAA7EZ%2CqBAaI%2CiBA6DI%2CiBAKI%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAGI%2CqBAzEhB%2CiBA6DI%2CiBAKI%2CqBAMK%2CeACI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAgB%2CoDAAhB%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CqBApFhB%2CiBA6DI%2CiBAKI%2CqBAMK%2CeAYI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CgBAAgB%2CoDAAhB%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAAzGxB%2CqBAaI%2CiBA6DI%2CiBAKI%2CqBA8BI%3BEACI%2CeAAA%3BEAEA%2CaF3wJU%2CmBE2wJV%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApHpB%2CqBAaI%2CiBA6DI%2CiBAKI%2CqBAwCI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAA3HpB%2CqBAaI%2CiBA6DI%2CiBAKI%2CqBAwCI%2CKAMI%3BEACI%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEAEA%2CaFhyJM%2CmBEgyJN%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAA3IxB%2CqBAaI%2CiBA6DI%2CiBAKI%2CqBAwCI%2CKAuBI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAAlJxB%2CqBAaI%2CiBA6DI%2CiBAKI%2CqBAwCI%2CKAuBI%2CiBAMI%3BEAEI%2CaFjzJE%2CmBEizJF%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3B%3BAASpB%2CqBADJ%2CQACK%3BEACG%2C8BAAA%3B%3BAAnKZ%2CqBAwKI%3BEACI%2CaAAA%3B%3BAAIR%2CmBAAoB%2CMAAK%3BEACrB%2CaAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CmBAII%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CmBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAgB%2CqDAAhB%3BEACA%2CqBAAA%3B%3BAAlBR%2CmBAqBI%3BEACI%2CkBAAA%3B%3BAAEA%2CmBAHJ%2CWAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAgB%2CoDAAhB%3BEACA%2CqBAAA%3BEACA%2CSAAA%3B%3BAAjCZ%2CmBAqCI%3BEACI%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAxCR%2CmBAqCI%2CeAKI%3BEACI%2CWAAA%3B%3BAA3CZ%2CmBAqCI%2CeASI%3BEACI%2CkBAAA%3BEAEA%2CaFh4JiB%2CqBEg4JjB%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAnDZ%2CmBAqCI%2CeASI%2CSAOI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAzDhB%2CmBAqCI%2CeASI%2CSAcI%3BEAEI%2CaF14Jc%2CmBE04Jd%3BEACA%2CeAAA%3B%3BAA%5C%2FDhB%2CmBAqCI%2CeA8BI%3BEACI%2CYAAA%3BEACA%2CYAAA%3B%3BAArEZ%2CmBAqCI%2CeA8BI%2CUAII%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAEA%2CmBAtCZ%2CeA8BI%2CUAII%2COAIK%3BEACG%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CmBA5CZ%2CeA8BI%2CUAII%2COAUK%3BEACG%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CmBA5CZ%2CeA8BI%2CUAII%2COAUK%2CWAMG%3BEACI%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CmBAzDpB%2CeA8BI%2CUAII%2COAUK%2CWAMG%2CSAOK%3BEACG%2CaAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CmBAhEZ%2CeA8BI%2CUAII%2COA8BK%3BEACG%2CYAAA%3B%3BAAtGpB%2CmBAqCI%2CeA8BI%2CUAII%2COAkCI%3BAAzGhB%2CmBAqCI%2CeA8BI%2CUAII%2COAmCI%3BEACI%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEA%2CmBA7EhB%2CeA8BI%2CUAII%2COAkCI%2CMASK%3BAAAD%2CmBA7EhB%2CeA8BI%2CUAII%2COAmCI%2COAQK%3BEACG%2CgBAAA%3B%3BAAnHxB%2CmBAqCI%2CeA8BI%2CUAqDI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAA7HhB%2CmBAqCI%2CeA8BI%2CUAqDI%2CcAOI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CmBAvGhB%2CeA8BI%2CUAqDI%2CcAOI%2COAaK%3BEACG%2CmBAAA%3B%3BAAGJ%2CmBA3GhB%2CeA8BI%2CUAqDI%2CcAOI%2COAiBK%3BEACG%2CaAAA%3BEACA%2CYAAA%3B%3BAAlJxB%2CmBAqCI%2CeA8BI%2CUAoFI%3BEACI%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAA9JhB%2CmBAqCI%2CeA8BI%2CUAoFI%2CkBASI%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAvKpB%2CmBAqCI%2CeA8BI%2CUAoFI%2CkBASI%2CUASI%3BEACI%2CWAAA%3B%3BAA1KxB%2CmBAqCI%2CeA8BI%2CUAoFI%2CkBAuBI%3BEACI%2C4BAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEAEA%2CaFhgKU%2CmBEggKV%3B%3BAAOZ%2CmBADJ%2CQACK%3BEACG%2CkBAAA%3B%3BAAKZ%2CmBAAmB%2CcACf%3BEACI%2CmBAAA%3B%3BAAIR%2CkBACI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAJR%2CkBACI%2CWAKI%2CkBACI%2CQACI%3BEACI%2CWAAA%3B%3BAATpB%2CkBACI%2CWAKI%2CkBACI%2CQAKI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAdpB%2CkBACI%2CWAKI%2CkBACI%2CQAKI%2CYAII%3BEAEI%2CaFriKM%2CmBEqiKN%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAtBxB%2CkBACI%2CWAKI%2CkBACI%2CQAKI%2CYAII%2CGAQI%3BEACI%2CcAAA%3BEAEA%2CaFjjKC%2CqBEijKD%3BEACA%2CeAAA%3B%3BAA5B5B%2CkBACI%2CWAKI%2CkBA4BI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAApChB%2CkBACI%2CWAKI%2CkBA4BI%2CkBAII%3BEAEI%2CaF9jKS%2CqBE8jKT%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CkBA5ChB%2CWAKI%2CkBA4BI%2CkBAII%2CGAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAtDxB%2CkBACI%2CWAKI%2CkBA4BI%2CkBAII%2CGAmBI%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAA5DxB%2CkBACI%2CWAKI%2CkBA4BI%2CkBA8BI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAnEpB%2CkBACI%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAKI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaF5lKM%2CmBE4lKN%3B%3BAAzExB%2CkBACI%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAYI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CkBAtFpB%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAYI%2CSAWK%3BEACG%2CiBAAA%3B%3BAAxF5B%2CkBACI%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAYI%2CSAeI%3BEACI%2CeAAA%3BEAEA%2CaFpnKC%2CqBEonKD%3B%3BAA9F5B%2CkBACI%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAYI%2CSAqBI%3BEAEI%2CaFtnKE%2CmBEsnKF%3BEACA%2CeAAA%3B%3BAApG5B%2CkBACI%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAYI%2CSA2BI%3BEACI%2CiBAAA%3B%3BAAxG5B%2CkBACI%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAYI%2CSA2BI%2CcAGI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEAEA%2CaFpoKH%2CqBEooKG%3BEACA%2CgCAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CkBAjH5B%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAYI%2CSA2BI%2CcAGI%2CEAQK%3BEACG%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2CkBAvH5B%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAYI%2CSA2BI%2CcAGI%2CEAcK%3BEACG%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3B%3BAA3HpC%2CkBACI%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAYI%2CSA2BI%2CcAwBI%3BEACI%2CcAAA%3B%3BAAhIhC%2CkBACI%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAYI%2CSA2BI%2CcAwBI%2CUAGI%3BEACI%2CeAAA%3B%3BAAnIpC%2CkBACI%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAYI%2CSA2BI%2CcAwBI%2CUAGI%2CKAGI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAvIxC%2CkBACI%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAYI%2CSA2BI%2CcAwBI%2CUAGI%2CKAQI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3B%3BAA7IxC%2CkBACI%2CWAKI%2CkBA4BI%2CkBA8BI%2CSAYI%2CSA2BI%2CcA2CI%3BEACI%2CaAAA%3BEACA%2CiBAAA%3B%3BAAUhC%2CUAAW%2CWAAW%2CYAAY%2CGAAE%3BEAChC%2CUAAA%3B%3BAAGJ%2CoBAAoB%2CKAChB%2CQAAO%3BEACH%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAoCR%2CwBA9B4C%3BEAExC%2COAAO%2CQAAS%2CsBAAsB%2CQAAO%2CMAAO%2CMAAK%2CiBAAkB%2CGAAG%3BIAC1E%2CeAAA%3B%3BEAGJ%2CSAAS%2CaAAc%2CGAAG%2CKAAE%2COAAO%2CUAAW%2CIAAC%3BIAC3C%2CoBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CSAAS%2CaAAc%2CGAAG%2CGAAE%2COAAQ%3BIAChC%2CiBAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CUAAW%2CUAAU%3BIACjB%2CcAAA%3B%3BEAGJ%2CSAAS%2CaAAc%2CGAAG%2CGAAE%2COAAQ%3BIAChC%2CiBAAA%3B%3BEAGJ%2CYAAa%3BIACT%2C0BAAA%3B%3B%3BAAIR%2CqBAAsB%2COAAO%3BEAEzB%2CaFhuK0B%2CmBEguK1B%3BEACA%2CeAAA%3B%3BAAGJ%2CMAAO%3BEAEH%2CaFtuK0B%2CmBEsuK1B%3BEACA%2CeAAA%3B%3BAAGJ%2CKAAK%2CSAAS%2CMACV%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CKAAK%2CSAAS%2CMAMV%3BEACI%2CeAAA%3B%3BAAIR%2CYACI%2CUACI%2COACI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3B%3BAAKhB%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CmBAAA%3B%3BAAPJ%2CwBASI%2CaAAY%3BAARhB%2CiCAQI%2CaAAY%3BAAPhB%2C2BAOI%2CaAAY%3BAANhB%2C2BAMI%2CaAAY%3BAALhB%2C2BAKI%2CaAAY%3BAAJhB%2C2BAII%2CaAAY%3BAAHhB%2C2BAGI%2CaAAY%3BEACR%2CkBAAA%3B%3BAAVR%2CwBAaI%3BAAZJ%2CiCAYI%3BAAXJ%2C2BAWI%3BAAVJ%2C2BAUI%3BAATJ%2C2BASI%3BAARJ%2C2BAQI%3BAAPJ%2C2BAOI%3BEACI%2CaAAA%3B%3BAAdR%2CwBAiBI%3BAAhBJ%2CiCAgBI%3BAAfJ%2C2BAeI%3BAAdJ%2C2BAcI%3BAAbJ%2C2BAaI%3BAAZJ%2C2BAYI%3BAAXJ%2C2BAWI%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAnBR%2CwBAsBI%3BAArBJ%2CiCAqBI%3BAApBJ%2C2BAoBI%3BAAnBJ%2C2BAmBI%3BAAlBJ%2C2BAkBI%3BAAjBJ%2C2BAiBI%3BAAhBJ%2C2BAgBI%3BEACI%2CgBAAgB%2CwDAAhB%3BEACA%2CwBAAA%3B%3BAAxBR%2CwBAsBI%2CoBAII%3BAAzBR%2CiCAqBI%2CoBAII%3BAAxBR%2C2BAoBI%2CoBAII%3BAAvBR%2C2BAmBI%2CoBAII%3BAAtBR%2C2BAkBI%2CoBAII%3BAArBR%2C2BAiBI%2CoBAII%3BAApBR%2C2BAgBI%2CoBAII%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3B%3BAA5BZ%2CwBAsBI%2CoBASI%3BAA9BR%2CiCAqBI%2CoBASI%3BAA7BR%2C2BAoBI%2CoBASI%3BAA5BR%2C2BAmBI%2CoBASI%3BAA3BR%2C2BAkBI%2CoBASI%3BAA1BR%2C2BAiBI%2CoBASI%3BAAzBR%2C2BAgBI%2CoBASI%3BEACI%2CiBAAA%3B%3BAAhCZ%2CwBAsBI%2CoBASI%2CkBAGI%3BAAjCZ%2CiCAqBI%2CoBASI%2CkBAGI%3BAAhCZ%2C2BAoBI%2CoBASI%2CkBAGI%3BAA%5C%2FBZ%2C2BAmBI%2CoBASI%2CkBAGI%3BAA9BZ%2C2BAkBI%2CoBASI%2CkBAGI%3BAA7BZ%2C2BAiBI%2CoBASI%2CkBAGI%3BAA5BZ%2C2BAgBI%2CoBASI%2CkBAGI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEAEA%2CaFzyKa%2CqBEyyKb%3BEACA%2CkBAAA%3B%3BAAEA%2CwBAnBZ%2CoBASI%2CkBAGI%2CGAOK%3BAAAD%2CiCAnBZ%2CoBASI%2CkBAGI%2CGAOK%3BAAAD%2C2BAnBZ%2CoBASI%2CkBAGI%2CGAOK%3BAAAD%2C2BAnBZ%2CoBASI%2CkBAGI%2CGAOK%3BAAAD%2C2BAnBZ%2CoBASI%2CkBAGI%2CGAOK%3BAAAD%2C2BAnBZ%2CoBASI%2CkBAGI%2CGAOK%3BAAAD%2C2BAnBZ%2CoBASI%2CkBAGI%2CGAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CgCAAA%3B%3BAAhDpB%2CwBAsBI%2CoBASI%2CkBAqBI%3BAAnDZ%2CiCAqBI%2CoBASI%2CkBAqBI%3BAAlDZ%2C2BAoBI%2CoBASI%2CkBAqBI%3BAAjDZ%2C2BAmBI%2CoBASI%2CkBAqBI%3BAAhDZ%2C2BAkBI%2CoBASI%2CkBAqBI%3BAA%5C%2FCZ%2C2BAiBI%2CoBASI%2CkBAqBI%3BAA9CZ%2C2BAgBI%2CoBASI%2CkBAqBI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEAEA%2CaFxzKc%2CmBEwzKd%3BEACA%2CoBAAA%3B%3BAAzDhB%2CwBAsBI%2CoBASI%2CkBAqBI%2CQAOI%3BAA1DhB%2CiCAqBI%2CoBASI%2CkBAqBI%2CQAOI%3BAAzDhB%2C2BAoBI%2CoBASI%2CkBAqBI%2CQAOI%3BAAxDhB%2C2BAmBI%2CoBASI%2CkBAqBI%2CQAOI%3BAAvDhB%2C2BAkBI%2CoBASI%2CkBAqBI%2CQAOI%3BAAtDhB%2C2BAiBI%2CoBASI%2CkBAqBI%2CQAOI%3BAArDhB%2C2BAgBI%2CoBASI%2CkBAqBI%2CQAOI%3BEACI%2CYAAA%3B%3BAA5DpB%2CwBAsBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%3BAA7DpB%2CiCAqBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%3BAA5DpB%2C2BAoBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%3BAA3DpB%2C2BAmBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%3BAA1DpB%2C2BAkBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%3BAAzDpB%2C2BAiBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%3BAAxDpB%2C2BAgBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CwBA%5C%2FCpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAOK%3BAAAD%2CiCA%5C%2FCpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAOK%3BAAAD%2C2BA%5C%2FCpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAOK%3BAAAD%2C2BA%5C%2FCpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAOK%3BAAAD%2C2BA%5C%2FCpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAOK%3BAAAD%2C2BA%5C%2FCpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAOK%3BAAAD%2C2BA%5C%2FCpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAOK%3BEACG%2CiBAAA%3B%3BAAGJ%2CwBAnDpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAWK%3BAAAD%2CiCAnDpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAWK%3BAAAD%2C2BAnDpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAWK%3BAAAD%2C2BAnDpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAWK%3BAAAD%2C2BAnDpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAWK%3BAAAD%2C2BAnDpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAWK%3BAAAD%2C2BAnDpB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAWK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAjF5B%2CwBAsBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAsBI%3BAAnFxB%2CiCAqBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAsBI%3BAAlFxB%2C2BAoBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAsBI%3BAAjFxB%2C2BAmBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAsBI%3BAAhFxB%2C2BAkBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAsBI%3BAA%5C%2FExB%2C2BAiBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAsBI%3BAA9ExB%2C2BAgBI%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAsBI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAIA%2CwBAtExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGA6BK%2CYACI%3BAAAD%2CiCAtExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGA6BK%2CYACI%3BAAAD%2C2BAtExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGA6BK%2CYACI%3BAAAD%2C2BAtExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGA6BK%2CYACI%3BAAAD%2C2BAtExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGA6BK%2CYACI%3BAAAD%2C2BAtExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGA6BK%2CYACI%3BAAAD%2C2BAtExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGA6BK%2CYACI%3BEACG%2CaAAA%3B%3BAAKJ%2CwBA5ExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAmCK%2CWACI%3BAAAD%2CiCA5ExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAmCK%2CWACI%3BAAAD%2C2BA5ExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAmCK%2CWACI%3BAAAD%2C2BA5ExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAmCK%2CWACI%3BAAAD%2C2BA5ExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAmCK%2CWACI%3BAAAD%2C2BA5ExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAmCK%2CWACI%3BAAAD%2C2BA5ExB%2CoBASI%2CkBAqBI%2CQAOI%2CGAGI%2CGAmCK%2CWACI%3BEACG%2CaAAA%3B%3BAAnGhC%2CwBAsBI%2CoBASI%2CkBA2EI%3BAAzGZ%2CiCAqBI%2CoBASI%2CkBA2EI%3BAAxGZ%2C2BAoBI%2CoBASI%2CkBA2EI%3BAAvGZ%2C2BAmBI%2CoBASI%2CkBA2EI%3BAAtGZ%2C2BAkBI%2CoBASI%2CkBA2EI%3BAArGZ%2C2BAiBI%2CoBASI%2CkBA2EI%3BAApGZ%2C2BAgBI%2CoBASI%2CkBA2EI%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAA5GhB%2CwBAsBI%2CoBASI%2CkBA2EI%2CSAII%3BAA7GhB%2CiCAqBI%2CoBASI%2CkBA2EI%2CSAII%3BAA5GhB%2C2BAoBI%2CoBASI%2CkBA2EI%2CSAII%3BAA3GhB%2C2BAmBI%2CoBASI%2CkBA2EI%2CSAII%3BAA1GhB%2C2BAkBI%2CoBASI%2CkBA2EI%2CSAII%3BAAzGhB%2C2BAiBI%2CoBASI%2CkBA2EI%2CSAII%3BAAxGhB%2C2BAgBI%2CoBASI%2CkBA2EI%2CSAII%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3B%3BAAEA%2CwBA9FhB%2CoBASI%2CkBA2EI%2CSAII%2CaAMK%3BAAAD%2CiCA9FhB%2CoBASI%2CkBA2EI%2CSAII%2CaAMK%3BAAAD%2C2BA9FhB%2CoBASI%2CkBA2EI%2CSAII%2CaAMK%3BAAAD%2C2BA9FhB%2CoBASI%2CkBA2EI%2CSAII%2CaAMK%3BAAAD%2C2BA9FhB%2CoBASI%2CkBA2EI%2CSAII%2CaAMK%3BAAAD%2C2BA9FhB%2CoBASI%2CkBA2EI%2CSAII%2CaAMK%3BAAAD%2C2BA9FhB%2CoBASI%2CkBA2EI%2CSAII%2CaAMK%3BEACG%2C2BAAA%3B%3BAAGJ%2CwBAlGhB%2CoBASI%2CkBA2EI%2CSAII%2CaAUK%3BAAAD%2CiCAlGhB%2CoBASI%2CkBA2EI%2CSAII%2CaAUK%3BAAAD%2C2BAlGhB%2CoBASI%2CkBA2EI%2CSAII%2CaAUK%3BAAAD%2C2BAlGhB%2CoBASI%2CkBA2EI%2CSAII%2CaAUK%3BAAAD%2C2BAlGhB%2CoBASI%2CkBA2EI%2CSAII%2CaAUK%3BAAAD%2C2BAlGhB%2CoBASI%2CkBA2EI%2CSAII%2CaAUK%3BAAAD%2C2BAlGhB%2CoBASI%2CkBA2EI%2CSAII%2CaAUK%3BEACG%2C%2BBAAA%3B%3BAAzHxB%2CwBAsBI%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%3BAA3HpB%2CiCAqBI%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%3BAA1HpB%2C2BAoBI%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%3BAAzHpB%2C2BAmBI%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%3BAAxHpB%2C2BAkBI%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%3BAAvHpB%2C2BAiBI%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%3BAAtHpB%2C2BAgBI%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CwBAhHpB%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%2CEAUK%3BAAAD%2CiCAhHpB%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%2CEAUK%3BAAAD%2C2BAhHpB%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%2CEAUK%3BAAAD%2C2BAhHpB%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%2CEAUK%3BAAAD%2C2BAhHpB%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%2CEAUK%3BAAAD%2C2BAhHpB%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%2CEAUK%3BAAAD%2C2BAhHpB%2CoBASI%2CkBA2EI%2CSAII%2CaAcI%2CEAUK%3BEACG%2CqBAAA%3B%3BAAvI5B%2CwBAsBI%2CoBASI%2CkBA2EI%2CSAII%2CaA6BI%3BAA1IpB%2CiCAqBI%2CoBASI%2CkBA2EI%2CSAII%2CaA6BI%3BAAzIpB%2C2BAoBI%2CoBASI%2CkBA2EI%2CSAII%2CaA6BI%3BAAxIpB%2C2BAmBI%2CoBASI%2CkBA2EI%2CSAII%2CaA6BI%3BAAvIpB%2C2BAkBI%2CoBASI%2CkBA2EI%2CSAII%2CaA6BI%3BAAtIpB%2C2BAiBI%2CoBASI%2CkBA2EI%2CSAII%2CaA6BI%3BAArIpB%2C2BAgBI%2CoBASI%2CkBA2EI%2CSAII%2CaA6BI%3BEAEI%2CaFh5KK%2CqBEg5KL%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAjJxB%2CwBAsBI%2CoBASI%2CkBA2EI%2CSAII%2CaAsCI%3BAAnJpB%2CiCAqBI%2CoBASI%2CkBA2EI%2CSAII%2CaAsCI%3BAAlJpB%2C2BAoBI%2CoBASI%2CkBA2EI%2CSAII%2CaAsCI%3BAAjJpB%2C2BAmBI%2CoBASI%2CkBA2EI%2CSAII%2CaAsCI%3BAAhJpB%2C2BAkBI%2CoBASI%2CkBA2EI%2CSAII%2CaAsCI%3BAA%5C%2FIpB%2C2BAiBI%2CoBASI%2CkBA2EI%2CSAII%2CaAsCI%3BAA9IpB%2C2BAgBI%2CoBASI%2CkBA2EI%2CSAII%2CaAsCI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaF35KM%2CmBE25KN%3B%3BAA3JxB%2CwBAsBI%2CoBA2II%3BAAhKR%2CiCAqBI%2CoBA2II%3BAA%5C%2FJR%2C2BAoBI%2CoBA2II%3BAA9JR%2C2BAmBI%2CoBA2II%3BAA7JR%2C2BAkBI%2CoBA2II%3BAA5JR%2C2BAiBI%2CoBA2II%3BAA3JR%2C2BAgBI%2CoBA2II%3BEACI%2CkBAAA%3B%3BAAlKZ%2CwBAsBI%2CoBA2II%2CiBAGI%3BAAnKZ%2CiCAqBI%2CoBA2II%2CiBAGI%3BAAlKZ%2C2BAoBI%2CoBA2II%2CiBAGI%3BAAjKZ%2C2BAmBI%2CoBA2II%2CiBAGI%3BAAhKZ%2C2BAkBI%2CoBA2II%2CiBAGI%3BAA%5C%2FJZ%2C2BAiBI%2CoBA2II%2CiBAGI%3BAA9JZ%2C2BAgBI%2CoBA2II%2CiBAGI%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAGI%2CwBArJhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeACI%3BAAAD%2CiCArJhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeACI%3BAAAD%2C2BArJhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeACI%3BAAAD%2C2BArJhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeACI%3BAAAD%2C2BArJhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeACI%3BAAAD%2C2BArJhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeACI%3BAAAD%2C2BArJhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeACI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAgB%2CoDAAhB%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CwBAhKhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeAYI%3BAAAD%2CiCAhKhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeAYI%3BAAAD%2C2BAhKhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeAYI%3BAAAD%2C2BAhKhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeAYI%3BAAAD%2C2BAhKhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeAYI%3BAAAD%2C2BAhKhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeAYI%3BAAAD%2C2BAhKhB%2CoBA2II%2CiBAGI%2CqBAMK%2CeAYI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CgBAAgB%2CoDAAhB%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAA9LxB%2CwBAsBI%2CoBA2II%2CiBAGI%2CqBA8BI%3BAAjMhB%2CiCAqBI%2CoBA2II%2CiBAGI%2CqBA8BI%3BAAhMhB%2C2BAoBI%2CoBA2II%2CiBAGI%2CqBA8BI%3BAA%5C%2FLhB%2C2BAmBI%2CoBA2II%2CiBAGI%2CqBA8BI%3BAA9LhB%2C2BAkBI%2CoBA2II%2CiBAGI%2CqBA8BI%3BAA7LhB%2C2BAiBI%2CoBA2II%2CiBAGI%2CqBA8BI%3BAA5LhB%2C2BAgBI%2CoBA2II%2CiBAGI%2CqBA8BI%3BEACI%2CeAAA%3BEAEA%2CaFx8KS%2CqBEw8KT%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAzMpB%2CwBAsBI%2CoBA2II%2CiBAGI%2CqBAwCI%3BAA3MhB%2CiCAqBI%2CoBA2II%2CiBAGI%2CqBAwCI%3BAA1MhB%2C2BAoBI%2CoBA2II%2CiBAGI%2CqBAwCI%3BAAzMhB%2C2BAmBI%2CoBA2II%2CiBAGI%2CqBAwCI%3BAAxMhB%2C2BAkBI%2CoBA2II%2CiBAGI%2CqBAwCI%3BAAvMhB%2C2BAiBI%2CoBA2II%2CiBAGI%2CqBAwCI%3BAAtMhB%2C2BAgBI%2CoBA2II%2CiBAGI%2CqBAwCI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAhNpB%2CwBAsBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAMI%3BAAjNpB%2CiCAqBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAMI%3BAAhNpB%2C2BAoBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAMI%3BAA%5C%2FMpB%2C2BAmBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAMI%3BAA9MpB%2C2BAkBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAMI%3BAA7MpB%2C2BAiBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAMI%3BAA5MpB%2C2BAgBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAMI%3BEACI%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEAEA%2CaF19KM%2CmBE09KN%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAhOxB%2CwBAsBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%3BAAlOpB%2CiCAqBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%3BAAjOpB%2C2BAoBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%3BAAhOpB%2C2BAmBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%3BAA%5C%2FNpB%2C2BAkBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%3BAA9NpB%2C2BAiBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%3BAA7NpB%2C2BAgBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAAvOxB%2CwBAsBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAMI%3BAAxOxB%2CiCAqBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAMI%3BAAvOxB%2C2BAoBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAMI%3BAAtOxB%2C2BAmBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAMI%3BAArOxB%2C2BAkBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAMI%3BAApOxB%2C2BAiBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAMI%3BAAnOxB%2C2BAgBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAMI%3BEAEI%2CaF3%2BKE%2CmBE2%2BKF%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAA7O5B%2CwBAsBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAaI%3BAA%5C%2FOxB%2CiCAqBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAaI%3BAA9OxB%2C2BAoBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAaI%3BAA7OxB%2C2BAmBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAaI%3BAA5OxB%2C2BAkBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAaI%3BAA3OxB%2C2BAiBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAaI%3BAA1OxB%2C2BAgBI%2CoBA2II%2CiBAGI%2CqBAwCI%2CKAuBI%2CiBAaI%3BEACI%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAArP5B%2CwBAsBI%2CoBAsOI%3BAA3PR%2CiCAqBI%2CoBAsOI%3BAA1PR%2C2BAoBI%2CoBAsOI%3BAAzPR%2C2BAmBI%2CoBAsOI%3BAAxPR%2C2BAkBI%2CoBAsOI%3BAAvPR%2C2BAiBI%2CoBAsOI%3BAAtPR%2C2BAgBI%2CoBAsOI%3BEACI%2CYAAA%3B%3BAAGI%2CwBA1OZ%2CoBAsOI%2CcAGI%2CGACK%3BAAAD%2CiCA1OZ%2CoBAsOI%2CcAGI%2CGACK%3BAAAD%2C2BA1OZ%2CoBAsOI%2CcAGI%2CGACK%3BAAAD%2C2BA1OZ%2CoBAsOI%2CcAGI%2CGACK%3BAAAD%2C2BA1OZ%2CoBAsOI%2CcAGI%2CGACK%3BAAAD%2C2BA1OZ%2CoBAsOI%2CcAGI%2CGACK%3BAAAD%2C2BA1OZ%2CoBAsOI%2CcAGI%2CGACK%3BEAEG%2CaFrgLS%2CqBEqgLT%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CwBAlPhB%2CoBAsOI%2CcAGI%2CGACK%2COAQI%3BAAAD%2CiCAlPhB%2CoBAsOI%2CcAGI%2CGACK%2COAQI%3BAAAD%2C2BAlPhB%2CoBAsOI%2CcAGI%2CGACK%2COAQI%3BAAAD%2C2BAlPhB%2CoBAsOI%2CcAGI%2CGACK%2COAQI%3BAAAD%2C2BAlPhB%2CoBAsOI%2CcAGI%2CGACK%2COAQI%3BAAAD%2C2BAlPhB%2CoBAsOI%2CcAGI%2CGACK%2COAQI%3BAAAD%2C2BAlPhB%2CoBAsOI%2CcAGI%2CGACK%2COAQI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CmDAAhB%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CwBA7PhB%2CoBAsOI%2CcAGI%2CGACK%2COAmBI%3BAAAD%2CiCA7PhB%2CoBAsOI%2CcAGI%2CGACK%2COAmBI%3BAAAD%2C2BA7PhB%2CoBAsOI%2CcAGI%2CGACK%2COAmBI%3BAAAD%2C2BA7PhB%2CoBAsOI%2CcAGI%2CGACK%2COAmBI%3BAAAD%2C2BA7PhB%2CoBAsOI%2CcAGI%2CGACK%2COAmBI%3BAAAD%2C2BA7PhB%2CoBAsOI%2CcAGI%2CGACK%2COAmBI%3BAAAD%2C2BA7PhB%2CoBAsOI%2CcAGI%2CGACK%2COAmBI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CmDAAhB%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAA3RxB%2CwBAsBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%3BAAjSpB%2CiCAqBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%3BAAhSpB%2C2BAoBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%3BAA%5C%2FRpB%2C2BAmBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%3BAA9RpB%2C2BAkBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%3BAA7RpB%2C2BAiBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%3BAA5RpB%2C2BAgBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3B%3BAApSxB%2CwBAsBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAII%3BAArSxB%2CiCAqBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAII%3BAApSxB%2C2BAoBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAII%3BAAnSxB%2C2BAmBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAII%3BAAlSxB%2C2BAkBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAII%3BAAjSxB%2C2BAiBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAII%3BAAhSxB%2C2BAgBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAII%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAxS5B%2CwBAsBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGASI%3BAA1SxB%2CiCAqBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGASI%3BAAzSxB%2C2BAoBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGASI%3BAAxSxB%2C2BAmBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGASI%3BAAvSxB%2C2BAkBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGASI%3BAAtSxB%2C2BAiBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGASI%3BAArSxB%2C2BAgBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGASI%3BEACI%2C0BAAA%3B%3BAA5S5B%2CwBAsBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAaI%3BAA9SxB%2CiCAqBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAaI%3BAA7SxB%2C2BAoBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAaI%3BAA5SxB%2C2BAmBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAaI%3BAA3SxB%2C2BAkBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAaI%3BAA1SxB%2C2BAiBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAaI%3BAAzSxB%2C2BAgBI%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAaI%3BEACI%2C0BAAA%3B%3BAAGJ%2CwBA7RpB%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAiBK%3BAAAD%2CiCA7RpB%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAiBK%3BAAAD%2C2BA7RpB%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAiBK%3BAAAD%2C2BA7RpB%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAiBK%3BAAAD%2C2BA7RpB%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAiBK%3BAAAD%2C2BA7RpB%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAiBK%3BAAAD%2C2BA7RpB%2CoBAsOI%2CcAoCI%2CmBACI%2CGACI%2CGAiBK%3BEACG%2C4BAAA%3B%3BAA6B5B%2CwBArB2C%2CwBAAsB%3BEAC7D%2CiCACI%3BIACI%2CQAAA%3B%3BEAFR%2CiCAII%3BIACI%2CQAAA%3B%3BEALR%2CiCAOI%3BIACI%2CQAAA%3B%3BEARR%2CiCAUI%3BIACI%2CQAAA%3B%3BEAXR%2CiCAaI%2CMACI%3BIACI%2CWAAA%3B%3B%3BAAKhB%2CiCACI%3BEACI%2CeAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3B%3BAAPR%2CiCACI%2CeAQI%3BEACI%2CWAAA%3BEACA%2CoBAAA%3B%3BAAXZ%2CiCAeI%3BEACI%2CgBAAA%3B%3BAAhBR%2CiCAmBI%3BEACI%2CgBAAgB%2CgDAAhB%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAtBR%2CiCAmBI%2CkBAKI%2CSACI%3BEACI%2C6BAAA%3B%3BAA1BhB%2CiCAmBI%2CkBAWI%2CaACI%3BEACI%2CmBAAA%3B%3BAAhChB%2CiCAqCI%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAxCR%2CiCAqCI%2CmBAKI%3BEACI%2CeAAA%3BEAEA%2CaFjoLiB%2CqBEioLjB%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAjDZ%2CiCAqCI%2CmBAeI%3BEACI%2CwBAAA%3BEACA%2CeAAA%3B%3BAAtDZ%2CiCA0DI%3BEACI%2CoBAAA%3B%3BAA3DR%2CiCA0DI%2COAGI%3BEACI%2CkBAAA%3B%3BAA9DZ%2CiCAkEI%3BEACI%2CoBAAA%3B%3BAAnER%2CiCAkEI%2CUAGI%3BEACI%2CkBAAA%3B%3BAAtEZ%2CiCA0EI%2CcACI%3BEACI%2C8BAAA%3BEACA%2CmBAAA%3B%3BAA7EZ%2CiCA0EI%2CcAMI%3BEACI%2CeAAA%3BEAEA%2CaFpqLkB%2CmBEoqLlB%3B%3BAAyBZ%2CwBApB2C%2CwBAAsB%3BEAC7D%2CiCACI%3BIACI%2CsBAAA%3B%3BEAFR%2CiCAII%2CoBACI%2CkBACI%3BIACI%2CWAAA%3BIACA%2CWAAA%3B%3BEARhB%2CiCAYI%3BIACI%2CWAAA%3BIACA%2CWAAA%3B%3B%3BAAKZ%2CiCAAkC%2CoBAAoB%2CkBAAkB%2CSAAS%3BEAC7E%2C6BAAA%3B%3BAAGJ%2CUACI%3BEACI%2CmBAAA%3B%3BAAFR%2CUAKI%3BEACI%2CYAAA%3B%3BAANR%2CUASI%3BEACI%2CgBAAgB%2C%2BCAAhB%3BEACA%2CwBAAA%3B%3BAAGI%2CUALR%2CWAII%2COACK%3BEACG%2CYAAA%3BEACA%2CYAAA%3B%3BAAFJ%2CUALR%2CWAII%2COACK%2CSAIG%3BEACI%2CaFvtLS%2CqBEutLT%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3B%3BAARR%2CUALR%2CWAII%2COACK%2CSAWG%3BEACI%2CSAAA%3BEACA%2CiBAAA%3B%3BAAbR%2CUALR%2CWAII%2COACK%2CSAWG%2CaAII%2CKACI%3BEACI%2CyBAAA%3BEAEA%2CaFluLE%2CmBEkuLF%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAArBhB%2CUALR%2CWAII%2COACK%2CSAWG%2CaAII%2CKASI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAA3BhB%2CUALR%2CWAII%2COACK%2CSAWG%2CaAII%2CKASI%2CWAKI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAhCpB%2CUALR%2CWAII%2COACK%2CSAWG%2CaAII%2CKASI%2CWAWI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEAEA%2CaFzvLH%2CqBEyvLG%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FDhC%2CUAwEI%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAA1ER%2CUA6EI%3BEACI%2CaAAA%3B%3BAA9ER%2CUAiFI%3BEACI%2CaAAA%3B%3BAAIA%2CUADJ%2CSACK%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAALJ%2CUADJ%2CSACK%2CmBAOG%3BEACI%2CmBAAA%3BEACA%2CYAAY%2CyEAAZ%3BEACA%2CWAAA%3B%3BAAVR%2CUADJ%2CSACK%2CmBAaG%3BEAEI%2CaFzyLa%2CqBEyyLb%3BEACA%2CeAAA%3BEACA%2CgBAAgB%2C%2BDAAhB%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAApBR%2CUADJ%2CSACK%2CmBAuBG%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3B%3BAA9BR%2CUADJ%2CSACK%2CmBAuBG%2CeASI%3BEACI%2CUAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2C2CAAA%3B%3BAAEA%2CUAvChB%2CSACK%2CmBAuBG%2CeASI%2CMAMK%3BEACG%2CiBAAA%3B%3BAAvChB%2CUADJ%2CSACK%2CmBAuBG%2CeASI%2CMAUI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA7ChB%2CUADJ%2CSACK%2CmBAuBG%2CeASI%2CMAUI%2CYAKI%2CEACI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAlDxB%2CUADJ%2CSACK%2CmBAuBG%2CeASI%2CMAuBI%3BEACI%2CcAAA%3BEAEA%2CaFp1LK%2CqBEo1LL%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAjEhB%2CUADJ%2CSACK%2CmBAuBG%2CeASI%2CMAoCI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEAEA%2CaF%5C%2F1LM%2CmBE%2B1LN%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA5EhB%2CUADJ%2CSACK%2CmBAiFG%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAnFR%2CUADJ%2CSACK%2CmBAiFG%2CYAII%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAOZ%2CUADJ%2CQACK%3BEACG%2CWAAA%3B%3BAADJ%2CUADJ%2CQACK%2CKAGG%2CcACI%3BEACI%2CaAAA%3B%3BAALZ%2CUADJ%2CQACK%2CKAGG%2CcAKI%2CeACI%3BEACI%2CkBAAA%3BEAEA%2CaFx4LK%2CqBEw4LL%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAhBhB%2CUADJ%2CQACK%2CKAGG%2CcAKI%2CeAWI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAzBhB%2CUADJ%2CQACK%2CKAGG%2CcAKI%2CeAWI%2CGAQI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEAEA%2CaF%5C%2F5LC%2CgBE%2B5LD%3B%3BAAhCpB%2CUADJ%2CQACK%2CKAGG%2CcAkCI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAxCZ%2CUADJ%2CQACK%2CKAGG%2CcAkCI%2CgBAKI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAA7ChB%2CUADJ%2CQACK%2CKAGG%2CcAkCI%2CgBAKI%2CaAKI%3BEACI%2CcAAA%3BEACA%2CsBAAA%3B%3BAAjDpB%2CUADJ%2CQACK%2CKAGG%2CcAmDI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2C4DAAhB%3BEACA%2CoBAAA%3B%3BAA1DZ%2CUADJ%2CQACK%2CKAGG%2CcAmDI%2CiBAMI%3BEAEI%2CaFv7LM%2CmBEu7LN%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAjEhB%2CUADJ%2CQACK%2CKAGG%2CcAmDI%2CiBAcI%3BEACI%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAtEhB%2CUADJ%2CQACK%2CKAGG%2CcAmDI%2CiBAcI%2CeAII%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CaFt8LE%2CmBEs8LF%3BEACA%2CmBAAA%3B%3BAA9EpB%2CUADJ%2CQACK%2CKAGG%2CcAmDI%2CiBAcI%2CeAII%2CEAQI%3BEACI%2CcAAA%3B%3BAAjFxB%2CUADJ%2CQACK%2CKAGG%2CcAoFI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEAEA%2CaFp9LU%2CmBEo9LV%3BEACA%2CiBAAA%3B%3BAA5FZ%2CUADJ%2CQACK%2CKAGG%2CcAoFI%2CiBAOI%3BEACI%2CgCAAA%3BEACA%2CeAAA%3B%3BAAhGhB%2CUADJ%2CQACK%2CKAGG%2CcAoFI%2CiBAOI%2CKAII%3BEAEI%2CaF79LE%2CmBE69LF%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CUA9GxB%2CQACK%2CKAGG%2CcAoFI%2CiBAOI%2CKAII%2CUAWK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CYAAA%3B%3BAAIA%2CUA7H5B%2CQACK%2CKAGG%2CcAoFI%2CiBAOI%2CKAII%2CUAyBK%2COACI%3BEACG%2CWAAW%2CeAAX%3BEACA%2CmBAAmB%2CeAAnB%3B%3BAA9H5B%2CUADJ%2CQACK%2CKAGG%2CcAoFI%2CiBAOI%2CKAqCI%3BEACI%2CyBAAA%3BEACA%2CaAAA%3B%3BAArIpB%2CUADJ%2CQACK%2CKAGG%2CcAoFI%2CiBAOI%2CKAqCI%2CiBAII%3BEACI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAzIxB%2CUADJ%2CQACK%2CKAGG%2CcAoFI%2CiBAOI%2CKAqCI%2CiBAII%2CEAII%3BEACI%2CgBAAA%3B%3BAA5I5B%2CUADJ%2CQACK%2CKAGG%2CcAoFI%2CiBA2DI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAgB%2CyDAAhB%3B%3BAAtJhB%2CUADJ%2CQACK%2CKAGG%2CcAoFI%2CiBA2DI%2CaAMI%2CEACI%3BEACI%2CgBAAA%3B%3BAA1JxB%2CUADJ%2CQACK%2CKAGG%2CcAoFI%2CiBA2DI%2CaAMI%2CEAKI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CgCAAA%3B%3BAAhKxB%2CUADJ%2CQACK%2CKAGG%2CcAoFI%2CiBA8EI%3BEACI%2CWAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAA1KhB%2CUADJ%2CQACK%2CKAGG%2CcAoFI%2CiBA8EI%2CUAOI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAASpB%2CUADJ%2COACK%3BEACG%2CYAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAALJ%2CUADJ%2COACK%2CeAOG%3BEACI%2CWAAA%3B%3BAARR%2CUADJ%2COACK%2CeAOG%2CaAGI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEAEA%2CaFjkMU%2CmBEikMV%3B%3BAAhBZ%2CUADJ%2COACK%2CeAoBG%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAtBR%2CUADJ%2COACK%2CeAoBG%2CcAII%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEAEA%2CaFvlMU%2CmBEulMV%3B%3BAAOpB%2CeACI%3BEACI%2CiBAAA%3B%3BAAFR%2CeACI%2CYAGI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEAEA%2CaF1mMiB%2CqBE0mMjB%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CeAbR%2CYAGI%2CKAUK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CgCAAA%3B%3BAArBhB%2CeA0BI%3BEACI%2CiBAAA%3B%3BAA3BR%2CeA0BI%2CgBAGI%3BEAEI%2CaF7nMkB%2CmBE6nMlB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3B%3BAADJ%2CYAGI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEAEA%2CaFhpMqB%2CqBEgpMrB%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CYARJ%2CeAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CgCAAA%3B%3BAAlBZ%2CYAsBI%3BEACI%2CkBAAA%3B%3BAAvBR%2CYAsBI%2CqBAGI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAA7BZ%2CYAsBI%2CqBAGI%2CKAMI%3BEACI%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEAEA%2CaF7qMc%2CmBE6qMd%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAA7ChB%2CYAsBI%2CqBAGI%2CKAuBI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAApDhB%2CYAsBI%2CqBAGI%2CKAuBI%2CiBAMI%3BEAEI%2CaF9rMU%2CmBE8rMV%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3B%3BAA3DpB%2CYAsBI%2CqBAGI%2CKAuBI%2CiBAMI%2CEAOI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAlExB%2CYAyEI%3BEACI%2CiBAAA%3B%3BAA1ER%2CYAyEI%2CgBAGI%3BEACI%2CeAAA%3BEAEA%2CaFxtMiB%2CqBEwtMjB%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAApFZ%2CYAyEI%2CgBAcI%3BEAEI%2CaF%5C%2FtMkB%2CmBE%2BtMlB%3BEACA%2CeAAA%3B%3BAA1FZ%2CYAyEI%2CgBAcI%2CMAKI%3BAA5FZ%2CYAyEI%2CgBAcI%2CMAMI%3BEACI%2CkBAAA%3B%3BAAMhB%3BEACI%2CmBAAA%3B%3BAADJ%2C6BAGI%3BEACI%2CoBAAA%3B%3BAAJR%2C6BAGI%2C0BAGI%3BEACI%2CwBAAA%3BEACA%2CeAAA%3B%3BAARZ%2C6BAGI%2C0BAGI%2CGAII%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAZhB%2C6BAGI%2C0BAaI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAnBZ%2C6BAGI%2C0BAaI%2CeAKI%3BEAEI%2CaFpwMa%2CqBEowMb%3B%3BAAvBhB%2C6BAGI%2C0BAaI%2CeAUI%3BEACI%2CeAAA%3B%3BAA3BhB%2C6BAGI%2C0BAaI%2CeAUI%2CGAGI%3BEAEI%2CaFzwMU%2CmBEywMV%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAxCpB%2C6BAGI%2C0BAaI%2CeA4BI%2CGACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3BEAEA%2CaF5xMU%2CmBE4xMV%3B%3BAAlDpB%2C6BAwDI%3BEACI%2CkBAAA%3B%3BAAzDR%2C6BAwDI%2CqBAGI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAA%5C%2FDZ%2C6BAwDI%2CqBAGI%2CKAMI%3BEACI%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEAEA%2CaFnzMc%2CmBEmzMd%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FEhB%2C6BAwDI%2CqBAGI%2CKAuBI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAAtFhB%2C6BAwDI%2CqBAGI%2CKAuBI%2CiBAMI%3BEAEI%2CaFp0MU%2CmBEo0MV%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3B%3BAA7FpB%2C6BAwDI%2CqBAGI%2CKAuBI%2CiBAMI%2CEAOI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAApGxB%2C6BA2GI%3BEACI%2CeAAA%3BEAEA%2CaF31MqB%2CqBE21MrB%3BEACA%2CgBAAA%3B%3BAAIR%2C0BACI%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAHR%2C0BACI%2CWAII%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAAPZ%2C0BACI%2CWAII%2CuBAII%3BEAEI%2CaF32Ma%2CqBE22Mb%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAdhB%2C0BACI%2CWAII%2CuBAYI%3BEAEI%2CaFh3Mc%2CmBEg3Md%3BEACA%2CeAAA%3B%3BAApBhB%2C0BACI%2CWAII%2CuBAkBI%3BEACI%2CmBAAA%3B%3BAAxBhB%2C0BACI%2CWAII%2CuBAkBI%2CGAGI%3BEAEI%2CaFz3MU%2CmBEy3MV%3BEACA%2CeAAA%3B%3BAA7BpB%2C0BACI%2CWAII%2CuBAkBI%2CGAGI%2CGAKI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAQxB%3BEACI%2CmBAAA%3B%3BAADJ%2C2BAGI%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAALR%2C2BAGI%2CWAII%3BEACI%2CaAAA%3B%3BAARZ%2C2BAGI%2CWAQI%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEAEA%2CaFx5MkB%2CmBEw5MlB%3BEACA%2CeAAA%3B%3BAAnBZ%2C2BAGI%2CWAQI%2CaAUI%3BEAEI%2CaFh6Ma%2CqBEg6Mb%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAMhB%2CQACI%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAHR%2CQACI%2CWAII%2CWACI%3BEACI%2CWAAA%3B%3BAAPhB%2CQACI%2CWAII%2CWAKI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAfhB%2CQACI%2CWAII%2CWAKI%2CSAOI%3BEAEI%2CaF37MS%2CqBE27MT%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAvBpB%2CQACI%2CWAII%2CWAKI%2CSAgBI%3BEAEI%2CaFj8MU%2CmBEi8MV%3BEACA%2CeAAA%3B%3BAA7BpB%2CQACI%2CWAiCI%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAApCZ%2CQACI%2CWAiCI%2CaAII%2CMACI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA5CpB%2CQACI%2CWAiCI%2CaAII%2CMACI%2CGAOI%2CGACI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEAEA%2CaFl%2BME%2CmBEk%2BMF%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CQAhExB%2CWAiCI%2CaAII%2CMACI%2CGAOI%2CGACI%2CEAkBK%3BEACG%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAApEhC%2CQACI%2CWAiCI%2CaAII%2CMACI%2CGAOI%2CGA0BI%3BEACI%2CUAAA%3B%3BAAGJ%2CQA3EpB%2CWAiCI%2CaAII%2CMACI%2CGAOI%2CGA8BK%2CWACG%3BEACI%2CUAAA%3B%3BAA9EhC%2CQACI%2CWAiCI%2CaAmDI%2CcACI%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CQA5FhB%2CWAiCI%2CaAmDI%2CcACI%2CKAOK%3BEACG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAhGxB%2CQACI%2CWAiCI%2CaAmDI%2CcACI%2CKAaI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAtGxB%2CQACI%2CWAiCI%2CaAmDI%2CcACI%2CKAaI%2CUAKI%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAA1G5B%2CQACI%2CWAiCI%2CaAmDI%2CcACI%2CKAaI%2CUAUI%3BEAEI%2CaFvhNC%2CqBEuhND%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAnH5B%2CQACI%2CWAiCI%2CaAmDI%2CcACI%2CKAaI%2CUAmBI%3BEAEI%2CaF7hNE%2CmBE6hNF%3BEACA%2CeAAA%3B%3BAAS5B%2CiBACI%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAHR%2CiBACI%2CWAII%3BEACI%2CaAAA%3B%3BAANZ%2CiBACI%2CWAQI%2CWACI%3BEACI%2CWAAA%3B%3BAAXhB%2CiBACI%2CWAQI%2CWAKI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEAEA%2CaF7jNa%2CqBE6jNb%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAtBhB%2CiBACI%2CWAyBI%3BEACI%2CaAAA%3BEACA%2CYAAA%3B%3BAA5BZ%2CiBACI%2CWAyBI%2CcAII%3BEACI%2CeAAA%3BEAEA%2CaF3kNa%2CqBE2kNb%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAnChB%2CiBACI%2CWAyBI%2CcAYI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAAzChB%2CiBACI%2CWA4CI%3BEACI%2CwBAAA%3BEACA%2CuCAAA%3B%3BAA%5C%2FCZ%2CiBACI%2CWA4CI%2CUAII%3BEAEI%2CaF7lNa%2CqBE6lNb%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAtDhB%2CiBACI%2CWA4CI%2CUAYI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3B%3BAA5DhB%2CiBACI%2CWA4CI%2CUAYI%2CmBAKI%3BEACI%2CWAAA%3BEACA%2CoBAAA%3B%3BAAhEpB%2CiBACI%2CWA4CI%2CUAYI%2CmBAKI%2CGAII%3BEACI%2CaF1mNM%2CmBE0mNN%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBA1EhB%2CWA4CI%2CUAYI%2CmBAKI%2CGAaK%3BEAEG%2CaFpnNM%2CmBEonNN%3BEACA%2CeAAA%3B%3BAA9ExB%2CiBACI%2CWAmFI%3BEACI%2CiBAAA%3B%3BAArFZ%2CiBACI%2CWAmFI%2CYAGI%3BEACI%2CkBAAA%3BEAEA%2CaFpoNa%2CqBEooNb%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAA5FhB%2CiBACI%2CWAmFI%2CYAWI%3BEAEI%2CaFxoNc%2CmBEwoNd%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAASJ%2CkBAFR%2CKACK%2CSACI%3BEACG%2CaAAA%3B%3BAAFR%2CkBADJ%2CKACK%2CSAKG%3BEACI%2CyBAAA%3B%3BAAEA%2CkBATZ%2CKACK%2CSAKG%2CEAGK%3BEACG%2CSAAS%2COAAT%3BEACA%2CaFnpNO%2CaEmpNP%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAIA%2CkBAjBhB%2CKACK%2CSAKG%2CEAUK%2CeACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CaF3pNG%2CaE2pNH%3B%3BAAQxB%2CsBACI%2CcAAa%3BEACT%2CkBAAA%3B%3BAAFR%2CsBACI%2CcAAa%2CWAGT%2CeAAc%3BEACV%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAATZ%2CsBACI%2CcAAa%2CWAGT%2CeAAc%2CgBAOV%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAjBhB%2CsBAsBI%2CaAAY%2CSAAS%2CMACjB%3BEACI%2C8BAAA%3B%3BAAKZ%2CUAAW%2CWAAW%2CYAAY%3BEAC9B%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CWACI%2CmBACI%3BEACI%2CWAAA%3B%3BAAHZ%2CWACI%2CmBACI%2CGAGI%3BEACI%2CWAAA%3B%3BAASJ%2C0BAFR%2CcACI%2CGACK%2CYACG%3BEACI%2CaAAA%3B%3BAAFR%2C0BAFR%2CcACI%2CGACK%2CYACG%2CWAGI%3BEACI%2CiBAAA%3B%3BAAOJ%2C0BAdhB%2CcACI%2CGAWI%2CmBACI%2CKACK%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAQxB%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CUAAW%2CEAAE%3BEACT%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEAEA%2CaFvwN0B%2CmBEuwN1B%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CcACI%2CcACI%2CQAAO%3BEACH%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAWY%2CeALnB%2CYACG%2CqBACK%2CKACG%2CcACI%2CQACK%3BEACG%2CSAAA%3BEACA%2CUAAA%3B%3BAAe5B%2CQAN0B%2CuBAAwB%3BEAC9C%2CqBAAsB%2CiBAAiB%2COAAM%3BIACzC%2CsBAAA%3B%3B%3BAAIR%2CsBACI%2CKAAI%2CWAAY%2CUAAS%3BEACrB%2CaAAA%3B%3BAAFR%2CsBAII%2COAAM%2CMAAM%3BEACR%2CgBAAA%3BEACA%2CWAAA%3B%3BAANR%2CsBAQI%2CsBAAsB%2CYAAY%2CMAAK%3BEACnC%2CaAAA%3B%3BAATR%2CsBAWI%2COAAM%2CMAAM%2CSAAU%3BEAClB%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3B%3BAAvBR%2CsBAyBI%2COAAM%2CMAAM%3BEACR%2CaAAA%3B%3BAAIR%2COAAO%2CQAAS%3BEACZ%2CwBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAAcJ%2CwBAZyC%3BEACrC%2CsBACI%3BIACI%2CqBAAA%3B%3BEAGR%2CMAAM%2CMAAM%2CSAAU%3BIAClB%2CsBAAA%3BIACA%2C0BAAA%3B%3B%3B%3BAA0ER%2CQAtE2B%2CwBAAwB%3BEAC%5C%2FC%3BIACI%2CkBAAA%3B%3BEAGJ%2CiBAAkB%2CiBAAiB%3BIAC%5C%2FB%2CUAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CYAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CWAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CMAAM%3BIACF%2CYAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CWAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%2CYAAY%3BIACjD%2CUAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CSAAS%2CaAAc%2CGAAG%2CGAAE%2COAAQ%3BIAChC%2CgBAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CaAAc%2CQAAO%2CQAAS%2CuBAAuB%2COAAM%2CaAAc%2CSAAS%3BIAC9E%2CWAAA%3B%3BEAGJ%2CSAAU%3BIACN%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%2CSAAQ%2CKAAK%2CSAAU%2COAAO%3BIACnE%2CeAAA%3B%3BEAGJ%2CqBAAsB%2CmBAAmB%2CSAAQ%2CKAAK%2CSAAU%3BIAC5D%2CkBAAA%3B%3BEAGJ%2CgBAAiB%3BIACb%2CUAAA%3B%3BEAGJ%2CgBAAiB%3BIACb%2CkBAAA%3B%3B%3B%3BAASJ%2CMAAC%3BEACG%2C8BAAA%3B%3BAAIR%2CgBAAiB%2CaAAY%2CUAAW%3BEACpC%2CaAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAJJ%2CaAAc%2CMAMV%3BEACI%2CkBAAA%3B%3BAAIR%2C2BAA4B%2COAAM%2CIAAK%2CSAAQ%3BAAC%5C%2FC%2CkBAAmB%2COAAM%2CIAAK%2CSAAQ%3BAACtC%2CqBAAsB%2CUAAS%2CQAAS%2CMAAK%2CiBAAkB%2CWAAQ%3BEACnE%2CwBAAA%3B%3BAAYJ%3BEACI%2CuBAAA%3BEACA%2C2BAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CeAMI%2CGACI%3BEACI%2CaF99NiB%2CqBE89NjB%3B%3BAARZ%2CeAMI%2CGACI%2CGAGI%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2C%2BBAAA%3B%3BAAdhB%2CeAMI%2CGACI%2CGAGI%2CWAMI%3BEACI%2CoCAAA%3B%3BAAjBpB%2CeAMI%2CGACI%2CGAGI%2CWAMI%2CYAGI%2CGACI%3BEACI%2CaF3%2BNC%2CqBE2%2BND%3BEACA%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CyBAAA%3B%3BAA3B5B%2CeAMI%2CGACI%2CGAGI%2CWAMI%2CYAGI%2CGACI%2CGASI%3BEACI%2CaFp%5C%2FNH%2CqBEo%5C%2FNG%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3B%3BAAhChC%2CeAMI%2CGACI%2CGAGI%2CWAMI%2CYAqBI%2CkBACI%2CGACI%3BEACI%2CaF3%5C%2FNF%2CmBE2%5C%2FNE%3B%3BAAWhC%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2C2CAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACJ%2CoBAAA%3BEACA%2C4BAAA%3B%3BAAEA%2CsBAAsB%3BEACtB%2COAAA%3B%3BAAEA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CmBAAmB%3BEACnB%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CsBAAuB%3BEACvB%2CgBAAA%3B%3BAAEA%2CsBAAuB%3BEACnB%2CyBAAA%3BEACJ%2CyBAAA%3B%3BAAEA%2CsBAAuB%2CWAAW%2CYAAY%2CUAAS%3BAACvD%2CsBAAuB%2CWAAW%2CYAAY%2CUAAS%3BAACvD%2CsBAAuB%2CWAAW%2CYAAY%2CUAAS%3BAACvD%2CsBAAuB%2CWAAW%2CYAAY%2CUAAS%3BAACvD%2CsBAAuB%2CWAAW%2CYAAY%2CUAAS%3BAACvD%2CsBAAuB%2CWAAW%2CYAAY%2CUAAS%3BAACvD%2CsBAAuB%2CWAAW%2CYAAY%2CUAAS%3BAACvD%2CsBAAuB%2CWAAW%2CYAAY%2CUAAS%3BAACvD%2CsBAAuB%3BAACvB%2CsBAAuB%2CWAAW%2CYAAY%2CUAAS%3BAACvD%2CsBAAuB%2CgBAAgB%2CGAAG%2CGAAG%2CWAAW%3BEACpD%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CsBAAuB%2CGAAG%2CGAAG%3BEAC7B%2CWAAA%3BEACA%2CWAAA%3B%3BAAEA%2CsBAAuB%2CQAAQ%3BEAC%5C%2FB%2CaAAa%2CqBAAb%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgCAAA%3B%3BAAEJ%2CsBAAuB%3BAACvB%2CsBAAuB%2CGAAE%2CuBAAuB%2CYAAY%3BAAC5D%2CsBAAuB%2CGAAE%2CuBAAuB%2CYAAY%3BEACxD%2CwBAAA%3B%3BAAEJ%2CIAAK%2CuBAAwB%2CWAAW%2CYAAY%2CUAAU%3BEAC1D%2CyBAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CsBAAuB%2CaAAe%3BEAClC%2CWAAA%3B%3BAAEJ%2CsBAAuB%2CYAAY%3BEAC%5C%2FB%2CWAAA%3B%3BAAEJ%2CsBAAuB%2CWAAW%2CYAAY%3BEAC9C%2CWAAA%3BEACI%2C2BAAA%3B%3BAAEJ%2CsBAAuB%2CgBAAgB%2CGAAG%2CGAAG%3BEAC7C%2CaAAA%3B%3BAAEA%2CsBAAuB%2CGAAG%3BEAC1B%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEA%2CsBAAuB%3BEACnB%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CsBAAuB%2CQAAQ%2CWAAW%3BEACtC%2CWAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CsBAAuB%2CQAAO%2CMAAM%3BEACpC%2CqBAAA%3B%3BAAEA%2CsBAAuB%3BEACnB%2CWAAA%3BEACA%2CWAAA%3BEACJ%2CmBAAA%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CaAAA%3BEACC%2C6CAAA%3BEACD%2CmBAAA%3B%3BAAEJ%2CsBAAuB%2CaAAY%3BEAC%5C%2FB%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAW%2CsBAAsB%2CaAAjC%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CsBAAuB%2CGAAG%2CGAAE%2CSAAU%2CaAAY%3BEAC9C%2CWAAW%2CsBAAsB%2CcAAjC%3B%3BAAEJ%2CsBAAuB%2CgBAAgB%2CGAAG%2CGAAG%2CWAAW%2CYAAY%2CGAAG%2CGAAG%3BEACtE%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CsBAAuB%2CWAAW%2CYAAY%2CUAAU%2CaAAa%3BEACrE%2CaAAA%3B%3BAAEA%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CeAAe%3B%3B%3B%3B%3B%3B%3B%3B%3BEASX%2CSAAS%2CEAAT%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAW%2CsBAAsB%2CaAAjC%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAaR%2CIAAK%2CuBAAuB%2CWAAW%2CYAAY%2CUAAU%2CaAAY%2CSAAU%2CgBAAe%3BEAC9F%2CWAAW%2CsBAAsB%2CcAAjC%3B%3BAAEJ%2CsBAAuB%2CgBAAgB%2CGAAG%2CGAAG%2CWAAW%2CYAAY%2CkBAAkB%2CGAAG%3BEAAE%2CgBAAA%3B%3BAAC3F%2CsBAAuB%2CWAAW%2CYAAY%2CUAAS%3BEACvD%2C2BAAA%3B%3BAAEA%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CsBAAuB%2CGAAE%2CYAAa%2CGAAG%3BEACrC%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CsBAAuB%2CGAAE%3BAACzB%2CsBAAuB%2CGAAE%3BEACrB%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CsBAAuB%2CGAAE%3BEACzB%2CaAAA%3B%3BAAEA%2CsBAAuB%3BEACnB%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACJ%2CeAAA%3B%3BAAEA%2CsBAAuB%2CaAAa%3BEACpC%2CeAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CsBAAuB%2CaAAa%2CKAAI%3BEACxC%2CeAAA%3B%3BAAEA%2CsBAAuB%2CaAAa%2CKAAI%3BEACxC%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CsBAAuB%2CaAAa%2CKAAI%2CYAAY%3BEACpD%2CmBAAA%3B%3BAAEA%2CsBAAuB%2CaAAa%2CKAAI%2CKAAK%3BEAC7C%2CmBAAA%3B%3BAAEA%2CsBAAuB%2CaAAa%2CKAAI%2CWAAW%3BEACnD%2CmBAAA%3B%3BAAEA%2CsBAAuB%3BAACvB%2CsBAAuB%2CMAAK%3BEACxB%2CaAAA%3B%3BAAEJ%2CsBAAuB%2CMAAK%2CaAAc%2CKAAI%3BEAC1C%2CSAAS%2CeAAT%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACH%2CeAAA%3B%3BAAED%2CsBAAuB%2CMAAK%2CaAAa%2CKAAM%2CKAAI%3BEACnD%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CmDAAhB%3BEACA%2CqBAAA%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CsBAAuB%2CMAAK%2CaAAc%2CcAAc%2CKAAI%2CcAAc%3BEACtE%2CwBAAA%3B%3BAAEJ%2CsBAAuB%2CMAAK%2CaAAc%3BEAC1C%2CkBAAA%3B%3BAAEA%2CsBAAuB%2CMAAK%2CaAAa%2CKAAM%2CcAAa%3BEAC5D%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CmDAAhB%3BEACA%2CqBAAA%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACH%2CQAAA%3B%3BAAED%2CsBAAuB%2CMAAK%2CaAAc%2CcAAa%3BEACvD%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CqDAAhB%3BEACA%2CQAAA%3B%3BAAEA%2CsBAAuB%2CMAAK%2CaAAc%2CcAAc%3BEACxD%2CQAAA%3B%3BAAEA%2CsBAAuB%2CMAAK%2CaAAa%2CcAAc%3BEACvD%2CeAAA%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CsBAAuB%2CKAAI%3BEAC3B%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGA%2CsBAAuB%2CoBAAmB%3BEAC1C%2CqBAAA%3B%3BAAEA%2CsBAAuB%2CMAAK%2CaAAa%2CMAAO%3BAAChD%2CsBAAuB%2CQAAO%2CmBAAmB%3BEAC7C%2CwBAAA%3B%3BAAEJ%2CsBAAuB%2CMAAK%2CaAAa%2CKAAK%2CMAAO%3BEACrD%2CyBAAA%3B%3BAAEA%2CsBAAuB%2CMAAK%2CaAAa%2CcAAc%2CKAAM%3BEAC7D%2CwBAAA%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C6CAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CsBAAuB%2CMAAK%2CaAAa%2CKAAM%2CQAAO%3BEACjD%2CmBAAA%3BEACD%2CaAAA%3BEACA%2C6CAAA%3B%3BAAEJ%2CsBAAuB%2CMAAK%2CaAAa%2CcAAc%2CKAAM%2CcAAc%2CKAAI%3BEAC%5C%2FE%2CwBAAA%3B%3BAAEA%2CsBAAuB%2CMAAK%2CaAAa%2CcAAc%2CKAAM%2CcAAc%2CKAAI%3BEAC%5C%2FE%2CwBAAA%3B%3BAAEA%2CsBAAuB%2CMAAK%2CaAAa%2CcAAc%2CKAAM%2CcAAc%2CeAAc%3BEACzF%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2C8CAAhB%3BEACA%2CkBAAA%3B%3BAAEA%2CsBAAuB%2CMAAK%2CaAAa%2CcAAc%2CKAAM%3BEAC7D%2CcAAA%3B%3BAAEA%2CsBAAuB%3BEACvB%2CwBAAA%3B%3BAAEA%2CsBAAuB%2CsBAAsB%3BEACzC%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CsBAAuB%2CsBAAsB%2CGAAG%3BEAC5C%2CWAAA%3BEACA%2CWAAA%3BEACH%2CmBAAA%3B%3BAAED%2CsBAAuB%2CsBAAsB%2CGAAG%2CGAAG%3BEAC%5C%2FC%2CWAAA%3BEACA%2CWAAA%3BEACH%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAED%2CsBAAuB%3BEACvB%2CWAAA%3BEACI%2CWAAA%3BEACH%2CgBAAA%3BEACG%2CeAAA%3B%3BAAEJ%2CsBAAuB%2CoBAAoB%3BEAC3C%2CWAAA%3BEACI%2CWAAA%3BEACH%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAAED%2CsBAAuB%2CKAAI%3BEACvB%2CyBAAA%3B%3BAAEJ%2CsBAAuB%2CMAAK%2CaAAa%3BEACxC%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACD%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CsBAAuB%2CmBAAkB%3BEACxC%2CyBAAA%3B%3BAAED%2CsBAAuB%2CmBAAmB%2CGAAE%2CmBAAmB%2CUAAW%2CaAAa%3BEACnF%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CsBAAuB%2CmBAAmB%2CGAAE%2CmBAAmB%2CUAAW%2CaAAa%3BEACvF%2CeAAA%3B%3BAAEA%2CsBAAuB%2CmBAAmB%2CGAAE%2CmBAAmB%2CUAAW%2CaAAa%2CEAAE%3BEACzF%2CaAAA%3B%3BAAEA%2CsBAAuB%2CmBAAmB%2CGAAE%2CmBAAmB%2CUAAW%2CaAAe%3BEACzF%2CmBAAA%3BEACQ%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CoCAAA%3BEACA%2C0BAAA%3BEACN%2CmBAAA%3BEACF%2CgBAAA%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CsBAAwB%3BEACpB%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CsBAAuB%2CiBAAiB%2CeAAe%2CEAAE%3BEACrD%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACJ%2CUAAA%3B%3BAAGA%2CsBAAuB%2CoBAAoB%2CaAAe%3BEACtD%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CsBAAuB%2CoBAAoB%2CaAAa%3BAAAQ%2CsBAAuB%2CoBAAoB%2CaAAa%3BEACxH%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CsBAAuB%2CoBAAoB%2CaAAe%2CIAAE%3BEAC5D%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CsBAAuB%2CMAAK%2CaAAa%2CcAAe%3BEACpD%2CwBAAA%3BEACH%2CmBAAA%3B%3BAAED%2CsBAAuB%2CMAAK%2CaAAa%2CcAAe%2CcAAc%2CKAAI%3BEAC1E%2CwBAAA%3B%3BAAEA%2CIAAK%2CaAAa%2CuBAAuB%2CMAAK%2CaAAc%3BEACxD%2CwBAAA%3B%3BAAEJ%2CsBAAuB%2CMAAK%2CaAAa%2CKAAM%3BEAC3C%2CyBAAA%3B%3BAAEJ%2CsBAAuB%3BEACvB%2CyBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CsBAAuB%2CaAAa%3BEACpC%2CyBAAA%3B%3BAAEA%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CSAAS%2CaACL%2CgBACI%2CGACI%2CGAAE%3BEACE%2CaF3%2BOa%2CqBE2%2BOb%3B%3BAAJhB%2CSAAS%2CaACL%2CgBACI%2CGACI%2CGAAE%2COAGG%3BEACG%2CaF9%2BOS%2CqBE8%2BOT%3BEACA%2C0BAAA%3BEAMA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAALA%2CwBAJ4C%3BEAI5C%2CSAdX%2CaACL%2CgBACI%2CGACI%2CGAAE%2COAGG%3BIAKO%2C0BAAA%3B%3B%3BAAexB%2CaACI%2CaACI%2COAAM%2CQACF%2CQACI%2CQAAO%2CKAAK%3BEACR%2CaAAA%3B%3BAAOpB%2CKAAK%2CYAAY%2CqBAAqB%2CYAAY%3BEAC9C%2CaAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2C0CAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CaAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAiBJ%2CQAfyB%3BEACrB%3BIACI%2CeAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CaAAA%3B%3BEAEJ%2CoBAAqB%2CcAAa%2CUAAU%3BIACxC%2CcAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CWAAA%3B%3B%3BAAsBR%2CwBAlB0C%2CuBAAsB%3BEAC5D%2CUAAW%2CYAAY%2CUAAS%3BIAC5B%2C8BAAA%3B%3BEAEJ%2CUAAW%2CYAAY%2CUAAS%3BIAC5B%2C6BAAA%3BIACA%2C8BAAA%3B%3BEAEJ%2CIAAK%2CWAAW%2CWAAW%3BIACvB%2C8BAAA%3B%3BEAEJ%2CUAAW%2CWAAW%2CYAAY%2CKAAE%2CSAAS%3BIACzC%2CkBAAA%3B%3B%3BACtsPR%3BAAqCI%2CuBAAC%3BACOL%3BAA0BA%3BAAgDA%3BAAsOA%2CgBAOI%3BEDlWA%2CSAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BACwCA%2CeAKI%3BED5CA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BAC%2BCA%2CmBAAoB%3BED9ChB%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAE5BA%3BADiPA%3BAAwDA%2CqBAMI%3BAANJ%2CqBAUI%3BAAVJ%2CqBAWI%3BAAXJ%2CqBAYI%3BAAZJ%2CqBAeI%3BAAySA%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BAA8ML%2CqBACI%2CwBAeI%3BEDnyBJ%2CWAAW%2CaAAX%3B%3BAAGJ%3BAC6GA%3BAAgTI%2C0BAAC%3BAAAD%2CmBAAC%3BAAAD%2CkBAAC%3BED5ZD%2CUAAA%3B%3BAAIA%2CuBAAC%3BEAEG%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAIR%3BACmRA%2CsBACI%3BAADJ%2CsBAEI%3BAAFJ%2CsBAGI%3BAAHJ%2CsBAMI%2C%2BBACI%3BAAPR%2CsBAMI%2C%2BBAEI%3BED1RJ%2C0BAAA%3B%3BAAGJ%3BACwPA%2CqBACI%3BAADJ%2CqBAEI%3BAAFJ%2CqBAGI%3BED1PA%2CwBAAA%3BEACA%2CqCAAA%3BEACA%2C4BAA4B%2C6BAA5B%3B%3BAAGJ%3BACpCA%3BAAiUA%3BAA0BA%3BAACA%3BAACA%3BEDxTI%2CiBAAA%3B%3BAAGJ%3BACoRA%3BEDnRI%2CiBAAA%3B%3BAAGJ%3BEACI%2C2EAAA%3B%3BAAGJ%3BACuDA%3BAAmBA%3BEDzEI%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BAC4DA%3BAASA%3BAAoIA%3BEE1OI%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAHgCJ%3BACiEA%3BEDhEI%2CuBAAA%3B%3BAAGJ%3BACqJA%3BAA4CA%3BAAiHA%3BEDjTI%2CsBAAA%3B%3BAAGJ%3BACoMA%3BAAgEA%3BEDnQI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BACvDA%3BAA0BA%3BAAoDA%3BAAUA%3BAASA%3BAAiOA%3BAACA%3BAACA%3BED5QI%2C6CAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%3BAE9FA%2CqBAaI%3BAAbJ%2CqBAqBI%3BAD4VJ%2CcAWI%3BAA4BJ%3BAAgCA%3BAAsdA%3BAAmCA%3BEDj1BI%2CsBAAsB%2CcAAtB%3BEACA%2C4BAAA%3B%3BAAOJ%3BEAAA%3BEAVA%3BECsHA%3BECpNA%2CqBAaI%3BEAbJ%2CqBAqBI%3BED4VJ%2CcAWI%3BEA4BJ%3BEAgCA%3BEAsdA%3BEAmCA%3BID30BQ%2C2BAAA%3B%3B%3BAIvHR%2C0BAA0B%3BAAC1B%2CmBAAmB%3BAACnB%2CkBAAkB%3BAAClB%2CcAAc%3BAACd%2CuBAAuB%3BAACvB%2C4BAA4B%2CMAAO%3BAACnC%2C0BAA0B%2CMAAO%3BEAC7B%2CgBAAA%3B%3BAACA%2C0BARsB%2CMAQrB%3BAAAD%2CmBAPe%2CMAOd%3BAAAD%2CkBANc%2CMAMb%3BAAAD%2CcALU%2CMAKT%3BAAAD%2CuBAJmB%2CMAIlB%3BAAAD%2C4BAHwB%2CMAAO%2CiBAG9B%3BAAAD%2C0BAFsB%2CMAAO%2CeAE5B%3BEACG%2CsBAAA%3BEACA%2CWAAA%3BEACA%2C%2BBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAAIR%2C4BAA4B%2CMAExB%2CiBAAgB%3BAADpB%2C0BAA0B%2CMACtB%2CiBAAgB%3BAAFpB%2C4BAA4B%2CMAGxB%2CeAAc%3BAAFlB%2C0BAA0B%2CMAEtB%2CeAAc%3BEACV%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAPR%2C4BAA4B%2CMASxB%2CiBAAgB%2CwBAAwB%3BAAR5C%2C0BAA0B%2CMAQtB%2CiBAAgB%2CwBAAwB%3BEACpC%2CSAAA%3BEACA%2CUAAA%3B%3BAAXR%2C4BAA4B%2CMAaxB%3BAAZJ%2C0BAA0B%2CMAYtB%3BEACI%2CiBAAA%3B%3BAAIR%2CqBAAqB%2CUAAU%2CGAAG%2CMAC9B%2CiBAAgB%3BEACZ%2CSAAA%3B%3BAAFR%2CqBAAqB%2CUAAU%2CGAAG%2CMAI9B%2CiBAAgB%2CwBAAwB%3BEACpC%2CQAAA%3B%3BAAIR%2CqBAAqB%2CWAAW%2CMAC5B%2CiBAAgB%3BEACZ%2CUAAA%3B%3BAAFR%2CqBAAqB%2CWAAW%2CMAI5B%2CiBAAgB%2CwBAAwB%3BEACpC%2CWAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAF1DJ%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAVJ%2CqBAYI%3BEACI%2C0BAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CqBAGI%3BAAHJ%2CqBAII%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAVR%2CqBAaI%3BEAEI%2C4BAAA%3BEACA%2CSAAA%3B%3BAACA%2CqBAJJ%2CoBAIK%3BEACG%2CaAAA%3B%3BAAlBZ%2CqBAqBI%3BEAEI%2CmCAAA%3BEACA%2CMAAA%3B%3BAACA%2CqBAJJ%2CmBAIK%3BEACG%2CaAAA%3B%3BAA1BZ%2CqBA6BI%3BEACI%2CaAAA%3B%3BAAIR%2CqBAAsB%2CwBAClB%3BEACI%2CaAAA%3B%3BAAFR%2CqBAAsB%2CwBAIlB%3BEACI%2CcAAA%3B%3BAD%5C%2FCR%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEI%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CoBACI%3BEACI%2CcAAA%3B%3BAAIR%3BAACA%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEAGI%2CkBAAA%3B%3BAAGJ%2CeACI%3BEACI%2CeAAA%3B%3BAAQR%2CsBACI%3BEACI%2CqBAAA%3B%3BAAQR%3BEAGI%2CgBAAA%3B%3BAACA%2CuBAAC%3BEACG%2CUAAA%3B%3BAAIR%2CqBACI%3BEACI%2CaAAA%3B%3BAAFR%2CqBAII%2CwBAAuB%3BAAJ3B%2CqBAKI%3BAALJ%2CqBAMI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAATR%2CqBAWI%3BEACI%2CUAAA%3B%3BAAZR%2CqBAcI%3BEACI%2CUAAA%3B%3BAACA%2CqBAFJ%2CqBAEK%3BEACG%2CUAAA%3B%3BAAjBZ%2CqBAoBI%2CiBAAiB%3BEACb%2CaAAA%3B%3BAAIR%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAACA%2CiBAAkB%3BAAClB%2CgBAAiB%3BEACb%2CUAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAOJ%3BEAGI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEAGI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3B%3BAAGJ%3BEAMI%2CkBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CoBAGI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAALR%2CoBAOI%3BAAPJ%2CoBAQI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAADJ%2CsBAEI%3BEACI%2C0BAAA%3B%3BAACA%2CsBAFJ%2CsBAEK%3BEACG%2C2BAAA%3B%3BAALZ%2CsBAQI%3BEACI%2CaAAA%3B%3BAAIR%2CiBACI%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CqBAAC%2CiBAAkB%3BEACf%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAACA%2CqBAJH%2CiBAAkB%2CsBAId%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CqBAAqB%2CMAAO%3BEAExB%2CgBAAA%3B%3BAACA%2CqBAHiB%2CMAAO%2CCAGvB%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAACA%2CqBAAqB%2CMAAO%3BEAExB%2CUAAA%3B%3BAAIR%3BEAGI%2C2BAAA%3BEACA%2CkBAAkB%2CkFAAlB%3BEACA%2CyBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEAEI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAATJ%2CkBAUI%3BEACI%2CwBAAA%3BEACA%2CkCAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAACA%2CkBALJ%2CEAKK%3BEACG%2CkCAAA%3BEACA%2CWAAA%3B%3BAAIR%2CoBAAqB%3BEACjB%2CUAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CsBAAuB%3BAACvB%2C4BAA6B%3BEACzB%2CaAAA%3B%3BAAIR%3BEAGI%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAOJ%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAIR%3BEEpSI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAlYJ%2CqBAMI%3BEAEI%2CsCAAA%3B%3BAARR%2CqBAeI%3BEAEI%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3B%3BAAIR%2CsBAMI%2C%2BBACI%3BAAPR%2CsBAMI%2C%2BBAEI%3BEAEI%2CUAAA%3B%3BAAKZ%3BEAEI%2CYAAA%3B%3BAAWJ%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAMJ%2CeAAe%3BEACX%3BIACI%2C6BAAA%3B%3B%3BAAIR%3BAACA%3BAACA%3BEAGI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEAEI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAEA%2CuBAAwB%3BEACpB%2CUAAA%3B%3BAARR%2CcAWI%3BEE5YA%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEA3RI%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2COAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CgCAAA%3B%3BAAIR%3BEACI%2CQAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CiCAAA%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEAEI%2CwBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C2BACI%3BEACI%2CaAAA%3B%3BAAYR%2CqBACI%3BEACI%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAIR%3BEExcI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEA%5C%2FNA%2CiCAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAEA%2CqBAAsB%3BAACtB%2CsBAAuB%2CiBAAiB%3BEACpC%2CaAAA%3B%3BAAGJ%2CiBAAkB%3BAAClB%2CgBAAiB%3BAACjB%2CqBAAsB%3BEAClB%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%2C4BAA4B%2C8BACxB%3BAADJ%2C4BAA4B%2C8BAExB%3BEACI%2CUAAA%3B%3BAACA%2C4BAJoB%2C8BACxB%2CeAGK%3BAAAD%2C4BAJoB%2C8BAExB%2C2BAEK%3BEACG%2CUAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CsBACI%3BAADJ%2CsBAEI%3BEACI%2CqBAAA%3B%3BAAKJ%2CqBAAC%2C4BAA4B%2C8BACzB%3BAADJ%2CqBAAC%2C4BAA4B%2C8BAEzB%3BEACI%2CaAAA%3B%3BAACA%2CqBAJP%2C4BAA4B%2C8BACzB%2CeAGK%3BAAAD%2CqBAJP%2C4BAA4B%2C8BAEzB%2C2BAEK%3BEACG%2CcAAA%3B%3BAAIZ%2CqBAAC%2CsBACG%3BAADJ%2CqBAAC%2CsBAEG%3BEACI%2CwBAAA%3B%3BAAMR%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAC%5C%2FC%2C2BAA0B%2CIAAI%3BEE7jBlC%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFyjBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAI%5C%2FC%2CqBAAoB%2CIAAI%3BEEhkB5B%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFyjBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAO%5C%2FC%2CqBAAoB%2CIAAI%3BEEnkB5B%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAFokBA%2CqBAAC%2CsBACG%3BEExkBJ%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFokBA%2CqBAAC%2CsBAIG%3BEE3kBJ%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFokBA%2CqBAAC%2CsBAOG%3BEE9kBJ%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAFilBJ%2CqBACI%2CeAAc%2CIAAI%3BAADtB%2CqBAEI%2C2BAA0B%2CIAAI%3BAAFlC%2CqBAGI%2CsBAAqB%2CIAAI%3BAAH7B%2CqBAII%2CuBAAsB%2CIAAI%3BEACtB%2CyBAAA%3BEACA%2CyDAAA%3B%3BAAMJ%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BEAEG%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%3BAAAD%2CcAAC%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CgBAAC%3BAAAD%2CcAAC%3BEACG%2CYAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CgBAAC%2CwBAAwB%3BAAAzB%2CcAAC%2CwBAAwB%3BAACzB%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEACtB%2CmCAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BAACxB%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEACvB%2CoCAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%2CwBAAwB%3BAAAzB%2CcAAC%2CwBAAwB%3BEEjmBzB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEFmmBI%2C6BAAA%3BEACA%2COAAA%3B%3BAAGJ%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEEvmB1B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFymBI%2CmCAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BEE5mBxB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEF8mBI%2C6BAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEElnB3B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFonBI%2CmCAAA%3BEACA%2CSAAA%3B%3BAASJ%2CqBALkB%2CiBAKjB%3BAAAD%2CqBAJkB%2CeAIjB%3BAAAD%2C2BAHwB%2CiBAGvB%3BAAAD%2C2BAFwB%2CeAEvB%3BAAAD%2CqBADkB%2CiBACjB%3BAACD%2CqBANkB%2CiBAMjB%3BAAAD%2CqBALkB%2CeAKjB%3BAAAD%2C2BAJwB%2CiBAIvB%3BAAAD%2C2BAHwB%2CeAGvB%3BAAAD%2CqBAFkB%2CiBAEjB%3BEACG%2CaAAA%3B%3BAAWR%2CmBACI%2CyBACI%3BEE3pBJ%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BEF0pBQ%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAPZ%2CmBAUI%2C2BACI%3BEE7pBJ%2CmBAAmB%2CqBAAnB%3BEACA%2CeAAe%2CsBAAf%3BEACA%2CcAAc%2CsBAAd%3BEACA%2CWAAW%2CsBAAX%3BEF4pBQ%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAKZ%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%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%2CyBAAA%3B%3BAATR%2CkBAWI%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CsBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAADJ%2CuBAEI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEEzwBJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEF2wBI%2CyBAAA%3BEACA%2C6CAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAJA%2CgBAHkC%3BEAGlC%2CuBAVJ%3BIAQQ%2CUAAA%3B%3B%3BAAUZ%3BEACI%2CYAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAIA%2C6BAAC%3BEACG%2CqBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAALR%2C6BAQI%3BEACI%2CuBAAA%3BEACA%2CWAAA%3B%3BAAVR%2C6BAQI%2CsBAGI%3BEACI%2CcAAA%3BEACA%2CkCAAA%3B%3BAAKZ%2CqBACI%2CwBACI%3BEACI%2CaAAA%3B%3BAAHZ%2CqBACI%2CwBAII%3BAALR%2CqBACI%2CwBAKI%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAdZ%2CqBACI%2CwBAeI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CqBA5BR%2CwBAeI%2CqBAaK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C4DAAA%3B%3BAAEJ%2CqBAlCR%2CwBAeI%2CqBAmBK%3BEACG%2CYAAA%3BEACA%2CyBAAA%3B%3BAArChB%2CqBACI%2CwBAuCI%3BEACI%2CUAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAMR%2C%2BBAAC%3BEACG%2CgBAAA%3B%3BAAFR%2C%2BBAKI%3BAALJ%2C%2BBAMI%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAZR%2C%2BBAKI%2C4BAQI%3BAAbR%2C%2BBAMI%2C6BAOI%3BEE32BJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEAmMQ%2CWAAA%3B%3BAAfZ%2C%2BBAkBI%3BEACI%2COAAA%3B%3BAAnBR%2C%2BBAqBI%3BEACI%2CQAAA%3B%3BAAMR%2C6BACI%3BAADJ%2C6BAEI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAARR%2C6BACI%2C4BAQI%3BAATR%2C6BAEI%2C6BAOI%3BEE53BJ%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CWAAW%2CaAAX%3BEF43BQ%2CYAAA%3BEACA%2CWAAA%3B%3BAAZZ%2C6BAeI%3BEACI%2CMAAA%3B%3BAAhBR%2C6BAkBI%3BEACI%2CSAAA%3B%3BAAIR%2C4BACI%3BAADJ%2C4BAEI%3BEACI%2C6BAAA%3B%3BAAHR%2C4BAKI%3BEACI%2CkBAAA%3B%3BAANR%2C4BAQI%2CwBAAuB%3BEACnB%2CmBAAA%3B%3BAAIR%3BEAEI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C2BACI%3BEACI%2CiCAAA%3B%3BAAIR%2C4BACI%3BEACI%2CiCAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%3BAACA%3BEEt4BI%2C0CAAA%3BEACA%2C6CAAA%3B%3BAACA%2CcAAC%3BAAAD%2CqBAAC%3BEACG%2C0CAAA%3B%3BAAEJ%2CcAAC%3BAAAD%2CqBAAC%3BEACG%2C0CAAA%3B%3BAFo4BR%2CeAAe%2CIAAI%2CgCACf%3BAADJ%2CeAAe%2CIAAI%2CgCAEf%3BAAFJ%2CeAAe%2CIAAI%2CgCAGf%3BEE74BA%2C0CAAA%3BEACA%2C6CAAA%3B%3BAACA%2CeFw4BW%2CIAAI%2CgCACf%2C2BEz4BC%3BAAAD%2CeFw4BW%2CIAAI%2CgCAEf%2CoBE14BC%3BAAAD%2CeFw4BW%2CIAAI%2CgCAGf%2CmBE34BC%3BEACG%2C0CAAA%3B%3BAAEJ%2CeFq4BW%2CIAAI%2CgCACf%2C2BEt4BC%3BAAAD%2CeFq4BW%2CIAAI%2CgCAEf%2CoBEv4BC%3BAAAD%2CeFq4BW%2CIAAI%2CgCAGf%2CmBEx4BC%3BEACG%2C0CAAA%3B%3BAF44BR%3BEAEI%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAW%2C2BAAX%3BEACA%2CoCAAA%3BEACA%2CWAAA%3B%3BAAOA%2CgBANkC%3BEAMlC%3BIALI%2CiCAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3B%3BAAEJ%2CsBAAC%3BEACG%2CUAAA%3BEACA%2CWAAW%2CwBAAX%3B%3BAAMJ%2CoBAAC%3BEACG%2CcAAA%3BEACA%2CYAAA%3B%3BAAKR%3BEACI%2CsBAAsB%2C4BAAtB%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CkBAAC%3BEACG%2CcAAA%3B%3BAAIR%2CgCACI%3BAADJ%2CgCACoB%3BEACZ%2CwBAAA%3B%3BAAIR%2CgBACI%3BEACI%2CyBAAA%3B%3BAAFR%2CgBAKI%3BEACI%2CwBAAA%3B%3BAAIR%2CuBAAwB%3BEACpB%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CoBAAoB%2CIAAI%2CyBAEpB%3BEACI%2CaAAA%22%7D *//* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/*
/**
 * @package     Plumrocket_AdvancedReviewAndReminder
 * @copyright   Copyright (c) 2020 Plumrocket Inc. (https://plumrocket.com)
 * @license     https://plumrocket.com/license   End-user License Agreement
 */

/* @@ Global styles @@ */
html,
body {
  -webkit-overflow-scrolling: touch;
}

button.prar-btn {
  padding: 10px 8px;
  text-align: center;
  font-size: 1.4rem;
  color: white;
  background: #1979c3;
  box-shadow: none;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  text-transform: initial;
  border-radius: 3px;
  letter-spacing: 0;
  line-height: 1.2;
}

button.prar-btn:hover {
  background-color: #006bb4;
}

.owl-carousel.prar-owl .owl-nav button span,
#arar-upload .fileinput-button input[type="file"],
.prar-toolbar-field-wrap label,
.img-upload .file-delete span,
.video-preview .video-delete span,
.prar-review-list-head .price-box .old-price .price-container > .price-label,
.product-img-box .price-box .old-price .price-container > .price-label,
.prar-sticky-basket .price-label {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  font-size: 1px;
  overflow: hidden;
}

#arar-form-messages {
  margin: 0;
  padding: 0;
}

.prar-rev-item-bottom .titler,
.prar-rev-item-r-bar .titler {
  font-weight: 600;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0;
  vertical-align: middle;
  margin-top: 1px;
}

.prar-rating .rating-summary .rating-result > span:before,
.prar-rating .rating-summary .rating-result:before {
  height: 16px;
  font-size: 16px;
  line-height: 16px;
}

.prar-rating .rating-summary .rating-result {
  width: 90px;
  margin-top: 9px;
}

.prar-review-product-list .page-main {
  padding: 0 10px;
}

.prar-form-popup .modal-header h1,
.prar-gallery-wrp .modal-header h1 {
  padding-bottom: 0;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 0;
}

.prar-form-popup button.action-close {
  border-radius: 0;
}

.prar-form-popup button.action-close::after {
  font-size: 1.4rem;
  text-transform: initial;
  letter-spacing: 0;
}

.prar-rev-recommend {
  display: flex;
  align-items: center;
  margin: 11px 0 0;
}

.prar-rev-recommend strong {
  margin-left: 5px;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #378735;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
}

.prar-rev-recommend.no strong {
  color: #ff9797;
}

.prar-rev-recommend svg path {
  fill: #378735;
}

.prar-rev-recommend.no svg path {
  fill: #d34e4e;
}

.prar-rev-recommend svg {
  transform: rotate(0deg);
  fill: #378735;
}

.prar-rev-recommend.no svg {
  fill: #ff9797;
}

.rating-summary.prar-rat-sum .rating-result:before {
  top: 0;
}

.advancedrar-review-leavereview .success-message {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.advancedrar-review-leavereview .success-message__title {
  margin-top: 20px;
  margin-bottom: 5px;
}

/* == product rating == */
.prar-prod-rating {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 355px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.prar-prod-rating .prar-recommend {
  order: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  width: 116px;
  border-top: 1px solid #c4c4c4;
}

.prar-prod-rating .prar-recommend h2 {
  display: flex;
  width: 116px;
  flex-direction: column;
  margin: 0;
  text-align: center;
  color: #888;
}

.prar-prod-rating .rating-summary {
  position: relative;
  order: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0 5px 10px;
  white-space: normal;
  width: 116px;
  box-sizing: border-box;
  overflow: initial;
}

.prar-prod-rating .prar-all-rev-link {
  width: 100%;
  margin-top: 14px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.22;
  letter-spacing: 0;
}

.prar-prod-rating .prar-btn {
  order: 3;
  margin-top: 8px;
  padding: 9px 20px;
  text-transform: initial;
  border-radius: 3px;
  letter-spacing: 0;
  line-height: 1;
}

.prar-prod-rating .prar-rating .prar-btn {
  display: none;
}

.prar-recommend .prar-recommend-title span {
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 500;
  display: inline-block;
}

.prar-recommend-title strong {
  display: block;
  margin-bottom: 3px;
  font-size: 1.4rem;
  font-weight: 600;
}

.prar-prod-rating .prar-stars-amount {
  margin-top: -5px;
  text-align: center;
  font-size: 5.3rem;
  line-height: 1;
  font-weight: 600;
}

.prar-prod-rating .prar-stars-amount span {
  display: none;
}

.prar-prod-rating .prar-histogram {
  order: -1;
  display: block;
  max-width: 208px;
  width: 59%;
}

.prar-prod-rating .prar-histogram-item {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  font-size: 1.2rem;
  line-height: 1.3;
  white-space: nowrap;
  letter-spacing: 0;
}

.prar-prod-rating .prar-histogram-item:first-child {
  margin-top: 0;
}

.prar-prod-rating .prar-histogram-line {
  position: relative;
  min-width: 107px;
  height: 12px;
  box-sizing: border-box;
  margin-left: 6px;
  margin-right: 8px;
  background-color: #e7e7e7;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
}

.prar-prod-rating .prar-histogram-fullness {
  position: absolute;
  top: -1px;
  left: 0;
  bottom: -1px;
  box-sizing: border-box;
  background-color: #ffc700;
  box-shadow: inset 0 0 0 1px #cfa200;
  border-radius: 2px;
}

.prar-prod-rating .prar-no-review {
  margin-bottom: 10px;
  text-align: center;
}

.prar-prod-rating .prar-no-review strong {
  display: block;
  font-size: 1.6rem;
}

.prar-prod-rating .prar-no-review ~ .prar-btn {
  margin-left: auto;
  margin-right: auto;
}

/* == owl slider == */
.column.main .prar-products.product-items {
  margin-left: 0;
}

.prar-products {
  margin-top: 14px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 13px;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}

.prar-products .prar-products-title {
  margin: 0 0 8px;
  font-size: 1.4rem;
  font-weight: 600;
}

.prar-products .owl-carousel.prar-owl .owl-nav {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

.prar-products .owl-carousel.prar-owl .owl-nav button {
  position: relative;
  width: 36px;
  height: 28px;
  margin-right: 10px;
  margin-left: 10px;
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: none;
}

.owl-carousel.prar-owl .owl-nav button.owl-prev {
  left: -40px;
  pointer-events: all;
  background-image: url("../../frontend/OM/Isha/en_US/Plumrocket_AdvancedReviewAndReminder/images/left-arrow.svg");
}

.owl-carousel.prar-owl .owl-nav button.owl-next {
  right: -40px;
  pointer-events: all;
  background-image: url("../../frontend/OM/Isha/en_US/Plumrocket_AdvancedReviewAndReminder/images/right-arrow.svg");
}

.prar-products .owl-dots {
  margin: 15px;
  text-align: center;
}

button.prar-popup-media {
  margin-top: 12px;
  padding: 0;
  border: none;
  font-weight: 400;
  color: #1583ce;
  text-transform: initial;
  letter-spacing: 0;
  background-color: transparent;
  box-shadow: none;
}

button.prar-popup-media:hover {
  color: #1583ce;
  text-decoration: underline;
  background-color: transparent;
}

.prar-products .owl-carousel.owl-drag .owl-item > div {
  width: 68px;
  height: 68px;
  cursor: pointer;
}

.prar-products .owl-carousel .owl-stage-outer {
  margin-right: -10px;
}

.prar-rev-media-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* == Reviews list == */
#pr-review-list {
  min-height: 50px;
}

.prar-reviews {
  margin-top: 15px;
  padding: 10px 13px;
  background-color: #eee;
  font-size: 1.4rem;
  color: #000;
}

.prar-reviews a {
  color: #1583ce;
}

.prar-review-list {
  letter-spacing: 0;
}

.prar-review-list-wrp .prar-social-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.prar-review-list-wrp .prar-social-wrap .prar-social {
  margin-right: 10px;
  flex-shrink: 0;
}

.prar-review-list-wrp .prar-social-wrap img {
  display: flex;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.prar-review-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 14px;
}

.prar-review-toolbar span {
  margin-right: 3px;
}

.prar-review-toolbar select,
input.prar-toolbar-search {
  margin-bottom: 15px;
  font-size: 1.6rem;
}

.prar-review-toolbar select {
  height: 34px;
  font-size: 1.4rem;
  border-radius: 3px;
}

.prar-toolbar-field-wrap.sort-field .prar-toolbar-select:last-child {
  margin-bottom: 0;
}

.prar-toolbar-field-wrap.sort-field {
  display: flex;
  width: 66.2%;
  max-width: 66.2%;
}

.prar-toolbar-field-wrap.sort-field .prar-toolbar-select:first-of-type {
  margin-right: 3%;
}

.prar-toolbar-field-wrap {
  margin-right: 2.8%;
}

.prar-review-toolbar .prar-review-num {
  width: 100%;
  margin-top: 18px;
  font-weight: 600;
}

body input.prar-toolbar-search {
  height: 34px;
  margin-right: 10px;
  padding-left: 30px;
  background-image: url("../../frontend/OM/Isha/en_US/Plumrocket_AdvancedReviewAndReminder/images/search-icon.svg");
  background-repeat: no-repeat;
  background-position: 5px center;
  border-radius: 3px;
}

input.prar-toolbar-search::placeholder {
  font-size: 1.4rem;
}

.prar-toolbar-search-wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.prar-toolbar-search-wrap input.prar-toolbar-search::-webkit-input-placeholder {
  color: #888;
}

.prar-toolbar-search-wrap input.prar-toolbar-search::placeholder {
  color: #888;
}

.prar-box-reviews .prar-toolbar-search-wrap button {
  padding: 8px 21px;
  color: #1979c3;
  background-color: transparent;
  border: 1px solid #1979c3;
  transition: 0.3s;
  font-size: 1.4rem;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: initial;
  border-radius: 3px;
}

.prar-box-reviews .prar-toolbar-search-wrap button:hover {
  color: #333;
  border-color: #333;
}

.prar-review-list-wrp .prar-rev-item-detail,
.prar-review-list-wrp .prar-rev-item-pros,
.prar-rev-item-bottom .prar-rev-item-cons {
  margin-top: 13px;
  font-size: 1.6rem;
  line-height: 1.33;
  color: #000;
}

.prar-review-list-wrp mark {
  background: #fcde62;
}

#pr-review-list .loading-mask {
  margin: 0 -10px;
}

#pr-review-list .loading-mask img {
  bottom: auto;
}

input.prar-toolbar-search::placeholder {
  color: #000;
}

.prar-toolbar-field-wrap .select-label {
  display: none;
}

#pr-review-list .prar-review-item-photos {
  margin-top: 19px;
  margin-right: -10px;
  margin-bottom: 0;
  display: flex;
  overflow-x: auto;
  padding: 0;
  list-style: none;
}

.prar-review-list-wrp .prar-review-item-photo {
  flex-shrink: 0;
  width: 102px;
  height: 76px;
  margin-right: 6px;
  margin-bottom: 4px;
  cursor: pointer;
}

.prar-review-list-wrp .prar-rating-btn {
  position: relative;
  display: inline-table;
  width: 35px;
  margin-right: 5px;
  padding: 0;
  height: 32px;
  border: none;
  background-color: transparent;
  box-shadow: none;
  transition: 0.3s;
}

.prar-review-list-wrp .prar-rating-btn::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -4px;
  width: 1px;
  height: 35px;
  background-color: #c4c4c4;
}

.prar-review-list-wrp .prar-rev-share-wrap {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.prar-review-list-wrp .prar-rev-share-img::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}

.prar-review-list-wrp .prar-rev-share-img:hover {
  opacity: 0.8;
}

.prar-rev-footer-share:last-child .prar-rev-share-img {
  margin-right: 0;
}

.prar-review-list-wrp .prar-rev-list-item {
  padding-top: 11px;
  padding-bottom: 27px;
  border-bottom: 1px solid #c4c4c4;
}

.prar-rev-abuse .prar-rev-abuse-link {
  position: relative;
  display: block;
  width: 38px;
  height: 32px;
  transition: 0.3s;
}

.prar-item-footer .prar-rev-item-helpful {
  margin-left: auto;
}

.prar-rev-item-helpful .prar-rev-item-title {
  display: none;
}

.prar-rev-item-helpful .prar-rating-btn .icon,
.prar-rev-abuse .prar-rev-abuse-link .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.prar-rev-item-helpful .prar-rating-btn .yes-icon-hover,
.prar-rev-item-helpful .prar-rating-btn .no-icon-hover,
.prar-rev-item-helpful .prar-rev-abuse-link .report-icon-hover {
  opacity: 0;
}

.prar-rev-item-helpful .prar-rev-abuse-link .report-icon-hover.abuse {
  opacity: 1;
}

.prar-rev-item-helpful .prar-rating-btn:hover .yes-icon,
.prar-rev-item-helpful .prar-rating-btn:hover .no-icon,
.prar-rev-item-helpful .prar-rev-abuse-link:hover .report-icon,
.prar-rev-item-helpful .prar-rating-btn.active .yes-icon,
.prar-rev-item-helpful .prar-rating-btn.active .no-icon {
  opacity: 0;
}

.prar-rev-item-helpful .prar-rating-btn:hover .yes-icon-hover,
.prar-rev-item-helpful .prar-rating-btn:hover .no-icon-hover,
.prar-rev-item-helpful .prar-rev-abuse-link:hover .report-icon-hover,
.prar-rev-item-helpful .prar-rating-btn.active .yes-icon-hover,
.prar-rev-item-helpful .prar-rating-btn.active .no-icon-hover {
  opacity: 1;
}

.prar-rating-btn.active .prar-rating-btn-title,
.prar-rating-btn.active .prar-abuse-link-title {
  color: #c13a3a;
}

.prar-rating-btn.active .prar-rating-btn-title.helpful {
  color: #319e43;
}

.prar-rating-btn:hover .prar-rating-btn-title.helpful {
  color: #319e43;
}

.prar-rating-btn:hover .prar-rating-btn-title {
  color: #d34e4e;
}

.prar-rev-abuse-link:hover .prar-abuse-link-title {
  color: #d34e4e !important;
}

.prar-review-list-wrp .prar-share-btn-wrap {
  display: flex;
  justify-content: flex-end;
}

.prar-review-list-wrp .prar-rating-btn-wrap {
  display: flex;
}

.prar-review-list-wrp .prar-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.prar-rev-item-date.desk {
  display: none;
}

.prar-rev-footer-share a {
  position: relative;
  display: flex;
  margin-right: 6px;
  cursor: pointer;
}

.prar-rev-footer-share a::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}

.prar-rev-footer-share:last-child a {
  margin-right: 0;
}

.prar-rev-item-top .prar-wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}

.prar-rev-item-top .prar-rev-wrap {
  clear: both;
  overflow: hidden;
}

.prar-rev-item-top .prar-rev-nickname {
  font-size: 1.6rem;
}

.prar-rev-item-top .prar-rev-item-date {
  font-size: 1.2rem;
  color: #888;
}

.prar-toolbar-field-wrap,
.prar-mob-filter-btn {
  max-width: 220px;
  width: 48.5%;
}

button.prar-mob-filter-btn {
  margin-bottom: 15px;
  padding: 8px 15px 8px 48px;
  text-align: left;
  color: #1979c3;
  background-color: transparent;
  box-shadow: none;
  background-image: url(../../frontend/OM/Isha/en_US/Plumrocket_AdvancedReviewAndReminder/images/filter-icon.svg);
  background-repeat: no-repeat;
  background-position: 27px center;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: initial;
  border: 1px solid #1979c3;
  border-radius: 3px;
}

.prar-rev-item-helpful .prar-rating-btn .prar-count {
  position: absolute;
  top: -8px;
  left: 23px;
  z-index: 2;
  font-size: 1rem;
  color: #888;
}

.prar-rev-item-helpful .prar-rating-btn.btn-down .prar-count {
  left: 27px;
}

.prar-rev-item-helpful .prar-rating-btn-title,
.prar-review-list-wrp .prar-abuse-link-title {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  font-size: 9px;
  font-weight: 400;
  text-transform: initial;
  letter-spacing: 0;
  line-height: 1;
}

.prar-rev-item-helpful .prar-rating-btn-title {
  color: #1583ce;
}

.prar-rev-item-helpful .loading-mask .loader > img {
  width: 32px;
}

.prar-review-list-wrp .prar-abuse-link-title {
  bottom: -11px;
}

.prar-review-toolbar .prar-toolbar-state {
  width: 100%;
}

.prar-toolbar-state strong {
  display: block;
  margin-top: 8px;
  margin-right: 11px;
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}

.prar-toolbar-state span {
  color: #000;
  white-space: nowrap;
}

.prar-toolbar-state span:nth-child(2n) {
  margin-right: 13px;
}

.prar-toolbar-act-filt {
  display: inline;
}

.prar-toolbar-state .prar-close {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  top: 4px;
  background-color: #c4c4c4;
  border-radius: 3px;
  cursor: pointer;
}

.prar-toolbar-state .prar-close::before {
  content: "X";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.prar-toolbar-state .prar-close::after {
  content: ",";
  position: absolute;
  right: -5px;
}

.prar-toolbar-state .prar-clear-link {
  color: #1583ce;
  cursor: pointer;
  white-space: nowrap;
}

.prar-review-toolbar .prar-toolbar-state.prar-toolbar-state-empty {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 30px;
}

.prar-toolbar-state-empty .prar-state-title {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 1.6rem;
  text-transform: none;
}

.prar-toolbar-state-empty span:nth-child(2n) {
  margin-right: 11px;
}

.prar-toolbar-state-empty .prar-state-text {
  width: 100%;
  text-align: center;
}

.prar-toolbar-state-empty .prar-filtered-by {
  order: -3;
}

.prar-toolbar-state-empty .prar-toolbar-act-filt {
  order: -2;
}

.prar-toolbar-state-empty .prar-clear-link {
  order: -1;
}

.prar-rev-item-verified {
  position: relative;
  margin-top: 7px;
  padding-left: 13px;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  color: #ed6c0f;
}

.prar-rev-item-verified::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 9px;
  height: 6px;
  box-sizing: border-box;
  transform: rotate(-45deg);
  border: 2px solid #ed6c0f;
  border-top: none;
  border-right: none;
}

.prar-rev-item-verified .prap-verified-details {
  font-weight: 400;
  color: #888;
  text-transform: initial;
}

.prar-rev-item-verified span:first-child {
  margin-right: 3px;
}

.prar-sticky-basket {
  display: none;
}

.prar-sticky-basket button:hover {
  background: #006bb4;
}

/* == customer review form == */
.prar-form-add .prar-product-img {
  display: none;
}

.prar-form-add .prar-message-hld {
  padding: 0 0 18px;
}

.prar-form-add .prar-message-hld h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 2.4rem;
  font-weight: 600;
}

.prar-form-add .prar-message-hld h3 {
  margin: 0;
  font-weight: 400;
  color: #1583ce;
}

.prar-form-add fieldset {
  padding: 0;
  border: none;
}

.prar-form-add form .prar-yourself-title {
  margin: 0 0 5px;
  font-size: 2.1rem;
  font-weight: 600;
  color: #333;
}

.prar-form-add form h4 {
  margin-top: 20px;
  margin-bottom: 3px;
  font-size: 1.6rem;
  font-weight: 600;
}

.prar-rating-stars img {
  width: 36px;
}

.prar-rating-box {
  position: relative;
  width: 250px;
  margin-top: 10px;
}

.prar-rating-box .prar-rating-text {
  position: absolute;
  left: 200px;
  bottom: 10px;
  width: 150px;
  text-align: left;
  pointer-events: none;
}

.prar-rating-box .prar-rating-stars {
  width: 250px;
}

.prar-form-list {
  margin: 25px 0 15px;
  padding: 0;
  list-style: none;
}

.prar-form-item label span {
  font-size: 1.6rem;
  font-weight: 600;
}

.prar-form-item label em {
  color: #e02b27;
}

.prar-form-item label .prar-form-item-desc {
  display: block;
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #888888;
}

.prar-form-item.about-yourself {
  margin-top: 25px;
}

.prar-form-sub-item {
  margin-bottom: 10px;
}

.prar-form-list input[type="text"],
.prar-form-list input[type="email"],
.prar-form-list textarea {
  font-size: 1.6rem;
  width: 100%;
}

.prar-form-add .prar-submit-btn {
  width: 100%;
  padding: 14px 17px;
  color: #fff;
  font-size: 1.8rem;
  background-color: #1979c3;
  border-color: #1979c3;
  box-shadow: none;
}

.prar-form-add .prar-submit-btn:hover {
  background-color: #006bb4;
  border-color: #006bb4;
}

.prar-form-add .comment-summary,
.prar-form-add .characters-left {
  display: inline-block;
}

.prar-form-add .prar-input-box,
.prar-form-add #pros_field-error,
.prar-form-add #cons_field-error {
  text-align: right;
}

.prar-form-add .comment-summary {
  margin-left: auto;
}

.prar-form-add .prar-uploader-label,
.prar-uploader-box .prar-uploader-item button {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70px;
  box-sizing: border-box;
  margin-right: 6px;
  padding: 18px 8px 13px;
  background-color: #eaeaea;
  cursor: pointer;
}

.modal-popup.prar-form-popup {
  pointer-events: auto;
}

.prar-form-popup #arar-upload .fileinput-button {
  width: 100%;
  margin-top: 17px;
}

.prar-form-popup #arar-upload .file-row {
  display: inline-block;
  border: none;
}

.prar-form-popup .pslogin-spacer {
  text-align: left;
}

.fileinput-button .prar-fileinput-label {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

.fileinput-button .prar-fileinput-desc {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #888888;
}

.prar-form-item #arar-upload .fileinput-button span {
  display: block;
}

.fileinput-button .prar-uploader-list {
  display: flex;
  margin-top: 5px;
}

.prar-form-add .prar-uploader-label span,
.prar-uploader-box .prar-uploader-item button {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #666;
}

.prar-form-add .prar-uploader-box-subs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1rem;
}

.prar-uploader-box-subs span:first-child {
  margin-right: 5px;
}

.prar-form-add .comment-file {
  display: inline-block;
  margin-top: 5px;
  margin-right: 7px;
  margin-bottom: 7px;
}

.prar-form-add .prar-uploader-box-title {
  margin-right: 5px;
}

.prar-form-add input[type="text"],
.prar-form-add input[type="text"],
.prar-form-add .prar-recommend-field {
  width: 100%;
  box-sizing: border-box;
  height: 34px;
  font-size: 1.6rem;
}

.prar-form-add textarea {
  font-size: 1.6rem;
}

.prar-form-add .prar-rating-title {
  font-weight: 600;
}

.prar-uploader-box .prar-uploader-item button {
  width: 70px;
  height: 100%;
  border: none;
  box-shadow: none;
  background-color: #eaeaea;
  border-radius: 0;
}

.prar-uploader-box .prar-uploader-item button p {
  margin: 0;
  font-size: inherit;
  text-transform: initial;
}

.prar-form-add .comment-summary,
.prar-form-add .characters-left {
  font-size: 1rem;
  color: #8888;
}

#arar-form-add #arar-upload .file-info {
  display: flex;
}

#arar-form-add #arar-upload .file-info .img-upload {
  position: relative;
  width: 62px;
  height: 46px;
  background-image: url(../../frontend/OM/Isha/en_US/Plumrocket_AdvancedReviewAndReminder/images/photo.svg);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #eaeaea;
}

#arar-form-add #arar-upload .file-info .img-upload > div {
  background-color: #fff;
}

#arar-form-add .video-preview {
  position: relative;
  width: 62px;
  margin-top: 5px;
}

#arar-form-add #arar-upload .file-delete,
#arar-form-add .video-delete {
  position: absolute;
  top: -7px;
  right: -7px;
  z-index: 1;
  width: 18px;
  height: 18px;
  background-color: #df1f1f;
  border-radius: 50%;
}

#arar-form-add .file-delete::before,
#arar-form-add .file-delete::after,
#arar-form-add .video-delete::before,
#arar-form-add .video-delete::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: 2px;
  background-color: #fff;
}

#arar-form-add .file-delete::after,
#arar-form-add .video-delete::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.prar-form-popup #arar-upload .image-title {
  display: block;
}

.prar-form-add .prar-buttons-set {
  display: flex;
  margin-top: 10px;
}

.prar-form-add .prar-buttons-set .prar-btn {
  min-width: 203px;
  margin: 0 auto;
}

.prar-form-add .prar-uploader-desk {
  display: none;
}

.prar-rev-item-rat-wrap {
  display: flex;
  margin-bottom: 5px;
}

.prar-rev-item-rat-wrap:last-child {
  margin-bottom: 0;
}

.prar-rev-item-rat-wrap .rating-label {
  margin-top: 1px;
  margin-left: 5px;
}

.prar-form-add #arar-message-hld label em {
  float: none;
}

.prar-message-hld#arar-message-hld h2 {
  margin-top: 12px;
}

.prar-message-hld#arar-message-hld h3 {
  margin-top: 8px;
  font-size: 1.8rem;
  font-weight: 400;
}

.prar-message-hld#arar-message-hld .prar-yourself-title {
  font-size: 2.1rem;
  color: #333;
  font-weight: 600;
}

.prar-form-label em {
  margin-left: 5px;
}

.prar-form-popup .message.success {
  padding: 100px 12px 25px;
  color: inherit;
  text-align: center;
  font-size: 1.4rem;
  background-color: transparent;
}

.prar-form-popup .message.success strong {
  display: block;
  margin-bottom: 5px;
  text-align: center;
  font-size: 1.8rem;
}

.prar-form-popup .message.success div::before {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  font-family: inherit;
  width: 70px;
  height: 70px;
  background-image: url(../../frontend/OM/Isha/en_US/Plumrocket_AdvancedReviewAndReminder/images/success-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.prar-form-add .prar-rating-box input[type="text"] {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.prar-form-add .prar-rating-box div.mage-error[generated] {
  position: absolute;
  width: 300px;
  bottom: -15px;
}

#arar-form-add .progressbar {
  height: 8px;
}

#arar-form-add .progressbar.upload-progress {
  background-image: -webkit-linear-gradient(
      -45deg,
      transparent 33%,
      rgba(0, 0, 0, .1) 33%,
      rgba(0, 0, 0, .1) 66%,
      transparent 66%
    ),
    -webkit-linear-gradient(top, rgba(255, 255, 255, .25), rgba(0, 0, 0, .25)),
    -webkit-linear-gradient(left, #80a3bf, #87ec04);
  border-radius: 2px;
  background-size: 10px 8px, 100% 100%, 100% 100%;
}

.prar-rat-form .img {
  margin-right: 35px;
}

.prar-rat-form .img .border .img-hld {
  box-shadow: inset 0 0 6px 0 rgba(0,0,0,0.2);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  width: 138px;
  height: 138px;
  z-index: 5;
}

.prar-rat-form .img .border > img {
  bottom: 0;
  height: 124px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 124px;
  border-radius: 50%;
}

.prar-rat-form .img .border {
  width: 146px;
  height: 146px;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  background: #Fff;
  position: relative;
  text-align: center;
  border: 4px solid #fff;
}

/* == mobile filter popup == */
.prar-mob-filter-form .prar-mob-filter-clear {
  width: 100%;
  margin-bottom: 18px;
  padding: 8px;
  font-size: 14px;
  color: #1583ce;
  background-color: #fff;
  border: 1px solid #1979c3;
  border-radius: 3px;
}

.prar-mob-filter-field {
  padding: 0;
  margin: 0;
  border: none;
}

.prar-mob-filter-field label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  padding: 6px 14px;
  font-weight: 600;
  font-size: 1.4rem;
  background-color: #fff;
  border: 1px solid #ccc;
}

.prar-mob-filter-field.all-field label {
  margin-bottom: -1px;
}

.prar-mob-filter-field label input {
  margin: 0;
}

.modal-popup.prar-mobile-filter-wrp {
  width: 84%;
  right: 0;
  left: auto;
}

.prar-mobile-filter-wrp .modal-content {
  padding: 0 19px;
}

.modal-popup.prar-mobile-filter-wrp.modal-slide .modal-inner-wrap {
  font-family: 'Open Sans', Arial, sans-serif;
  background-color: #f4f4f4;
}

.prar-mobile-filter-wrp .action-close,
.prar-mobile-filter-wrp .action-close:hover,
.prar-mobile-filter-wrp .action-close:focus {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: -18px;
  margin-left: 14px;
  padding: 10px 10px 13px;
  border-bottom: 1px solid #b9b9b9;
  border-radius: 0;
}

.prar-mobile-filter-wrp .action-close span {
  position: static;
  width: auto;
  height: auto;
  margin-left: 2px;
  color: #1583ce;
  font-size: 1.4rem;
  text-transform: initial;
  letter-spacing: 0;
}

.prar-mobile-filter-wrp .modal-header {
  padding-bottom: 26px;
  padding-left: 5px;
  padding-right: 33px;
}

.prar-mobile-filter-wrp.modal-popup .modal-footer {
  box-sizing: border-box;
  margin-top: 16px;
  padding-top: 0;
  padding-left: 19px;
  padding-right: 19px;
}

.prar-mobile-filter-wrp .modal-footer button {
  width: 100%;
  padding: 11px 32px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  color: white;
  background-color: #1979c3;
  box-shadow: none;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  text-transform: initial;
  border-radius: 3px;
  letter-spacing: 0;
}

.prar-mobile-filter-wrp .modal-footer button:hover {
  width: 100%;
  background-color: #006bb4;
}

.prar-mobile-filter-wrp.modal-slide .action-close::before {
  position: absolute;
  right: 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}

.prar-mobile-filter-wrp.modal-slide .action-close::after {
  content: "«";
  position: absolute;
  left: 0;
  top: 9px;
  font-size: 1.4rem;
  line-height: 20px;
  color: #1583ce;
}

.prar-mob-filter-field:last-of-type label:last-child {
  margin-bottom: 0;
}

/* == Image gallery popup == */
.prar-gallery-wrp.modal-slide .modal-inner-wrap {
  width: 80%;
  max-width: 1200px;
}

.prar-gallery-wrp.modal-slide .modal-content {
  padding: 0 30px;
  padding-bottom: 26px;
}

.prar-gallery-wrp .modal-title.prar-view {
  padding-left: 30px;
  background-image: url(../../frontend/OM/Isha/en_US/Plumrocket_AdvancedReviewAndReminder/images/menu-icon.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
}

.prar-gallery-wrp .modal-title.prar-view:hover {
  opacity: 0.7;
}

.prar-rev-photos {
  display: flex;
  margin-left: -5px;
  margin-top: 10px;
  padding: 0;
  list-style: none;
  overflow-x: auto;
}

.modal-content .prar-rev-item-photos {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.prar-rev-photos .prar-rev-item-photo,
.prar-rev-item-photos .prar-rev-item-photo {
  display: flex;
  align-items: center;
  margin-left: 5px;
  margin-bottom: 5px;
  overflow-y: hidden;
  cursor: pointer;
}

.prar-rev-photos .prar-rev-item-photo button {
  border: 2px solid #fff;
}

.prar-rev-photos .prar-rev-item-photo button.active {
  border-color: #ffc700;
}

.prar-rev-photos .prar-rev-item-photo {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
}

.prar-rev-photos .prar-rev-item-photo img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.prar-rev-item-desc {
  margin-top: 5px;
  font-size: 1.2rem;
}

.prar-rev-item-photos {
  margin-top: 5px;
  padding: 0;
  list-style: none;
  overflow-y: auto;
}

.prar-rev-item-photo {
  width: 102px;
  height: 76px;
}

.prar-rev-item-l-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.prar-rev-item-r-bar {
  margin-top: 15px;
}

.prar-rev-item-l-bar img,
.prar-rev-item-r-bar img {
  display: block;
}

.prar-rev-photos .prar-rev-item-photo button {
  position: relative;
  box-sizing: border-box;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.prar-rev-item-wrap .prar-rev-item-rat {
  margin-top: 5px;
  margin-right: 10px;
  vertical-align: sub;
}

.prar-rev-item-wrap .product-name {
  font-size: 1.6rem;
  font-weight: 600;
}

.prar-rev-item-wrap .prar-rev-item-det {
  max-width: 500px;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #000;
}

.prar-rev-item-bottom .prar-rev-item-pros,
.prar-rev-item-bottom .prar-rev-item-cons {
  display: flex;
}

.prar-rev-item-bottom .prar-rev-item-cons {
  margin-top: 9px;
}

.prar-rev-item-bottom .prar-rev-item-pros {
  margin-top: 15px;
}

.prar-rev-item-bottom .prar-rev-item-pros strong,
.prar-rev-item-bottom .prar-rev-item-cons strong {
  flex-shrink: 0;
  font-weight: 600;
}

.prar-rev-item-bottom .prar-rev-item-pros span,
.prar-rev-item-bottom .prar-rev-item-cons span {
  margin-left: 10px;
}

.prar-rev-item-wrap .prar-rev-item-sum {
  margin-top: 5px;
}

.prar-rev-item-bottom .prar-rev-rating {
  float: left;
  margin-right: 4px;
}

#pr-review-list .rating-result:before {
  top: 0;
}

.prar-rev-item-bottom .arar-admin-reply {
  margin-top: 25px;
  padding: 15px;
  background-color: transparent;
  border: 1px solid #c4c4c4;
  border-radius: 0;
}

.prar-rev-item-bottom .arar-admin-reply .arar-date {
  color: #6191a9;
}

.prar-rev-item-bottom .arar-admin-reply::before,
.prar-rev-item-bottom .arar-admin-reply::after {
  display: none;
}

.prar-rev-item-bottom .arar-admin-reply strong {
  font-size: 1.4rem;
  font-weight: 600;
}

.prar-rev-item-bottom .arar-admin-reply .arar-date {
  text-align: left;
  font-size: 1.2rem;
  color: inherit;
}

.prar-rev-item-bottom .arar-admin-reply .arar-txt {
  margin-top: 15px;
  font-size: 1.4rem;
}

.prar-rev-item-bottom .arar-admin-reply .arar-txt p {
  margin: 0;
}

/* == Review pager == */
.prar-review-pager {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 11px;
  text-align: center;
}

.prar-review-pager.pagination {
  flex-direction: column;
  align-items: center;
}

.product.detailed .prar-rev-pager-wrap {
  margin-top: 28px;
  padding-left: 0;
  display: flex;
  justify-content: center;
  list-style: none;
}

.prar-pager-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 18px;
  font-weight: 600;
  font-size: 16px;
  color: #222;
  margin: 0 5px;
}

.prar-pager-link.active,
.prar-pager-link.active:hover {
  color: #006bb4;
  text-decoration: underline;
}

.prar-pager-link:hover {
  color: #333;
}

.prar-review-pager .prar-btn {
  width: 50%;
  max-width: 225px;
  margin-bottom: 15px;
}

.prar-review-pager .prar-btn:first-child {
  margin-right: 10px;
}

.prar-review-pager .prar-btn-more {
  color: #1979c3;
  background-color: transparent;
  border: 1px solid #1979c3;
}

.prar-review-pager .prar-btn-more:hover {
  color: #006bb4;
  border-color: #006bb4;
  background-color: transparent;
  box-shadow: inset 0 0 2px #1979c3;
}

.prar-review-pager .prar-btn._block-content-loading img {
  width: 30px;
  bottom: -80px;
}

/* == review helpful == */
.prar-review-helpful {
  display: none;
}

/* == video popup == */
.prar-video-popup h1.modal-title {
  margin: 0;
  padding-bottom: 14px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #b9b9b9;
}

.prar-video-popup label span {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
}

.modal-popup.prar-video-popup .modal-footer {
  margin-top: 0;
  padding-top: 0;
}

.modal-popup.prar-video-popup .modal-footer button {
  width: 100%;
  min-height: 34px;
  padding: 7px 15px;
  border-radius: 3px;
  letter-spacing: 0;
  text-transform: initial;
  line-height: 1;
  background: #1979c3;
}

.modal-popup.prar-video-popup .modal-footer button:hover {
  background: #006bb4;
}

.prar-form-popup #arar-upload .prar-uploader-label {
  display: flex;
}

.prar-form-popup #arar-upload .prar-uploader-label span {
  display: block;
  white-space: nowrap;
}

.prar-video-popup .modal-header,
.prar-video-popup .modal-content,
.modal-popup.prar-video-popup .modal-footer {
  padding-left: 20px;
  padding-right: 20px;
}

.modal-popup.prar-video-popup {
  width: 315px;
  left: auto;
  right: 0;
}

.prar-video-popup.modal-slide .action-close {
  top: 16px;
  right: 5px;
  padding: 15px;
  margin: 0;
}

.modal-popup.prar-video-popup .input-text {
  height: 32px;
}

.prar-video-popup .modal-content {
  padding-bottom: 26px;
}

/* == review list header == */
.page-layout-1column .prar-review-list-head .product.media {
  float: left;
  width: 120px;
  margin: 0;
}

.prar-review-list-head .product-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.2;
}

.prar-review-list-head .product-title .base {
  font-weight: 400;
  color: #006bb4;
}

.prar-review-list-head .attribute.sku {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}

.prar-review-list-head .attribute.sku strong {
  margin-right: 5px;
}

.prar-review-list-head .price-box {
  display: block;
  margin-top: 5px;
  padding-bottom: 0;
}

.prar-review-list-head .box-tocart .action.tocart {
  width: auto;
  font-size: 1.6rem;
  font-weight: 600;
  color: #006bb4;
  text-transform: initial;
  letter-spacing: 0;
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
  opacity: 1;
}

.prar-review-list-head .product-info-price .price-box .price-container .price {
  font-size: 1.6rem;
  color: #000;
}

.prar-review-list-head .page-title .base {
  font-size: 2.1rem;
  font-weight: 400;
}

.prar-review-list-head .product-info {
  display: grid;
  grid-template-columns: 120px 1fr 1fr;
  grid-column-gap: 10px;
  margin-right: 0;
  margin-left: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #c4c4c4;
}

.prar-review-list-head .page-title-wrapper {
  grid-column: 1 / -1;
}

.prar-review-list-head .product.media {
  grid-column: 1 / 2;
  grid-row: 2 / span 3;
}

.prar-review-list-head .product-info-price,
.prar-review-list-head .product-title-wrapper {
  grid-column: 2 / -1;
}

.prar-review-list-head .product-info-price {
  margin: 0;
}

.prar-review-list-head #product-addtocart-button {
  margin-top: 15px;
  margin-bottom: 0;
}

.prar-review-list-head .product-options-bottom .box-tocart {
  margin-bottom: 0;
}

.prar-review-list-head .prar-prod-rating .prar-btn,
.prar-review-list-head .prar-recommend .prar-recommend-title {
  display: none;
}

.prar-review-list-head .prar-prod-rating .rating-summary {
  border-bottom: none;
}

.prar-review-list-head .prar-prod-rating {
  margin-top: 20px;
}

.prar-review-list-head .prar-prod-rating .prar-all-rev-link {
  display: none;
}

.prar-review-list-head .prar-rating .prar-btn {
  display: block;
  margin: 7px 0 0;
  padding: 0;
  font-weight: 400;
  font-size: 1.2rem;
  color: #006bb4;
  background-color: transparent;
}

.prar-review-list-head .prar-prod-rating .prar-recommend {
  border-top: none;
}

.prar-review-list-head .price-box .price-container > span {
  display: inline-block;
}

.prar-review-list-head .price-box .old-price .price-container span.price {
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}

.prar-review-list-head .product-info .product-info-price .price-box span {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
}

.prar-review-list-head .product-info-stock-sku {
  padding-left: 0;
}

/* == one review page == */
#arar-product-review .product-info-main {
  float: none;
}

#arar-product-review .product-img-box {
  display: none;
}

#arar-product-review .prar-review-toolbar {
  display: none;
}

#arar-product-review .prar-review-list-wrp .prar-rev-list-item {
  border-bottom: none;
}

#arar-product-review .prar-details h1,
#arar-product-review .product-img-box h2 {
  font-weight: 400;
}

.advancedrar-review-view .prar-review-list-wrp {
  width: 100%;
}

.advancedrar-review-view .page-main {
  padding: 0 10px;
}

.product-img-box .price-box .price-container > span {
  display: inline-block;
}

#arar-product-review .product-img-box .price-box .old-price span.price {
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}

#arar-product-review .prar-details h2,
#arar-product-review .product-img-box h2 {
  margin: 0 0 10px;
  font-size: 2.4rem;
  font-weight: 400;
}

#arar-product-review .product-img-box .price-label {
  font-size: 1.6rem;
}

.advancedrar-review-view .buttons-set {
  margin-top: 50px;
}

.advancedrar-review-view .buttons-set a {
  letter-spacing: 0;
}

#arrar-popup > .prar-gallery-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.prar-message-hld#arar-message-hld h3 a,
.prar-form-add form h4,
.prar-form-add .prar-uploader-desk {
  letter-spacing: 0;
}

.prar-form-add .image-title,
.prar-form-add .video-title {
  font-weight: 600;
  display: block;
}

/*@@@ Arrows from the slider @@@*/

.prar-rev-slide-wrapper{
  position: relative;
}

.prar-rev-slide-wrapper:hover .back-button,
.prar-rev-slide-wrapper:hover .next-button{
  opacity:1;
}

.prar-rev-slide-wrapper .back-button,
.prar-rev-slide-wrapper .next-button{
  height: 100%;
  width: 70px;
  font-size: 0;
  cursor: pointer;
  opacity: 0;
  background:rgba(0,0,0,.3);
  transition: opacity .3s ease;
}

.prar-rev-slide-wrapper .back-button,
.prar-rev-slide-wrapper .next-button,
.prar-rev-slide-wrapper .back-button:before,
.prar-rev-slide-wrapper .next-button:before{
  position:absolute;
}

.prar-rev-slide-wrapper .back-button{
  left: 0;
}

.prar-rev-slide-wrapper .next-button{
  right: 0;
}

.prar-rev-slide-wrapper .back-button:before,
.prar-rev-slide-wrapper .next-button:before{
  content: "";
  border: solid #fff;;
  border-width: 0 6px 6px 0;
  display: inline-block;
  padding: 10px;
  top: 50%;
  z-index:2;
  color: #fff;
}

.prar-rev-slide-wrapper .next-button:before{
    left: 50%;
      transform: translate(-65%, -50%) rotate(-45deg);
    -webkit-transform: translate(-65%, -50%) rotate(-45deg);
}


.prar-rev-slide-wrapper .back-button:before{
    right:50%;
    transform: translate(65%, -50%) rotate(135deg);
    -webkit-transform: translate(65%, -50%) rotate(135deg);
}

@media (max-width: 500px){
  .prar-rev-slide-wrapper .back-button,
  .prar-rev-slide-wrapper .next-button{
    width: 40px
  }

  .prar-rev-slide-wrapper .back-button:before,
  .prar-rev-slide-wrapper .next-button:before{
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
  }
}
/*@@@ end Arrows @@@*/
/* @@ Global styles @@ */
.prar-rev-recommend.no svg {
  width: 9px;
}

/* == product rating == */
@media (min-width: 375px) {
  .prar-prod-rating .prar-histogram-line {
    min-width: 130px;
  }
}
@media (min-width: 425px) {
  .prar-prod-rating .prar-recommend {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .prar-prod-rating {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin-top: 0;
  }

  .prar-prod-rating .prar-btn {
    align-self: center;
    margin-top: 0;
    margin-left: 15px;
  }

  .prar-prod-rating .prar-rating {
    order: 1;
    display: flex;
    float: none;
    margin-right: 7.5px;
  }

  .prar-prod-rating .rating-summary {
    width: 90px;
    max-width: 140px;
    padding: 0;
    border-bottom: none;
    align-items: center;
  }

  .prar-prod-rating .prar-all-rev-link {
    text-align: center;
  }

  .prar-prod-rating .prar-stars-amount {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .prar-prod-rating .prar-stars-amount span {
    display: inline-block;
  }

  .prar-prod-rating .prar-recommend {
    order: 2;
    width: 133px;
    margin: 0 7.5px;
    padding-top: 0;
    border-top: none;
  }

  .prar-prod-rating .prar-histogram {
    width: 207px;
    max-width: 207px;
    order: 3;
    margin-left: 7.5px;
  }

  .prar-recommend-title strong {
    font-size: 2.2rem;
    color: #333;
  }

  .prar-recommend .prar-recommend-title span {
    width: 140px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 600;
    color: #333;
  }

  .prar-prod-rating .prar-recommend h2 {
    width: auto;
  }

  .prar-prod-rating .prar-no-review {
    width: 78%;
    text-align: left;
  }
}

@media (min-width: 960px) {
  .prar-prod-rating .prar-stars-amount {
    font-size: 2.4rem;
  }

  .prar-prod-rating .prar-all-rev-link {
    margin-top: 22px;
  }

  .prar-rating .rating-summary .rating-result > span:before,
  .prar-rating .rating-summary .rating-result:before {
    height: 39px;
    font-size: 39px;
    line-height: 39px;
  }

  .prar-prod-rating .rating-summary,
  .prar-rating .rating-summary .rating-result {
    width: 205px;
    max-width: 205px;
  }

  .prar-rating .rating-summary .rating-result {
    margin-top: 8px;
  }

  .prar-recommend-title strong {
    font-size: 3.4rem;
    font-weight: 700;
  }

  .prar-prod-rating .prar-histogram-item {
    font-size: 1.4rem;
  }

  .prar-prod-rating .prar-histogram {
    max-width: 230px;
    width: 230px;
  }

  .prar-prod-rating .prar-histogram-line {
    min-width: 141px;
    height: 20px;
  }
}

@media (min-width: 1200px) {
  .prar-prod-rating {
    max-width: 1045px;
    margin: 0 auto;
  }

  .prar-prod-rating .prar-recommend {
    margin: 0 35px;
  }

  .prar-prod-rating .prar-histogram {
    width: 308px;
    max-width: 308px;
    margin-left: 35px;
  }

  .prar-prod-rating .prar-histogram-line {
    min-width: 221px;
  }

  .prar-prod-rating .prar-btn {
    min-width: 190px;
    margin-left: 66px;
    padding: 10px 20px;
    font-size: 1.6rem;
  }

  .prar-prod-rating .prar-rating {
    margin-right: 35px;
  }
}

/* == owl slider == */
@media (min-width: 768px) {
  .prar-products {
    margin-top: 12px;
    padding-top: 22px;
    padding-bottom: 34px;
  }

  .prar-products .owl-carousel.prar-owl .owl-nav {
    overflow: visible;
  }

  .prar-products .prar-products-title {
    margin-bottom: 18px;
    font-size: 2.1rem;
  }

  .prar-products .owl-carousel .owl-stage-outer {
    margin-right: 0;
  }

  button.prar-popup-media {
    margin-top: 17px;
  }

  .column.main .product-items.prar-products {
    margin-left: -35px;
    margin-right: -35px;
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 960px) {
  .prar-products .owl-carousel.owl-drag .owl-item > div {
    width: 110px;
    height: 110px;
  }

  .owl-carousel.prar-owl .owl-nav button.owl-prev {
    left: -45px;
  }

  .owl-carousel.prar-owl .owl-nav button.owl-next {
    right: -45px;
  }
}

@media (min-width: 1300px) {
  .column.main .product-items.prar-products {
    padding-left: 84px;
    padding-right: 84px;
  }

  .owl-carousel.prar-owl .owl-nav button.owl-next {
    right: -61px;
  }

  .owl-carousel.prar-owl .owl-nav button.owl-prev {
    left: -61px;
  }

  .prar-products .owl-carousel.prar-owl .owl-nav button {
    height: 36px;
  }
}

/* == customer review form == */
@media (max-width: 470px) {
  .prar-form-add#arar-form-add {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .modal-popup.prar-form-popup {
    overflow-y: auto;
  }

  .prar-form-popup .message.success {
    margin-top: 45px;
  }

  .modal-popup.prar-form-popup .modal-inner-wrap {
    top: 0;
    margin: 0;
    width: 100%;
  }

  .modal-popup.prar-form-popup .modal-content {
    padding: 0 12px;
  }

  .prar-form-popup #arar-message-hld {
    text-align: left;
  }

  .prar-form-popup #arar-form-add {
    padding: 0;
  }

  .modal-popup.prar-form-popup .modal-header {
    position: sticky;
    top: 0;
    z-index: 1;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0;
  }

  .prar-form-popup .modal-header h1 {
    width: 100%;
    padding-top: 22px;
    background-color: #fff;
    border-bottom: none;
  }

  .prar-form-popup button.action-close {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 10px !important;
    background-color: #fff !important;
    border-bottom: 1px solid #b9b9b9 !important;
  }

  .prar-form-popup button.action-close:hover {
    border-bottom: 1px solid #b9b9b9;
  }

  .prar-form-popup button.action-close::before {
    color: #8f8f8f;
  }

  .prar-form-popup button.action-close::after {
    position: absolute;
    left: 10px;
    content: "«Back";
    color: #1583ce;
  }
}

@media (min-width: 600px) {
  .prar-form-add .prar-product-img {
    display: block;
  }

  .prar-form-add .prar-product-img .img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 138px;
    width: 138px;
    margin: 0 auto;
  }

  .prar-form-add .prar-submit-btn {
    width: auto;
  }
}

@media (min-width: 768px) {
  #arar-form-add.prar-form-add {
    margin-top: 0;
    padding: 0;
    max-width: 650px;
    max-height: 90vh;
  }

  .prar-form-add .prar-rat-form {
    display: flex;
  }

  .prar-form-add .prar-product-img {
    width: 178px;
    box-sizing: border-box;
  }

  .prar-form-add .prar-message-hld {
    width: 100%;
    border-bottom: none;
  }

  .prar-form-add .prar-message-hld h2,
  .prar-form-add form h3,
  .prar-form-add form h4,
  .prar-rating-stars {
    text-align: left;
  }

  .prar-form-add form h4 {
    font-size: 1.4rem;
  }

  .prar-rating .rating-summary .rating-result {
    margin-top: 0;
  }

  .prar-form-add .prar-message-hld #review-form,
  .prar-form-add .prar-message-hld h2 {
    margin: 0 auto;
  }

  .prar-form-add .prar-rating-title {
    text-align: left;
  }

  .prar-form-add .prar-uploader-desk {
    display: block;
  }

  .prar-form-add .prar-uploader-label span {
    display: none;
  }

  .prar-form-item label span,
  .fileinput-button .prar-fileinput-label {
    font-size: 1.4rem;
  }

  .prar-form-add .prar-uploader-label {
    width: 207px;
    height: 100%;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }

  .prar-form-add .prar-uploader-desk {
    width: 118px;
    font-size: 10px;
    margin: 0 0 0 20px;
    font-weight: 400;
    color: #666;
  }

  .prar-rat-form #arar-message-hld label.prar-uploader-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
  }

  .prar-rat-form #arar-message-hld {
    margin-top: 0;
    padding-right: 0;
  }

  .prar-form-popup #arar-upload .prar-uploader-label span,
  .advancedrar-review-leavereview #arar-upload .prar-uploader-label span {
    display: none;
  }

  .modal-popup.prar-form-popup {
    left: 50%;
    top: 45%;
    bottom: initial;
    transform: translateY(-45%);
    max-width: 564px;
    margin-left: -282px;
    background-color: #fff;
    overflow-y: initial;
  }

  .modal-popup.prar-form-popup .modal-content {
    overflow-y: auto;
  }

  .modal-popup.prar-form-popup .modal-inner-wrap {
    position: static;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
  }

  .modal-popup.prar-form-popup .modal-content {
    padding-left: 35px;
    padding-right: 35px;
  }

  .prar-form-add .prar-buttons-set .prar-btn {
    margin: 0;
  }

  .prar-form-popup #arar-form-messages .messages:last-child .message-error {
    margin-bottom: 20px;
  }
}

/* == Image gallery popup == */
@media (max-width: 375px) {
  .prar-gallery-wrp .modal-header h1 {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .prar-rev-item-photos li.prar-rev-item-photo {
    width: 39.24%;
    padding: 4.1%;
  }

  .prar-gallery-wrp.modal-popup .action-close {
    margin-top: 17px;
  }
}

@media (max-width: 767px) {
  .prar-gallery-wrp.modal-slide .modal-inner-wrap {
    position: fixed;
    left: 44px;
    top: 0;
    right: 0;
    width: calc(100% - 44px);
    margin: 0;
    background-color: #f4f4f4;
    height: 100%;
    overflow-y: auto;
  }
}

@media (min-width: 480px) {
  .prar-gallery-wrp .prar-rev-item-photos {
    margin-left: -10px;
  }
  .prar-rev-item-photos li.prar-rev-item-photo {
    width: 110px;
    height: 110px;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
  }
}

@media (min-width: 520px) {
  .prar-rev-photos {
    display: flex;
    margin-left: -5px;
    overflow-x: auto;
  }

  .modal-content .prar-rev-item-photos {
    display: flex;
    flex-wrap: wrap;
  }

  .prar-rev-photos .prar-rev-item-photo,
  .prar-rev-item-photos .prar-rev-item-photo {
    display: flex;
    align-items: center;
    margin-left: 5px;
    margin-bottom: 5px;
    overflow-y: hidden;
    cursor: pointer;
  }

  .prar-rev-photos .prar-rev-item-photo button {
    border: 2px solid #fff;
  }

  .prar-rev-photos .prar-rev-item-photo button.active {
    border-color: #ffc700;
  }

  .prar-rev-photos .prar-rev-item-photo {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
  }

  .prar-rev-photos .prar-rev-item-photo img {
    width: 48px;
    height: 48px;
    object-fit: cover;
  }
}

@media (min-width: 768px) {
  .prar-rev-item-wrap {
    display: flex;
    height: 450px;
  }

  .prar-rev-item-l-bar {
    width: 60%;
    min-width: 280px;
    max-width: 464px;
  }

  .prar-rev-item-r-bar .prar-container {
    max-height: 362px;
    overflow-y: auto;
  }

  .prar-rev-item-l-bar img {
    width: 100%;
  }

  .prar-rev-item-cont {
    width: 38%;
    margin-left: 2%;
  }

  .prar-rev-item-r-bar {
    width: 100%;
    margin-top: 0;
  }

  .prar-rev-item-photos {
    max-height: 550px;
    overflow-y: auto;
  }

  .prar-rev-item-r-bar .prar-rev-item-pros {
    margin-bottom: 10px;
  }

  .prar-rev-item-wrap .prar-rev-item-det {
    margin-top: 15px;
    color: #000;
  }

  .prar-gallery-wrp .prar-rev-item-photo {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .prar-gallery-wrp .prar-rev-item-l-bar {
    width: 65%;
    max-width: 650px;
    overflow: hidden;
  }

  .prar-rev-item-cont {
    width: 41%;
  }

  .prar-gallery-wrp .prar-rev-item-wrap {
    height: 600px;
  }

  .prar-rev-item-r-bar .prar-container {
    max-height: 522px;
  }
}

/* == Reviews list == */
@media (max-width: 374px) {
  .prar-rev-item-bottom .prar-rev-recommend {
    width: 175px;
  }
}

@media (min-width: 480px) {
  .prar-review-list-wrp .prar-review-item-photos {
    margin-left: -5px;
  }

  .prar-review-list-wrp .prar-review-item-photo {
    display: flex;
    margin-left: 5px;
  }

  .prar-review-list-wrp .prar-item-footer {
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .prar-rev-item-date.desk {
    display: block;
    color: #888;
    font-size: 1.4rem;
    line-height: 1.44;
  }

  .prar-rev-item-top .prar-rev-item-date {
    display: none;
  }

  .prar-toolbar-filt-lab {
    display: none;
  }

  .prar-toolbar-field-wrap .select-label {
    display: block;
  }

  .prar-review-toolbar {
    display: flex;
    flex-wrap: wrap;
  }

  input.prar-toolbar-search {
    width: 100%;
  }

  .prar-toolbar-field-wrap {
    width: 28.8%;
    order: 3;
    margin-right: 0;
  }

  .prar-toolbar-field-wrap.sort-field {
    margin-left: 0;
  }

  .prar-toolbar-field-wrap:nth-of-type(2) {
    width: 31.8%;
    margin-right: 2%;
    max-width: initial;
  }

  .prar-review-toolbar .prar-review-num {
    order: 4;
    margin-top: 26px;
  }

  .prar-toolbar-state {
    width: 100%;
    margin-bottom: 5px;
    order: 3;
  }

  .prar-review-list-wrp .prar-rev-item-top {
    width: 180px;
    flex-shrink: 0;
  }

  .prar-rev-item-top .rating-label {
    display: block;
  }

  .prar-rev-item-top .rating-summary {
    margin-top: -3px;
  }

  .prar-rev-item-top .prar-wrap {
    width: auto;
  }

  .prar-rev-item-bottom .prar-rev-rating,
  .prar-rev-item-bottom .prar-rev-summary {
    display: inline-block;
    vertical-align: middle;
  }

  .prar-rev-item-bottom .prar-rev-rating {
    margin-right: 10px;
  }

  .prar-rev-item-bottom .prar-rev-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
  }

  .prar-rev-item-bottom .titler,
  .prar-rev-item-r-bar .titler {
    font-size: 1.6rem;
  }

  .prar-review-list-wrp .prar-item-footer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
  }

  .prar-review-list-wrp .prar-item-footer {
    margin-top: 15px;
  }

  .prar-review-toolbar select {
    margin-bottom: 0;
  }

  .prar-rev-item-bottom .prar-rev-recommend {
    width: 100%;
    margin-top: 0;
    margin-bottom: 7px;
  }

  .prar-rev-share-wrap .prar-rev-share-title {
    margin-right: 8px;
    color: #888;
  }

  .prar-rev-item-helpful .prar-rev-item-title {
    display: block;
    margin-top: 6px;
    color: #888;
  }

  .prar-item-footer .prar-rev-item-helpful {
    display: flex;
    align-items: center;
  }

  .prar-review-list .rating-summary .rating-result > span:before,
  .prar-review-list .rating-summary .rating-result:before {
    font-size: 20px;
    line-height: 20px;
    height: 20px;
  }

  .prar-review-list .rating-summary .rating-result {
    width: 109px;
  }

  .prar-review-list .prar-rev-item-rat {
    width: 200px;
    margin-bottom: 13px;
  }

  .prar-rev-item-rat .prar-rev-item-rat-wrap:first-child {
    margin-bottom: 10px;
  }

  .prar-rev-item-verified {
    margin-top: 12px;
    padding-left: 15px;
    font-size: 1.2rem;
  }

  .prar-rev-item-verified .prap-verified-details {
    font-size: 1.4rem;
  }

  .prar-rev-item-verified::before {
    top: 6px;
  }

  .prar-review-list-wrp .prar-rev-item-detail {
    font-size: 1.4rem;
  }

  .prar-rev-item-bottom .prar-rev-item-pros {
    margin-top: 18px;
  }

  .prar-rev-item-bottom .prar-rev-item-pros strong,
  .prar-rev-item-bottom .prar-rev-item-cons strong {
    font-size: 1.4rem;
  }

  .prar-rev-item-bottom .prar-rev-item-pros span,
  .prar-rev-item-bottom .prar-rev-item-cons span {
    margin-left: 15px;
    font-size: 1.4rem;
  }

  .prar-review-list-wrp .prar-rev-list-item {
    padding-bottom: 17px;
  }

  .prar-reviews {
    margin-left: -35px;
    margin-right: -35px;
  }

  .prar-review-list-wrp .prar-review-item-photos {
    margin-right: 0;
  }
}

@media (min-width: 960px) {
  .prar-review-list-wrp .prar-review-item-photos {
    flex-wrap: wrap;
  }

  .prar-review-list-wrp .prar-review-item-photo {
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .prap-rev-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .prar-toolbar-field-wrap {
    width: 23%;
  }

  .prar-review-list-wrp {
    width: calc(98% - 310px);
  }

  .prar-review-num {
    width: 100%;
  }

  .prap-rev-container .prar-sticky-basket {
    margin-left: 8%;
  }

  .prar-toolbar-field-wrap,
  .prar-toolbar-field-wrap.sort-field {
    display: flex;
    align-items: baseline;
    order: 1;
  }

  .prar-toolbar-field-wrap label {
    margin-right: 4px;
    white-space: nowrap;
  }

  .prap-rev-container .prar-sticky-basket.visible {
    display: flex;
    align-items: center;
    width: 310px;
    margin-left: 2%;
    padding: 17px 20px;
    border: 1px solid #1979c3;
    box-sizing: border-box;
    border-radius: 5px;
    position: sticky;
    top: 20px;
    color: #000;
  }

  .prap-rev-container .prar-sticky-basket.visible .product-item-photo {
    max-width: 90px;
  }

  .prar-sticky-basket .prar-container {
    display: flex;
    flex-direction: column;
    margin-left: 35px;
  }

  .prap-rev-container .prar-sticky-basket h3 {
    margin: 0;
    font-weight: 400;
    font-size: 1.4rem;
  }

  .prar-sticky-basket .product-image-container {
    display: block;
  }

  .prar-sticky-basket .price-box {
    margin-top: 5px;
    font-weight: 600;
  }

  .prar-rev-item-helpful .prar-rev-item-title {
    margin-right: 10px;
  }

  .prar-sticky-basket .mini-view button {
    min-height: 34px;
    margin-top: 10px;
    padding: 7px 15px;
    background: #1979c3;
    border-radius: 5px;
  }

  .prar-sticky-basket button span {
    font-size: 1.4rem;
    text-transform: initial;
    letter-spacing: 0;
  }
}

@media (min-width: 1300px) {
  .prar-sticky-basket .price-box .old-price .price-container span.price {
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
    text-decoration: line-through;
  }

  .prar-toolbar-search-wrap {
    width: 350px;
  }

  .prar-toolbar-field-wrap label {
    position: static;
    clip: initial;
    width: auto;
    height: auto;
    font-size: 14px;
    overflow: initial;
    color: #000;
  }

  .prar-toolbar-field-wrap:nth-of-type(2) {
    width: auto;
    margin-left: auto;
    margin-right: 10px;
  }

  .prar-review-toolbar {
    margin-top: 41px;
  }

  .prar-review-toolbar .prar-toolbar-select {
    width: 233px;
  }

  .prar-review-toolbar .prar-toolbar-select#filter-rating {
    width: 120px;
  }

  .prar-toolbar-field-wrap.sort-field {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    max-width: max-content;
  }

  input.prar-toolbar-search {
    margin-bottom: 0;
  }

  .prar-toolbar-field-wrap .select-label {
    margin-right: 4px;
  }

  .prar-toolbar-field-wrap.sort-field .prar-toolbar-select:first-of-type {
    margin-right: 10px;
  }

  .prar-toolbar-field-wrap:nth-of-type(2) {
    margin-right: 38px;
  }

  .prar-review-toolbar .prar-toolbar-select#sort-select {
    width: 172px;
  }

  .prar-review-toolbar .prar-review-num {
    order: 3;
    font-size: 1.6rem;
  }

  .prar-review-toolbar .prar-toolbar-state {
    display: flex;
    align-items: baseline;
    order: 4;
  }

  .prar-review-toolbar .prar-toolbar-state-empty {
    flex-direction: column;
  }

  .prar-review-list-wrp .prar-review-item-photo {
    width: 126px;
    height: 93px;
  }
}

/* == review helpful == */
@media (min-width: 768px) {
  .prar-review-helpful {
    display: flex;
    margin: 25px -35px 30px;
    padding-left: 35px;
    padding-right: 35px;
    border-bottom: 1px solid #c4c4c4;
  }

  .prar-review-helpful h3 {
    margin: 0 0 19px;
    font-size: 1.8rem;
  }

  .prar-review-helpful .prar-review-helpful-positive,
  .prar-review-helpful .prar-review-helpful-critical {
    width: 50%;
    padding-bottom: 15px;
    box-sizing: border-box;
  }

  .prar-review-helpful .prar-review-helpful-positive {
    position: relative;
    padding-right: 16px;
  }

  .prar-review-helpful .prar-review-helpful-positive::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    width: 1px;
    height: 85%;
    background: #c4c4c4;
  }

  .prar-review-helpful .prar-review-helpful-critical {
    padding-left: 50px;
  }

  .prar-review-helpful .rating-summary .rating-result > span:before,
  .prar-review-helpful .rating-summary .rating-result:before {
    font-size: 26px;
    line-height: 26px;
    height: 26px;
  }

  .prar-review-helpful .prar-helpful-pros-cons {
    margin-top: 15px;
  }

  .prar-review-helpful .rating-summary .rating-result {
    width: 138px;
  }

  .prar-review-helpful .prar-review-item-rat {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .prar-review-helpful .prar-review-item-rat span {
    color: #888;
  }

  .prar-review-helpful .prar-helpful-title {
    margin-top: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.6rem;
    color: #333;
  }

  .prar-review-helpful .prar-helpful-cust-amount {
    display: block;
    margin-top: 28px;
    color: #888;
    font-weight: 400;
  }

  .prar-review-helpful .prar-helpful-detail {
    color: #000;
  }

  .prar-review-helpful .prar-pros-cons-wrap {
    display: flex;
  }

  .prar-review-helpful .prar-pros-cons-wrap:first-child {
    margin-bottom: 24px;
  }

  .prar-review-helpful .prar-pros-cons-wrap strong {
    margin-right: 18px;
  }

  .prar-review-helpful .prar-read-full {
    display: block;
    margin-top: 14px;
  }
}

@media (min-width: 960px) {
  .prar-review-helpful h3 {
    font-size: 2.1rem;
  }
}

@media (min-width: 1300px) {
  .prar-review-helpful {
    padding-left: 66px;
    padding-right: 66px;
  }
}

/* == video popup == */
@media (max-width: 767px) {
  .modal-popup.prar-video-popup .modal-inner-wrap {
    width: 315px;
    height: 100%;
    margin-top: 0;
    background-color: #f4f4f4;
  }
}

@media (min-width: 768px) {
  .modal-popup.modal-slide.prar-video-popup .modal-footer {
    border-top: none;
  }

  .modal-popup.prar-video-popup .modal-inner-wrap {
    width: 75%;
    max-width: 500px;
  }

  .prar-video-popup label span {
    display: block;
    margin-bottom: 2px;
  }

  .modal-popup.prar-video-popup .modal-footer button {
    width: auto;
  }

  .modal-popup.prar-video-popup {
    width: 550px;
    position: fixed;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* == review list header == */
@media (min-width: 768px) {
  .prar-review-list-head {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    border-bottom: 1px solid #c4c4c4;
  }

  .prar-review-list-head .prar-prod-rating {
    flex-wrap: nowrap;
    flex-shrink: 0;
    margin-right: 12px;
    margin-top: 0;
    padding-top: 25px;
    width: auto;
    margin-left: 0;
    overflow: hidden;
  }

  .prar-review-list-head .product-info {
    min-width: 270px;
    max-width: 300px;
    margin: 0;
    border-bottom: none;
  }

  .prar-review-list-head .box-tocart .action.tocart {
    min-width: 135px;
    padding: 7px;
    color: #fff;
    background-color: #1979c3;
    border-radius: 3px;
  }

  .prar-review-list-head .prar-recommend .prar-recommend-title {
    display: block;
  }

  .prar-review-list-head .prar-prod-rating .prar-stars-amount {
    font-size: 2.8rem;
  }

  .prar-review-list-head .prar-prod-rating .prar-stars-amount span {
    display: none;
  }

  .prar-review-list-head .prar-prod-rating .prar-histogram {
    margin-left: 12px;
  }

  .prar-review-list-head .prar-prod-rating .prar-rating {
    margin-right: 12px;
  }

  .prar-review-list-head .prar-prod-rating {
    margin-top: 0;
    padding-top: 25px;
  }

  .prar-review-list-head .page-title .base {
    position: absolute;
    left: 73px;
    top: 0;
    z-index: 2;
    margin-left: -65px;
  }

  .page-layout-1column .prar-review-list-head .product.media {
    grid-row: 2 / span 4;
    align-self: center;
    margin-left: 0;
  }
}

@media (min-width: 960px) {
  .prar-review-list-head {
    justify-content: center;
    position: relative;
    padding: 0 25px;
  }

  .prar-review-list-head .prar-prod-rating .prar-stars-amount {
    margin-bottom: 9px;
    font-size: 5.3rem;
    font-weight: 400;
    line-height: 1;
  }

  .prar-review-list-head .prar-rating .prar-btn {
    margin-top: 20px;
    font-size: 1.6rem;
  }

  .prar-review-list-head
    .page-title
    .base.prar-review-list-head
    .page-title
    .base {
    margin-left: -25px;
  }

  .prar-review-list-head
    .prar-rating
    .rating-summary
    .rating-result
    > span:before,
  .prar-review-list-head .prar-rating .rating-summary .rating-result:before {
    height: 26px;
    font-size: 26px;
    line-height: 26px;
  }

  .prar-review-list-head .prar-prod-rating .rating-summary,
  .prar-review-list-head .prar-rating .rating-summary .rating-result {
    width: 140px;
    max-width: 140px;
  }

  .prar-review-list-head .prar-prod-rating .prar-rating {
    margin-left: 12px;
  }

  .prar-review-list-head .prar-prod-rating {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .prar-review-list-head .prar-prod-rating {
    max-width: inherit;
    margin: 0;
  }

  .prar-review-list-head .product-info {
    margin-left: 60px;
    margin-right: 0;
  }

  .prar-review-list-head .prar-prod-rating .prar-rating {
    margin-left: 0;
    margin-right: 45px;
  }

  .prar-review-list-head .prar-prod-rating .prar-histogram {
    width: 306px;
    max-width: 306px;
    margin-left: 45px;
  }

  .prar-review-list-head .prar-recommend-title strong {
    font-size: 3.8rem;
  }

  .prar-review-list-head .prar-prod-rating .prar-btn {
    min-width: initial;
  }

  .prar-review-list-head .product-info {
    max-width: 300px;
    min-width: 300px;
  }

  .prar-review-list-head .box-tocart .action.tocart {
    min-width: 176px;
  }
}

/* == one review page == */
@media (min-width: 768px) {
  #arar-product-review .product-img-box {
    display: block;
    width: 290px;
  }

  .advancedrar-review-view .arar-rew-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .advancedrar-review-view .prap-rev-container .prar-sticky-basket {
    display: none;
  }

  .advancedrar-review-view .arar-rew-item .buttons-set {
    width: 100%;
  }

  #arar-product-review .prar-details {
    width: calc(97% - 290px);
    margin-right: 3%;
  }

  .advancedrar-review-view.page-layout-1column .product-info-main {
    width: 100%;
  }

  #arar-product-review .product-img-box h2 {
    margin-bottom: 24px;
  }

  #arar-product-review .prar-product-info {
    display: flex;
  }

  #arar-product-review .prar-product-info .prar-product-description {
    width: 140px;
  }

  #arar-product-review .prar-product-description h2 {
    font-size: 1.6rem;
    color: #000;
    margin-top: 14px;
    margin-bottom: 0;
  }

  #arar-product-review .prar-product-description .product-info-price .price {
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
  }

  .advancedrar-review-view .prar-prod-rating .prar-recommend {
    order: 3;
    max-width: 370px;
  }

  #arar-product-review .prar-prod-rating .prar-rating {
    order: 2;
  }

  #arar-product-review .prar-prod-rating .prar-histogram {
    order: 1;
  }

  #arar-product-review .product-info-main .rating-summary {
    margin-right: 0;
  }

  #arar-product-review .prar-prod-rating .prar-stars-amount span {
    display: none;
  }

  #arar-product-review .prar-prod-rating .prar-stars-amount {
    font-size: 4.6rem;
    margin-top: -14px;
    display: block;
  }

  #arar-product-review .prar-prod-rating .prar-recommend {
    width: 100%;
    margin: 22px 0 0;
  }

  #arar-product-review .prar-prod-rating .prar-recommend h2 {
    flex-direction: row;
    align-items: center;
  }

  #arar-product-review .prar-recommend-title strong {
    margin-bottom: 0;
    margin-right: 3px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #222;
  }

  .advancedrar-review-view #arar-product-review .box-tocart {
    margin-top: 5px;
    text-align: left;
  }

  .advancedrar-review-view .arar-rew-item .product-info-price .price-box {
    padding-bottom: 0;
  }

  .advancedrar-review-view #arar-product-review .box-tocart .action.tocart {
    width: 109px;
    padding: 5px 10px;
    font-size: 1.4rem;
    letter-spacing: 0;
    text-transform: initial;
    background-color: #1979c3;
    border-radius: 3px;
  }

  .advancedrar-review-view #arar-product-review .arar-rew-item {
    border-bottom: none;
  }

  .prar-product-description
    .product-info-price
    .price-box
    .price-container
    > span {
    margin-bottom: 0;
  }

  .advancedrar-review-view .prar-recommend .prar-recommend-title span {
    width: auto;
    font-weight: 400;
    color: #222;
  }

  .product-img-box .prar-prod-rating {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product-img-box .prar-prod-rating .prar-histogram {
    margin-left: 0;
    width: 185px;
  }

  .product-img-box .prar-prod-rating .prar-rating {
    margin-left: 15px;
    margin-right: 0;
  }

  .advancedrar-review-view .prar-rev-item-helpful .prar-rev-item-title {
    display: none;
  }

  .advancedrar-review-view .buttons-set {
    margin-top: 100px;
  }

  .product-img-box .prar-prod-rating .prar-histogram-line {
    min-width: 114px;
  }

  .prar-product-info .product-image {
    margin-right: 10px;
  }
}

@media (min-width: 960px) {
  .advancedrar-review-view
    .prar-rating
    .rating-summary
    .rating-result
    > span:before,
  .advancedrar-review-view .prar-rating .rating-summary .rating-result:before {
    height: 16px;
    font-size: 16px;
    line-height: 16px;
  }

  .advancedrar-review-view .prar-rating .rating-summary .rating-result {
    width: 90px;
  }

  .advancedrar-review-view .prar-prod-rating .prar-histogram {
    width: 207px;
  }

  .advancedrar-review-view .prar-prod-rating .prar-all-rev-link {
    margin-top: 5px;
    font-size: 1.2rem;
  }

  #arar-product-review .prar-prod-rating .prar-rating {
    margin-left: 7%;
  }

  #arar-product-review .product-img-box .prar-prod-rating .prar-stars-amount {
    font-size: 5.3rem;
    margin-top: -3px;
    margin-bottom: 2px;
    line-height: 1;
  }

  #arar-product-review .prar-prod-rating .prar-histogram-line {
    height: 12px;
  }

  #arar-product-review .product-img-box .prar-prod-rating .prar-histogram-item {
    margin-bottom: 0;
  }

  #arar-product-review .prar-recommend .prar-recommend-title span {
    font-size: 1.6rem;
    color: #222;
    font-weight: 400;
  }

  .advancedrar-review-view .prar-prod-rating .rating-summary {
    width: 91px;
    max-width: 91px;
  }

  .advancedrar-review-view .prar-rev-item-helpful .prar-rev-item-title {
    display: block;
  }

  #arar-product-review .product-img-box {
    width: 323px;
  }

  #arar-product-review .prar-details {
    width: calc(93.5% - 323px);
    margin-right: 5.5%;
  }
}

@media (min-width: 1300px) {
  #arar-product-review .prar-recommend .prar-recommend-title span {
    font-size: 1.8rem;
  }

  #arar-product-review .prar-recommend-title strong {
    font-size: 1.8rem;
    margin-right: 5px;
  }

  #arar-product-review .product-img-box {
    width: 374px;
  }

  #arar-product-review .prar-details {
    width: calc(93.5% - 374px);
  }

  #arar-product-review .prar-prod-rating .prar-rating {
    margin-left: 45px;
  }
}

/* == Review pager == */
@media (min-width: 1200px) {
  .prar-review-pager.pagination,
  .prar-review-pager {
    width: calc(98% - 310px);
  }
}

/* == mobile filter popup == */ 
@media (max-width: 767px) {
  .modal-popup.prar-mobile-filter-wrp.modal-slide .modal-inner-wrap {
    height: 100%;
    margin: 0;
  }
}
/**
 * @package     Plumrocket_AdvancedReviewAndReminder
 * @copyright   Copyright (c) 2020 Plumrocket Inc. (https://plumrocket.com)
 * @license     https://plumrocket.com/license   End-user License Agreement
 */

 .prar-rating-box .prar-rating-text {
  position: relative;
  left: 200px;
  bottom: 21px;
  width: 150px;
  text-align: left;
  pointer-events: none;
}
.rating-stars-wrap .star-wrap {
  position: relative;
  padding: 5px;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.rating-stars-wrap .star-wrap:hover,
.rating-stars-wrap .star-wrap:focus {
  border: 1px solid #e5b348;
}
.rating-stars-wrap .star-wrap.star-wrap-active {
  border: 1px solid #e5b348;
}
.rating-stars-wrap .star-wrap .prar-rating-stars {
  width: auto;
  z-index: 999;
  display: flex;
  gap: 2px;
}
.rating-stars-wrap .star-wrap .prar-rating-stars img {
  width: 24px;
}
.product-review-form {
  position: relative;
}
.prar-rating-box {
  z-index: 9;
}
.product-review-form .prar-form-list,
.product-review-form .prar-form-list li {
  position: relative;
}
prar-form-item prar-form-item-cropImg {
}
.prar-rating-box .rating-stars-wrap .star-wrap .prar-rating-text {
  position: relative;
  left: 10px;
  top: 7px;
  width: auto;
  text-align: left;
  pointer-events: none;
}
#arar-form-add.prar-form-add {
  margin-top: 0;
  padding: 0;
  max-width: 100% !important;
  max-height: 100% !important;
}
.cropper-container {
  position: relative;
  padding: 5px;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  overflow: hidden;
  width: 395px;
  height: 395px;
  margin-bottom: 15px;
}
.review-crop-image .box .prar-popup-btn {
  font-family: "Fedra Sans Book 5", "Open Sans", sans-serif !important;
  color: #fff;
  background: #bc1717;
  border-color: #dc3545;
  font-size: 18px;
  min-width: 150px;
  border-radius: 0;
  box-shadow: none;
}
.review-crop-image .box .prar-popup-btn:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: none;
}
.prar-buttons-set .prar-popup-btn {
  font-family: "Fedra Sans Book 5", "Open Sans", sans-serif !important;
  color: #fff;
  background: #bc1717;
  border-color: #dc3545;
  font-size: 18px;
  min-width: 150px;
  border-radius: 0;
  box-shadow: none !important;
}
.prar-buttons-set .prar-popup-btn:hover {
  font-family: "Fedra Sans Book 5", "Open Sans", sans-serif !important;
  color: #fff;
  background: #bc1717;
  border-color: #dc3545;
  font-size: 18px;
  min-width: 150px;
  border-radius: 0;
  box-shadow: none !important;
}
@font-face {
    font-family: 'Square Peg';
    src: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/fonts/SquarePeg-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'Fedra Sans';
    src: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/fonts/Fedra-Sans-Extra-Light.woff2);
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: 'Fedra Sans';
    src: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/fonts/Fedra-Sans-Light.woff2);
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Fedra Sans';
    src: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/fonts/Fedra-Sans-Light-Italic.woff2);
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: 'Fedra Sans';
    src: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/fonts/Fedra-Sans-Regular.woff2);
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Fedra Sans';
    src: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/fonts/Fedra-Sans-Medium.woff2);
    font-style: normal;
    font-weight: 500;
}

.catalog-product-view.new-pdp-design {
    overflow-x: hidden;
}

.catalog-product-view.new-pdp-design .main {
    font-family: 'Fedra Sans';
    font-weight: 400;
}

.catalog-product-view.new-pdp-design .clear:after {
    content: "";
    display: table;
    clear: both;
}

.catalog-product-view.new-pdp-design .clear {
    clear: both;
    position: relative;
}

.catalog-product-view.new-pdp-design .breadcrumbs {
    background: transparent;
    max-width: 1280px !important;
    margin-bottom: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 16px;
}

.catalog-product-view.new-pdp-design .breadcrumbs li a:hover {
    color: #020202 !important
}

.catalog-product-view.new-pdp-design .product-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.catalog-product-view.new-pdp-design .page-main {
    padding-left: 0;
    padding-right: 0;
}

.catalog-product-view.new-pdp-design.fotorama__fullscreen .page-header,
.catalog-product-view.new-pdp-design._has-modal .page-header {
    z-index: 0;
}

.catalog-product-view.new-pdp-design .page-header.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
}

/*product media css*/
.catalog-product-view.new-pdp-design .product-media-info-section {
    margin-bottom: 30px;
}

.catalog-product-view.new-pdp-design .product-media-info-section .product-container {
    position: relative;
}

.catalog-product-view.new-pdp-design .fotorama__stage.fotorama__shadows--left::before,
.catalog-product-view.new-pdp-design .fotorama__nav.fotorama__shadows--left::before,
.catalog-product-view.new-pdp-design .fotorama__stage.fotorama__shadows--right::after,
.catalog-product-view.new-pdp-design .fotorama__nav.fotorama__shadows--right::after {
    background-image: none
}



.catalog-product-view.new-pdp-design .fotorama--fullscreen {
    background-color: rgba(35, 31, 32, 0.9);
}



.catalog-product-view.new-pdp-design:not(.fotorama__fullscreen) .fotorama__thumb-border {
    border: 0;
}

.catalog-product-view.new-pdp-design:not(.fotorama__fullscreen) .fotorama__nav__frame {
    padding-left: 7px !important;
}

.catalog-product-view.new-pdp-design:not(.fotorama__fullscreen) .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active img {
    border: 0 !important;
    opacity: 1;
}

.catalog-product-view.new-pdp-design:not(.fotorama__fullscreen) .fotorama__thumb {
    position: relative;
}

.catalog-product-view.new-pdp-design:not(.fotorama__fullscreen) .fotorama__thumb {
    transition: .3s all ease;
    opacity: 0.36;
}

.catalog-product-view.new-pdp-design:not(.fotorama__fullscreen) .fotorama__thumb:hover,
.catalog-product-view.new-pdp-design:not(.fotorama__fullscreen) .fotorama__active .fotorama__thumb {
    opacity: 1;
    background-color: transparent;
}



.catalog-product-view.new-pdp-design:not(.fotorama__fullscreen) .fotorama__nav__shaft {
    margin: 0 -8px;
    left: 0;
}
.page-layout-pdpproductpage.catalog-product-view.new-pdp-design .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr .fotorama__arr--next{
    left: unset !important;
    right:0;   
}
/* PDP css  */
.catalog-product-view.new-pdp-design .product.media .action.towishlist {
    margin: 0;
    padding: 0;
    position: relative;
    bottom: 0;
    float: left;
    cursor: pointer;
    left: 0px;
    top: unset
}

.catalog-product-view.new-pdp-design .product.media .action.towishlist:before {
    display: none;
}

.catalog-product-view.new-pdp-design .product.media .action.towishlist:after {
    content: "";
    width: 69px;
    height: 69px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/wishlist-icon.svg) !important;
    display: inline-block;
    background-size: contain;
}

.catalog-product-view.new-pdp-design .product.media .action.wishlist-added:after,
.catalog-product-view.new-pdp-design .product.media .action.wishlistadded:after,
.catalog-product-view.new-pdp-design .product.media .action.towishlist:hover:after {
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/wishlist-icon-hover.svg);
}

.catalog-product-view.new-pdp-design .social-share-button {
    position: relative;
    display: inline-block;
}

.catalog-product-view.new-pdp-design .social-share-button:after {
    content: "";
    width: 69px;
    height: 69px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/share-icon.svg) !important;
    display: inline-block;
    background-size: contain;
}

.catalog-product-view.new-pdp-design .social-share-button:hover:after {
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/share-icon-hover.svg) !important;
}

.catalog-product-view.new-pdp-design .fotorama__arr {
    top: auto !important;
    position: absolute;
    bottom: 115px;
    width: auto;
}

.catalog-product-view.new-pdp-design .fotorama__arr--next {
    right: auto;
    left: calc(50% + 30px);
    opacity: 1;
}

.catalog-product-view.new-pdp-design .fotorama__arr--prev {
    right: calc(50% + 30px);
    left: auto;
    opacity: 1;
}

.catalog-product-view.new-pdp-design .fotorama__arr .fotorama__arr__arr {
    position: relative;
    top: 5px !important;
    transform: none;
    left: 0;
    border-radius: 50%;
    width: 54px;
    height: 55px;
}

.catalog-product-view.new-pdp-design .fotorama__arr--prev .fotorama__arr__arr {
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/left-scroll-icon.svg);
    background-position: center;
    background-size: contain;
}

.catalog-product-view.new-pdp-design .fotorama__arr--next .fotorama__arr__arr {
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/right-scroll-icon.svg);
    background-position: center;
    background-size: contain;
}

.catalog-product-view.new-pdp-design .fotorama__arr--prev.fotorama__arr--disabled .fotorama__arr__arr {
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/left-scroll-icon-disable.svg);
}

.catalog-product-view.new-pdp-design .fotorama__arr--next.fotorama__arr--disabled .fotorama__arr__arr {
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/right-scroll-icon-disable.svg);
}

.catalog-product-view.new-pdp-design .fotorama--fullscreen .fotorama__fullscreen-icon {
    bottom: 105px;
    opacity: 1;
    transform: translateX(-50%) !important;
    left: 50%;
    top: auto;
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/close-icon.svg);
    background-position: center;
    width: 67px;
    height: 67px;
    background-color: transparent;
}
.catalog-product-view.new-pdp-design .MagicZoom>img, 
.catalog-product-view.new-pdp-design .mz-figure>img{
    max-width: 100% !important;
    max-height: unset !important;
}
.catalog-product-view.new-pdp-design .fotorama__fullscreen-icon:focus::after {
    opacity: 0;
}

.catalog-product-view.new-pdp-design .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
    cursor: zoom-in;
}

.catalog-product-view.new-pdp-design .fotorama--fullscreen .fotorama__stage__frame {
    max-width: 720px;
    max-height: 720px;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    transform: translateY(-50%);
}

.catalog-product-view.new-pdp-design .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr {
    transform: none !important;
    opacity: 1;
}

.catalog-product-view.new-pdp-design .product.media {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
    z-index: 1;
}

.catalog-product-view.new-pdp-design .fotorama__nav--dots .fotorama__nav__frame {
    width: 16px;
    padding-left: 0 !important;
}

.catalog-product-view.new-pdp-design .fotorama__dot {
    width: 8px;
    height: 8px;
    border: 0;
    background: #C4C4C4;
    top: 16px;
}

.catalog-product-view.new-pdp-design .fotorama__active .fotorama__dot {
    background-color: #020202;
}

.catalog-product-view.new-pdp-design .sold-out-status {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

.catalog-product-view.new-pdp-design .sold-out-status:before {
    content: "";
    width: 180px;
    height: 69px;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/sold-out-icon.svg);
    vertical-align: middle;
    background-size: contain;
}

.catalog-product-view.new-pdp-design .magnifier-preview {
    transition: .4s 0s;
    z-index: -1;
}

.catalog-product-view.new-pdp-design .magnifier-preview:not(.magnify-hidden) {
    transform: translate3d(0%, 0%, 0);
    opacity: 1;
    visibility: visible;
}

.catalog-product-view.new-pdp-design .magnifier-preview.magnify-hidden {
    transform: translate3d(-40%, 0%, 0);
    display: block;
    opacity: 0;
    visibility: hidden;
}

.catalog-product-view.new-pdp-design .product-label-tag {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 0;
    padding: 10px 5px 10px 15px;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.12);
    font-family: 'Fedra Sans';
    font-weight: 500;
    line-height: 19px;
    z-index: 0;
    min-width: 125px;
    text-align: center;
    display: none !important;
}
.size-chart-models .modal-footer{
	display: none !important;
}
.catalog-product-view .size-chart-models .modal-popup .modal-inner-wrap{
	transform: translateY(0) !important;
}
.catalog-product-view.new-pdp-design .product-label-tag+.product-label-tag {
    top: 32px;
}

.catalog-product-view.new-pdp-design .product-label-tag+.product-label-tag+.product-label-tag {
    top: 70px;
}

.catalog-product-view.new-pdp-design .bestseller-label {
    background-color: #a92611;
}

.catalog-product-view.new-pdp-design .new-label {
    background-color: #32C864;
}

.catalog-product-view.new-pdp-design .sale-label {
    background-color: #0067DF;
}

.catalog-product-view.new-pdp-design .product-label-tag:before {
    transform: skewX(-30deg);
    position: absolute;
    right: -12px;
    width: 24px;
    height: 100%;
    content: "";
    z-index: -1;
    top: 0;
    box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.12);
}

.catalog-product-view.new-pdp-design .new-label::before {
    background-color: #32C864;
}

.catalog-product-view.new-pdp-design .bestseller-label::before {
    background-color: #a92611;
}

.catalog-product-view.new-pdp-design .sale-label::before {
    background-color: #0067DF;
}

/*end product media css*/

.catalog-product-view.new-pdp-design .product-info-main .page-title-wrapper.product {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
}

.catalog-product-view.new-pdp-design .product-info-main .product-info-price {
    margin-bottom: 15px;
    display: inline-block;
    float: none;
    width: 100% !important;
}

.catalog-product-view.new-pdp-design .product-info-main .box-tocart {
    padding: 0;
}

.catalog-product-view.new-pdp-design .product-info-main .box-tocart.disabled {
    display: block !important
}

.catalog-product-view.new-pdp-design .product-info-main .box-tocart .actions {
    width: 100%;
    padding-top: 0;
    display: block;
}

.catalog-product-view.new-pdp-design .product-info-main #product-addtocart-button {
    background: #edaa39;
    text-transform: none;
    margin-right: 12px;
    border-radius: 4px;
    width: 48%;
    max-width: 288px;
    font-size: 21px;
    letter-spacing: 0.01em;
    height: 54px;
    line-height: 26px;
    font-family: 'Fedra Sans';
    font-weight: 500;
    position: relative;
    bottom: 0;
    right: 0;
    margin-bottom: 15px;
    z-index: 0;
    transition: .3s all ease;
}

.catalog-product-view .product-info-main .box-tocart .actions #buy-now[disabled],
.catalog-product-view.new-pdp-design .product-info-main #product-addtocart-button[disabled] {
    display: none
}

.catalog-product-view.new-pdp-design .product-info-main #product-addtocart-button:hover {
    background: #ffb943;
}

.catalog-product-view.new-pdp-design .product-info-main .box-tocart .actions #buy-now {
    background-color: #a92611;
    text-transform: none;
    border-radius: 4px;
    width: 48%;
    max-width: 288px;
    font-size: 21px;
    letter-spacing: 0.01em;
    line-height: 22px;
    height: 54px;
    padding-left: 0;
    background-image: none;
    font-family: 'Fedra Sans';
    font-weight: 500;
    transition: .3s all ease;
    color: #fff;
}

.catalog-product-view.new-pdp-design .product-info-main .box-tocart .actions #buy-now span {
    display: inline-block;
    background: none;
}

.catalog-product-view.new-pdp-design .product-info-main .box-tocart .actions #buy-now span:after {
    content: "";
    width: 17px;
    height: 16px;
    margin-left: 10px;
    top: 50%;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/btn-right-arrow.svg);
    vertical-align: middle;
    margin-bottom: 2px;
}

.catalog-product-view.new-pdp-design .product-info-main .box-tocart .actions #buy-now:hover {
    background-color: #e8532c;
    background-image: none;
}

.catalog-product-view.new-pdp-design .product-info-main .box-tocart .field.qty {
    padding: 0 !important;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: none;
    background: transparent;
    z-index: 0;
}

.catalog-product-view.new-pdp-design .product-info-main .box-tocart .field.qty::before {
    content: "Quantity:";
    font-size: 18px;
    color: #6c757d;
    margin-right: 25px;
    margin-top: 5px;
    display: inline-block;
}

.catalog-product-view.new-pdp-design .product-info-main .product-add-form .fieldset {
    margin-bottom: 0
}

.catalog-product-view.new-pdp-design .product-info-main .arar-review-summary .rating-links .separator,
.catalog-product-view.new-pdp-design .product-info-main .arar-review-summary .no-rating [data-pr-action*="show-review-form"],
.catalog-product-view.new-pdp-design .product-info-main .arar-review-summary .rating-links [data-pr-action*="show-review-form"] {
    display: none
}

/* PDP css for fonts */
.catalog-product-view.new-pdp-design .product-info-main .arar-review-summary .rating-links a {
    color: #020202;
    font-size: 12.5px;
    font-weight: 600;
    font-family: "Fedra Sans Book 5";
    line-height: normal;
    text-decoration: none;
}

/* PDP review list css */
.catalog-product-view.new-pdp-design .prap-rev-container {
    display: block;
    padding-top: 35px;
    clear: both;
}

.prar-review-list select.prar-toolbar-select {
    border: 1px solid rgba(196, 196, 196, .5);
    border-radius: 0;
    font-size: 15px;
    background-position: center right;
    margin-left: auto;
    width: 240px;
    height: 40px;
    padding-top: 8px;
    line-height: 19px;
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/select-dropdown-icon.svg);
    background-position: right 15px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-size: 13px;
    float: right;
}

.catalog-product-view .block.upsell {
    clear: both;
    overflow: hidden;
    width: 100vw;
    margin-left: -51.5vw;
    height: 100%;
    left: 51%;
    padding: 0;
    background: #f5f0e5;
    position: relative;
    padding-top: 60px;
    margin-bottom: 0;
}

.catalog-product-view .block.upsell .block-title.title {
    text-align: center;
    padding-bottom: 5px;
}

.catalog-product-view .block.upsell .block-content.content {
    padding-left: 0;
    padding-right: 0;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.catalog-product-view .block.upsell .block-title.title strong:before {
    content: '';
    position: absolute;
    left: -260px;
    top: 10px;
    background: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/related-bg.png) no-repeat left top;
    width: 228px;
    height: 7px;
}

.catalog-product-view .block.upsell .block-title.title strong:after {
    content: '';
    position: absolute;
    right: -260px;
    top: 10px;
    background: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/related-bg.png) no-repeat left top;
    width: 228px;
    height: 7px;
}

.review-toolebar-pr span {
    display: none;
}

.catalog-product-view.new-pdp-design .prar-review-list-wrp .prar-rev-list-item {
    padding-top: 0px !important;
    padding-bottom: 35px !important;
}

.catalog-product-view.new-pdp-design .prar-rev-item-top .prar-rev-item-rat-wrap .rating-label {
    display: none;
}

.prar-review-list .prar-rev-item-rat .prar-rev-item-rat-wrap {
    margin: 5px 0 !important;
}



.catalog-product-view.new-pdp-design .product-info-main .arar-review-summary .rating-links a:not(.write-review):before {
    content: "(";
    position: relative;
    left: 4px;
}

.catalog-product-view.new-pdp-design .product-info-main .arar-review-summary .rating-links a:not(.write-review):after {
    content: ")";
    position: relative;
    right: 4px;
}

.catalog-product-view.new-pdp-design .product-info-main .arar-review-summary {
    display: block;
    margin-bottom: 10px;
    clear: both;
}
.prar-review-list{
    margin-top: 10px;
}
.column.main .product-items.prar-products{
    margin-top: 20px;
    padding-left: 35px !important;
    padding-right: 35px !important;
}
.prar-products .prar-products-title{
    font-weight: 400 !important;
    margin-top: 20px;
}
.aw-sbp__bundle-options-container div#product-options-wrapper label{
    font-weight: 400 !important;
}
.catalog-product-view.new-pdp-design .product-info-main .option {
    background: transparent !important;
    box-shadow: none !important;
}
.catalog-product-view.new-pdp-design .product-info-main .box-tocart .field.qty input {
    min-width: 45px;
    font-size: 21px;
    font-weight: 500;
    font-family: 'Fedra Sans';
}

.catalog-product-view.new-pdp-design .product-info-main .box-tocart .field.qty .control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
}

.catalog-product-view.new-pdp-design .product-info-main .box-tocart .field.qty span {
    background: white !important;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 24px !important;
    font-family: 'Fedra Sans Book 5';
}

.catalog-product-view.new-pdp-design .product-info-main .box-tocart .field.qty span.decrement-qty {
    padding: 4px 0 0 0 !important;
}

.catalog-product-view.new-pdp-design .product-info-main .box-tocart .field.qty span.increment-qty {
    padding: 2px 0 0 0 !important;
}

.catalog-product-view.new-pdp-design .product-info-main .box-tocart .field.qty span.deactive {
    background: rgba(196, 196, 196, 0.2) !important;
    color: white;
}

.catalog-product-view.new-pdp-design .product-info-main .arar-review-summary .rating-summary {
    padding-top: 0;
    display: inline-block;
    margin-right: 0;
    vertical-align: middle;
    z-index: 0;
    position: relative;
}

.catalog-product-view.new-pdp-design .product-info-main .rating-summary .rating-result,
.catalog-product-view.new-pdp-design .related-products-slider .rating-summary .rating-result {
    width: 120px;
}

.catalog-product-view.new-pdp-design .product-info-main .arar-review-summary .rating-links {
    padding-left: 0;
    padding-top: 4px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.catalog-product-view.new-pdp-design .product-info-main .rating-summary .rating-result::before,
.catalog-product-view.new-pdp-design .related-products-slider .rating-summary .rating-result::before {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/grey-star.svg);
    content: "" !important;
    height: 24px;
}

.catalog-product-view.new-pdp-design .product-info-main .rating-summary .rating-result>span::before,
.catalog-product-view.new-pdp-design .related-products-slider .rating-summary .rating-result>span::before {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/yellow-star.svg);
    content: "" !important;
    height: 24px;
}

.catalog-product-view.new-pdp-design .codcheck-prod {
    width: 100%;
    margin-bottom: 35px;
    padding: 0;
    border: 0;
}

.catalog-product-view.new-pdp-design .codcheck-prod .codcheck-text {
    padding-left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    float: none;
}

.catalog-product-view.new-pdp-design .codcheck-prod .codcheck-text #codvalue {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 21px;
    border-radius: 0;
    background: transparent;
    max-width: 180px;
    padding: 5px 0;
    font-family: 'Fedra Sans';
    font-weight: 500;
    letter-spacing: 0.5em;
    color: #020202;
}

.catalog-product-view.new-pdp-design .codcheck-prod .codcheck-text input[type="text"]::-webkit-input-placeholder,
.catalog-product-view.new-pdp-design .codcheck-prod .codcheck-text input[type="text"]::placeholder {
    color: #C4C4C4 !important;
    letter-spacing: 0;
    font-size: 21px !important;
    color: #C4C4C4;
    font-family: 'Fedra Sans';
    font-weight: 400;
    font-style: normal;
}

.catalog-product-view.new-pdp-design .codcheck-prod h3 {
    display: none;
}

.catalog-product-view.new-pdp-design .codcheck-prod .codcheck-btn {
    position: relative;
    right: 0;
    top: 0;
    padding: 0px;
}

.catalog-product-view.new-pdp-design .codcheck-prod .codcheck-btn input {
    font-size: 21px;
    text-decoration: underline;
    padding: 0;
    color: #a92611;
    text-transform: capitalize;
    margin-left: 25px;
}

.catalog-product-view.new-pdp-design .shipping-wrap {
    clear: both;
    font-size: 14px;
    line-height: 21px;
    color: #6c757d;
    text-align: center;
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 50px;
    font-family: 'Fedra Sans Book 5';
}

.catalog-product-view.new-pdp-design .shipping-block {
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 100px;
}

.catalog-product-view.new-pdp-design .shipping-block-icon {
    min-height: 35px;
    margin-bottom: 12px;
}

.catalog-product-view.new-pdp-design .shipping-block p {
    margin-bottom: 0;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
}

.catalog-product-view.new-pdp-design .product-info-main .product.info.detailed .data.item.content p {
    font-size: 16px;
    letter-spacing: 0;
}

.catalog-product-view.new-pdp-design .product-short-info ol,
.catalog-product-view.new-pdp-design .product-short-info ul {
    font-weight: 400;
    font-size: 18px;
    padding-left: 25px;
    line-height: 30px;
}

.catalog-product-view.new-pdp-design .product-short-info li {
    margin-bottom: 0;
}

.catalog-product-view.new-pdp-design .product-short-info {
    margin-bottom: 45px;
}

/* PDP css changes  */
.catalog-product-view.new-pdp-design .product-short-info-title {
    font-family: 'Fedra Sans';
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.catalog-product-view.new-pdp-design .product-short-info-content {
    font-size: 18px;
    line-height: 30px;
    max-width: 490px;
    font-family: 'Fedra Sans Book 5';
}

.catalog-product-view.new-pdp-design .product-short-info-content p,
.catalog-product-view.new-pdp-design .product-short-info-content span,
.catalog-product-view.new-pdp-design .product-short-info-content ul li,
.catalog-product-view.new-pdp-design .product-short-info-content ol li,
.catalog-product-view.new-pdp-design .product-short-info-content tr td,
.catalog-product-view.new-pdp-design .product-short-info-content tr th {
    font-size: 14px !important;
    line-height: 24px !important;
    font-family: 'Fedra Sans Book 5' !important;
}

.catalog-product-view.new-pdp-design .product-short-info-content p a,
.catalog-product-view.new-pdp-design .product-short-info-content span a,
.catalog-product-view.new-pdp-design .product-short-info-content ul li a,
.catalog-product-view.new-pdp-design .product-short-info-content ol li a,
.catalog-product-view.new-pdp-design .product-short-info-content tr td a,
.catalog-product-view.new-pdp-design .product-short-info-content tr th a {
    font-size: 14px !important;
    font-family: 'Fedra Sans Book 5' !important;
}

.catalog-product-view.new-pdp-design .product-short-info-content strong,
.catalog-product-view.new-pdp-design .product-short-info-content strong {
    font-weight: bold !important;
    font-family: 'Fedra Sans Book 5' !important;
}

.catalog-product-view.new-pdp-design .description .product-short-info-content {
    font-family: 'Fedra Sans';
}

.catalog-product-view.new-pdp-design .description .product-short-info-content {
    overflow: hidden;
    position: relative;
}

.catalog-product-view.new-pdp-design .description .product-short-info-content::before {
    left: 0;
    content: "";
    width: 100%;
    display: block;
    height: 13px;
    position: absolute;
    bottom: 0;
    background: #fff3d6;
}

.catalog-product-view.new-pdp-design .description .product-short-info-content::after {
    left: 0;
    position: absolute;
    content: "";
    bottom: 10px;
    width: 100%;
    height: 18px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(253, 248, 238, 0.5) 50%);
}

.catalog-product-view.new-pdp-design .product-short-info-content a {
    text-decoration: underline;
    color: #020202;
}

.catalog-product-view.new-pdp-design .read-toggle span {
    cursor: pointer;
    text-decoration: underline;
    color: #a92611;
    font-size: 18px;
    font-family: 'Fedra Sans';
    font-weight: 500;
}

.catalog-product-view.new-pdp-design .read-toggle .hidden {
    display: none
}

.catalog-product-view.new-pdp-design .product-info-main .product.alert.stock {
    padding-top: 0;
    margin-top: 0;
}

.catalog-product-view.new-pdp-design .product-info-main .box-tocart.disabled .product.alert.stock {
    display: block !important;
}


.catalog-product-view.new-pdp-design .product-info-main .product.alert.stock .notify-me-alert:hover {
    background-color: #a92611;
    color: #fff;
    text-decoration: underline;
}

.catalog-product-view.new-pdp-design .product-options-wrapper div.mage-error[generated] {
    position: relative;
    margin-bottom: 5px;
    color: #0067DF;
    font-size: 18px;
    line-height: 20px;
    padding-top: 0px !important;
    width: 100%;
}

.catalog-product-view.new-pdp-design .product-options-wrapper {
    margin-bottom: 20px;
}

/*start notify popup css*/
.catalog-product-view.new-pdp-design .notify-me-popup {
    left: 0;
    right: 0;
}

.notify-me-popup .modal-inner-wrap {
    max-width: 720px;
    background-color: transparent !important;
    transform: translate(0%, -50%) !important;
    top: 50% !important;
    position: absolute !important;
    height: auto !important;
    width: calc(100% - 30px) !important;
    left: 15px;
    min-height: auto !important;
}

.notify-me-popup .modal-header {
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.notify-me-popup .modal-content {
    background-color: #fff;
    border: 0;
    padding-bottom: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
}

.notify-me-popup .product-notify-popup {
    text-align: center;
}

.notify-me-popup .product-notify-image {
    max-width: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.notify-me-popup .product-notify-title {
    font-size: 16px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.product-notify-popup .product-notify-button {
    background-color: #32C864;
    color: white;
    text-decoration: none;
    text-transform: none;
    border-radius: 4px;
    width: 100%;
    max-width: 260px;
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 22px;
    height: 45px;
    font-family: 'Fedra Sans';
    font-weight: 500;
    transition: .3s all ease;
    padding: 10px 20px;
    display: inline-block;
}

.catalog-product-view.new-pdp-design .notify-me-popup .action-close:after {
    display: inline-block;
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/review-popup-close-icon.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 15px;
    top: 20px;
    right: 20px;
}

/*end notify popup css*/

/*start swatch css*/
.catalog-product-view.new-pdp-design .product-options-wrapper .swatch-opt {
    margin: 0;
    padding-top: 0;
    position: relative;
}

.catalog-product-view.new-pdp-design .product-options-wrapper .swatch-attribute {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.catalog-product-view.new-pdp-design .product-options-wrapper .swatch-opt .swatch-attribute-selected-option {
    display: inline-block;
    font-size: 18px;
    color: #020202;
    font-family: 'Fedra Sans';
    font-weight: 500;
    padding-left: 5px;
    float: none;
    line-height: 22px;
    vertical-align: top;
}

.catalog-product-view.new-pdp-design .swatch-attribute-options {
    clear: both;
    margin: 0;
}

.catalog-product-view.new-pdp-design .product-options-wrapper .swatch-opt .swatch-attribute-label {
    margin-bottom: 30px;
    padding-top: 0;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    position: relative;
    float: none;
    display: inline-block;
    font-weight: 400;
}

.catalog-product-view.new-pdp-design .product-options-wrapper .swatch-opt .swatch-attribute-label:after {
    position: relative;
    content: ":";
    display: inline-block;
    margin-left: 2px;
}

.catalog-product-view.new-pdp-design .swatch-notify {
    z-index: 0;
}

.catalog-product-view.new-pdp-design .swatch-option-wrap {
    position: relative;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 10px;
    height: 42px;
    width: 42px;
}

.catalog-product-view.new-pdp-design .text_type_attribute:not(.shirt_size) input[type="radio"]:not(:checked),
.catalog-product-view.new-pdp-design .text_type_attribute:not(.shirt_size) input[type="radio"]:checked {
    border: 0;
    outline: 0;
    margin: 0 !important;
    top: 0;
    height: 40px !important;
    min-width: 65px;
    width: 100%;
    left: 0 !important;
    box-shadow: none;
    float: none;
    display: inline-block;
    position: absolute;
}

.catalog-product-view.new-pdp-design .text_type_attribute:not(.shirt_size) input[type="radio"]:not(:checked)+label::before,
.catalog-product-view.new-pdp-design .text_type_attribute:not(.shirt_size) input[type="radio"]:checked+label::before {
    background: white !important;
    min-width: 65px;
    height: 40px;
    border-radius: 3px;
    width: 100%;
}

.catalog-product-view.new-pdp-design .text_type_attribute:not(.shirt_size) .swatch-notify {
    top: auto;
    bottom: -34px;
    color: #a92611;
    border-color: #a92611;
    border-radius: 3px;
    font-size: 14px;
    font-family: 'Fedra Sans Book 5';
    padding: 8px 2px 5px 2px;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .2s all ease;
    text-align: center;
    background-color: #fff;
    min-width: 64px;
}

.catalog-product-view.new-pdp-design .text_type_attribute:not(.shirt_size) .swatch-notify:after {
    opacity: 0;
}

.catalog-product-view.new-pdp-design .text_type_attribute:not(.shirt_size) input[type="radio"].selected~.swatch-notify,
.catalog-product-view.new-pdp-design .text_type_attribute:not(.shirt_size) input[type="radio"]:hover~.swatch-notify {
    opacity: 1;
    visibility: visible
}

.catalog-product-view.new-pdp-design #maincontent [id*="product-options-wrapper"] .text_type_attribute:not(.shirt_size) input[type="radio"].selected+label,
.catalog-product-view.new-pdp-design #maincontent [id*="product-options-wrapper"] .text_type_attribute:not(.shirt_size) input[type="radio"].selected:checked+label {
    color: white;
}

.catalog-product-view.new-pdp-design #maincontent [id*="product-options-wrapper"] .text_type_attribute:not(.shirt_size) label::after {
    transition: all 0.2s ease 0s;
    border-radius: 3px;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 40px;
}

.catalog-product-view.new-pdp-design #maincontent [id*="product-options-wrapper"] .text_type_attribute:not(.shirt_size) input[type="radio"].selected+label::after,
.catalog-product-view.new-pdp-design #maincontent [id*="product-options-wrapper"] .text_type_attribute:not(.shirt_size) input[type="radio"].selected:checked+label::after {
    background-color: #a92611 !important;
}

.catalog-product-view.new-pdp-design #maincontent [id*="product-options-wrapper"] .text_type_attribute:not(.shirt_size) label {
    color: #a92611;
    margin-bottom: 0;
    width: 100%;
    min-width: 40px;
    line-height: 42px;
    border-radius: 3px;
    max-height: 40px;
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 0;
    font-size: 16px;
    overflow: hidden;
    border-radius: 100%;
    border: none;
    color: #000 !important;
}
.catalog-product-view.new-pdp-design .text_type_attribute:not(.shirt_size) .swatch-notify + .swatch-notify {
    display: none;
}
.catalog-product-view.new-pdp-design .product-options-wrapper .text_type_attribute:not(.shirt_size) input[type="radio"].swatch-option[data-option-empty|="true"]+label {
    opacity: 1;
    color: #C4C4C4 !important;
    border: 1px solid #C4C4C4;
    background-color: #fff3d6;
}

.catalog-product-view.new-pdp-design #maincontent [id*="product-options-wrapper"] .text_type_attribute:not(.shirt_size) input[type="radio"].swatch-option[data-option-empty="true"]+label::after {
    background: #edaa38 !important;
    height: 3px;
    z-index: 0;
    min-width: auto;
    width: calc(100% + 10px);
    left: -4px;
    top: 50%;
    transform: rotate(-24deg) translateY(-50%);
}

.catalog-product-view.new-pdp-design #maincontent [id*="product-options-wrapper"] .text_type_attribute:not(.shirt_size) input[type="radio"].swatch-option[data-option-empty="true"].selected+label {
    border-color: #a92611
}

.catalog-product-view.new-pdp-design .visual_type_attribute .swatch-attribute-options {
    margin: 0 -9px;
}

.catalog-product-view.new-pdp-design .visual_type_attribute .swatch-option-wrap {
    margin-right: 0;
    margin-bottom: 40px;
}

.catalog-product-view.new-pdp-design .product-options-wrapper .visual_type_attribute .swatch-option {
    min-width: 28px;
    height: 28px !important;
    width: 28px !important;
    border-radius: 50%;
    margin-left: 10px !important;
    margin-right: 10px !important;
    left: 0 !important;
    margin-bottom: 5px !important;
    border: 0;
    float: none;
    display: inline-block;
}

.catalog-product-view.new-pdp-design .product-options-wrapper .visual_type_attribute .swatch-option.disabled,
.catalog-product-view.new-pdp-design .product-options-wrapper .visual_type_attribute .swatch-option[data-option-empty|="true"] {
    opacity: 1 !important;
    border: 0px solid #fcf6ea !important;
}

.catalog-product-view.new-pdp-design .product-options-wrapper .visual_type_attribute .swatch-option:focus {
    box-shadow: none;
}

.catalog-product-view.new-pdp-design .product-options-wrapper .visual_type_attribute .swatch-option.disabled:after {
    height: 100%;
    background: #C4C4C4;
    width: 1px;
    transform: rotate(45deg);
    left: 50%;
}

.catalog-product-view.new-pdp-design .product-options-wrapper .visual_type_attribute .swatch-option.disabled:before {
    content: '';
    font-size: 0;
    position: absolute;
    top: 9px;
    left: 9px;
    background-color: #E5E5E5;
    transform: rotate(45deg);
    width: 32px;
    height: 32px;
}

.catalog-product-view.new-pdp-design .visual_type_attribute .swatch-option.selected,
.catalog-product-view.new-pdp-design .visual_type_attribute .swatch-option:not(.disabled):hover,
.catalog-product-view.new-pdp-design .visual_type_attribute .swatch-option.color:not(.disabled):hover {
    outline: 1px solid #a92611;
    outline-offset: 4px;
    border: 0;
}

.catalog-product-view.new-pdp-design .visual_type_attribute .swatch-notify {
    top: auto;
    bottom: -25px;
    color: #a92611;
    border-color: #a92611;
    border-radius: 3px;
    font-size: 12px;
    font-family: 'Fedra Sans Book 5';
    padding: 7px 2px 5px 2px;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .2s all ease;
    text-align: center;
    background-color: #fff;
    width: 46px;
    transition: .2s all ease;
    transform: translateX(-50%);
    left: 50%;
    line-height: 12px;
}

.catalog-product-view.new-pdp-design .visual_type_attribute .swatch-notify:after {
    opacity: 0;
}

.catalog-product-view.new-pdp-design .visual_type_attribute .selected~.swatch-notify,
.catalog-product-view.new-pdp-design .visual_type_attribute .swatch-option:hover~.swatch-notify {
    opacity: 1;
    visibility: visible
}

.catalog-product-view.new-pdp-design .text_type_attribute.shirt_size input[type="radio"]:not(:checked),
.catalog-product-view.new-pdp-design .text_type_attribute.shirt_size input[type="radio"]:checked {
    border: 0;
    outline: 0;
    margin: 0 18px 0 0 !important;
    top: 0;
    height: 45px;
    width: 45px;
    left: 0;
    box-shadow: none;
    float: none;
    vertical-align: top;
    left: 0 !important;
    position: absolute;
}

.catalog-product-view.new-pdp-design .text_type_attribute.shirt_size input[type="radio"]:not(:checked)+label::before,
.catalog-product-view.new-pdp-design .text_type_attribute.shirt_size input[type="radio"]:checked+label::before {
    background: white !important;
    width: 45px;
    height: 45px;
}

.catalog-product-view.new-pdp-design .text_type_attribute.shirt_size .swatch-notify {
    top: auto;
    bottom: -36px;
    color: #a92611;
    border-color: #a92611;
    border-radius: 3px;
    font-size: 14px;
    font-family: 'Fedra Sans Book 5';
    padding: 8px 2px 5px 2px;
    text-align: center;
    display: inline-block;
    transition: .2s all ease;
    transform: translateX(-50%);
    left: 50%;
    width: 64px;
}

.catalog-product-view.new-pdp-design .text_type_attribute.shirt_size .swatch-notify:after {
    opacity: 0;
}

.catalog-product-view.new-pdp-design .text_type_attribute.shirt_size input[type="radio"].selected~.swatch-notify,
.catalog-product-view.new-pdp-design .text_type_attribute.shirt_size input[type="radio"]:hover~.swatch-notify {
    opacity: 1;
    visibility: visible
}

.catalog-product-view.new-pdp-design #maincontent [id*="product-options-wrapper"] .text_type_attribute.shirt_size input[type="radio"].selected+label,
.catalog-product-view.new-pdp-design #maincontent [id*="product-options-wrapper"] .text_type_attribute.shirt_size input[type="radio"].selected:checked+label {
    color: white;
}

.catalog-product-view.new-pdp-design .text_type_attribute.shirt_size input[type="radio"]:checked+label::after,
.catalog-product-view.new-pdp-design .text_type_attribute.shirt_size input[type="radio"].selected+label::after {
    width: 45px;
    height: 45px;
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 0;
    z-index: -1;
}

.catalog-product-view.new-pdp-design .product-options-wrapper .text_type_attribute.shirt_size input[type="radio"].selected+label::after,
.catalog-product-view.new-pdp-design .product-options-wrapper .text_type_attribute.shirt_size input[type="radio"].selected:checked+label::after {
    background-color: #a92611 !important;
}

.catalog-product-view.new-pdp-design #maincontent [id*="product-options-wrapper"] .text_type_attribute.shirt_size label {
    color: #a92611;
    margin-bottom: 0;
    width: 45px;
    height: 45px;
    line-height: 48px;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
    text-align: center;
    font-size: 16px;
    box-shadow: 0px 0px 120px 1px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
}


.catalog-product-view.new-pdp-design .product-options-wrapper .text_type_attribute.shirt_size input[type="radio"].swatch-option[data-option-empty|="true"]+label {
    opacity: 1;
    color: #C4C4C4;
    border: 1px solid #C4C4C4;
    border-radius: 50%;
    background-color: #fff3d6;
}

.catalog-product-view.new-pdp-design .product-options-wrapper .text_type_attribute.shirt_size input[type="radio"].swatch-option.disabled.selected+label {
    background-color: #a92611 !important;
}

.catalog-product-view.new-pdp-design .product-options-wrapper .text_type_attribute.shirt_size .swatch-option-wrap input[type="radio"].swatch-option.disabled+label {
    background-color: #fff3d6;
    border: 1px solid #C4C4C4;
}

.catalog-product-view.new-pdp-design .product-options-wrapper .text_type_attribute.shirt_size .swatch-option-wrap input[type="radio"].swatch-option.disabled+label::after,
.catalog-product-view.new-pdp-design .product-options-wrapper .text_type_attribute.shirt_size input[type="radio"].swatch-option.disabled.selected+label::after {
    background: #C4C4C4 !important;
    width: 1px;
    z-index: 0;
    left: 50%;
    border-radius: 0;
    transform: rotate(45deg);
    content: "";
    height: 45px;
    top: 0;
    position: absolute;
}

.catalog-product-view.new-pdp-design .product-options-wrapper .text_type_attribute.shirt_size input[type="radio"].swatch-option[data-option-empty="true"]+label::after {
    background: #C4C4C4 !important;
    width: 1px;
    z-index: 0;
    left: 50%;
    border-radius: 0;
}

.catalog-product-view.new-pdp-design .product-options-wrapper .text_type_attribute.shirt_size input[type="radio"].swatch-option[data-option-empty|="true"].selected+label {
    background-color: #a92611;
}

/*end swatch css*/

.catalog-product-view.new-pdp-design .swatch-size-wrap {
    position: relative;
}

.catalog-product-view.new-pdp-design .product-size-chart {
    position: absolute;
    right: 190px;
    bottom: 90px;
}

.catalog-product-view.new-pdp-design #size-chart {
    color: #a92611;
    font-size: 18px;
    position: relative;
    padding-left: 30px;
    text-align: left;
    display: inline-block;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Fedra Sans Book 5';
}

.catalog-product-view.new-pdp-design #size-chart:before {
    content: "";
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/scale-icon.svg);
    width: 30px;
    height: 31px;
    display: inline-block;
    position: absolute;
    left: -8px;
    top: -10px;
}

/*Handling charges css*/
.catalog-product-view.new-pdp-design .custom-option-label {
    border: 1px solid rgba(196, 196, 196, 0.25);
    border-radius: 3px;
    padding: 24px 16px;
    margin-bottom: 35px;
    max-width: 320px;
    position: relative;
}

.catalog-product-view.new-pdp-design .buzz-element {
    -webkit-animation: size-buttons-shake .82s cubic-bezier(.36, .07, .19, .97) both;
    animation: size-buttons-shake .82s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

@-webkit-keyframes size-buttons-shake {

    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }

    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }

    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }

    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

.catalog-product-view.new-pdp-design .custom-option-label.active {
    border-color: #32C864;
}

.catalog-product-view.new-pdp-design #maincontent [id*="product-options-wrapper"] .custom-option-label>.label {
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
}

.catalog-product-view.new-pdp-design #maincontent [id*="product-options-wrapper"] .custom-option-label>.label:after {
    display: none;
}

.catalog-product-view.new-pdp-design .custom-option-label .field {
    position: relative;
    line-height: 16px;
}

.catalog-product-view.new-pdp-design .custom-option-label .field .price-notice {
    display: none
}

.catalog-product-view.new-pdp-design .custom-option-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.catalog-product-view.new-pdp-design #maincontent [id*="product-options-wrapper"] .custom-option-label .choice label {
    line-height: 20px;
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    font-family: 'Fedra Sans';
    font-weight: 500;
    margin-bottom: 0;
    color: #a92611;
    width: 100%;
    text-align: left;
}

.catalog-product-view.new-pdp-design #maincontent [id*="product-options-wrapper"] .custom-option-label.active .choice label {
    color: #32C864
}

.catalog-product-view.new-pdp-design .custom-option-label .choice label:before {
    top: 0px;
    left: 0;
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    border: 1px solid #a92611;
    cursor: pointer;
    border-radius: 3px;
}

.catalog-product-view.new-pdp-design .custom-option-label .choice label:after {
    left: 6px;
    content: "";
    position: absolute;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    cursor: pointer;
}

.catalog-product-view.new-pdp-design .custom-option-label .choice input:checked~label::before {
    border-color: #32C864;
    background-color: #32C864;
}

.catalog-product-view.new-pdp-design .custom-option-label .choice input:checked~label::after {
    display: block;
    opacity: 1;
}

.catalog-product-view.new-pdp-design .custom-option-label .control {
    width: 100% !important;
}

.catalog-product-view.new-pdp-design .custom-handling-wrap {
    display: flex;
}

.catalog-product-view.new-pdp-design .custom-handling-right-wrap .option-prices {
    font-size: 21px;
    font-family: 'Fedra Sans';
    font-weight: 500;
    margin-bottom: 10px;
}

.catalog-product-view.new-pdp-design .custom-handling-right-wrap-label {
    font-size: 16px;
    font-family: 'Fedra Sans Book 5';
}

.catalog-product-view.new-pdp-design .custom-handling-left-wrap {
    min-width: 80px;
    height: 80px;
    margin-right: 15px;
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/handling-icon.svg);
}

.catalog-product-view.new-pdp-design .active .custom-handling-left-wrap {
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/handling-icon-active.svg);
}

/*end Handling charges css*/

/*start share product popup*/
.catalog-product-view.new-pdp-design .share-product-popup .modal-inner-wrap {
    width: 100%;
    max-width: 720px;
    background: #fff;
    min-height: 300px;
    box-shadow: none;
}

.catalog-product-view.new-pdp-design .share-product-popup .modal-content {
    background: #fff;
    border: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 0;
}

.catalog-product-view.new-pdp-design .share-product-popup .modal-header {
    justify-content: center;
    border: none;
    padding: 50px 25px 45px
}

.catalog-product-view.new-pdp-design .share-product-popup .modal-title {
    padding-bottom: 0;
    font-size: 21px !important;
    font-family: 'Fedra Sans';
    font-weight: 500;
}

.catalog-product-view.new-pdp-design .social-share-popup {
    display: flex;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
}

.catalog-product-view.new-pdp-design._has-modal .social-share-popup {
    opacity: 1;
    visibility: visible;
}

.catalog-product-view.new-pdp-design .social-share-popup .share-icon a {
    display: flex;
    text-decoration: none;
    transition: .3s all ease;
    flex-direction: column;
    margin: 0 24px;
    text-align: center;
}

.catalog-product-view.new-pdp-design .social-share-popup .share-icon a img {
    transition: .3s all ease;
}

.catalog-product-view.new-pdp-design .social-share-popup .share-icon a:hover img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.catalog-product-view.new-pdp-design .social-share-popup .share-icon img {
    display: inline-block;
    margin-bottom: 12px;
    max-width: 60px;
    margin-left: auto;
    margin-right: auto;
}

.catalog-product-view.new-pdp-design .social-share-popup .share-icon-title {
    text-transform: uppercase;
    color: #020202;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    clear: both;
    margin-bottom: 12px;
}

.catalog-product-view.new-pdp-design .social-share-popup .share-icon-title.copy-msg {
    font-size: 10px
}

.catalog-product-view.new-pdp-design .modals-overlay {
    background-color: rgba(35, 31, 32, 0.9);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.catalog-product-view.new-pdp-design .action-close:before {
    display: none;
}

.catalog-product-view.new-pdp-design .action-close {
    margin: 0;
    background-color: transparent !important;
    border-bottom: 0px !important;
    position: relative;
}

.catalog-product-view.new-pdp-design .action-close:after {
    content: "";
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/close-icon-popup.svg);
    display: inline-block;
    background-size: contain;
    position: absolute;
    right: -26px;
    top: -22px;
}

/*end share product popup*/


.frequently-combos-section {
    max-width: 1054px;
    padding: 30px 15px 100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.frequently-combos-section .kit-inner {
    background-color: transparent;
    border: 1px solid rgba(196, 196, 196, 0.35);
    border-radius: 5px;
}

.section-heading {
    font-size: 36px;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
    font-family: 'Fedra Sans';
    padding-left: 15px;
    padding-right: 15px;
}

.frequently-combos-section .kit-inner .kit-footer button {
    border-radius: 3px;
    border: 2px solid #a92611;
    color: #a92611;
    background-color: transparent;
    height: 55px;
    font-size: 21px;
    padding: 10px 40px;
    transition: .3s all ease;
    line-height: 26px;
    box-shadow: none;
    outline: none;
    width: 100%;
    max-width: 288px;
    font-weight: 500;
    font-family: 'Fedra Sans';
    margin-left: 10px;
}

.frequently-combos-section .kit-inner .kit-footer button:hover {
    background-color: #a92611;
    color: white;
}

.frequently-combos-section .mst-product_kit__kit:not(._cart) .kit-inner .kit-footer-price-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 0;
    padding: 0;
    flex: 0 0 auto;
    margin: 0
}

.frequently-combos-section .mst-product_kit__kit .kit-inner .kit-footer-price-wrap .kit-footer-price {
    margin: 0 0 12px 0;
    font-size: 21px;
    font-family: 'Fedra Sans Book 5';
}

.frequently-combos-section .mst-product_kit__kit .kit-inner .kit-footer-price-wrap .kit-footer-price-item:not(._oldPrice) {
    font-family: 'Fedra Sans';
    font-weight: bold;
    top: -2px;
    font-size: 21px;
    position: relative;
}

.frequently-combos-section .mst-product_kit__kit .kit-inner .kit-footer .kit-footer-price .kit-footer-price-item._oldPrice {
    font-size: 21px;
    color: #020202
}

.frequently-combos-section .kit-footer-price-wrap-label {
    margin-right: 10px;
}

.frequently-combos-section .mst-product_kit__kit:not(._cart) .kit-list-price-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 60px;
}

.frequently-combos-section .kit-list-price-wrap .kit-list {
    margin: 0 -25px;
    max-width: 580px;
    width: 100%;
}

.frequently-combos-section .kit-list-price-wrap .kit-list::-webkit-scrollbar {
    -webkit-appearance: none;
}

.frequently-combos-section .kit-list-price-wrap .kit-list::-webkit-scrollbar:vertical {
    width: 8px;
}

.frequently-combos-section .kit-list-price-wrap .kit-list::-webkit-scrollbar:horizontal {
    height: 8px;
}

.frequently-combos-section .kit-list-price-wrap .kit-list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 10px;
    border: 2px solid #fefbf1;
}

.frequently-combos-section .kit-list-price-wrap .kit-list::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fefbf1;
}

.frequently-combos-section .kit-item .kit-item-outline .kit-item-icon-plus {
    background: transparent;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: 0;
    transform: translate(-50%, -50%);
    display: block;
}

.frequently-combos-section .kit-item:first-child .kit-item-outline .kit-item-icon-plus {
    display: none
}

.frequently-combos-section .kit-item .kit-item-outline .kit-item-icon-plus i {
    left: 0;
    width: 14px;
    height: 14px;
    top: 0
}

.frequently-combos-section .kit-item .kit-item-outline .kit-item-icon-plus i::before {
    left: 0px;
    top: 6px;
    width: 14px;
    height: 2px;
}

.frequently-combos-section .kit-item .kit-item-outline .kit-item-icon-plus i::after {
    left: 6px;
    top: 0px;
    height: 14px;
    width: 2px;
}

.frequently-combos-section .kit-item .kit-item-outline .kit-item-icon-plus i::before,
.frequently-combos-section .kit-item .kit-item-outline .kit-item-icon-plus i::after {
    background: #020202;
}

.frequently-combos-section .kit-item._highlight .kit-item-outline {
    outline: 0;
}

.frequently-combos-section ul {
    padding: 0;
    margin-bottom: 0;
}

.frequently-combos-section .kit-list .kit-item {
    border-right: 0;
    flex-grow: 0;
}

.frequently-combos-section .kit-list .kit-item._disabled {
    display: none
}

.frequently-combos-section .kit-list .kit-item .kit-item-outline {
    margin: 5px 0;
    padding: 0 25px;
    justify-content: center;
}

.frequently-combos-section .kit-list .kit-item .kit-item-outline .kit-item-image {
    margin-right: 0;
    max-width: 140px;
    min-width: 140px;
    max-height: 140px;
}

.frequently-combos-section .kit-list .kit-item .kit-item-outline .kit-item-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
}

.frequently-combos-section .kit-item .kit-item-outline .kit-item-inner .kit-item-name {
    font-size: 18px;
    color: #020202;
    text-decoration: none;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 27px;
    overflow: unset;
    max-height: unset;
    font-family: 'Fedra Sans Book 5';
}

.frequently-combos-section .kit-item .kit-item-outline .kit-item-inner .arar-review-summary {
    margin-bottom: 0;
    flex-wrap: unset;
    flex-direction: unset;
    align-items: center;
}

.frequently-combos-section .kit-product-wrap .kit-item-outline {
    padding: 25px 20px;
    margin: 0 auto;
    max-width: 840px;
}

.frequently-combos-section .kit-product-wrap .kit-item {
    border-top: 0.5px solid rgba(196, 196, 196, 0.75);
}

.frequently-combos-section .kit-item .kit-item-outline .kit-item-inner .kit-item-prices .kit-item-oldPrice {
    font-size: 100%;
    margin-right: 0;
    display: inline-block;
}

.frequently-combos-section .kit-item .kit-item-outline .kit-item-inner .kit-item-prices {
    font-size: 21px;
    line-height: 27px;
    font-family: 'Fedra Sans';
    font-weight: 500;
    flex-direction: column;
    min-width: 120px;
    align-items: end;
}

.frequently-combos-section .kit-item .kit-item-outline .kit-item-inner .kit-item-prices .kit-item-newPrice._discounted {
    color: #020202;
    display: inline-block;
}

.frequently-combos-section .kit-item .kit-item-outline .kit-item-checkbox {
    position: relative;
    left: 0;
    top: 0;
    margin-right: 25px;
}

.frequently-combos-section .kit-item .kit-item-outline .kit-item-discount {
    background-color: #32C864;
    right: 5px;
    top: 5px;
    padding: 4px 4px 2px;
    font-size: 10px;
    line-height: 12px;
    display: none
}

.frequently-combos-section .kit-item .kit-item-outline .kit-item-checkbox input[type="checkbox"] {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #C4C4C4;
    width: 24px;
    height: 24px;
}

.frequently-combos-section .kit-item .kit-item-outline .kit-item-checkbox input[type="checkbox"]:checked {
    background-color: #32C864;
    border-color: #32C864
}

.frequently-combos-section .kit-item .kit-item-outline .kit-item-checkbox input[type="checkbox"]:checked::before {
    left: 8px;
    top: 2px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: transparent;
}

.frequently-combos-section .kit-item .kit-item-outline .kit-item-checkbox input[type="checkbox"]:checked::after {
    opacity: 0;
}

.frequently-combos-section .kit-item-title-price-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.frequently-combos-section .kit-item .kit-item-outline .kit-item-inner .product-reviews-summary {
    flex-direction: unset;
}

.frequently-combos-section .kit-item .product-reviews-summary .action {
    color: #6c757d;
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
}

.frequently-combos-section .kit-item .product-reviews-summary .action:before {
    content: "(";
    position: relative;
    left: -1px;
}

.frequently-combos-section .kit-item .product-reviews-summary .action:after {
    content: ")";
    position: relative;
    right: 5px
}

.frequently-combos-section .arar-review-summary .reviews-actions a {
    font-size: 14px;
    color: #6c757d;
    text-decoration: none;
    margin-right: 10px;
    white-space: nowrap;
}

.frequently-combos-section .arar-review-summary .reviews-actions a span {
    display: none
}

.frequently-combos-section .arar-review-summary .reviews-actions .view:after {
    content: ")";
    margin-left: -10px;
}

.frequently-combos-section .arar-review-summary .reviews-actions .view:before {
    content: "(";
    margin-left: -1px;
}

.frequently-combos-section .mst-product_kit__cart-list .mst-product_kit__cart-item {
    width: 100%;
    min-width: 100%;
    padding: 0;
}

.frequently-combos-section .mst-product_kit__cart-list .mst-product_kit__cart-item .cart-item-image {
    margin-bottom: 15px;
}

.frequently-combos-section .mst-product_kit__cart-list .mst-product_kit__cart-item .cart-item-wrapper .cart-item-inner .cart-item-name {
    font-size: 18px;
    text-decoration: none;
    font-family: 'Fedra Sans';
    font-weight: 400;
    line-height: 1.4;
}

.frequently-combos-section .mst-product_kit__cart-list .mst-product_kit__cart-item .cart-item-wrapper .cart-item-inner .price-box.kit-item-oldPrice .price {
    font-size: 100%;
}

.frequently-combos-section .mst-product_kit__cart-list .mst-product_kit__cart-item .cart-item-wrapper .cart-item-inner .price-box .price,
.frequently-combos-section .mst-product_kit__cart-list .mst-product_kit__cart-item .product-item {
    font-size: 18px;
    padding-bottom: 5px;
    display: inline-block;
    font-weight: 500;
}

.frequently-combos-section .mst-product_kit__cart-list .mst-product_kit__cart-item .cart-item-wrapper .cart-item-inner .kit-item-newPrice._discounted {
    color: #020202;
    margin-bottom: 15px;
}

.frequently-combos-section .kit-item._disabled .kit-item-checkbox,
.frequently-combos-section .kit-item._disabled .kit-item-image,
.frequently-combos-section .kit-item._disabled .kit-item-inner,
.frequently-combos-section .kit-item._disabled .kit-item-discount,
.frequently-combos-section .kit-item._disabled .kit-item-qty {
    opacity: .45;
}

.catalog-product-view.new-pdp-design .frequently-combos-section .rating-summary {
    margin-right: 12px;
}

.catalog-product-view.new-pdp-design .frequently-combos-section .rating-summary .rating-result {
    width: 105px;
    vertical-align: text-bottom;
}

.catalog-product-view.new-pdp-design .frequently-combos-section .arar-review-summary .reviews-actions {
    padding-left: 0;
    padding-top: 0px;
}

.catalog-product-view.new-pdp-design .frequently-combos-section .rating-summary .rating-result::before {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/frequently-grey-star.svg);
    content: "" !important;
    height: 21px;
}

.catalog-product-view.new-pdp-design .frequently-combos-section .rating-summary .rating-result>span::before {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/frequently-yellow-star.svg);
    content: "" !important;
    height: 18px;
}

.frequently-combos-section .kit-item .kit-item-outline .kit-item-inner .item-name .kit-first-item {
    font-size: 16px;
    color: #020202;
    text-decoration: none;
    font-weight: 600;
    line-height: 27px;
    flex: 0 0 auto;
    display: inline;
}

.frequently-combos-section .kit-item .kit-item-outline .kit-item-inner .item-name .kit-first-item+.kit-item-name {
    display: inline;
}

.frequently-combos-section .kit-item .kit-item-outline .kit-item-inner .arar-review-summary .action.add {
    display: none;
}

.frequently-combos-section .kit-item .kit-item-outline .kit-item-inner .arar-review-summary .reviews-actions {
    margin: 0 0 0 5px;
}

.frequently-combos-section .mst-product_kit__cart-list .mst-product_kit__cart-item .messages {
    font-size: 12px;
    line-height: normal;
    padding: 10px 15px;
    font-weight: 600;
}

.product-feature-slider-section {
    background-color: #C1CFAC;
    padding: 70px 0 85px;
    width: 100%;
    overflow: hidden;
}

.feature-slider {
    display: flex;
    margin-left: 13%;
    padding-top: 10px;
    width: 100%;
    justify-content: center;
    scroll-behavior: smooth;
}

.feature-slider-wrap {
    position: relative;
    box-shadow: 0px 15px 20px -5px rgba(0, 0, 0, 0.05);
    min-width: 530px;
    margin-left: -27%;
    background-color: #fff;
    z-index: 0;
}

.feature-slider-wrap:hover {
    z-index: 1;
}

.feature-slider-image img {
    width: 100%;
}

.feature-slider-desc-wrap {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    max-width: 375px;
    margin: 0 auto;
    z-index: 1;
}

.feature-slider-desc-top .feature-slider-desc-wrap {
    top: 40px;
}

.feature-slider-desc-bottom .feature-slider-desc-wrap {
    bottom: 35px;
}

.feature-slider-title {
    font-size: 54px;
    line-height: 45px;
    color: #000;
    font-family: 'Square Peg', cursive;
    margin-bottom: 15px;
    letter-spacing: 0.01em;
}

.feature-slider-subtitle {
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    font-family: 'Fedra Sans Book 5';
}

.feature-slider-wrap:before {
    background-color: rgba(193, 207, 172, 0.55);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s all ease;
}

.feature-slider-wrap:hover:before,
.feature-slider-wrap.active:before {
    opacity: 0;
}

.feature-slider-wrap:hover,
.feature-slider-wrap.active {
    z-index: 5;
    transform: scale(1.05);
    box-shadow: 10px 20px 20px -2px rgba(0, 0, 0, 0.12)
}

.feature-slider-wrap:hover+.feature-slider-wrap,
.feature-slider-wrap.active+.feature-slider-wrap {
    z-index: 4;
}

.feature-slider-wrap:hover+.feature-slider-wrap+.feature-slider-wrap,
.feature-slider-wrap.active+.feature-slider-wrap+.feature-slider-wrap {
    z-index: 3;
}

.feature-slider-wrap:hover+.feature-slider-wrap+.feature-slider-wrap+.feature-slider-wrap,
.feature-slider-wrap.active+.feature-slider-wrap+.feature-slider-wrap+.feature-slider-wrap {
    z-index: 2;
}

.feature-slider-dots {
    text-align: center;
    position: relative;
    margin-top: 40px;
}

.feature-slider-dots>div {
    height: 6px;
    width: 6px;
    background: #fff;
    display: inline-block;
    margin: 3px 3px;
    border-radius: 50%;
    cursor: pointer;
}

.feature-slider-dots>.active {
    background: #020202;
}

.how-use-section {
    width: 100%;
    padding: 60px 0;
    margin-top: 60px;
}

.how-use-container {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.how-use-container-two {
    margin-top: 60px;
}

.how-use-column {
    display: flex;
    align-items: center;
}

.how-use-column:not(:last-child) {
    margin-bottom: 18px;
}

.how-use-text {
    font-size: 21px;
    line-height: 30px;
    font-family: 'Fedra Sans Book 5';
}

.how-use-right p:last-child {
    margin-bottom: 0;
}

.how-use-left,
.how-use-right {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
}

.how-use-right {
    display: flex;
    align-items: center;
}

.how-use-left img {
    max-width: 400px;
    width: 100%;
}

.how-use-number {
    font-size: 36px;
    margin-right: 30px;
    line-height: 50px;
    color: #020202;
}

.what-in-section {
    padding: 60px 0;
    width: 100%;
}

.what-slider-column {
    position: relative;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.what-slider-desc-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 45px 45px 0;
}

.what-slider .owl-stage {
    display: flex
}

.what-slider-image-wrap {
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}

.what-slider-image-wrap img {
    height: 100%;
    object-fit: cover;
}

.what-slider-title {
    font-size: 54px;
    line-height: 45px;
    color: #000;
    font-family: 'Square Peg', cursive;
    margin-bottom: 12px;
    letter-spacing: 0.01em;
}

.what-slider-subtitle {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-family: 'Fedra Sans Book 5';
}

.what-slider .owl-prev span {
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/left-scroll-icon.svg);
    background-position: center;
}

.what-slider .owl-next span {
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/right-scroll-icon.svg);
    background-position: center;
}

.what-slider .owl-prev span,
.what-slider .owl-next span {
    width: 72px;
    height: 72px;
    display: inline-block;
    font-size: 0;
    outline: 0;
    box-shadow: none;
}

.what-slider .owl-prev,
.what-slider .owl-next {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    outline: 0;
    box-shadow: none;
}

.what-slider .owl-prev {
    left: -25px;
}

.what-slider .owl-next {
    right: -25px
}

.what-slider .owl-dots {
    text-align: center;
    line-height: 0;
    margin-top: 25px;
}

.what-slider .owl-dots button {
    width: 6px;
    height: 6px;
    background-color: #C4C4C4;
    border-radius: 50%;
    box-shadow: none;
    margin: 0 3px;
    outline: 0;
    transition: .3s all ease;
}

.what-slider .owl-dots button:hover,
.what-slider .owl-dots button.active {
    background-color: #020202;
}


/*faq css*/
.faq-accordion {
    padding: 60px 0;
    width: 100%;
}

.faq-accordion .faq-container {
    max-width: 930px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.faq-accordion .faq-accordion-block {
    padding: 30px 22px 3px;
    border-bottom: 1px solid rgba(196, 196, 196, 0.5)
}

.faq-accordion .faq-accordion-title {
    font-size: 21px;
    line-height: 26px;
    font-weight: 400;
    text-decoration: none;
    background-color: transparent;
    color: #020202;
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    display: inline-block;
    height: auto;
    position: relative;
    padding-right: 40px;
    font-family: 'Fedra Sans';
}

.faq-accordion .faq-accordion-title:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../../frontend/OM/Isha/en_US/IshaLife_ProductPage/css/@{baseDir}images/plus-icon.svg');
    content: '';
    width: 48px;
    height: 48px;
    background-position: center;
    border-radius: 50%;
    box-shadow: 0px 0px 120px 1px rgba(0, 0, 0, 0.12);
    background-size: contain;
}

.faq-accordion .faq-accordion-title.active:after {
    background-image: url('../../frontend/OM/Isha/en_US/IshaLife_ProductPage/css/@{baseDir}images/minus-icon.svg');
}

.faq-accordion .faq-accordion-panel {
    margin-top: 25px;
    font-size: 18px;
    line-height: 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-family: 'Fedra Sans Book 5';
}

.faq-accordion .faq-accordion-panel p:not(:last-child) {
    margin-bottom: 25px;
}

.faq-accordion .faq-accordion-panel ul,
.faq-accordion .faq-accordion-panel ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.faq-accordion .faq-accordion-panel li {
    margin-bottom: 2px;
}

.faq-accordion .active+.faq-accordion-panel {
    margin-bottom: 20px;
}


/*related product css*/
.catalog-product-view.new-pdp-design .block.related {
    background: transparent;
    padding-bottom: 50px;
    margin-left: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 0;
}

.catalog-product-view.new-pdp-design .block.related .block-content.content {
    padding-left: 0;
    padding-right: 0;
}

.catalog-product-view.new-pdp-design .block.related .owl-nav {
    width: auto;
    display: inline-block;
    position: unset;
}

.catalog-product-view.new-pdp-design .product-item-btn-wrap {
    position: relative;
}

.catalog-product-view.new-pdp-design .product-image-wrapper:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 251, 241, 0.64);
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden
}

.catalog-product-view.new-pdp-design .product-item-btn-wrap:hover .product-image-wrapper:before {
    opacity: 1;
    visibility: visible
}

.catalog-product-view.new-pdp-design .product-item-info .related-cart-btn {
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/cart-icon.svg);
    background-position: left 18px center;
    background-repeat: no-repeat;
    background-color: #edaa39;
    font-size: 15px;
    font-family: 'Fedra Sans';
    font-weight: 500;
    color: #fff;
    display: inline-block;
    padding: 10px 10px 6px 30px;
    line-height: 20px;
    max-width: 150px;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease;
}

.catalog-product-view.new-pdp-design .product-item-btn-wrap:hover .related-cart-btn {
    opacity: 1;
    visibility: visible
}

.catalog-product-view.new-pdp-design .related .product-item-info:hover .bss-quickview {
    display: none !important
}

.catalog-product-view.new-pdp-design .related .product-item-info .product-item-btn-wrap:hover .bss-quickview {
    display: block !important;
}

.catalog-product-view.new-pdp-design .related .product-item-info .product-item-link {
    text-align: center;
    color: #020202;
    font-size: 18px;
    display: inline-block;
    white-space: normal;
    width: 100%;
    overflow: auto;
    font-family: "Fedra Sans Std Book";
    line-height: 30px;
}

.catalog-product-view.new-pdp-design .related .product-item-info .product-item-photo {
    line-height: 0;
    display: block;
    overflow: unset;
    z-index: 0;
    position: relative;
}

.catalog-product-view.new-pdp-design .related .product-item-info .product-item-photo .product-image-wrapper {
    padding-bottom: 100% !important;
}

.catalog-product-view.new-pdp-design .related .owl-carousel .owl-stage {
    display: flex;
    left: 0;
}

.catalog-product-view.new-pdp-design .block.related .product.product-item {
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

.catalog-product-view.new-pdp-design .related .product-item-info {
    width: 100% !important;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.catalog-product-view.new-pdp-design .related .product-item-info .product-image-wrapper img {
    transform: scale(1) rotate(0deg) !important;
}

.catalog-product-view.new-pdp-design .related .product-item-info .out-of-stock .product-image-wrapper img {
    filter: grayscale(100%);
    opacity: 0.5 !important;
}

.catalog-product-view.new-pdp-design .related .product-item-info .out-of-stock .related-cart-btn {
    display: none;
}

.catalog-product-view.new-pdp-design .related .product-item-info .out-of-stock .stock-unavailable {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 5px;
    font-weight: 400;
    line-height: 16px;
    z-index: 1;
    min-width: 114px;
    text-align: center;
    background-color: white;
    font-size: 15px;
}

.catalog-product-view.new-pdp-design .related .product-item-info .out-of-stock .stock-unavailable:before {
    transform: skewX(-30deg);
    position: absolute;
    right: -12px;
    width: 24px;
    height: 40px;
    content: "";
    z-index: -1;
    top: 0;
    background-color: white;
}

.catalog-product-view.new-pdp-design .related .product-item-details {
    border: 1px solid rgba(196, 196, 196, 0.25);
    padding: 12px 15px 25px;
    margin-top: -1px;
    z-index: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.catalog-product-view.new-pdp-design .related .related-product-item-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.catalog-product-view.new-pdp-design .related .related-product-item-wrap .product-reviews-summary {
    margin-bottom: 5px;
    top: 0;
}

.catalog-product-view.new-pdp-design .related .related-product-item-wrap .product-reviews-summary .rating-summary {
    display: block;
    margin: 0;
}

.catalog-product-view.new-pdp-design .related .related-product-item-wrap .product-reviews-summary .reviews-actions {
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.catalog-product-view.new-pdp-design .related .related-product-item-wrap .product-reviews-summary .reviews-actions a {
    color: #6c757d;
    font-family: 'Fedra Sans Book 5';
}

.catalog-product-view.new-pdp-design .related .price-box {
    text-align: center;
    margin: 0;
    font-size: 21px;
    line-height: 26px;
    font-family: 'Fedra Sans';
    font-weight: 500;
    color: #020202;
    width: 100%;
}

.catalog-product-view.new-pdp-design .related .price-box .price {
    font-size: 21px;
    font-weight: 500;
}

.catalog-product-view.new-pdp-design .related .product-item-name {
    margin: 0 0 15px !important;
    
}

.catalog-product-view.new-pdp-design .products.list .product-item-info:hover .bss-quickview {
    background: rgba(255, 255, 255, 0.9) !important;
    letter-spacing: 0;
    text-transform: capitalize;
    font-family: "Fedra Sans 5";
    line-height: 16px;
    padding: 7px 0;
    overflow: unset;
}

.catalog-product-view.new-pdp-design .products.list .product-item-info .bss-quickview:hover {
    text-decoration: underline;
}

.catalog-product-view.new-pdp-design .block.related .owl-nav button {
    position: absolute;
    top: 25%;
}

.catalog-product-view.new-pdp-design .block.related .owl-nav button.owl-prev {
    margin-left: 0;
    left: 0;
}

.catalog-product-view.new-pdp-design .block.related .owl-nav button.owl-next {
    margin-right: 0;
    right: 0;
}

.catalog-product-view.new-pdp-design .block.related .owl-nav button {
    background-color: transparent;
    box-shadow: none;
    width: 72px;
    height: 72px;
}

.catalog-product-view.new-pdp-design .block.related .owl-nav button span {
    width: 72px;
    height: 72px;
    display: inline-block;
    font-size: 0;
    outline: 0;
    box-shadow: none;
}

.catalog-product-view.new-pdp-design .block.related .owl-nav button.owl-prev span {
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/left-scroll-icon.svg);
    background-position: center;
    left: -36px;
    position: relative;
}

.catalog-product-view.new-pdp-design .block.related .owl-nav button.owl-next span {
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/right-scroll-icon.svg);
    background-position: center;
    right: -36px;
    position: relative;
}

.catalog-product-view.new-pdp-design .block.related .product-item-actions {
    display: block !important;
    width: 100%;
}

.catalog-product-view.new-pdp-design .product-item-info .related-cart-btn .tocart {
    background: transparent;
    border: none;
    padding: 0;
    height: auto;
    line-height: normal;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Fedra Sans';
    font-weight: 500;
    vertical-align: top;
    outline: none;
}

.catalog-product-view.new-pdp-design .product-item-info .related-cart-btn:hover .tocart {
    text-decoration: underline;
}

.catalog-product-view.new-pdp-design .block.related .product-item .arar-review-summary .rating-summary {
    margin: 0;
    display: block;
    text-align: center;
    padding-bottom: 10px;
}

.catalog-product-view.new-pdp-design .mobile-related-cart-btn {
    min-height: 44px;
    margin-top: 15px;
    width: 100%;
}

.catalog-product-view.new-pdp-design .mobile-related-cart-btn .tocart {
    border: 0;
    background: #edaa39;
    font-size: 18px;
    font-family: 'Fedra Sans';
    color: #fff;
    display: inline-block !important;
    padding: 12px 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    transition: .3s all ease;
    overflow: unset !important;
    width: 100%;
    font-weight: 400;
}

.catalog-product-view.new-pdp-design .product-item .arar-review-summary .reviews-actions {
    display: flex;
    margin: 0 0 10px 0;
    align-items: center;
    justify-content: center;
}

.catalog-product-view.new-pdp-design .product-item .arar-review-summary .action {
    font-family: "Fedra Sans Book 5";
    color: #6c757d !important;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
}

.catalog-product-view.new-pdp-design .product-item .arar-review-summary .action.add {
    display: none;
}

/*end related product css*/

/*start User Reviews css*/
.catalog-product-view.new-pdp-design .reviews-section-container {
    max-width: 1310px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.catalog-product-view.new-pdp-design .reviews-section {
    padding-bottom: 0 !important;
    padding-top: 0;
    width: 100%;
}

.catalog-product-view.new-pdp-design .prar-prod-rating .prar-histogram-fullness {
    top: 0px;
    background-color: #FFDA16;
    border-radius: 15px;
    box-shadow: none;
    max-height: 12px;
}

.catalog-product-view.new-pdp-design .prar-prod-rating .prar-histogram-line {
    border-radius: 15px;
    height: 12px;
    background-color: #E5E5E5;
    min-width: 200px;
    border: 0;
    margin-right: 24px;
    overflow: hidden;
}

.catalog-product-view.new-pdp-design .prar-prod-rating .prar-btn {
    margin-left: 0;
}

.catalog-product-view.new-pdp-design .prar-btn {
    border-radius: 3px;
    border: 2px solid #a92611;
    color: #a92611;
    background-color: transparent;
    height: 54px;
    font-size: 21px;
    padding: 10px 30px;
    transition: .3s all ease;
    line-height: 22px;
    box-shadow: none;
    outline: none;
    min-width: 288px;
    letter-spacing: 0.01em;
    font-family: 'Fedra Sans';
    font-weight: 500;
    text-transform: capitalize;
}

.catalog-product-view.new-pdp-design .prar-btn:hover {
    background-color: #a92611;
    color: white;
}

.catalog-product-view.new-pdp-design .prar-rev-item-top .prar-rev-nickname {
    font-size: 18px;
    line-height: 22px;
    color: #020202;
    font-family: 'Fedra Sans Std', sans-serif;
    font-weight: 500;
}

.catalog-product-view.new-pdp-design .prar-review-list-wrp .prar-rev-item-detail {
    font-size: 15px;
    line-height: 27px;
    color: #020202;
    margin-top: 5px;
}

.catalog-product-view.new-pdp-design .prar-rev-item-date.desk {
    font-size: 14px;
    color: #C4C4C4;
    line-height: 18px;
    float: right;
    display: block;
    font-family: 'Fedra Sans';
    font-weight: 400;
    position: absolute;
    right: 0;
}

.catalog-product-view.new-pdp-design .prar-social-wrap {
    margin-bottom: 12px;
}

.catalog-product-view.new-pdp-design .prar-rev-item-top {
    float: left;
    width: 100%;
}

.catalog-product-view.new-pdp-design .prar-review-toolbar select:not([disabled]):focus {
    box-shadow: none;
}

.catalog-product-view.new-pdp-design .prar-gallery-wrp .rating-result {
    width: 120px;
}

.catalog-product-view.new-pdp-design .prar-gallery-wrp .rating-summary .rating-result::before {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/grey-star.svg);
    content: "" !important;
    height: 24px;
}

.catalog-product-view.new-pdp-design .prar-gallery-wrp .rating-summary .rating-result>span::before {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/yellow-star.svg);
    content: "" !important;
    height: 24px;
}

.catalog-product-view.new-pdp-design .prar-rev-item-helpful {
    font-size: 14px;
    margin-bottom: 15px;
    display: none
}

.catalog-product-view.new-pdp-design .prar-rev-item-helpful .prar-rev-item-title {
    display: none
}

.catalog-product-view.new-pdp-design .prar-rating-btn {
    outline: 0;
}

.catalog-product-view.new-pdp-design .btn-down {
    margin-right: 0;
}

.catalog-product-view.new-pdp-design .btn-down:after {
    background-color: transparent;
}

.catalog-product-view.new-pdp-design .prar-review-list-wrp {
    width: 100%;
}

.catalog-product-view.new-pdp-design .prar-review-item-single-photo {
    width: 340px;
    height: 340px;
    margin-bottom: 25px;
}

.catalog-product-view.new-pdp-design .prar-review-item-single-photo img {
    width: 100%;
}

.catalog-product-view.new-pdp-design .prar-review-list-wrp .prar-rev-list-item {
    padding-bottom: 0;
    /*break-inside: avoid*/
    ;
    padding-top: 35px;
    border-bottom: 0;
    /*display: inline-grid;*/
    /*page-break-inside: avoid;*/
    width: 100%;
}

.catalog-product-view.new-pdp-design .prar-review-list-wrp .prar-rev-list-item .prar-rev-item-bottom {
    border-bottom: 0.5px solid rgba(196, 196, 196, 0.5);
}

.catalog-product-view.new-pdp-design .prar-review-toolbar select {
    border: 1px solid rgba(196, 196, 196, 0.5);
    border-radius: 0;
    font-size: 15px;
    background-position: center right;
    margin-left: auto;
    width: 240px;
    height: 40px;
    padding-top: 8px;
    line-height: 19px;
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/select-dropdown-icon.svg);
    background-position: right 15px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-size: 13px;
}

.catalog-product-view.new-pdp-design .prar-review-number {
    font-size: 21px;
    color: #020202;
    line-height: 26px;
    min-width: 20px;
    text-align: center;
    font-family: 'Fedra Sans';
    font-weight: 400;
}

.catalog-product-view.new-pdp-design .prar-review-star-image {
    margin: 0 25px 0 5px;
    min-width: 26px;
}

.catalog-product-view.new-pdp-design .prar-review-star-image img {
    width: 100%;
}

.catalog-product-view.new-pdp-design .prar-prod-rating .prar-histogram-item {
    font-size: 21px;
    color: #020202;
    line-height: 22px;
    text-align: center;
    font-family: 'Fedra Sans';
    font-weight: 400;
}

.catalog-product-view.new-pdp-design .prar-prod-rating .total-available-count {
    font-size: 75px;
    color: #020202;
    line-height: 80px;
    display: inline-block;
    font-family: 'Fedra Sans';
    font-weight: 500;
}

.catalog-product-view.new-pdp-design .prar-prod-rating .total-count {
    font-size: 30px;
    display: inline-block;
}

.catalog-product-view.new-pdp-design .prar-all-rev-link {
    font-size: 15px;
    color: #6c757d;
    margin-top: 0;
}

.catalog-product-view.new-pdp-design .prar-prod-rating {
    max-width: 1100px;
}

.catalog-product-view.new-pdp-design .review-heading-icon {
    text-align: center;
    margin-bottom: 30px;
}

.catalog-product-view.new-pdp-design .prar-prod-rating .prar-no-review {
    font-size: 16px;
}

.catalog-product-view.new-pdp-design .prar-prod-rating .prar-no-review strong {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 500;
}

.catalog-product-view.new-pdp-design .prar-prod-rating .prar-rating {
    margin-right: 0;
    order: 1;
    width: 100%;
}

.catalog-product-view.new-pdp-design .prar-prod-rating .prar-rating .rating-summary {
    width: 100%;
    text-align: center;
    max-width: 100%;
}

.catalog-product-view.new-pdp-design .prar-prod-rating .prar-histogram {
    margin-left: 0;
    order: 2;
}

.catalog-product-view.new-pdp-design .prar-review-toolbar {
    border-top: 0.5px solid rgba(196, 196, 196, 0.5);
    padding-top: 12px;
    margin-top: 40px;
}

.catalog-product-view.new-pdp-design .prar-review-toolbar span {
    display: none
}

.catalog-product-view.new-pdp-design .prar-rev-pager-wrap {
    padding-left: 0;
}

.catalog-product-view.new-pdp-design .prar-rev-pager-wrap li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.catalog-product-view.new-pdp-design .prar-rev-pager-wrap li a {
    font-size: 21px;
    font-family: 'Fedra Sans';
    font-weight: 400;
}

.catalog-product-view.new-pdp-design .prar-rev-pager-wrap li.disable {
    pointer-events: none;
}
.catalog-product-view.new-pdp-design .prar-rev-pager-wrap li:not(last-child).active a  {
    background: #bc1717;
    padding: 13px;
    border-radius: 100%;
    color: #fff;
}
.catalog-product-view.new-pdp-design .prar-pager-item-prev {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/pagination-left-arrow.svg);
    background-size: 11px;
    position: relative;
    top: -2px;
}

.catalog-product-view.new-pdp-design .prar-pager-item-next {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/pagination-right-arrow.svg);
    background-size: 12px;
    position: relative;
    top: -2px;
}

.catalog-product-view.new-pdp-design .prar-pager-item-next span,
.catalog-product-view.new-pdp-design .prar-pager-item-prev span {
    visibility: hidden;
}

.catalog-product-view.new-pdp-design .prar-review-pager.pagination,
.prar-review-pager {
    width: 100%;
    margin-top: 60px;
}

.catalog-product-view.new-pdp-design .prar-pager-link.active,
.catalog-product-view.new-pdp-design .prar-pager-link.active:hover {
    color: #C4C4C4;
    text-decoration: none;
}

.catalog-product-view.new-pdp-design .prar-pager-link:hover {
    text-decoration: none;
}

.catalog-product-view.new-pdp-design .prar-review-item-photos .prar-review-item-photo {
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
}

.catalog-product-view.new-pdp-design #pr-review-list .prar-review-item-photos {
    margin-top: 0;
    margin-bottom: 12px;
}

.catalog-product-view.new-pdp-design .prar-review-list-wrp .prar-rev-item-detail {
    margin-bottom: 25px;
    word-break: break-word;
}

.catalog-product-view.new-pdp-design .prar-review-num {
    display: none
}

.catalog-product-view.new-pdp-design .prar-review-list .rating-result {
    width: 120px;
}





/*End User Reviews css*/


/*Start User Reviews Popup css*/
.catalog-product-view.new-pdp-design .prar-form-popup.prar-rating-box .prar-form-item-details,
.catalog-product-view.new-pdp-design .prar-form-popup.prar-rating-box .prar-form-item-uploadImg,
.catalog-product-view.new-pdp-design .prar-form-popup.prar-form-item-uploadImg .prar-form-item-details,
.catalog-product-view.new-pdp-design .prar-form-popup.prar-rating-box .prar-form-item-cropImg,
.catalog-product-view.new-pdp-design .prar-form-popup.prar-form-item-details .prar-form-item-cropImg,
.catalog-product-view.new-pdp-design .prar-form-popup.prar-form-item-uploadImg .prar-form-item-cropImg,
.catalog-product-view.new-pdp-design .prar-form-popup.prar-form-item-uploadImg .prar-rating-box,
.catalog-product-view.new-pdp-design .prar-form-popup.prar-form-item-details .prar-rating-box,
.catalog-product-view.new-pdp-design .prar-form-popup.prar-rating-box .prar-buttons-set,
.catalog-product-view.new-pdp-design .prar-form-popup.prar-form-item-cropImg .prar-buttons-set,
.catalog-product-view.new-pdp-design .prar-form-popup.prar-form-item-cropImg .prar-rating-box,
.catalog-product-view.new-pdp-design .prar-form-popup.prar-form-item-cropImg .prar-form-item-uploadImg,
.catalog-product-view.new-pdp-design .prar-form-popup.prar-form-item-cropImg .prar-form-item-details,
.catalog-product-view.new-pdp-design .prar-form-popup.prar-form-item-uploadImg .prar-buttons-set,
.catalog-product-view.new-pdp-design .prar-form-popup.prar-form-item-details .prar-form-item-uploadImg .prar-popup-heading-wrap,
.catalog-product-view.new-pdp-design .prar-form-popup.prar-form-item-details .prar-form-item-uploadImg .skip-image-upload {
    display: none;
}

.catalog-product-view.new-pdp-design .prar-form-popup.prar-form-item-details .prar-form-item-uploadImg {
    display: block;
}

.catalog-product-view.new-pdp-design .modal-popup.prar-form-popup {
    bottom: 0;
    width: calc(100% - 20px);
    max-width: 1024px;
    margin: 0 auto;
    right: 0;
    top: 50%;
    background-color: transparent;
    left: 0;
    position: fixed;
    transform: translateY(-50%);
    overflow: hidden;
    min-height: 600px;
}
.catalog-product-view.new-pdp-design .modal-popup.prar-form-popup,
.page-layout-pdpproductpage.new-pdp-design .modal-popup.prar-form-popup {
    z-index: 999 !important;
}
.catalog-product-view.new-pdp-design .modals-overlay,
.page-layout-pdpproductpage.new-pdp-design .modals-overlay {
    z-index: 92 !important;
}

.catalog-product-view.new-pdp-design .modal-popup.prar-form-popup .modal-inner-wrap {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    height: auto;
    min-height: 600px;
    background-color: #fff;
    top: 50%;
    position: relative;
    max-height: 72vh;
    overflow: hidden auto;
}

.catalog-product-view.new-pdp-design .modal-popup.prar-form-popup .modal-inner-wrap .action-close {
    visibility: visible;
}
.catalog-product-view.new-pdp-design .modal-popup.prar-form-popup .modal-inner-wrap .action-close:after{
    right: 0;
    top: 0;
}
.catalog-product-view.new-pdp-design .prar-form-popup .prar-form-add {
    max-width: 100% !important;
    max-height: unset !important;
}

.catalog-product-view.new-pdp-design .prar-form-popup .prar-rating-box {
    width: 100%;
    margin-top: 0;
}

.catalog-product-view.new-pdp-design .prar-form-popup .prar-rating-box .prar-rating-stars {
    width: auto;
    margin-right: 12px;
}

.catalog-product-view.new-pdp-design .prar-rating-box .prar-rating-text {
    position: relative;
    width: auto;
    left: 0;
    float: right;
    bottom: -2px;
    white-space: nowrap;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.catalog-product-view.new-pdp-design .prar-form-popup .star-wrap {
    display: flex;
    align-items: center;
    border: 1px solid #EDAA39;
    border-radius: 3px;
    padding: 10px 26px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    cursor: pointer;
    transition: .3s all ease;
}

.catalog-product-view.new-pdp-design .prar-form-popup .star-wrap:hover {
    box-shadow: 0px 0px 0px 2px rgba(237, 170, 57, 1);
}

.catalog-product-view.new-pdp-design .prar-form-popup .star-wrap img {
    width: 23px;
}

.catalog-product-view.new-pdp-design .prar-form-popup .modal-content {
    border: 0;
    background-color: #fff;
    margin-top: 60px;
}

.catalog-product-view.new-pdp-design .prar-form-popup .modal-header {
    background-color: #fff;
    height: 0;
    padding-top: 10px;
    border: none;
}

.catalog-product-view.new-pdp-design .prar-form-popup .prar-popup-heading {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
    display: inline-block;
    margin-top: 0;
    line-height: 30px;
}

.catalog-product-view.new-pdp-design .prar-form-popup .prar-popup-heading span {
    display: inline-block
}

.catalog-product-view.new-pdp-design .prar-form-popup .review-popup-close {
    display: inline-block;
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/review-popup-close-icon.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 20px;
    min-width: 15px;
    margin-top: 2px;
}

.catalog-product-view.new-pdp-design .prar-form-popup .previous-step-move {
    display: inline-block;
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/review-popup-left-arrow.svg);
    width: 17px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 20px;
    min-width: 17px;
    margin-top: 2px;
}

.catalog-product-view.new-pdp-design .prar-form-popup .prar-popup-heading-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 30px;
}

.catalog-product-view.new-pdp-design .prar-form-popup:not(.prar-form-item-details) .prar-uploader-image-label {
    border: 1px solid #a92611;
    border-radius: 3px;
    background-color: transparent;
    min-width: 300px;
    text-align: center;
    height: 45px;
    padding: 12px !important;
    font-size: 16px;
    color: #a92611;
    cursor: pointer;
    transition: .3s all ease;
}

.catalog-product-view.new-pdp-design .prar-form-popup:not(.prar-form-item-details) .prar-uploader-image-label:hover {
    background-color: #a92611;
    color: #fff;
}

.catalog-product-view.new-pdp-design .prar-form-popup:not(.prar-form-item-details) .prar-uploader-image-label span {
    font-size: 17px;
    font-family: 'Fedra Sans';
    font-weight: 500;
}

.catalog-product-view.new-pdp-design .prar-form-popup .prar-buttons-set {
    justify-content: center
}

.catalog-product-view.new-pdp-design .prar-form-popup .prar-uploader-list {
    align-items: center;
    justify-content: center;
}

.catalog-product-view.new-pdp-design .prar-form-add .prar-uploader-box-subs {
    justify-content: center;
    font-size: 14px;
    display: none
}

.catalog-product-view.new-pdp-design .skip-image-upload {
    text-align: center;
    margin-top: 10px;
}

.catalog-product-view.new-pdp-design .skip-image-upload .upload-skip {
    font-weight: 600;
    letter-spacing: 0.01em;
    font-size: 17px;
    line-height: 21px;
    color: #020202;
    text-decoration: underline;
}

.catalog-product-view.new-pdp-design .prar-uploader-desk {
    display: none
}

.catalog-product-view.new-pdp-design .prar-form-popup .prar-input-box {
    margin: 0 auto;
    line-height: 1;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    resize: none;
}

.catalog-product-view.new-pdp-design .prar-form-popup .prar-form-review {
    border-radius: 3px;
    border: 0px;
    box-shadow: none;
    height: calc(100% - 66px);
    font-size: 14px;
    padding: 18px 24px;
    line-height: 18px;
    resize: none;
}

.catalog-product-view.new-pdp-design .prar-form-popup .prar-form-review::-webkit-input-placeholder,
.catalog-product-view.new-pdp-design .prar-form-popup .prar-form-review::placeholder {
    color: #C4C4C4;
}

.catalog-product-view.new-pdp-design .prar-popup-btn {
    border-radius: 3px;
    border: 1px solid #a92611;
    color: #a92611;
    background-color: transparent;
    height: 45px;
    font-size: 18px;
    padding: 10px 30px;
    transition: .3s all ease;
    line-height: 22px;
    box-shadow: none;
    outline: none;
    min-width: 300px;
    letter-spacing: 0.01em;
    font-family: 'Fedra Sans';
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    text-decoration: none;
}

.catalog-product-view.new-pdp-design .prar-popup-btn:hover {
    background-color: #a92611;
    color: white;
}

.catalog-product-view.new-pdp-design .prar-form-popup .fileinput-button,
.catalog-product-view.new-pdp-design .prar-form-popup .prar-form-list {
    margin-top: 0 !important;
}

.catalog-product-view.new-pdp-design .prar-form-popup .message.success {
    padding: 0;
    margin-top: 0;
}

.catalog-product-view.new-pdp-design .review-success-title {
    font-size: 48px;
    line-height: 48px;
    color: #020202;
    font-family: 'Square Peg', cursive;
    margin-bottom: 20px;
}

.catalog-product-view.new-pdp-design .review-success-image {
    max-width: 300px;
    margin-bottom: 20px;
}

.catalog-product-view.new-pdp-design .review-success-sub-title {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 24px;
}

.catalog-product-view.new-pdp-design .review-later-link {
    color: #020202;
    text-decoration: underline;
    font-size: 17px;
    margin-top: 12px;
    display: inline-block;
}

.catalog-product-view.new-pdp-design .review-later-link:hover {
    color: #020202;
}

.cropper-container,
.catalog-product-view.new-pdp-design .review-crop-image {
    width: 100%;
}

.catalog-product-view.new-pdp-design .review-crop-image .point-e,
.catalog-product-view.new-pdp-design .review-crop-image .point-n,
.catalog-product-view.new-pdp-design .review-crop-image .point-w,
.catalog-product-view.new-pdp-design .review-crop-image .point-s {
    display: none
}

.catalog-product-view.new-pdp-design .result {
    margin-bottom: 20px;
}

.catalog-product-view.new-pdp-design .cropper-container {
    margin-left: auto;
    margin-right: auto;
}

.catalog-product-view.new-pdp-design .cropper-view-box {
    outline-color: transparent;
}

.catalog-product-view.new-pdp-design .cropper-point {
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/circle-icon.svg);
    width: 23px;
    height: 23px;
    background-size: contain;
    opacity: 1;
    background-color: transparent;
}

.catalog-product-view.new-pdp-design .point-ne {
    top: -10px;
    right: -12px;
}

.catalog-product-view.new-pdp-design .point-nw {
    top: -10px;
    left: -12px;
}

.catalog-product-view.new-pdp-design .point-sw {
    bottom: -12px;
    left: -12px;
}

.catalog-product-view.new-pdp-design .point-se {
    bottom: -12px;
    right: -12px;
}

.catalog-product-view.new-pdp-design .cropper-line {
    background-color: #E5E5E5;
    opacity: 1;
}

.catalog-product-view.new-pdp-design .cropper-line.line-e {
    width: 3px;
}

.catalog-product-view.new-pdp-design .cropper-line.line-n {
    height: 3px;
    top: 0;
}

.catalog-product-view.new-pdp-design .cropper-line.line-w {
    width: 3px;
}

.catalog-product-view.new-pdp-design .cropper-line.line-s {
    height: 3px;
}

.catalog-product-view.new-pdp-design #arar-form-add #arar-upload .file-info .img-upload {
    width: 36px !important;
    height: 36px !important;
    border: 0;
}

.catalog-product-view.new-pdp-design #arar-form-add #arar-upload .file-info .img-upload>div {
    width: 36px !important;
    height: 36px !important;
}

.catalog-product-view.new-pdp-design #arar-upload .image-title {
    display: none
}

.catalog-product-view.new-pdp-design .prar-form-item-details .prar-form-item-uploadImg .prar-popup-heading-wrap {
    display: none !important
}

.catalog-product-view.new-pdp-design .prar-form-item-details .prar-uploader-image-label {
    color: #C4C4C4;
    cursor: pointer;
    text-decoration: underline;
    position: relative;
    margin-left: 5px;
    margin-bottom: 0;
    font-family: 'Fedra Sans Book 5';
    font-size: 14px;
    padding: 0 !important;
}

.catalog-product-view.new-pdp-design .prar-form-item-details .prar-uploader-image-label span {
    font-size: 14px;
}

.catalog-product-view.new-pdp-design .prar-form-item-details .prar-uploader-image-label span::before {
    content: '+';
    margin-right: 5px;
    display: inline-block
}

.catalog-product-view.new-pdp-design .prar-form-item-details .prar-form-item-uploadImg {
    max-width: calc(600px - 36px);
    margin: 0;
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
}

.catalog-product-view.new-pdp-design .prar-form-item-details .progressbar-container {
    display: none
}

.catalog-product-view.new-pdp-design .prar-form-item-details .prar-form-list {
    position: relative;
}

.catalog-product-view.new-pdp-design .prar-form-item-details #arar-upload {
    display: flex;
    align-items: end;
}

.catalog-product-view.new-pdp-design .prar-form-item-details #arar-upload .fileinput-button {
    width: auto;
    order: 2;
}

.catalog-product-view.new-pdp-design .prar-form-item-details #arar-upload .file-row {
    order: 1;
    line-height: 0;
    opacity: 0.5;
}

.catalog-product-view.new-pdp-design .prar-form-item-details .prar-form-add .comment-file {
    margin-bottom: 0;
}

.catalog-product-view.new-pdp-design .prar-form-item-cropImg .review-crop-image {
    text-align: center;
}

.catalog-product-view.new-pdp-design .prar-form-popup.prar-form-item-uploadImg #arar-upload .file-row {
    display: none !important
}

/*End User Reviews Popup css*/

/*Start gallery image popup*/
.catalog-product-view.new-pdp-design .prar-gallery-wrp .product-name {
    font-size: 18px;
    line-height: 28px;
    display: none
}

.catalog-product-view.new-pdp-design .prar-gallery-wrp .prar-rev-item-det,
.catalog-product-view.new-pdp-design .prar-gallery-wrp .prar-rev-item-desc {
    font-size: 16px;
    margin-top: 15px;
    display: block;
    word-break: break-word;
}

.catalog-product-view.new-pdp-design .prar-gallery-wrp .modal-inner-wrap {
    overflow: unset;
    width: calc(100% - 30px);
    max-width: 1024px;
    transform: translateY(-50%) !important;
    height: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
}

.catalog-product-view.new-pdp-design .prar-gallery-wrp .modal-header {
    background-color: #fff;
    padding-left: 0px;
    padding-top: 0;
    padding-bottom: 0;
}

.catalog-product-view.new-pdp-design .prar-gallery-wrp .modal-header .action-close {
    z-index: 1;
}

.catalog-product-view.new-pdp-design .prar-gallery-wrp .modal-content {
    border: 0;
    border-radius: 0;
    padding: 0;
    background-color: #fff;
    max-height: 600px;
    overflow-y: auto;
}

.catalog-product-view.new-pdp-design .prar-gallery-wrp .modal-title {
    font-size: 20px;
    background-image: none;
    border: 0;
    padding: 0;
    opacity: 1;
    font-weight: bold;
    display: none;
}

.catalog-product-view.new-pdp-design .prar-gallery-wrp .prar-rev-item-photos {
    justify-content: center;
}

.catalog-product-view.new-pdp-design .prar-gallery-wrp .prar-rev-item-cont {
    padding: 30px;
    margin-left: 0;
}

.catalog-product-view.new-pdp-design .prar-gallery-wrp .prar-rev-item-cont .prar-rev-item-photo button {
    outline: 0;
}

.catalog-product-view.new-pdp-design .prar-gallery-wrp .prar-rev-item-cont .prar-rev-item-rat {
    margin-top: 0;
}

.catalog-product-view.new-pdp-design .prar-gallery-wrp .prar-rev-item-cont .prar-rev-item-rat .rating-count {
    color: #6c757d;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    font-family: 'Fedra Sans';
    font-weight: 400;
}

.catalog-product-view.new-pdp-design .prar-gallery-wrp .prar-rev-item-cont .prar-rev-item-rat .rating-count:before {
    content: "(";
    position: relative;
    left: 0px;
}

.catalog-product-view.new-pdp-design .prar-gallery-wrp .prar-rev-item-cont .prar-rev-item-rat .rating-count:after {
    content: ")";
    position: relative;
    right: 0px;
}

/*End gallery image popup*/
.prar-products.products.list.items.product-items {
    display: none;
}
/*sticky section menu css*/
.scroll-top {
    min-width: 50px;
    background-color: #FFECC5;
    padding: 8px 0 2px;
    text-align: center;
    color: #020202 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
    text-decoration: none !important;
    cursor: pointer;
}

.scroll-top img {
    max-width: 17px;
    margin-bottom: 2px
}

.product-pdp-stick {
    background-color: #FFF3DB;
    text-align: center;
    width: 100%;
    z-index: 9;
    display: flex;
    justify-content: center;
    position: relative;
    min-height: 40px;
}

.product-pdp-stick-wrap {
    height: 60px;
    width: 100%;
}

.product-pdp-stick .product-pdp-stick-menu-wrap a {
    color: #020202;
    font-family: 'Fedra Sans';
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
    margin: 5px 20px;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 3px solid transparent;
    padding: 15px 0 10px;
    text-decoration: none;
    transition: .3s all ease;
}

.product-pdp-stick .product-pdp-stick-menu-wrap a.hide {
    display: none
}

.product-pdp-stick .product-pdp-stick-menu-wrap .active {
    border-color: #EDAA39;
}

.product-pdp-stick.sticky-enable {
    position: fixed;
}

.product-pdp-stick-menu-wrap {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.product-pdp-stick-menu-wrap::-webkit-scrollbar {
    display: none;
}

/*end sticky section menu css*/

/*quick view popup*/
.catalog-product-view.new-pdp-design.bss-quickviewmain .mfp-iframe-holder .mfp-content {
    max-width: 1024px;
}

.new-pdp-quickview-design .media-wrap {
    width: calc(50% - 30px);
}

.new-pdp-quickview-design .product-info-main {
    padding-left: 0;
    padding-right: 0;
}

.new-pdp-quickview-design.new-pdp-design .product.media {
    width: 100% !important;
}

.new-pdp-quickview-design.new-pdp-design .product-info-main .box-tocart {
    margin-bottom: 0;
}

.new-pdp-quickview-design.new-pdp-design #ajax-goto {
    padding-top: 0
}

.new-pdp-quickview-design.new-pdp-design #ajax-goto a {
    text-decoration: none;
    color: #a92611;
    border: 1px solid #a92611;
    border-radius: 3px;
    text-transform: capitalize;
    min-width: 278px;
    text-align: center;
    font-weight: 500;
    font-family: "Fedra Sans";
    font-size: 18px;
    padding: 10.5px 5px;
    transition: .3s all ease;
}

.new-pdp-quickview-design.new-pdp-design #ajax-goto a:hover {
    background-color: #a92611;
    color: #fff;
}

.new-pdp-quickview-design.new-pdp-design .fotorama__nav__frame {
    width: 79px !important;
    height: 79px !important;
}

.bss-quickviewmain .mfp-iframe {
    border-radius: 0;
    padding: 0 30px;
    background: #fff;
}

.bss-quickviewmain .mfp-close {
    font-size: 0 !important;
}

.bss-quickviewmain .mfp-close:before {
    content: "";
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/close-icon-popup.svg);
    display: inline-block;
    background-size: contain;
    position: absolute;
    right: -26px;
    top: -22px;
}

.new-pdp-quickview-design.new-pdp-design .product-info-main #product-addtocart-button {
    font-size: 18px;
    height: 45px;
}

.new-pdp-quickview-design.new-pdp-design .sold-out-status {
    top: 375px;
}

.new-pdp-quickview-design.new-pdp-design .fotorama__stage {
    pointer-events: none;
}

.new-pdp-quickview-design.new-pdp-design .product-info-main .box-tocart .field.qty span.decrement-qty,
.new-pdp-quickview-design.new-pdp-design .product-info-main .box-tocart .field.qty span.increment-qty {
    padding: 0 !important;
}

/*quick view popup*/

/*Bloom product page view*/
.bloom-design .bloom-value-icon {
    display: flex;
    padding-left: 0;
    clear: both;
}

.bloom-design .bloom-value-icon li {
    list-style: none;
    margin-right: 24px;
}

.proceeds-ishalife {
    background: #fff3d6;
    padding: 5px;
    box-shadow: 0px 12px 12px -8px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    margin-bottom: 30px
}

.proceeds-border {
    border: 1px dashed #EDAA39;
    padding: 12px 25px;
    border-radius: 3px;
    display: flex;
    align-items: center;
}

.proceeds-ishalife p {
    font-size: 18px;
    color: #020202;
    margin-bottom: 0;
    padding-left: 18px;
    font-family: 'Fedra Sans Book 5';
}

.bloom-descrition-banner {
    position: relative;
    margin-bottom: 60px;
}

.bloom-descrition-banner-wrap {
    position: absolute;
    top: 50%;
    max-width: 640px;
    margin: auto;
    display: block;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.bloom-descrition-banner-subtitle {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-family: 'Fedra Sans Book 5';
    line-height: 48px;
    margin-bottom: 80px
}

.bloom-descrition-banner-desc-wrap {
    text-align: center;
}

.bloom-descrition-banner-desc-wrap .logo {
    margin: inherit !important;
    margin-left: auto !important;
    float: none;
    max-width: 100%;
}

.bloom-descrition-banner-desc-wrap .logo img {
    margin: auto;
    filter: brightness(100);
}

.bloom-descrition-banner-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-family: "Fedra Serif A Medium 5";
    margin-top: 10px;
}

.bloom-descrition-banner-link a {
    text-decoration: underline;
}

.bloom-descrition-banner-link,
.bloom-descrition-banner-link a {
    color: #fff;
    font-size: 16px;
    font-family: 'Fedra Sans Book 5';
}

.bloom-descrition-banner-desc-wrap span.action.nav-toggle {
    display: none !important;
}

.bloom-descrition-banner-image img {
    width: 100%;
}

.bloom-design .product-bloom-descrition-banner-section {
    width: 100%;
}

.bloom-instruction-section {
    width: 100%;
}

.bloom-design .product-bloom-descrition-banner-section .product-container {
    max-width: 100%;
}

.bloom-design .product-feature-slider-section .section-heading {
    color: #fff;
}

.bloom-design .feature-slider-wrap {
    box-shadow: -24px 4px 24px -6px rgb(0 0 0 / 24%), 24px 0px 24px -6px rgb(0 0 0 / 24%);
}

.bloom-design .what-slider-title,
.bloom-design .what-slider-subtitle {
    color: #fff
}

.product-bloom-instruction-banner-section {
    width: 100%;
    padding: 60px 0;
    margin-top: 60px;
}

.bloom-instruction-banner {
    display: flex;
    align-items: center;
}

.bloom-instruction-left {
    width: 50%;
    padding-right: 30px
}

.bloom-instruction-right {
    width: 50%;
    padding-left: 30px;
}

.bloom-instruction-right .how-use-right {
    margin-bottom: 65px;
}

.bloom-instruction-right .how-use-right:last-child {
    margin-bottom: 0;
}

.bloom-instruction-banner-image {
    position: relative;
}

.bloom-instruction-banner-image video {
    cursor: pointer;
}

.video-play-icon {
    background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/video-play-icon.png);
    background-size: 52px;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 52px;
    height: 36px;
    margin: auto;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) {
        .video-play-icon {
            display: none;
        }
    }
}


/* Bloom Skincare & Benifits Section */
.bloom-skincare-section {
    max-width: 830px;
    margin: auto;
    padding: 20px 0 120px 0
}

.bloom-skincare-section h2 {
    margin-bottom: 40px
}

.skincare-content ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    row-gap: 50px
}

.skincare-content ul li {
    display: block;
    margin: 0;
    text-align: center
}

.skincare-content ul li img {
    display: block;
    margin: auto;
    max-width: 90px;
    margin-bottom: 15px
}

.skincare-content ul li {
    display: block;
    margin: 0;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Fedra Sans Book 5'
}

.catalog-product-view.bloom-design .bloom-benefits .product-container {
    max-width: 1024px
}

.bloom-benefits {
    width: 100%;
    padding: 0 15px
}

.bloom-benefits .bloom-feature-slider {
    padding-top: 70px
}

.bloom-benefits .bloom-feature-slider-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px
}

.bloom-benefits .bloom-feature-slider-wrap:last-child {
    margin-bottom: 0
}

.bloom-benefits .bloom-feature-slider-desc-wrap,
.bloom-benefits .bloom-feature-slider-image {
    width: 50%
}

.bloom-benefits .bloom-feature-slider-title {
    font-weight: 400;
    margin: 0
}

.bloom-benefits .bloom-feature-slider-image img {
    width: 100%;
    border-radius: 6px;
    transform: rotate(-2deg)
}

.bloom-benefits .feature-slider-left .bloom-feature-slider-image {
    padding-right: 45px
}

.bloom-benefits .feature-slider-right .bloom-feature-slider-image {
    order: 1
}

.bloom-benefits .feature-slider-right .bloom-feature-slider-desc-wrap {
    text-align: center;
    padding-right: 45px
}

/* PDP css  */
table#product-attribute-specs-table {
    font-size: 14px;
    text-align: left;
}

/* PDP css for review list */
.prar-review-list .prar-rev-item-rat {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0 !important;
}

.prar-rev-item-rat-wrap {
    display: flex;
    margin: 5px !important;
}

.prar-form-add .prar-rating-title {
    font-weight: 600;
    font-size: 14px;
}

.prar-form-add .prar-rating-title {
    font-size: 14px;
    float: left;
    width: 25%;
}

.prar-rating-box-inner,
.prar-form-list,
li.prar-form-item {
    float: left;
    width: 100%;
}

.rating-stars-wrap {
    float: left;
    width: 100%;
}

.prar-form-add input[type="text"],
.prar-form-add input[type="text"],
.prar-form-add .prar-recommend-field {
    float: left;
    width: 74%;
    margin-left: 1%
}

/* Product shor description   */

.catalog-product-view.new-pdp-design .product-short-info.read_more {
    height: 200px;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

.catalog-product-view.new-pdp-design .product-short-info.read_more::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

/* write a review link on PDP page */

.catalog-product-view.new-pdp-design .product-info-main .arar-review-summary .rating-links a.write-review:before,
.catalog-product-view.new-pdp-design .product-info-main .arar-review-summary .rating-links a.write-review:after {
    content: '';

}

/* Be the first to review link  */
.catalog-product-view.new-pdp-design .product-info-main .arar-review-summary .no-rating [data-pr-action*="show-review-form"] {
    display: block;
    color: #020202;
    font-size: 12.5px;
    font-weight: 600;
    font-family: "Fedra Sans Book 5";
    text-decoration: none;
}

/* Bundle product content  */
legend#customizeTitle {
    display: none;
}

/* Bundle product add to cart and buy now button css  */
.bundle-options-container .bundle-options-wrapper,
.bundle-options-container .product-options-wrapper {
    display: block !important;
    width: 100% !important;
    max-width: none;
}

.bundle-options-container .product-options-bottom {
    margin: 0;
}

.catalog-product-view .product-info-main .box-tocart {
    margin: 0;
}
.page-product-downloadable .product-options-wrapper{
    display: none !important;
}
.page-product-downloadable .product-options-bottom{
    float: left !important;
    width: 100% !important;
}
.action-skip-wrapper {
    display: none;
}

.catalog-product-view.new-pdp-design .product.media .action.towishlist span {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.products-related .secondary-addto-links.actions-secondary {
    display: none;
}

.catalog-product-view .block.upsell {
    clear: both;
    overflow: hidden;
    width: 100vw;
    margin-left: -51.5vw;
    height: 100%;
    left: 51%;
    padding: 0;
    background: #f5f0e5;
    position: relative;
    padding-top: 60px;
    margin-bottom: 0;
}

.catalog-product-view .block.upsell .item.product.product-item {
    width: 100%;
}

.catalog-product-view.new-pdp-design .product-media-info-section .description .product-short-info-content #product-attribute-specs-table p,
.catalog-product-view.new-pdp-design .product-media-info-section .description .product-short-info-content #product-attribute-specs-table span,
#product-attribute-specs-table {
    font-size: 14px;
    font-family: 'Fedra Sans Book 5';
}
.size-chart-tab ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px !important;
}
.size-chart-tab ul li.tab {
    padding: 7px 10px 8px 0;
    border-bottom: none;
    margin: 0 10px 0 0;
    cursor: pointer;
}
.size-chart-tab ul li.tab:after{
    display: block;
    content: '' !important;
    border-bottom: solid 3px #E8B55C;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}
.size-chart-tab ul li.tab.active-tab:after{
    transform: scaleX(1);
    transform-origin:  0% 50%;
}
.size-chart-wrap ul {   
    justify-content: center;
    margin-bottom: 22px;
}
.size-chart-wrap ul li {
    padding: 8px 11px;
    margin: 0;
    font-weight: 400;
    cursor: pointer;
}
.size-chart-wrap ul li.selected {
    font-weight: 700;
}
.size-chart-models header.modal-header {
    padding: 0 !important;
}
.size-chart-models header.modal-header h1 {
    display: none !important;
}
.size-chart-models footer.modal-footer {
    display: none !important;
}
.catalog-product-view.new-pdp-design .size-chart-models .action-close{
    z-index: 1;
}
.catalog-product-view .modal-popup.size-chart-models .modal-inner-wrap {
    max-width: 720px;
    margin: 0;
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
    left: 50% !important;
    background: transparent !important;
    box-shadow: none !important;
    position: absolute !important;
    width: 100% !important;
}
.modal-popup._inner-scroll.size-chart-models .modal-content{
    padding: 0 40px !important;
    height: 588px;
    max-height: 90%;
    border-radius: 20px;
}
.size-chart-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}
.size-chart-tab {
    padding: 40px 0 0;
}
.size-guide.bundle-size > ul {
    justify-content: left;
}
.size-guide.bundle-size > ul > li.active-tab:after {
    transform: scaleX(1);
    transform-origin: 0% 5
}
.size-guide.bundle-size > ul > li:after {
    display: block;
    content: '' !important;
    border-bottom: solid 3px #E8B55C;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}
.size-chart-wrap .row .col {
    padding: 12px 10px;
    margin: 0;
    font-size: 12px;
    text-align: center;
    border: 1px solid #CBD5E1;
    border-width: 0 0 1px 1px;
}
.size-chart-wrap .row .col:first-child {
    text-align: left;
}
.size-chart-wrap .row .col:last-child {
    border-width: 0 1px 1px 1px;
}
.size-chart-wrap .row.head .col {
    font-weight: 700;
    background:#f1f5f9 ;
    border-width: 1px 0 1px 1px;
}
.size-chart-wrap .row.head .col:last-child {
    border-top: 1px solid #CBD5E1;
}
.faq-size-qa {
    padding: 6px 0;
    float: left;
    width: 100%;
}
.faq-size-qa  .size-question {
    font-size: 14px;
    font-weight: 600;font-size: 14px;
    font-weight: 600;
    float: left;
    width: 100%;
    padding: 8px 0;
}
.faq-size-qa  .size-answer {
    font-size: 14px;
    float: left;
    width: 100%;
}
.size-question:after {
    content: '';
    position: absolute;
    width: 7.5px;
    height: 10.5px;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    right: 0;
    background: url('../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/qa-arrow.png') no-repeat center center;
}
.size-question.active:after{
    transform: translateY(-50%) rotate(180deg);
}
.catalog-product-view.new-pdp-design .size-chart-models .action-close:after{
    background: url('../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/size-close.png') no-repeat center center;
    background-size: 100%;
    left: -34px;
    top: 6px;
    width: 30px;
    height: 30px;
}
.faq-size-qa .size-question
.mobile-measure{
display: none;
}
.faq-size-qa{
position: relative;
}
.faq-size-qa .size-question{
    font-size: 14px;
    font-weight: 600;
    float: left;
    width: 100%;
    padding: 8px 15px 8px 0 !important;
}
.catalog-product-view.new-pdp-design .prar-form-popup .modal-header{
    width: 100%;
}
.catalog-product-view.new-pdp-design .prar-form-popup .modal-header h1{
    float: none;
    margin: 0 auto;
    border-bottom: 1px solid #ccc !important;
    text-align: left;
    width: 100%;
    max-width: 550px;
    padding: 0 0 10px;
}
ul.prar-form-list li {
    width: 50%;
    float: left;
    padding: 0 20px;
}
.prar-rating-stars img {
    width: 25px;
    margin-right: 5px;
}
.review-popup-bottom-message span,
.review-button,
.rating-box {
    float: left;
    width: 100%;
}
.prar-form-add form h4, 
.rating-box .prar-form-add form h4 {
    margin: 0 0 10px;
}
.rating-box .prar-rating-text{
    display: none;;
}
div#arar-upload strong.prar-fileinput-label {
    float: left;
    width: 100%;
    margin: 0 0 10px;
}
.catalog-product-view.new-pdp-design .prar-uploader-item, .catalog-product-view.new-pdp-design .prar-form-add .prar-uploader-label{
    width: 100%;
    float: left;
    min-height: 150px;
    justify-content: center;
}
.catalog-product-view.new-pdp-design .prar-form-popup .prar-uploader-list{
    width: 100%;
}
.prar-form-popup #arar-upload .prar-uploader-label span, .advancedrar-review-leavereview #arar-upload .prar-uploader-label span {
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    width: 150px;
    text-align: center;
    background: #ccc9c9;
    height: 32px;
    line-height: 32px;
}
.catalog-product-view.new-pdp-design .prar-form-popup .prar-form-review{
    border: 1px solid #ccc;
    height: 240px;
}
div#arar-upload {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.review-button{
    text-align: center;
    margin-bottom: 20px;
}
.catalog-product-view.new-pdp-design .prar-form-popup .prar-buttons-set{
    flex-wrap: wrap;
}
.review-popup-bottom-message {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    margin-top: 10px;
}
ul.prar-form-list li.title-wrap{
    display: none;
}
.catalog-product-view.new-pdp-design .review-button .prar-btn{
    min-width: 300px;
}
.catalog-product-view.new-pdp-design .prar-form-popup #arar-form-add.prar-form-add .message.success{
    display: flex;
    justify-content: center;
    align-items: center;
}
#arar-form-add.prar-form-add .message.message-success.success div:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #006400;
    content: '\e60e';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    width: 45px;
    position: static;
    text-align: center;
    background: none;
    height: auto;
}
 .catalog-product-view.new-pdp-design .product-media-info-section .product.media .gallery-placeholder{
        position: static !important;
    }
@media (min-width: 768px){    
    .catalog-product-view.new-pdp-design .product.media {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
    .catalog-product-view.new-pdp-design:not(.fotorama__fullscreen) .fotorama__nav--thumbs {
        white-space: normal;
        margin-top: 7px;
        padding: 0;
    }
    .catalog-product-view.new-pdp-design:not(.fotorama__fullscreen) .fotorama__nav__shaft {
        margin: 0 -8px;
        left: 0;
    }
   
    .page-layout-pdpproductpage.catalog-product-view.new-pdp-design .fotorama__arr--next{
        right: 0;
    }
    .catalog-product-view.new-pdp-design .fotorama--fullscreen .fotorama__fullscreen-icon{
        left: unset;
        right: 0;
        top: 0;
        bottom: unset;
    }
    
        .catalog-product-view.new-pdp-design .fotorama__thumb-border {
            display: none;
        }
        .catalog-product-view.new-pdp-design .fotorama__fullscreen .fotorama__arr--next {
            left: unset !important;
            right: 0 !important;
        }
        .catalog-product-view.new-pdp-design.fotorama--fullscreen .fotorama__fullscreen-icon {
            top: 0;
            left: unset;
            right: 0;
        }        
}
@media (max-width: 767px){
    .page-layout-pdpproductpage.catalog-product-view.new-pdp-design.fotorama--fullscreen .fotorama__thumb__arr {
        display: none !important;
    }
     .page-layout-pdpproductpage.catalog-product-view.new-pdp-design .fotorama__arr--next{
        right: 0;
        display: block !important;
    }
    .page-layout-pdpproductpage.catalog-product-view.new-pdp-design .fotorama__arr--prev{
        display: block !important;
    }
    .catalog-product-view.new-pdp-design .modal-popup.prar-form-popup .modal-inner-wrap .action-close{
        width: 72px;
    }
    ul.prar-form-list li {
        width: 100%;
        padding: 0;
    }
    .review-popup-bottom-message{
        display: none;
    }
    html .catalog-product-view.new-pdp-design .prar-form-popup .modal-content{
        padding-top:55px;
    }
    .catalog-product-view.new-pdp-design .prar-form-popup .modal-header{
        position: absolute;
    }
    .mobile-measure{
        display: block;
    }
    .catalog-product-view .modal-popup.size-chart-models .modal-inner-wrap{
        min-height: 588px !important;
        transform: translate(-50%, 0) !important;
        top: 10px !important;
    }
    .modal-popup._inner-scroll.size-chart-models .modal-content{
        padding: 0 20px !important;
    }
    .catalog-product-view.new-pdp-design .fotorama__dot {
        width: 6px;
        height: 6px;
        border: 0;
        background: #c4c4c4;
        top: 0;
    }
    .catalog-product-view.new-pdp-design .product-media-info-section .product-icon{
    bottom: unset !important;
    top: 40px;
    }

.catalog-product-view.new-pdp-design .action-close:after{
    right: -11px;
}
.desktop-measure{
display: none;
}
.size-chart-tab ul{
font-size: 13px;
}
html .size-chart-wrap .row .col:first-child {
    width: 35% !important;
}
.size-chart-wrap .row .col{
width: 13%;
float: left;
}
.size-chart-wrap .row {
    display: block;
}
.size-chart-models header.modal-header {
    padding: 0 !important;
    bottom: 50px;
    right: 20px;
    position: absolute;
}
}
@media (max-width: 369px){
.size-chart-wrap .row {
    display: block;
}
.size-chart-wrap .row .col{
font-size: 10px;
padding: 7px;
}

}
@media only screen and (min-width: 1200px) {    
    .catalog-product-view.new-pdp-design .product-info-main {
        padding-left: 12px;
    }

    .catalog-product-view.new-pdp-design .mobile-related-cart-btn {
        display: none !important
    }

    .catalog-product-view.new-pdp-design .prar-gallery-wrp .prar-rev-item-wrap {
        height: 100%;
        min-height: 500px;
    }

    .catalog-product-view.new-pdp-design .prar-pager-item-prev {
        margin-right: 40px !important;
    }

    .catalog-product-view.new-pdp-design .prar-pager-item-next {
        margin-left: 40px !important;
    }
}

@media (max-device-width: 1199px) {
    .catalog-product-view.new-pdp-design .product-container .product-info-main {
        padding-left: 30px;
        padding-right: 30px;
    }

    .catalog-product-view.new-pdp-design .product-info-main #product-addtocart-button,
    .catalog-product-view.new-pdp-design .product-info-main .box-tocart .actions #buy-now {
        max-width: 100%;
        margin-right: 0;
    }

    .catalog-product-view.new-pdp-design .product-info-main .box-tocart .actions #buy-now {
        margin-bottom: 20px;
    }

    .catalog-product-view.new-pdp-design .codcheck-prod .codcheck-text {
        justify-content: center;
    }

    .catalog-product-view.new-pdp-design .shipping-wrap {
        overflow-x: auto;
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px
    }

    .frequently-combos-section .kit-product-wrap .kit-item-outline {
        padding: 15px 20px;
    }

    .what-in-section {
        padding: 30px 0;
    }

    .how-use-section {
        padding: 30px 0;
        margin-top: 20px;
    }

    .faq-accordion {
        padding: 30px 0 55px;
    }

    .catalog-product-view.new-pdp-design .related .owl-carousel .owl-stage {
        margin-left: 6px;
    }

    .catalog-product-view.new-pdp-design .product-item-info .related-cart-btn {
        display: none
    }

    .catalog-product-view.new-pdp-design .product-image-wrapper::before {
        display: none
    }

    .catalog-product-view.new-pdp-design .products.list .product-item-info:hover .bss-quickview {
        display: none !important;
    }

    .catalog-product-view.new-pdp-design .product-info-main .arar-review-summary {
        display: flex;
        padding-left: 0px;
    }

    .catalog-product-view.new-pdp-design .product-options-wrapper .swatch-attribute {
        text-align: left;
    }

    .catalog-product-view.new-pdp-design .product-size-chart {
        position: relative;
        bottom: 0;
        text-align: center;
        margin-bottom: 15px;
        right: 0;
    }

    .catalog-product-view.new-pdp-design .custom-option-label {
        margin-left: auto;
        margin-right: auto;
        padding: 16px 11px 16px 16px
    }

    .catalog-product-view.new-pdp-design .description {
        text-align: center;
        margin-bottom: 0px;
    }

    .catalog-product-view.new-pdp-design .related .product-item-details {
        padding: 12px 15px 15px;
    }

    .catalog-product-view.new-pdp-design .prar-rev-pager-wrap li a {
        font-size: 18px;
    }

    .catalog-product-view.new-pdp-design .prar-pager-item-prev {
        background-size: 9px;
    }

    .catalog-product-view.new-pdp-design .prar-pager-item-next {
        background-size: 10px;
    }

    .catalog-product-view.new-pdp-design .what-slider .owl-item {
        margin-left: 15px;
        margin-right: 15px;
    }

    /*Bloom product page design*/
    .bloom-design .bloom-value-icon li {
        margin: 0 12px
    }

    .bloom-design .bloom-value-icon {
        justify-content: center;
    }

    .bloom-descrition-banner-subtitle {
        font-size: 16px;
        font-family: 'Fedra Sans Book 5';
        line-height: 36px;
        margin-bottom: 70px;
    }

    .bloom-descrition-banner-title {
        font-size: 18px;
        line-height: 22px;
    }

    .bloom-descrition-banner-link,
    .bloom-descrition-banner-link a {
        font-size: 13px;
    }

    .bloom-descrition-banner-link {
        max-width: 200px;
        display: block;
        margin: auto;
    }

    .proceeds-ishalife {
        padding: 4px;
    }

    .proceeds-ishalife p {
        font-size: 13px;
        padding-left: 9px;
    }

    .proceeds-border {
        padding: 19px 12px;
    }

    .proceeds-border img {
        width: 40px;
    }

    .bloom-descrition-banner-wrap {
        padding: 0 40px;
    }

    .product-bloom-instruction-banner-section {
        padding: 30px 0;
        margin-top: 20px;
    }

    .bloom-design .bloom-instruction-banner {
        display: block;
    }

    .bloom-instruction-left,
    .bloom-instruction-right {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .bloom-instruction-right {
        max-width: 440px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .bloom-instruction-left {
        margin-bottom: 45px;
    }

    .bloom-instruction-right .how-use-right {
        margin-bottom: 45px;
    }
}

@media only screen and (min-width: 1025px) {
    .catalog-product-view.new-pdp-design.fotorama__fullscreen .fotorama__nav--thumbs {
        text-align: center;
        max-width: 728px;
    }

    .catalog-product-view.new-pdp-design.fotorama__fullscreen .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
        left: 0;
    }

    .catalog-product-view.new-pdp-design.fotorama__fullscreen .fotorama--fullscreen .fotorama__nav__shaft {
        left: 0;
    }

   
    .catalog-product-view.new-pdp-design.fotorama__fullscreen .fotorama__nav__frame {
        padding: 6px !important;
        width: 60px !important;
        height: 60px !important;
    }

    .catalog-product-view.new-pdp-design.fotorama__fullscreen .fotorama__nav__frame,
    .catalog-product-view.new-pdp-design.fotorama__fullscreen .fotorama__nav__frame--thumb.fotorama__active img {
        border: 0 !important;
        left: 0;
    }

    .catalog-product-view.new-pdp-design.fotorama__fullscreen .fotorama__thumb {
        outline: 2px solid transparent;
        border: 2px solid transparent;
        background-color: transparent;
    }

    .catalog-product-view.new-pdp-design.fotorama__fullscreen .fotorama__active .fotorama__thumb {
        outline: 2px solid #EDAA39;
    }

    .catalog-product-view.new-pdp-design.fotorama__fullscreen .fotorama__nav-wrap {
        margin-top: -70px;
    }
}

@media (max-device-width: 1024px) {
    .catalog-product-view.new-pdp-design .fotorama--fullscreen .fotorama__fullscreen-icon {
        top: 15px;
        right: 15px;
        left: auto;
        transform: translate(0) !important;
        background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/close-icon-popup-mobile.svg);
        width: 18px;
        height: 18px;
        background-size: contain;
    }

    .catalog-product-view.new-pdp-design .fotorama__zoom-in,
    .catalog-product-view.new-pdp-design .fotorama__zoom-out {
        display: none
    }

    .catalog-product-view.new-pdp-design:not(.fotorama__fullscreen) .fotorama__nav__shaft {
        margin: 0;
    }

    .catalog-product-view.new-pdp-design:not(.fotorama__fullscreen) .fotorama__stage {
        margin-bottom: 15px;
    }

    .catalog-product-view.new-pdp-design:not(.fotorama__fullscreen) .fotorama__thumb {
        background-color: rgba(196, 196, 196, 0.5);
        opacity: 1;
    }

    .catalog-product-view.new-pdp-design:not(.fotorama__fullscreen) .fotorama__active .fotorama__thumb {
        background-color: #020202
    }

    .catalog-product-view.new-pdp-design.fotorama__fullscreen .fotorama--fullscreen .fotorama__nav__shaft {
        left: 0;
    }

  

    .catalog-product-view.new-pdp-design.fotorama__fullscreen .fotorama__nav__frame {
        padding: 2px !important;
    }

    .catalog-product-view.new-pdp-design.fotorama__fullscreen .fotorama__nav__frame,
    .catalog-product-view.new-pdp-design.fotorama__fullscreen .fotorama__nav__frame--thumb.fotorama__active img {
        border: 0 !important;
    }

    .catalog-product-view.new-pdp-design.fotorama__fullscreen .fotorama__thumb {
        outline: 2px solid transparent;
        border: 4px solid transparent;
        background-color: transparent;
    }

    .catalog-product-view.new-pdp-design.fotorama__fullscreen .fotorama__active .fotorama__thumb {
        outline: 2px solid #EDAA39;
    }


    .catalog-product-view .column.main .product.media,
    .catalog-product-view.new-pdp-design .product-container .product-info-main {
        width: 100% !important;
        overflow: hidden;
    }

    .catalog-product-view.new-pdp-design .product-short-info-content {
        max-width: 100%;
        text-align: left;
    }
    .product-short-info-content h2 {
        text-align: left;
    }    
}

@media only screen and (max-width: 1023px) {
    .footerlinksection h4:after {
        transform: rotate(-45deg) translateY(-50%) !important;
        -webkit-transform: rotate(-45deg) translateY(-50%) !important;
    }

    .footerlinksection .col-2.active h4:after {
        transform: rotate(45deg) translateY(-50%) translateX(-5px) !important;
        content: '';
        -webkit-transform: rotate(0deg) translateY(-50%) !important;
    }

    .catalog-product-view.new-pdp-design .breadcrumbs {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .catalog-product-view.new-pdp-design main#maincontent {
        z-index: 1;
    }

    .sort-list {
        list-style: none;
        text-align: left;
        padding: 10px;
        position: absolute;
        top: -139px;
        background: #f5f0e5;
        z-index: 999999;
        left: 0;
        width: 100%;
    }

    .sort-list li {
        margin-bottom: 0;
    }

    .sort-list li a {
        font-family: "Fedra Sans Book 5";
        color: #212529;
        text-decoration: none;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1300px) and (min-width: 991px) {
    .feature-slider-wrap {
        min-width: auto;
    }

    .catalog-product-view.new-pdp-design .product-container {
        max-width: 96%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .feature-slider {
        margin-left: 16%;
    }

    .feature-slider-wrap {
        margin-left: -32%;
    }
}

@media only screen and (min-width: 1101px) and (max-width: 1280px) {
    .feature-slider {
        margin-left: 16%;
    }

    .feature-slider-wrap {
        margin-left: -26%;
    }
}

@media (max-device-width: 991px) {
    .feature-slider-title {
        font-size: 45px;
        line-height: 36px;
    }

    .feature-slider-subtitle {
        font-size: 14px;
        line-height: 1.2;
    }

    .feature-slider-desc-top .feature-slider-desc-wrap {
        top: 25px;
    }

    .feature-slider-desc-bottom .feature-slider-desc-wrap {
        bottom: 25px;
    }

    .feature-slider-desc-wrap {
        padding-left: 25px;
        padding-right: 25px;
    }

    .feature-slider {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .feature-slider-wrap {
        margin-left: 0;
        box-shadow: none;
        padding-top: 0;
        min-width: auto;
        margin-bottom: 50px;
        z-index: 0 !important;
    }

    .feature-slider-wrap:first-child {
        z-index: 1 !important;
    }

    .feature-slider-wrap:before {
        opacity: 0;
    }

    .feature-slider {
        padding: 10px 20px;
        margin-left: 0;
        display: block;
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }

    .feature-slider-wrap:hover,
    .feature-slider-wrap.active {
        transform: unset;
        box-shadow: none;
    }

    .feature-slider-image img {
        min-height: 385px;
        object-fit: cover;
        border-radius: 6px;
    }

    .product-feature-slider-section {
        padding: 30px 0 0;
        background-color: transparent;
    }

    .feature-slider-image {
        box-shadow: 0px 12px 12px -8px rgba(0, 0, 0, 0.25);
        z-index: 1;
        position: relative;
    }

    .feature-slider-wrap .feature-slider-mobile-cover {
        background: #C1CFAC;
        border-radius: 6px;
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 0;
        top: 0px;
    }

    .feature-slider-wrap:nth-child(odd) .feature-slider-mobile-cover {
        transform: rotate(3deg);
        top: 0px;
    }

    .feature-slider-wrap:nth-child(1) .feature-slider-mobile-cover {
        top: 10px;
    }

    .feature-slider-wrap:nth-child(even) .feature-slider-mobile-cover {
        transform: rotate(-3deg);
        top: 10px;
    }

    .feature-slider-wrap:nth-child(odd) .feature-slider-image {
        transform: rotate(-1deg);
    }

    .feature-slider-wrap:nth-child(1) .feature-slider-image {
        transform: rotate(0deg);
    }

    .feature-slider-wrap:nth-child(even) .feature-slider-image {
        transform: rotate(1deg);
    }

    .feature-slider-dots {
        display: none
    }

    .feature-slider-wrap .feature-slider-mobile-shape:after,
    .feature-slider-wrap .feature-slider-mobile-shape:before {
        content: "";
        position: absolute;
    }

    .feature-slider-wrap:nth-child(1) .feature-slider-mobile-shape:before {
        background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/shape-vector-1.svg);
        width: 101px;
        height: 51px;
        top: -20px;
        right: -70px;
    }

    .feature-slider-wrap:nth-child(2) .feature-slider-mobile-shape:before {
        background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/shape-vector-2.svg);
        width: 139px;
        height: 211px;
        top: -75px;
        left: -30px;
    }

    .feature-slider-wrap:nth-child(2) .feature-slider-mobile-shape:after {
        background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/shape-vector-3.svg);
        width: 100px;
        height: 143px;
        bottom: -60px;
        right: -30px;
    }

    .feature-slider-wrap:nth-child(3) .feature-slider-mobile-shape:before {
        background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/shape-vector-4.svg);
        width: 47px;
        height: 88px;
        top: 50%;
        left: -30px;
    }

    .feature-slider-wrap:nth-child(3) .feature-slider-mobile-shape:after {
        background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/shape-vector-5.svg);
        width: 124px;
        height: 73px;
        bottom: -55px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .feature-slider-wrap:nth-child(4) .feature-slider-mobile-shape:before {
        background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/shape-vector-6.svg);
        width: 29px;
        height: 72px;
        top: 70%;
        left: -15px;
        transform: translateY(-50%);
    }

    .feature-slider-wrap:nth-child(4) .feature-slider-mobile-shape:after {
        background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/shape-vector-7.svg);
        width: 119px;
        height: 73px;
        bottom: -70px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .feature-slider-wrap:nth-child(5) .feature-slider-mobile-shape:before {
        background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/shape-vector-9.svg);
        width: 36px;
        height: 65px;
        bottom: -60px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .feature-slider-wrap:nth-child(5) .feature-slider-mobile-shape:after {
        background-image: url(../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/shape-vector-8.svg);
        width: 44px;
        height: 118px;
        top: 50%;
        right: -20px;
        margin: 0 auto;
        transform: translateY(-50%);
    }

    /*Bloom product page design*/
    .bloom-design .feature-slider-wrap .feature-slider-mobile-cover {
        background: #102629;
    }

    .bloom-design .product-feature-slider-section {
        background-image: none !important;
        background-color: transparent !important;
    }

    .bloom-design .product-feature-slider-section .section-heading {
        color: #000000;
    }

    .bloom-design .feature-slider-wrap {
        box-shadow: none;
    }

    /* Bloom Skincare & Benifits Section */
    .bloom-benefits .feature-slider-left .bloom-feature-slider-image {
        padding-right: 25px;
    }

    .bloom-benefits .feature-slider-right .bloom-feature-slider-desc-wrap {
        padding-right: 25px;
    }

}

@media only screen and (min-width: 768px) {
    div.MagicToolboxSelectorsContainer img{
        max-width: 100% !important;
        max-height: 100% !important;
    }
    .MagicZoom img {
        max-width: 100% !important;
        max-height: 100% !important;
    }
    .catalog-product-view.new-pdp-design .prar-prod-rating .prar-rating {
        max-width: 33.33%;
    }

    .catalog-product-view.new-pdp-design .prar-review-list-wrp {
        column-count: 1;
        column-gap: 100px;
    }

    /* Single review css  */
    .catalog-product-view.new-pdp-design .prar-review-list-wrp.single_only {
        column-count: 1;
        column-gap: 100px;
    }

    .catalog-product-view.new-pdp-design .prar-btn-wrap {
        order: 3;
        width: 99.33%;
        text-align: center;
    }

    .catalog-product-view.new-pdp-design .prar-prod-rating .prar-histogram {
        width: 33.33%;
    }

    .catalog-product-view.new-pdp-design .prar-gallery-wrp .prar-rev-item-l-bar {
        width: 55%;
    }

    .catalog-product-view.new-pdp-design .prar-gallery-wrp .prar-rev-item-cont {
        width: 45%;
    }

    .catalog-product-view.new-pdp-design .prar-prod-rating .prar-no-review {
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }

    .scroll-top {
        display: none
    }

    .catalog-product-view.new-pdp-design .review-heading-icon {
        display: none
    }

    .share-icon.whatsapp {
        display: none
    }

    .how-use-left {
        min-height: 100px;
    }

    .catalog-product-view .page-main .breadcrumbs ul.items li:last-child:after {
       content: none !important
    }

    .catalog-product-view.new-pdp-design .breadcrumbs li:nth-last-child(2)::after {
        opacity: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .catalog-product-view.new-pdp-design .prar-btn {
        min-width: 160px
    }
}

@media only screen and (max-width: 768px) {
    .catalog-product-view.new-pdp-design .reviews-section {
        order: 2;
        padding-bottom: 60px;
    }
    .catalog-product-view.new-pdp-design .prar-review-list-wrp {
        column-count: 1;
    }

    .catalog-product-view .block.upsell {
        height: auto
    }

    body .page-bottom {
        padding: 0 !important;
        margin: 0 !important;
    }

    .page-products .products-grid .product-item {
        margin: 0 5px;
    }
    .catalog-product-view.new-pdp-design #maincontent [id*=product-options-wrapper] .text_type_attribute.shirt_size label{
        height: 32px !important;
        min-width: 32px !important;
        width: 32px !important;
        line-height: 32px !important;
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 767px) {
    .catalog-product-view.new-pdp-design .product-size-chart {
        right: 0 !important;
    }

    .catalog-product-view.new-pdp-design .product.media .action.towishlist::after,
    .catalog-product-view.new-pdp-design .social-share-button:after {
        width: 62px;
        height: 62px;
    }

    .catalog-product-view.new-pdp-design .product-info-main h1.page-title {
        font-size: 18px;
        line-height: 27px;
    }

    .catalog-product-view.new-pdp-design .product-info-main .product-info-price span.price {
        font-size: 27px;
    }

    .catalog-product-view.new-pdp-design .page-header {
        border: none;
        box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.12);
    }

    .catalog-product-view.new-pdp-design .page-main {
        padding-top: 0;
    }

    .catalog-product-view.new-pdp-design .product.media,
    .catalog-product-view.new-pdp-design .product-container .product-info-main {
        width: 100% !important;
    }

    .catalog-product-view.new-pdp-design .product.media {
        margin-bottom: 10px;
    }

    .frequently-combos-section .kit-item-title-price-wrap {
        display: block;
    }

    .frequently-combos-section .kit-item .kit-item-outline .kit-item-inner .kit-item-prices {
        align-items: start;
        min-width: 0;
        margin-right: 5px;
    }

    .catalog-product-view.new-pdp-design .share-product-popup.modal-slide .modal-inner-wrap {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    .catalog-product-view.new-pdp-design .share-product-popup .modal-inner-wrap {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        max-width: 100%;
    }

    .catalog-product-view.new-pdp-design .share-product-popup .modal-header {
        justify-content: start;
        padding-bottom: 20px;
        padding-top: 25px;
    }

    .catalog-product-view.new-pdp-design .share-product-popup,
    .catalog-product-view.new-pdp-design .modal-inner-wrap {
        overflow-y: initial !important;
    }

    .catalog-product-view.new-pdp-design .action-close::after {
        width: 60px;
        height: 60px;
        right: 0px;
        top: -25px;
    }

    .section-heading {
        font-size: 27px;
        line-height: 34px;
        margin: 20px 0;
    }

    .catalog-product-view.new-pdp-design #size-chart {
        text-align: center;
        display: inline-block;
    }

    .frequently-combos-section .kit-list .kit-item .kit-item-outline .kit-item-image {
        max-width: 76px;
        min-width: 76px;
        max-height: 76px;
    }

    .frequently-combos-section .kit-list-price-wrap .kit-list {
        padding: 15px 8px;
        justify-content: center;
        max-width: 100%;
        margin: 0
    }

    .frequently-combos-section .kit-list .kit-item .kit-item-outline {
        padding: 0 12px;
    }

    .frequently-combos-section .mst-product_kit__kit:not(._cart) .kit-list-price-wrap {
        padding: 0px;
        display: block;
    }

    .frequently-combos-section .mst-product_kit__kit:not(._cart) .kit-inner .kit-footer-price-wrap {
        align-items: center;
        padding: 20px 3px;
        border-top: 0.5px solid rgba(196, 196, 196, 0.75);
        margin: 0;
    }

    .frequently-combos-section .kit-product-wrap .kit-item:first-child {
        border-top: 0;
    }

    .frequently-combos-section .mst-product_kit__kit .kit-inner .kit-footer .kit-footer-price .kit-footer-price-item._oldPrice:empty {
        display: none;
    }

    .frequently-combos-section .kit-inner.content-visible .kit-footer button {
        display: block;
    }

    .frequently-combos-section .kit-inner.content-visible .kit-product-wrap {
        display: block;
    }

    .frequently-combos-section .mst-product_kit__kit .kit-inner.content-visible .kit-footer-price-wrap .kit-footer-price {
        background: transparent;
        padding-right: 0;
    }

    .frequently-combos-section .mst-product_kit__kit .kit-inner.content-visible .kit-footer .kit-footer-price .kit-footer-price-item {
        color: #212529;
    }

    .how-use-column {
        max-width: 360px;
        margin: 0 auto 30px auto;
        flex-direction: column;
    }

    .how-use-left {
        margin-bottom: 10px;
    }

    .catalog-product-view.new-pdp-design .prar-btn {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        width: calc(100% - 20px);
        font-size: 18px;
        padding: 8px 30px;
        height: 45px;
    }

    .catalog-product-view.new-pdp-design .prar-prod-rating .prar-histogram {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        max-width: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .catalog-product-view.new-pdp-design .prar-prod-rating {
        display: block;
        text-align: center;
    }

    .catalog-product-view.new-pdp-design .reviews-section {
        padding-top: 0px;
        order: 2;
    }

    .catalog-product-view.new-pdp-design .prar-form-popup .prar-popup-heading span {
        padding-left: 15px;
    }

    .catalog-product-view.new-pdp-design .prar-form-popup .modal-content {
        margin-top: 15px;
    }

    .catalog-product-view.new-pdp-design .prar-sticky-cart {
        text-align: right;
    }

    /*start decrease font size*/
    .catalog-product-view.new-pdp-design .product-short-info {
        margin-bottom: 60px;
    }

    .catalog-product-view.new-pdp-design .about_product_detail .product-short-info-title {
        font-size: 20px;
    }

    .catalog-product-view.new-pdp-design .custom-handling-right-wrap-label {
        font-size: 15px;
    }

    .catalog-product-view.new-pdp-design .product-info-main #product-addtocart-button {
        font-size: 18px;
        height: 45px;
        margin-bottom: 12px;
    }

    .catalog-product-view.new-pdp-design .product-info-main .box-tocart .actions #buy-now {
        font-size: 18px;
        height: 45px;
    }

    .catalog-product-view.new-pdp-design .codcheck-prod .codcheck-btn input {
        font-size: 17px;
    }

    .catalog-product-view.new-pdp-design .codcheck-prod .codcheck-text #codvalue {
        font-size: 17px;
        letter-spacing: 0.1em;
    }

    .catalog-product-view.new-pdp-design .codcheck-prod .codcheck-text input[type="text"]::-webkit-input-placeholder,
    .catalog-product-view.new-pdp-design .codcheck-prod .codcheck-text input[type="text"]::placeholder {
        font-size: 17px !important;
    }

    .catalog-product-view.new-pdp-design .shipping-wrap {
        font-size: 12px;
        line-height: 15px;
    }

    .catalog-product-view.new-pdp-design .product-short-info ol,
    .catalog-product-view.new-pdp-design .product-short-info ul {
        font-size: 17px;
        line-height: 27px;
    }

    .catalog-product-view.new-pdp-design .product-short-info-content {
        font-size: 17px;
        line-height: 27px;
    }

    .catalog-product-view.new-pdp-design .read-toggle span {
        font-size: 17px;
    }

    .frequently-combos-section .mst-product_kit__kit .kit-inner .kit-footer-price-wrap .kit-footer-price {
        font-size: 18px;
    }

    .frequently-combos-section .mst-product_kit__kit .kit-inner .kit-footer .kit-footer-price .kit-footer-price-item._oldPrice {
        font-size: 18px;
    }

    .frequently-combos-section .mst-product_kit__kit .kit-inner .kit-footer .kit-footer-price .kit-footer-price-item {
        font-size: 18px;
    }

    .frequently-combos-section .kit-inner .kit-footer button {
        font-size: 18px;
        line-height: 22px;
        height: 45px;
        margin: 5px 0;
    }

    .frequently-combos-section .kit-item .kit-item-outline .kit-item-inner .kit-item-name {
        font-size: 16px;
        line-height: 24px;
    }

    .frequently-combos-section .kit-item .kit-item-outline .kit-item-inner .kit-item-prices {
        font-size: 18px;
        line-height: 24px;
        display: block;
    }

    .frequently-combos-section .kit-item .kit-item-outline .kit-item-checkbox {
        margin-right: 18px;
    }

    .frequently-combos-section .kit-item .product-reviews-summary .action {
        font-size: 16px;
    }

    .frequently-combos-section {
        padding-bottom: 60px;
    }

    .product-pdp-stick .product-pdp-stick-menu-wrap a {
        font-size: 16px;
        padding: 7px 5px 0px;
        text-transform: capitalize;
        margin: 3px 6px 3px;
        font-weight: 400;
        line-height: 20px;
    }

    .product-pdp-stick-wrap {
        height: 40px;
    }

    .how-use-text {
        font-size: 17px;
        line-height: 27px;
    }

    .how-use-number {
        font-size: 30px;
        margin-right: 10px;
    }

    .what-slider-title {
        font-size: 45px;
    }

    .what-slider-desc-wrap {
        padding: 35px 30px 0;
    }

    .what-slider-subtitle {
        font-size: 17px;
        line-height: 27px;
    }

    .faq-accordion .faq-accordion-title {
        font-size: 17px;
    }

    .faq-accordion .faq-accordion-block {
        padding: 20px 0px 3px;
    }

    .faq-accordion .faq-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .faq-accordion .faq-accordion-panel {
        margin-top: 15px;
        font-size: 15px;
        line-height: 24px;
    }

    .faq-accordion .faq-accordion-title::after {
        width: 36px;
        height: 36px;
        background-image: url('../../frontend/OM/Isha/en_US/IshaLife_ProductPage/css/@{baseDir}images/plus-icon-mobile.svg');
    }

    .faq-accordion .faq-accordion-title.active::after {
        background-image: url('../../frontend/OM/Isha/en_US/IshaLife_ProductPage/css/@{baseDir}images/minus-icon-mobile.svg');
    }

    .catalog-product-view.new-pdp-design .related .product-item-info .product-item-link {
        font-size: 15px;
        line-height: 22px;
    }

    .catalog-product-view.new-pdp-design .related .price-box .price {
        font-size: 19px;
    }

    .catalog-product-view.new-pdp-design .mobile-related-cart-btn .tocart {
        font-size: 17px;
        padding: 10px 20px;
    }

    .catalog-product-view.new-pdp-design .related .product-item-info .out-of-stock .stock-unavailable {
        padding: 10px 5px;
        font-size: 13px;
        min-width: 90px;
    }

    .catalog-product-view.new-pdp-design .related .product-item-info .out-of-stock .stock-unavailable::before {
        height: 36px;
    }

    .catalog-product-view.new-pdp-design .prar-review-item-single-photo {
        width: 250px;
        height: 250px;
        margin-bottom: 12px;
        display: none !important;
    }

    .catalog-product-view.new-pdp-design .prar-review-star-image {
        margin: 0 2px 0 2px;
        min-width: 20px;
        max-width: 20px;
    }

    .catalog-product-view.new-pdp-design .prar-review-number {
        font-size: 18px;
        margin-top: 3px;
    }

    .catalog-product-view.new-pdp-design .prar-prod-rating .total-available-count {
        font-size: 60px;
    }

    .catalog-product-view.new-pdp-design .prar-prod-rating .total-count {
        font-size: 22px;
    }

    .catalog-product-view.new-pdp-design .prar-prod-rating .prar-histogram-line {
        min-width: 180px;
        margin-right: 14px;
    }

    .catalog-product-view.new-pdp-design .prar-prod-rating .prar-histogram-item {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .catalog-product-view.new-pdp-design .prar-review-toolbar select {
        font-size: 12px;
        width: 135px;
        height: 30px;
        padding-top: 4px;
    }

    .catalog-product-view.new-pdp-design .prar-rev-item-top .prar-rev-nickname {
        font-size: 15px;
    }

    .catalog-product-view.new-pdp-design .prar-review-list-wrp .prar-rev-item-detail {
        font-size: 15px;
        line-height: 24px;
    }

    .catalog-product-view.new-pdp-design .prar-review-item-photos .prar-review-item-photo {
        width: 60px;
        height: 60px;
    }

    .catalog-product-view.new-pdp-design .prar-gallery-wrp .prar-rev-item-cont {
        padding: 15px;
    }

    .catalog-product-view.new-pdp-design .prar-form-popup .star-wrap img {
        width: 18px;
    }

    .catalog-product-view.new-pdp-design .prar-form-popup .review-popup-close {
        width: 12px;
        height: 12px;
    }

    .catalog-product-view.new-pdp-design .prar-form-popup .review-popup-close,
    .catalog-product-view.new-pdp-design .prar-form-popup .previous-step-move {
        position: absolute;
        left: 0;
        top: 8px;
    }

    .catalog-product-view.new-pdp-design .prar-form-popup .prar-rating-box .prar-rating-stars {
        margin-right: 25px;
    }

    .catalog-product-view.new-pdp-design .prar-rating-box .prar-rating-text {
        font-size: 17px;
    }

    .catalog-product-view.new-pdp-design .modal-popup.prar-form-popup .modal-inner-wrap {
        min-height: 450px;
    }

    .catalog-product-view.new-pdp-design .prar-form-popup .modal-content {
        padding: 0 25px;
    }

    .catalog-product-view.new-pdp-design .prar-form-popup .prar-popup-heading {
        max-width: 256px;
    }

    .catalog-product-view.new-pdp-design .prar-form-popup .prar-form-review {
        padding: 15px;
    }

    .catalog-product-view.new-pdp-design .prar-form-popup .prar-input-box {
        height: 235px;
    }

    .catalog-product-view.new-pdp-design .social-share-popup .share-icon img {
        max-width: 45px;
        margin-left: 0;
        margin-right: 0;
        margin-right: 15px;
        margin-bottom: 18px;
    }

    .catalog-product-view.new-pdp-design .social-share-popup .share-icon a {
        margin: 0;
        text-align: left;
        flex-direction: unset;
        align-items: center;
    }

    .catalog-product-view.new-pdp-design .share-product-popup {
        max-height: none;
        top: auto;
        left: 0;
    }

    .catalog-product-view.new-pdp-design .social-share-popup .share-icon {
        min-width: 75px;
    }

    .catalog-product-view.new-pdp-design .social-share-popup .share-icon-title {
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .catalog-product-view.new-pdp-design .sold-out-status::before {
        width: 148px;
        height: 64px;
    }

    .catalog-product-view.new-pdp-design .how-use-right {
        align-items: baseline;
        max-width: 320px;
    }

    .share-icon.facebook,
    .share-icon.twitter {
        display: none
    }

    .catalog-product-view.new-pdp-design .social-share-popup {
        display: block;
    }

    .catalog-product-view.new-pdp-design .share-product-popup .modal-title {
        font-weight: 400;
        font-size: 15px !important;
    }

    .catalog-product-view.new-pdp-design .product-options-wrapper div.mage-error[generated] {
        text-align: center;
        font-size: 16px;
    }

    .catalog-product-view.new-pdp-design .breadcrumbs li,
    .catalog-product-view.new-pdp-design .breadcrumbs li:last-child {
        display: none !important
    }

    .catalog-product-view.new-pdp-design .breadcrumbs li:first-child,
    .catalog-product-view.new-pdp-design .breadcrumbs li:nth-last-child(2) {
        display: inline-block !important;
    }

    .catalog-product-view.new-pdp-design .breadcrumbs li:nth-last-child(2) {
        margin-left: -5px;
    }

   
    .catalog-product-view.new-pdp-design .breadcrumbs li:nth-last-child(2):after {
        opacity: 1;
    }

    .catalog-product-view.new-pdp-design .breadcrumbs {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    /*end decrease font size*/

    /*Bloom Product page*/
    .bloom-design .product-feature-slider-section .section-heading {
        margin-left: auto;
        margin-right: auto;
        max-width: 280px
    }

    /* Bloom Skincare & Benifits Section */
    .bloom-skincare-section {
        padding: 30px 15px;
    }

    .bloom-skincare-section h2 {
        margin-bottom: 35px;
    }

    .skincare-content ul {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 24px;
        row-gap: 36px;
    }

    .skincare-content ul li img {
        max-width: 72px;
        margin-bottom: 11px;
    }

    .skincare-content ul li {
        font-size: 17px;
        line-height: 27px;
    }

    .bloom-benefits {
        padding: 0;
    }

    .bloom-benefits .bloom-feature-slider {
        padding: 30px 0 10px 0;
    }

    .bloom-benefits .bloom-feature-slider-wrap {
        margin-bottom: 60px;
    }

    .bloom-benefits .bloom-feature-slider-image,
    .bloom-benefits .bloom-feature-slider-desc-wrap {
        width: 100%;
    }

    .bloom-benefits .feature-slider-left .bloom-feature-slider-image {
        padding-right: 0;
    }

    .bloom-benefits .bloom-feature-slider-desc-wrap {
        padding: 24px 30px;
        text-align: center;
    }

    .bloom-benefits .bloom-feature-slider-title {
        font-size: 17px;
        line-height: 27px;
    }

    .bloom-benefits .feature-slider-right .bloom-feature-slider-image {
        order: 0;
    }

    .bloom-benefits .bloom-feature-slider-image img {
        border-radius: 0;
        transform: none;
    }

    .prar-box-reviews.prar-review-list .prap-rev-container #pr-review-list {
        width: 100% !important;
        column-count: 1 !important;
        min-height: unset
    }

    .page-layout-pdpproductpage.catalog-product-view.new-pdp-design .product-icon {
        top: 0 !important;
        left: 0 !important;
    }

  

    .catalog-product-view.new-pdp-design .prar-prod-rating .prar-btn {
        margin: 0 auto;
        width: auto;
    }

    .minicart-wrapper .action.showcart:before {
        background: url('../../frontend/OM/Isha/en_US/IshaLife_ProductPage/images/Cart.svg') no-repeat center top !important
    }

    .catalog-product-view.new-pdp-design .prar-review-pager.pagination {
        margin-top: 0
    }

    .catalog-product-view .block.upsell {
        padding-top: 20px
    }

    .catalog-product-view.new-pdp-design .review-heading-icon {
        display: none;
    }

}

@media only screen and (max-width: 639px) {

    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td,
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th {
        display: inline;
        padding: 0;
    }

}

@media only screen and (max-width: 480px) {
    .catalog-product-view.new-pdp-design .prar-gallery-wrp .prar-rev-item-photos .prar-rev-item-photo {
        width: 80px;
        height: 80px;
    }

    .prar-review-list .prar-rev-item-rat {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 425px){
    .catalog-product-view.new-pdp-design #maincontent [id*=product-options-wrapper] .text_type_attribute.shirt_size label{
        height: 32px !important;
        font-size: 13px;
    }
}
@media only screen and (min-width: 1024px){
    .catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .box-tocart {
        min-height: 125px;
    }
}/*!
 * Cropper v2.3.4
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright (c) 2014-2016 Fengyuan Chen and contributors
 * Released under the MIT license
 *
 * Date: 2016-09-03T05:50:45.412Z
 */.cropper-container{font-size:0;line-height:0;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;direction:ltr!important}.cropper-container img{display:block;width:100%;min-width:0!important;max-width:none!important;height:100%;min-height:0!important;max-height:none!important;image-orientation:0deg!important}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{position:absolute;top:0;right:0;bottom:0;left:0}.cropper-wrap-box{overflow:hidden}.cropper-drag-box{opacity:0;background-color:#fff;filter:alpha(opacity=0)}.cropper-dashed,.cropper-modal{opacity:.5;filter:alpha(opacity=50)}.cropper-modal{background-color:#000}.cropper-view-box{display:block;overflow:hidden;width:100%;height:100%;outline:#39f solid 1px;outline-color:rgba(51,153,255,.75)}.cropper-dashed{position:absolute;display:block;border:0 dashed #eee}.cropper-dashed.dashed-h{top:33.33333%;left:0;width:100%;height:33.33333%;border-top-width:1px;border-bottom-width:1px}.cropper-dashed.dashed-v{top:0;left:33.33333%;width:33.33333%;height:100%;border-right-width:1px;border-left-width:1px}.cropper-center{position:absolute;top:50%;left:50%;display:block;width:0;height:0;opacity:.75;filter:alpha(opacity=75)}.cropper-center:after,.cropper-center:before{position:absolute;display:block;content:' ';background-color:#eee}.cropper-center:before{top:0;left:-3px;width:7px;height:1px}.cropper-center:after{top:-3px;left:0;width:1px;height:7px}.cropper-face,.cropper-line,.cropper-point{position:absolute;display:block;width:100%;height:100%;opacity:.1;filter:alpha(opacity=10)}.cropper-face{top:0;left:0;background-color:#fff}.cropper-line,.cropper-point{background-color:#39f}.cropper-line.line-e{top:0;right:-3px;width:5px;cursor:e-resize}.cropper-line.line-n{top:-3px;left:0;height:5px;cursor:n-resize}.cropper-line.line-w{top:0;left:-3px;width:5px;cursor:w-resize}.cropper-line.line-s{bottom:-3px;left:0;height:5px;cursor:s-resize}.cropper-point{width:5px;height:5px;opacity:.75;filter:alpha(opacity=75)}.cropper-point.point-e{top:50%;right:-3px;margin-top:-3px;cursor:e-resize}.cropper-point.point-n{top:-3px;left:50%;margin-left:-3px;cursor:n-resize}.cropper-point.point-w{top:50%;left:-3px;margin-top:-3px;cursor:w-resize}.cropper-point.point-s{bottom:-3px;left:50%;margin-left:-3px;cursor:s-resize}.cropper-point.point-ne{top:-3px;right:-3px;cursor:ne-resize}.cropper-point.point-nw{top:-3px;left:-3px;cursor:nw-resize}.cropper-point.point-sw{bottom:-3px;left:-3px;cursor:sw-resize}.cropper-point.point-se{right:-3px;bottom:-3px;width:20px;height:20px;cursor:se-resize;opacity:1;filter:alpha(opacity=100)}.cropper-point.point-se:before{position:absolute;right:-50%;bottom:-50%;display:block;width:200%;height:200%;content:' ';opacity:0;background-color:#39f;filter:alpha(opacity=0)}@media (min-width:768px){.cropper-point.point-se{width:15px;height:15px}}@media (min-width:992px){.cropper-point.point-se{width:10px;height:10px}}@media (min-width:1200px){.cropper-point.point-se{width:5px;height:5px;opacity:.75;filter:alpha(opacity=75)}}.cropper-invisible{opacity:0;filter:alpha(opacity=0)}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{position:absolute;display:block;width:0;height:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}